* Remove the line "#define fork vfork" in imap/src/osdep/unix/os_osx.c, because
[alpine.git] / pith / pine.hlp
blob428792b51398b895b0ac55a4159870ccba5eecfa
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-2020 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 496 2020-07-19 02:52:27
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-2020 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 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
175 href="h_apache_license">Apache License 2.0</A>.
178 Alpine's privacy policy is a living, online only, document, which can be found at
179 <A href="h_privacy_policy">http://alpine.x10host.com/privacy.html</A>.
180 By following the previous link,  Alpine
181 will connect to an external server, and will download it and display
182 it for you. Please take some time to read it and understand it.
183 Since the Privacy Policy could be ammended to take into consideration
184 new additions to Alpine, please check it periodically.
187 This is a development version of Alpine. These enhancements are
188 released after the release of version 2.23. Please report any
189 problems you find with this release.
191 <P> Additions include:
193 <UL>
194 <LI> Expansion of the configuration screen for XOAUTH2 to include
195      username, authorization flow, and tenant.
197 <LI> If a user has more than one client-id for a service, Alpine tries to
198      asks the user which client-id to use and associates that client-id to
199      the credentials in the XOAUTH2 configuration screen.
200      <A HREF="h_xoauth2_config_screen">Learn more</A>.
202 <LI> Addition of Yandex.com to the list of services that Alpine can use XOAUTH2 to
203      authenticate for reading and sending email.
205 <LI> Addition of a link to the Apache License 2.0 (see above). This is 
206      available from the Release Notes as well as the welcome screen.
208 <LI> Modifications to protect the privacy of users:
209 <UL>
210 <LI> Alpine does not generate Sender or X-X-Sender by default
211      by enabling  <a href="h_config_disable_sender"><!--#echo var="FEAT_disable-sender"--></a>
212      as the default.
213 <LI> Alpine does not disclose User Agent by default by enabling
214      <A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A>
215      by default.
216 <LI> Alpine uses the domain in the From: header of a message
217      to generate a message-id and suppresses all information
218      about Alpine, version, revision, and time of generation
219      of the message-id from this header. This information is
220      replaced by a random string.
221 </UL>
223 <LI> Unix Alpine displays configure options and flags when 
224      invoked as &quot;alpine -v&quot;. Suggested by Matt Ackeret.
226 <LI> Alpine will ding the terminal bell when asking  about quitting
227      when new mail arrives. This is consistent with Alpine dinging the
228      bell when new mail arrives. The bell will not ding if it is disabled
229      for status messages. Suggested by Chime Hart.
231 <LI> When messages are selected, pressing the &quot;;&quot; command to broaden or narrow
232      a search, now offers the possibility to completely replace the search, and
233      is almost equivalent to being a shortcut to &quot;unselect all messages, and select
234      again&quot;. The difference is that cancelling this command will not unselect
235      all currently selected messages. Suggested by Holger Trapp.
237 <LI> Alpine will not write debug files unless started with the option -d, 
238      so for example &quot;alpine -d 2&quot; will generate a debug file at level 2, 
239      but just issuing the alpine command will not write any debug to a file.
241 <LI> Experimental: Attempt to implement the Encryption Range in Windows. It works
242      in Windows 10, and it should work in Windows 8.1. It needs testing in
243      Windows 7 and Windows Vista.
245 <LI> Addition of variables <A HREF="h_config_user_certs_path"><!--#echo var="VAR_user-certs-path"--></A>
246      and <A HREF="h_config_user_certs_file"><!--#echo var="VAR_user-certs-file"--></A>
247      which allow a user to specify locations for certificates that the user
248      trusts.
249 </UL>
252 Bugs addressed:
254 <UL>
255 <LI> When Alpine starts a PREAUTH connection, it might still ask the user
256      to login. Reported by Frank Tobin.
258 <LI> Invalid signatures created by Alpine, when built with recent
259      releases of the Openssl-1.1.1 series (but not in the Openssl-1.0.1 series).
260      Fix contributed by Bernd Edlinger.
262 <LI> After returning from the directory side of a dual-folder, sometimes 
263      Alpine would return to the first folder in the parent directory or to 
264      the dual-folder. The fix is to return to the original dual-folder as 
265      intended. Reported by Holger Trapp.
267 <LI> When an attachment is deleted and the original message is saved, Alpine
268      might write only a part of the name of the file deleted. Reported by Holger
269      Trapp.
271 <LI> URLs that are surrounded by white space are not cleaned by Alpine before
272      passing them to the browser, resulting in no display of the URL when Alpine
273      tries to open it. Reported by Gregory Heytings.
275 <LI>  When Alpine is built without smime, password file functionality might
276       fail. Reported by Andres Fehr.
278 <LI> Crash in PC-Alpine when using the eXternal command.
280 <LI> Fix in Macs that made Alpine abort a ssh connection to an imap server.
281      Reported and asisted by Wang Kang.
283 </UL>
286 Version 2.23 has new additions and addresses bugs found in previous releases.
289 Additions include:
291 <UL>
292 <LI> Implementation of XOAUTH2 authentication support for Outlook.
293      Based on documentation suggested by Andrew C Aitchison.
295 <LI> Add support for the OAUTHBEARER authentication method in Gmail. Thanks to
296      Alexander Perlis for suggesting it and explaining how the method works.
298 <LI> Creation of Alpine's Privacy Policy. This is presented as a link to
299     an online document from the Release Notes (Link at the top of this
300     document.) Upon user request, Alpine downloads and displays this
301     document. Links to the privacy policy are also displayed when a user
302     starts Alpine for the first time, or when a user starts a new version
303     of Alpine. There is no default exit greeting command for these
304     screens, and to exit the user must press "E", instead of the old
305     default, which was the RETURN command. The RETURN command will open
306     the handle on which the cursor is on, which by default is the Privacy
307     Policy.
309 <LI> Support for the SASL-IR IMAP extension that avoids a round trip during
310      authentication. Similar support added for the SMTP, NNTP and POP3 
311      protocols. Thanks to Geoffrey Bodwin for a report that lead to this
312      implementation.
314 <LI> Alpine can pass an HTML message to an external web browser, by using the
315      &quot;External&quot; command in the <a href="h_attachment_screen">ATTACHMENT INDEX</a>
316      screen. <A href="h_command_external_browser">Learn more</A>.
318 <LI> New configuration variable
319      <a href="h_external_loads_inline_images_only"><!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>
320      that controls if Alpine will keep the source link to all the images in the
321      HTML message, or will only pass a link to inline images included in the message. For your
322      privacy and security this feature is enabled by default.
324 <LI> When reading an email and a user selects an email address to which to compose
325      a message from the message, the user will be able to select a role to compose
326      that message.
328 <LI> New variable system-certs-path that allows users to indicate the 
329      location of the directory where certificates are located. In PC-Alpine 
330      this must be C:\\libressl\\ssl\\certs. The C: drive can be replaced 
331      by the name of the drive where the binary and DLL files are located.
333 <LI> New variable system-certs-file that allows users to configure the
334      location of a container of certificate authority (CA) certificates
335      to be used to validate certificates of remote servers.
337 <LI> Remove sleep of 5 seconds for mailcap programs that use the terminal
338      to display content. Suggested by Carl Edquist. In addition, remove the
339      configurable process table command and its corresponding sleep time.
340 </UL>
343 Bugs addressed:
345 <UL>
346  <LI> Security Bug: Alpine can be configured to start a secure connection using /tls
347       on an insecure connection. However, if the connection is PREAUTH, Alpine
348       will not upgrade the connection to a secure connection, because a client
349       must not issue a STARTTLS to a server that supports it in authenticated
350       state. This makes Alpine continue to use an insecure connection with the
351       server, exposing user data. Reported by Damian Poddebniak and Fabian
352       Ising from Münster University of Applied Sciences.
354    <LI> Selecting by subject might not copy the subject of the current message
355      to the selection text correctly. Reported by Iosif Fettich.
357    <LI> Alpine does not set the return path correctly when using a role while bouncing
358     a message. Reported by Dr. C. Griewatsch.
360 <LI>Bug in PC-Alpine that made Alpine go into an infinite loop and
361     consume CPU when it was iconized. Reported by Holger Schieferdecker in
362     comp.mail.pine.
364 <LI>Crash in Alpine when attempting to reply to a multipart/alternative 
365     message that is malformed, and the option to include attachments in
366     reply is enabled. Reported and patched by Peter Tirsek.
368 <LI>Bug that makes Alpine split encoded words in the subject of a message
369     in the middle of a utf-8 character into two encoded words, breaking the
370     encoding. Reported by Jean Chevalier.
372 <LI> Alpine would not redraw the screen when a check for new mail in an
373     incoming folder failed due to a failure while validating the server 
374     certificate, and the user did not allow the connection to proceed.
376 <LI> Crash in Alpine while resizing the screen when using any of the tokens
377     SUBJKEYTEXT, SUBJECTTEXT, or SUBJKEYINITTEXT in the index format, and 
378     the screen was resized. Reported by Iggy Mogo.
380 <LI> When Alpine is trying to authenticate to Gmail, using the XOAUTH2 method,
381     it does not display the url the user needs to open, in order to authorize
382     Alpine to access Gmail using XOAUTH2 when Alpine still has not created
383     a screen. Reported by Baron Fujimoto.
385 <LI> When an html anchor does not quote the link in the href parameter,
386     alpine does not link to it.
388 <LI> Attempt to fix a bug that breaks scrolling of a message in Alpine when
389      the screen is resized. Reported in the Debian bug system at
390      <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956361">https://bugs.debian.org/cgi-bin/bugreport.cgie?bug=956361</A>.
391 </UL>
394 Version 2.22 addresses bugs found in previous releases and has several
395 additions as well.
398 Additions include:
400 <UL>
401 <LI> Support for <A HREF="h_xoauth2">XOAUTH2</A> authentication method in Gmail.
403 <LI> PC-Alpine builds with LibreSSL and supports S/MIME.
405 <LI> NTLM authentication support with the ntlm library, in Unix systems.
406 Based on code provided by Maciej W. Rozycki.
408 <LI> Add /tls1_3 flag for servers that support it. Read more information
409 in the secure protocols <A HREF="h_network_encryption_security">help</A>.
411 <LI> To increase user's privacy, remove phone-home code that would prompt 
412 users to send an email message upon starting Alpine for the first time for 
413 purposes of counting. Your use of Alpine does not disclose information about 
414 you or your use of Alpine to the developers of Alpine.
416 <LI> New variable 
417 <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> 
418 that allows users to configure versions of the SSL/TLS protocol that Alpine is 
419 restricted to try when establishing a secure connection SSL/TLS to a remote 
420 server. The default can be set at compilation time.
422 <LI> Add -dict option to PC-Pico, which allows users to choose a dictionary
423 when spelling. Sample usage: -dict "en_US, de_DE, fr_FR".
425 <LI> Improvements to the configure stage of compilation. Some of
426 these contributed by Helmut Grohne. See
427 <A href="https://bugs.debian.org/876164">Bug 876164</A> in Debian.
429 <LI> Add &quot;remove password&quot; command to the management screen for the 
430 password file encryption key. This allows users to use their password file
431 without entering a master password.
433 <LI> Add the &quot;g&quot; option to the select command that works in IMAP 
434 servers that implement the X-GM-EXT-1 capability (such as the one offered 
435 by Gmail.) This allows users to do selection in Alpine as if they were 
436 doing a search in the web interface for Gmail.
438 <LI> New variable close-connection-timeout, which tells Alpine to close
439 a connection that is having problems being kept alive after the number
440 of seconds configured in this variable, if the connection has not
441 recovered. The default is 0, which means to keep the connection alive
442 and wait for the connection to recover.
444 <LI> When a message is of type multipart/mixed, and its first part is
445 multipart/signed, Alpine will include the text of the original message
446 in a reply message, instead of including a multipart attachment.
447 Suggested by Barry Landy.
449 <LI> S/MIME: Some clients do not transform messages to canonical form when 
450 signing first and encrypting second, which makes Alpine fail to parse the 
451 signed data after encryption. Reported by Holger Trapp.
453 <LI> Add /auth=XYZ to the way to define a server. This allows users to  
454 select the method to authenticate to an IMAP, SMTP or POP3 server.
455 Examples are /auth=plain, or /auth=gssapi, etc.
457 <LI> Add backward search in the index screen. Based on patch by Astyanax Foo, 
458 submitted in 2009, but resubmitted by Erich Eckner on 2019.
460 <LI> SMIME: When Alpine is set to validate a message using the user's store, and
461      user agrees to save a certificate of another user, use the saved 
462      certificate immediately to verify the smime message. Reported by 
463      Stefan Mueller.
465 <LI> Do not use a delay when printing messages to screen when the initial
466      keystroke sequence of commands is active. Based on a report from Holger
467      Trapp.
469 <LI> In PC-Alpine, when the decoded name of an attachment does not agree
470      with its encoded name, Alpine will offer to save the file using the
471      UTF8 encoded name.
472 </UL>
475 Bugs that have been addressed include:
476 <UL>
477    <LI> Width of characters is not always determined correctly when wcwidth
478         is used. Revert to using code for the Windows operating system. 
479         Reported by Andrew Ho.
481    <LI> The call realpath(..., NULL) gives an error in Solaris, which means that
482         we need to allocate memory for storing the resolved path. Reported by
483         Fabian Schmidt.
485    <LI> Crash when attempting to bounce a message due to lack of space in
486         allocated space for key menu array. Reported by David Sewell.
488    <LI> Crash when a CA certificate failed to load, and user attempted to
489         view certificate information of other certificate authorities.
491    <LI> Crash in the S/MIME configuration screen when a user turned off S/MIME, and
492         then re-enabled it. Also crash when attempting to enter the S/MIME 
493         configuration screen if S/MIME was turned off.
495    <LI> Deactivate some color code from Pico (as standalone editor in the
496         windows version) until I find a way to activate it again. This is 
497         not critical and it is not something that PC-Pico must have (some 
498         of it already exists in other ways, like color support, what does 
499         not exist is the more complex code that Unix-Pico has with color 
500         codes for specific colors.)
502    <LI> When a message is multipart, and the first part is flowed text, 
503         then forwarding the message will set the first part to be flowed, 
504         and sent that way even when the option Do Not Send Flowed Text is 
505         enabled. Reported by Holger Trapp.
507    <LI> When a message/rfc822 part of a message is encoded with
508         Content-Transfer-Encoding: QUOTED-PRINTABLE, Alpine will stop 
509         processing that message. Later this causes Alpine to crash because 
510         when it displays messages, it assumes that both header and body 
511         parts are processed. Reported by Mark Crispin in 2010, in the 
512         Alpine-info list (message with subject "crash bug in 
513         alpine/mailpart.c:format_msg_att()") with no example, and reported 
514         now by Holger Trapp, with an example.
516    <LI> In addition to the previous report, Alpine encodes message/rfc822
517         messages as QUOTED-PRINTABLE, in contradiction with RFC 2045, 
518         when it receives a report that its encoding is 8bit. We preserve 
519         the encoding reported by the IMAP server, and do not encode in 
520         QUOTED-PRINTABLE.
522    <LI> Update build.bat file to add /DWINVER=0x0501 so that Alpine can 
523         build when using Visual Studio 2017. Fix contributed by 
524         Ulf-Dietrich Braunmann.
526    <LI> When the locale is not set up to UTF-8, alpine might determine the 
527         width of a character incorrectly. Reported by Alexandre Fedotov.
529    <LI> In some rare cases, when attachments are deleted before saving 
530         emails, the filenames will be displayed in RFC1522 representation, 
531         instead of in decoded form. Reported and patched by Wang Kang.
533    <LI> When colors are edited from the main setup configuration screen, some
534         color settings are not updated until Alpine is restarted. Reported by
535         Andrew Hill.
537    <LI> If the first part of a message is multipart/alternative, and the 
538         first part of this is also a multipart type, then Alpine might 
539         fail to select the first text part when replying to a message. 
540         Reported by Lucio Chiappetti.
542    <LI> TLS 1.2 works does not work if Alpine is compiled with openssl &gt;= 1.1.0.
543         Reported and patched by Kyle George.
545    <LI> If the directory where Alpine saves the certificates is empty,
546         alpine would not create a self-signed certificate to encrypt the 
547         password file.
549    <LI> S/MIME: The list of public certificates is freed before it is 
550         reused when a signature fails to verify. This causes Alpine to 
551         crash. Patch submitted by Linus Torvalds.
553    <LI> S/MIME: A message could fail to verify its signature even if the
554         certificate was saved when the message was open. Based on a report 
555         by David Woodhouse to the RedHat bugzilla system.
557    <LI> When there are time changes in the clock, Alpine might go to sleep
558         for big amounts of time while displaying messages in the screen. 
559         Reset sleep time to 5 seconds in case it finds it needs to sleep 
560         more than 5 seconds or a negative amount of time.
562    <LI> Restore recognition of empty directories. It was deleted by mistake
563         when added support for internationalization in folders. Based on a 
564         report by Michael Rutter.
566    <LI> Alpine stops parsing the mailcap file when it finds an invalid entry.
567         Reported by Matt Roberds to the Debian bug system at 
568         <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370</A>.
570    <LI> Crash with error "Lock when already locked" when an attempt to check
571         for new mail on a locked stream that is being used for a save 
572         operation. Reported by Carlos E.R.
574    <LI> Alpine removes trailing spaces from passwords, making a longin attempt
575         fail. Reported by R. Lyons.
577    <LI> Alpine crashes when opening a remote imap folder and computing scores.
578         Reported by Paul DeStefano.
580    <LI> When more than one server was given in the server-name configuration
581         option of rldap servers, none of them worked. Reported by Robert Wolf.
582 </UL>
585 Version 2.21 addresses bugs found in previous releases and has several 
586 additions as well.
589 Additions include:
590 <UL>
591   <LI> PC-Alpine: New configuration option "Aspell Dictionaries" allows a
592        user to choose the dictionary used to spell check, in case the user 
593        communicates in more than one language. Examples of values for the 
594        variable are "en_US" or "de_DE", etc. Only the first 10 
595        dictionaries are offered.
597   <LI> Unix-Alpine: Connect securely to a LDAP server on a secure port. 
598        Based on a contribution by Wang Kang.
600   <LI> Colors configured in Alpine are inherited in the composer.
602   <LI> When Alpine is compiled with password file and SMIME support 
603        the password file is encrypted using a private key/public 
604        certificate pair. If one such pair cannot be found, one will be 
605        created. <A HREF="h_password_file_support">Learn more</A>.
607   <LI> Alpine builds with any version of OpenSSL greater than or equal
608        to 1.0.0c. This includes version 1.1.0. Alpine also builds with
609        LibreSSL.
611   <LI> New SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT token for index 
612        format, which removes text in the SUBJECT between &quot;[&quot; and 
613        &quot;]&quot;.
615   <LI> New SMARTTIME24 token for index screen. It is close to SMARTDATETIME
616        but it differns in that it gives the time in which the message was
617        sent for messages that are less than a week old. it uses a 24 hour
618        format.
620   <LI> Alpine will include attachments when forwarding some 
621        multipart/alternative messages for which it did not use to include 
622        attachments.
624   <LI> New configuration option 
625        <a href="h_config_alt_reply_menu"><!--#echo var="FEAT_alternate-reply-menu"--></a>
626        which adds more ways to control features and variables when you
627        start to reply to a message.
629   <LI> Added support for RFC 2971 - IMAP ID extension.
631   <LI> Add configuration <A href="h_config_ignore_size"><!--#echo var="FEAT_ignore-size-changes"--></A>
632        that allows users to ignore errors in the computation of the size
633        of a message from defective servers.
635   <LI> SMIME: Upgrade the default signature digest from sha1 to sha-256, since 
636        clients such as Thunderbird do not validate signatures that use sha1 digest.
638   <LI> Add the configuration variable "default-directories", which is called
639        <A href="h_config_history"><!--#echo var="VAR_default-directories"--></A>
640        variable saves a list of directories that are readily accessible 
641        for save or export of attachments. This makes it easier to save 
642        attachments in directories that are hard to navigate to, or that 
643        are accessed frequently.
645   <LI> When a filename is attached and its name is encoded, the save 
646        attachment command will offer to save the file in the encoded form. 
647        This might work for some users, but the save command will have a 
648        subcommand ^N to decode the file name and save the file with the 
649        decoded name.
651   <LI> The TAB key allows autocomplete in the Fcc field in the composer headers,
652        as well as autocompletes automatically when only one possibility exists 
653        for the ^J attach command.
655   <LI> Add support for the &quot;TYPE&quot; and &quot;VALUE&quot; attributes of
656        the html OL tag.
658   <LI> Ignore message from smtp server after a successful authentication
659        challenge.
661   <LI> When a message is saved in the Form Letter folder, add the ability
662        to save the role being used to compose such message so that settings
663        such as the SMTP server set in the role can be used when sending
664        such form message. Suggested and patched by Frank Doepper.
666   <LI> If SSLDIR is defined somehow, do not disable S/MIME if the
667        SSLCERTSDIR is not found.
669   <LI> When Alpine sends an attachment, it will set the boundary attribute
670        in lower case, as some SMTP servers, such as those of libero.it 
671        reject messages if the boundary attribute is in uppercase.
673   <LI> Add the ability to change the private key and certificates used
674        to encrypt a password file in the SMIME setup configuration screen.
675        <A HREF="h_config_smime_password_file_certificates">Learn more</A>
677   <LI> SMIME: The ctrl-E command that gives information on the certificate
678        is only available for messages that have a signed or encrypted 
679        part.
681   <LI> SMIME: If a message contains a RFC822 attachment that is
682        signed/decrypted add the ability to view its SMIME information.
684   <LI> SMIME: Certificate information in the S/MIME screen is available 
685        for certificates stored in a container.
687   <LI> SMIME: Offer the common name of the person, instead of the name of
688        file containing the certificate, as the name to be displayed in the 
689        certificate management screen for certificate authorities. 
690        Suggested by Matthias Rieber.
692   <LI> SMIME: Management of several alternate name (SAN) certificates is 
693        improved. When importing a SAN certificate, also import a certificate
694        for the filename, besides for the e-mail addresses in the
695        certificate. Suggested by Matthias Rieber.
697   <LI> SMIME: add full year when displaying information about a certificate
698        in the certificate management screen. Suggested by Matthias Rieber.
700   <LI> SMIME: sort certificates by some type of alphabetical order in the
701        displayed name.
703   <LI> SMIME: Alpine will ask users if they wish to save S/MIME 
704        certificates included in signatures, when the option "Validate 
705        Using Certificate Store Only" is enabled. If the user does not wish 
706        to save it, validation will fail.
708   <LI> HTML: Add support for decoding entities in hexadecimal notation.
709        Suggested by Tulip&aacute;nt Gergely.
711   <LI> The &quot;#&quot; command, when used as part of an aggregate
712        operation will allow users to select the role used in either 
713        replying, forwarding or replying to the group of selected messages, 
714        Suggested by Hisashi T Fujinaka.
716   <LI> If the charset of a message can not be determined, use the value set
717        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
719   <LI> Resizing setup screen will redraw screen.
721   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
722        in the width ambiguous zone, it will use other means to determine
723        the width, such as call wcwidth.
725   <LI> Pico: Code reorganization in the search command to make it easier to
726        add subcommands of the search command.
728   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
729        subcommand of the search command to bring this choice into view.
731   <LI> Pico: Add the ability to search for strings in the beginning or end
732        of a line. Use the Ctrl-^ subcommand of the search command to bring 
733        this choice into view.
735   <LI> For a multipart/alternative message, the Take Address command will 
736        work on the part that is being read.
738   <LI> When sending a message, allow for 512 characters of consecutive 
739        non-white space before folding the subject line.
741   <LI> Make sure titlebar (the line at the top of the screen) always 
742        contains the name of the folder/newsgroup that is open, if this 
743        fits in the title.
745   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
746        will also scramble the name, version and operating system in the 
747        message-id header. Based on a contribution by Dennis Davis, which 
748        is itself based on a contribution by Mark Hills.
750   <LI> Change in logic in imap_set_password function to make Alpine ask if
751        a user wants to save a password before reading the password file.
753   <LI> When exporting all parts of a message, if two attachments have the same
754        name, do not overwrite a file more than once, but instead add a counter
755        number to the filename to make a new file that does not exist in the file
756        system.
758   <LI> Add the Control-R subcommand to the save command for attachments. 
759        This subcommand toggles if the saving will be done in binary mode 
760        for text attachments. When a user saves an attachment using binary
761        mode it will be saved as it was sent, otherwise the attachment will
762        be transformed to UTF-8 for further transformation through internal
763        and user defined filters for saving.
765   <LI> Add command line argument -smimedir, which allows users to specify
766        the default path for a directory that contains the public, private, 
767        and ca directories. This is useful in case a user has a backup of 
768        old certificates that cannot be installed in the ~/.alpine-smime 
769        dir.
771   <LI> Reimplementation of the code that allows the .pinerc file to be a
772        symbolic link by Kyle George from tcpsoft.com to use realpath.
774   <LI> When saving an attachment, the "^T" command leads to a screen where the
775        "A" command can be used to add a file. A directory can be added by
776        pressing "^X" after the "A" command. Added after a suggestion by
777        Stefan Goessling.
779   <LI> When saving an attachment, the ^Y and ^V commands allow a user to 
780        scroll through the history of directories used to save attachments, 
781        while preserving the given name of the file. Suggested by Peter 
782        Koellner.
784   <LI> SMIME: Turn off automatic signing and encrypting of a message when
785        bouncing. Suggested after a discussion with Matthias Rieber.
787   <LI> When messages are selected, warn the user if a message that is not
788        selected will be bounced, or if not all selected messages will be 
789        bounced. Suggested by Ulf-Dietrich Braumann.
791   <LI> The bounce command adds a subcommand to choose a role.
793   <LI> When selecting messages by number, the &quot;.&quot; character can 
794        be used to specify the message on which the cursor is on.
796   <LI> When Alpine opens an attachment, it sometimes changes the extension 
797        of the file that is being opened and replaces it by another for the 
798        same mime type. If Alpine finds that the extension of the file 
799        corresponds with the mime type, according to the mime-types file, 
800        then it will keep it, and no substitution will be made.
802   <LI> Set no restrictions on the length of encoded subjects, but encode
803        words in length of no more than 75 characters.
804 </UL>
808 Bugs that have been addressed include:
809 <UL>
810   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
811        Alpine will use the function ASN1_TIME_print to determine the date 
812        of validity. Reported by Ben Stienstra.
814   <LI> SMIME: Crash when attempting to unlock the password file and an
815        incorrect password is entered.
817   <LI> SMIME: Crash when checking the signature of a message that contains
818        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
819        Krellner.
821   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
823   <LI> SMIME: fix a bug that did not allow users to transfer certificates to
824        remote containers. Reported by Matthias Rieber.
826   <LI> SMIME: certificates included in messages were not being transferred
827        to a remote container.
829   <LI> SMIME: Crash if public certificates are located in an inaccessible
830        remote server and the private key is not available.
832   <LI> SMIME: Alpine does not remove temporary files created when adding a 
833        CA certificate to a container. Reported by Holger Trapp.
835   <LI> SMIME: When reading a local certificate, Alpine converts the name 
836        of the certificate to lowercase, which may make Alpine not be able 
837        to read such certificate. Reported by Dennis Davis.
839   <LI> SMIME: If the option "Remember S/MIME Passphrase" is disabled, then
840        entering a password to read an encrypted message will make Alpine 
841        forget the key and not ask the password to unlock it again in case 
842        it is necessary to unlock it again. Reported by Ulf-Dietrich 
843        Braumann.
845   <LI> Alpine would use freed memory while trying to compute the color
846        of the titlebar. This happened when trying to continue a postponed 
847        message.
849   <LI> Alpine failed to read an encrypted password file if too many
850        passwords were saved in the password file.
852   <LI> When selecting messages while in Threaded Index Screen, some 
853        messages other than top of threads could appear in the index, making
854        Alpine display messages &quot;out of the screen.&quot;
856   <LI> The index format would be chopped at the position of an unrecognized 
857        token, instead of skipping the token as intended.
859   <LI> Work in progress: Avoid calling non-safe functions when Alpine
860        receives a signal. See bug report 
861        <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825772">here.</A>
863   <LI> Crash when attempting to read a message after a bounce command. 
864        In order to produce a crash one needed to use the ^T subcommand and 
865        do a search in a LDAP directory. The crash is produced by changes 
866        to the text in the title bar. Reported by Heinrich Mislik in the 
867        Alpine-info list.
869   <LI> HTML messages that contain UTF-8 may wrap at the wrong position,
870        making Alpine not display the correct character at the position 
871        that wrapping is done. Reported by Wang Kang.
873   <LI> Pico: Searching for a string that is too long causes Pico to crash
874        in the next search.
876   <LI> Fix vulnerability in regex library. This only affects those who use
877        this library, such as the windows version of Alpine. See 
878        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
879        for more details.
881   <LI> Alpine would not set include and lib paths for OpenSSL if this was
882        installed in /usr/local/ssl.
884   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
885        contents when saving its configuration.
887   <LI> The _INIT_ token does not skip over non-alphanumeric characters in
888        the name. Reported by Andreas Fehr.
890   <LI> When opening an INBOX folder in a context different from the 
891        incoming folders collection, from the command line, Alpine would 
892        open the INBOX folder from the incoming folders collection.
894   <LI> Mismatch in size of UCS and CELL caused a corruption in the
895        content of a pointer, which made the speller in PC-Alpine get the 
896        content of a word incorrectly.
898   <LI> Skip testing openssl compatibility version when cross-compilation
899        is detected. Fix contributed by Antti Sepp&auml;l&auml;
901   <LI> Alpine fails to remove temporary files used during a display or sending
902        filter. Fix contributed by Phil Brooke.
904   <LI> When the index is in zoomed state, adding new messages to the 
905        selection would not show those messages if those messages are on 
906        top of the current message in the top of the screen. Reported by
907        Ulf-Dietrich Braumann. In addition, when the user scrolls through
908        the index, this scroll smoothly, without jumping pages. Reported
909        by Holger Trapp.
911   <LI> Crash when reviewing history of saving attachments.
913   <LI> Crash when canceling a goto command on a local collection that has
914        not been expanded and attempting to expand such collection.
916   <LI> Crash in Pico when forwarding messages that contain a direction mark
917        at the end of a line. Reported by James Mingo.
919   <LI> Solve compilation errors when Alpine is built with Visual Studio 2015.
920 </UL>
924 Version 2.20 addresses bugs found in previous releases and has several 
925 additions as well.
928 Additions include:
931 <UL>
932   <LI> Upgrade UW-IMAP to Panda IMAP from 
933        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
934   <LI> S/MIME: Add screen to manage certificates.
935   <LI> S/MIME: Signatures are validated using the user's certificates instead
936        of the ones included in the message. Behavior can be disabled by
937        disabling the option <A href="h_config_smime_use_cert_store">
938         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
939        by default.
940   <LI> S/MIME: sign messages using intermediate certificates when needed 
941        and possible.
942   <LI> S/MIME: validation of certificates for servers that modify signed 
943        content.
944   <LI> S/MIME: signed and encrypted messages will be signed first and 
945        encrypted second, so that they can be decoded by other clients.
946   <LI> S/MIME: add the sender certificate to the list of certificates in
947        encrypted messages to make it possible for the sender to decrypt
948        the message they sent.
949   <LI> S/MIME: When transferring certificates to a local container, create 
950        container with default names PublicContainer, PrivateContainer and 
951        CAContainer, as appropriate for these files, unless the user has 
952        provided some other names.
953   <LI> S/MIME: Forwarding a message will include the signed part as part
954        of the text and not as a multipart message, just as the reply
955        command does.
956   <LI> HTML: Style tag in body of html message causes Alpine to not write
957        its content until a new &lt;/style&gt;
958   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
959        the same inline tag; the same is valid for the &lt;HR&gt; tag.
960   <LI> Add support to selective expunge through a subcommand of the 
961        select-apply commands. Read more in the <A 
962        HREF="h_index_cmd_expunge">help</A> for the expunge command.
963   <LI> Pico: New subcommand of the search command, allows to reverse the
964        direction of search.
965   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
966        the key and certificate used to encrypt the password file are saved 
967        in the ~/.alpine-smime/.pwd directory, or in the directory specified
968        by the -pwdcertdir command line option. 
969        <A HREF="h_password_file_support">Learn more</A>.
970   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
971        server to use different ways to connect using ssl, for 
972        example {server.com/tls1} will attempt to connect to 
973        server.com at the ssl imap port (port 993) and establish a 
974        connection using TLSv1. These flags can be used in 
975        conjunction with the /ssl flag, the ssl flag is redundant. 
976        Conversely, however, the /ssl flag does not imply any of 
977        these flags; the /ssl flag means SSLv3 or, if not available, 
978        SSLv2 in the SSL port.
979   <LI> Alpine does not attempt to automatically reopen a collection 
980        that was not opened due to cancellation by the user. 
981        Instead, the user must try to open it explicitly.
982   <LI> Alpine searches for a certificate that matches an email address in
983        all addresses in a certificate (instead of just the first 
984        one) but when it tries to unlock the certificate, it asks 
985        for the password for the first email address in that 
986        certificate.
987   <LI> Style tag in body of html message causes Alpine to not write its content
988        until a new &lt;/style&gt;
989   <LI> Experimental: Write the content-type of a message in 
990        lowercase, as some non-compliant servers do not understand 
991        uppercase content-type, such as those of GMX.de.
992   <LI> Experimental: Do not send the RSET command before attempting
993        to send a message, as this causes a delay in some evily managed
994        servers.
995   <LI> Opening a folder updates recent count in maildrops (this 
996        already works for other types of folders)
997   <LI> Automatically redraw screen after opening an attachment 
998        instead of simply clearing it.
999   <LI> Pico: Justification works without need of a predefined quote 
1000        string. This allows justification of blocks of text that are 
1001        indented with spaces.
1002   <LI> Decode the name of attachment names, so they can be written as part   
1003        of the description of the part. 
1004   <LI> Check bounds and tie strings off to improve security. Contributed 
1005        by James Jerkins.
1006   <LI> Replace tabs by spaces in From and Subject fields to control for
1007        size in screen of these fields. Change only in index screen display.
1008   <LI> Aggregate operations allows bouncing a list of messages using a role.
1009        Suggested by Ulf-Dietrich Braumann.
1010   <LI> Disable saving new passwords to the password file. Implemented
1011        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
1012   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
1013      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
1014      Charles M. Register.
1015 </UL>
1019 Bugs that have been addressed include:
1020 <UL>
1021   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
1022        in personal names. Reported by Lev Gorenstein.
1023   <LI> When writing the .pinerc file, lines were truncated if they were longer
1024        than 10,000 characters. This could cause data corruption, so now lines
1025        are allowed to be of any length.
1026   <LI> S/MIME: signed messages that contained an attachment would not validate.
1027   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
1028        validate. Thanks to Andreas Schamanek for testing, debugging and 
1029        advising during the process of fixing this problem.
1030   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
1031        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
1032        and Stefan Mueller.
1033   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
1034        home directory.
1035   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
1036        SMIME making it not possible to sign or encrypt messages.
1037   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
1038        information that is not part of the body, and hence making the body
1039        of the message seem wrong.
1040   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
1041        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
1042        enabled, the message contains 8bit characters and the smtp server 
1043        supports 8bit sending.
1044   <LI> When replying to several messages, subject will be decoded first,
1045        and then stripped from re/fwd before they are compared to determine
1046        the subject of the replied message.
1047   <LI> Crash when tcp connection to NNTP server was lost after connection
1048        had been established, but lost immediately afterwards.
1049   <LI> Crash with message &quot;lock when already locked&quot;, when painting
1050        an index was based on scores that needed information from a remote
1051        addressbook in the same server as the folder opened. Reported by
1052        Peter Koellner.
1053   <LI> Crash in message/rfc822 attachments encoded in base64.
1054   <LI> Postponed messages whose content-type is text/html, text/enriched and
1055        text/richtext are sent with that content-type, even though, after
1056        resuming composition, Alpine had changed its type to text/plain.
1057   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
1058        character set, which might lead to a crash or a corruption in the 
1059        screen. Work was done to contain the bug. A more complete fix will 
1060        be done in a future release. Reported by Professor Robert Funnell.
1061   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
1062   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
1063   <LI> Save command did not warn of existence of a message with a deleted 
1064        attachment in an aggregate save, unless cursor was positioned on a message 
1065        with a deleted attachment. Reported by Florian Herzig.
1066   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
1067        in an IMAP server.
1068   <LI> DATE tokens were not internally transformed to UTF-8, which made their
1069        values not appear complete in the screen. Reported by Werner Scheinast.
1070   <LI> Fixes to configure script so that it will not require PAM for every system.
1071   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
1072        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
1073        during the build. Fix by Ulf-Dietrich Braumann.
1074   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
1075        needs to use tcl_getstringresult() instead. Reported by 
1076        Ulf-Dietrich Braumann.
1077   <LI> Quoted string in URL Viewers configuration variable were not 
1078        unquoted before passing to viewer.
1079   <LI> Fix in configure script to detect location of tcl library; add
1080        /usr/local in FreeBSD and fix a bug in configure script that used 
1081        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
1082        by Werner Scheinast.
1083   <LI> Move SSL configurations from UW-IMAP to configure script, and
1084        update OpenSSL configuration for Mac OS X.
1085   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
1086   <LI> When the download of an attachment is interrumpted, Alpine stills
1087      caches what was downloaded, making the download incomplete for 
1088      subsequent calls of Alpine attempting to open the attachment. In the 
1089      future, Alpine will not cache any downloaded part of the attachment 
1090      when it is interrupted.
1091 </UL>
1096 Version 2.11 addresses bugs found in previous releases and has a few 
1097 additions as well.
1100 Additions include:
1103 <UL>
1104    <LI> Alpine requires version 1.0.0c of Openssl to build.
1105    <LI> Increase encryption of S/MIME encrypted messages.
1106    <LI> Pico: Improvements in justification of paragraphs: lines that begin
1107 with a quote string, followed by a space were considered individual paragraphs,
1108 now they are considered part of a paragraph. Based on earlier joint work
1109 with Jeff Franklin.
1110    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
1111    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
1112 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
1113    <LI> Added recognition of ws and wss URIs.
1114    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
1115  <A HREF="h_config_directory_color">directory names</A>,
1116  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
1117    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
1118 used in the display of the INDEX SCREEN.
1119    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
1120 that adds the ability to preserve To: and Cc: fields when replying to a 
1121 message, as specified by original sender.
1122    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
1123  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
1124    <LI> Quota command includes subcommands for printing, forwarding, etc.
1125 </UL>
1128 Bugs that have been addressed include:
1130 <UL>
1131   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
1132   <LI> Crash when resizing the screen in a configuration screen.
1133   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
1134   <LI> Do not use a shell to open a browser.
1135   <LI> Configure script did not test for crypto or pam libraries.
1136   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
1137   <LI> Change Cygwin directory separator to &quot;/&quot;.
1138   <LI> Alpine could set List- headers, contrary to RFC 2369.
1139 </UL>
1142 Version 2.10 addresses bugs found in previous releases and has a few 
1143 additions as well.
1146 Additions include:
1149 <UL>
1150    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
1151    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
1152    <LI> Foreign characters are decoded correctly in IMAP folder names.
1153    <LI> Question about breaking connection to slow servers includes their name.
1154    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
1155    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
1156    <LI> Cygwin: Alpine builds without need of patch.
1157    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
1158    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
1159    <LI> Add support for strong encryption of password file when S/MIME is built in.
1160 </UL>
1163 Bugs that have been addressed include:
1166 <UL>
1167    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
1168    <LI> Double allocation of memory in Pico.
1169    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
1170    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
1171    <LI> Not recognition of environment variables in some options.
1172    <LI> Not display of login prompt during initial keystrokes.
1173    <LI> justification of long urls breaks them.
1174    <LI> Incorrect New Mail message when envelope is not available.
1175    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
1176    <LI> Crash when resizing the screen after display of LDAP search.
1177    <LI> Crash when redrawing screen while opening a remote folder collection.
1178    <LI> Infinite loop in scrolltool function during notification of new mail.
1179    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
1180    <LI> No display of signed and encrypted S/MIME messages.
1181    <LI> Alpine will not build with OpenSSL.
1182    <LI> Crash for double locking in calls to c-client.
1183    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
1184    <LI> Ignore the references header when threading messages
1185    <LI> No update of colors in index screen after update to addressbook.
1186 </UL>
1189 Version 2.01 addresses bugs found in previous releases and has a few 
1190 additions as well.
1193 Additions include:
1196 <UL>
1197    <LI> Fixed non-ASCII web alpine handling
1198    <LI> Added web alpine help.
1199    <LI> Allow web alpine inbox on second IMAP server.
1200    <LI> Allow web alpine config reset after bad inbox-path gets set.
1201    <LI> Added web alpine ability to create group contact from contact list members.
1202    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
1203    <LI> Tidied up web alpine script layout.
1204    <LI> Fixed web alpine status message ordering
1205    <LI> Added web alpine Fcc setting via Contacts in Compose
1206    <LI> Fixed web alpine autodraft attachment issues
1207    <LI> Fixed web alpine problems with recent count maintenance
1208    <LI> Fixed web alpine newmail arrival display in message list
1209    <LI> Added web alpine confirmation to folder create for Move/Copy
1210    <LI> Added web alpine user-domain support
1211    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
1212 </UL>
1215 Bugs that have been addressed include:
1218 <UL>
1219    <LI> In web alpine fixed delete all selected within a search result to reorient
1220         correctly to whole-mailbox message list.
1221    <LI> Fixed web alpine delete in view page to be sensitive to sort
1222    <LI> Fixed web alpine open of folder within directory from folder manager page.
1223    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
1224    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
1225    <LI> Fixed web alpine adding contacts from message list and view
1226    <LI> Fixed web alpine create of non-existent fcc
1227    <LI> Remove mistakenly left debugger statement in web alpine javascript.
1228    <LI> Some UNIX alpine build problems fixed
1229    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
1230         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
1231         by locale charmap call on some Solaris 8 systems.
1232    <LI> MacOS Keychain logins were not working correctly with generic host names, like
1233         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
1234         new password requests when not needed
1235    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
1236         last folder in the list
1237    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
1238         looked for along with the email address
1239    <LI> Changes to configure to get spellcheck options with work with arguments.
1240    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
1241         returned by gethostname (iPhone can do this)
1242    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
1243         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
1244    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
1245         Jake Scott of marganstanley.com.
1246    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
1247         is not used in alpine.
1248    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
1249         Apparently this causes RIM Blackberry BIS service problems. This is not
1250         used in alpine.
1251    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
1252    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
1253         Fix from Ludwig Nussel of SUSE and from Crispin.
1254    <LI> Include whole filename in export filename history
1255    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
1256 </UL>
1259 Version 2.00
1260 addressed bugs found in previous releases and had a few additions as well.
1262 Additions included:
1265 <UL>
1266    <LI> Redesigned Web Alpine interface
1267    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
1268         in UNIX versions of Alpine
1269    <LI> Attempt to include the attachment filename as part of the name of the
1270         temporary file used when viewing an attachment with an external program.
1271         Add some randomness to that filename to make it hard to predict the filename.
1272         Add a filename extension, usually derived from the type/subtype, to the
1273         temporary filename. This was previously done only on Windows and MacOS X.
1274    <LI> Enhance address completion in the composer (TAB command) so that it looks
1275         through nicknames, fullnames, and addresses from the address book; addresses
1276         from the message being viewed, if any; and the results from
1277         <A HREF="h_direct_config">LDAP Directory Server</A>
1278         lookups for all of the defined directory servers that have the
1279         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
1280         feature set.
1281    <LI> Make the default character set setting more liberal in what it will accept
1282         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
1283    <LI> Remove the Alpine revision number from the titlebar in released versions
1284         while leaving it there in snapshot versions
1285    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
1286         display of asterisks when you type a password for Alpine
1287    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
1288    <LI> When the
1289         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
1290         feature is turned on convert not only the dates in the index screen but also
1291         the dates in the MESSAGE VIEW
1292 </UL>
1295 Bugs addressed in the 2.00 release included:
1298 <UL>
1299    <LI> Crash when using tab-completion for selecting a Save filename
1300    <LI> Make Web Alpine help text images relative for more portability
1301    <LI> Fixed attach save of html parts in Web Alpine
1302    <LI> Viewing, printing, exporting, replying, and bouncing of message
1303         digests was broken. Replying and bouncing should not have been
1304         allowed at all for digests. It would be nice to have a more standard
1305         index-like view of a message digest but that has not been addressed
1306         with this minor bug fix.
1307    <LI> Adjust wrapping of HTML messages so that the margins specified by
1308         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
1309         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
1310         are observed correctly
1311    <LI> Interrupt of WhereIs command in index was broken
1312    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1313         option did not work correctly interpreting unknown characters in message headers
1314    <LI> Long address lines could cause blank continuation lines
1315    <LI> Save to a local default INBOX failed if the primary collection was also local,
1316         which it is by default. The save went to  ~/mail/inbox instead.
1317    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
1318         inbox, not the inbox in the primary collection
1319    <LI> Address book entries with lots of addresses would be truncated when
1320         entered in the composer with a screen size wider than 270 or so characters
1321    <LI> Some fields in the index screen were truncated when the screen width was
1322         wider than 256 characters
1323    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
1324         folder, and there is a more than 10 minute pause between typing the TAB
1325         and typing the Yes
1326 </UL>
1329 Version 1.10(962)
1330 addressed bugs found in previous releases and had a few additions as well.
1332 Additions included:
1335 <UL>
1336    <LI> Add the possibility of setting a default role
1337         (see <A HREF="h_role_select">Roles Screen</A>)
1338         which may be convenient if your work flow involves acting in one
1339         role for a while then switching to another role and staying in the
1340         new role for another period of time
1341    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
1342         is encountered, ask the user if he or she wants to continue with the
1343         risky Save anyway instead of aborting. This may be helpful if your
1344         IMAP server is broken in this way but be aware that it is possible there
1345         was a real error instead of just a broken server implementation.
1346    <LI> Some configure adjustments for Kerberos detection and
1347         for SCO OpenServer 5 support
1348    <LI> Hide INBOX in a collection if it also appears as an
1349         <A HREF="h_config_enable_incoming">Incoming Folder</A>
1350    <LI> Show asterisks for feedback when the user is typing a password
1351    <LI> Performance improvement for threading of large folders
1352    <LI> Previously, the search used to find
1353         Pattern matches containing To patterns searched for both To
1354         and Resent-To headers. The relatively complicated search this
1355         produces causes problems when using some deficient IMAP servers.
1356         Now the default is to look only for To headers and ignore the
1357         presence of Resent-To. The previous behavior may be restored
1358         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
1359    <LI> Add an
1360         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1361         to help with reading malformed unlabeled messages
1362    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
1363    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
1364    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
1365 </UL>
1368 Bugs addressed in the 1.10(962) release included:
1371 <UL>
1372    <LI> Crash when encountering certain errors from an SMTP server
1373    <LI> Crash in composer caused by overflow in replace_pat()
1374    <LI> Hang when authenticating to an SMTP server that fails with a
1375         &quot;connection disconnected&quot; error
1376    <LI> Bug in handling of trailing tab character in flowed text
1377    <LI> Security enhancement for mailcap parameter substitution
1378    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
1379         did not work if the message being replied to was not flowed text
1380         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
1381         was not turned on
1382    <LI> Don't allow printer to be changed through hidden config screen
1383         if system administrator didn't want it to be allowed
1384    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
1385         should know that it won't work, causing error messages to appear
1386    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
1387         of double-quote double-quote didn't work right
1388    <LI> Quoting wasn't being done to protect special characters from the
1389         MacOS X shell when
1390         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
1391         was not defined
1392    <LI> On MacOS X message attachments should be shown internally instead of
1393         being shown using the Mail application
1394    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
1395         sometimes set the outgoing charset to X-UNKNOWN, making the result
1396         unreadable
1397    <LI> When the sending of a message failed lines with leading spaces had one
1398         additional space inserted in each of those lines when the user
1399         was returned to the composer
1400    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
1401         that contained non-ascii characters because it was truncating the
1402         line being searched so that it was shorter than what was visible on
1403         the screen
1404    <LI> When composing, an attachment with a long name that causes wrapping in
1405         just the wrong place would generate an error and cause the send
1406         of the attachment to fail
1407    <LI> After calling the file browser to attach a file in the composer, a resize
1408         of the window when back in the composer would redraw the last screen that
1409         had been shown in the browser instead of the current composer screen
1410    <LI> Possible crash in index screen when encountering unparsable addresses
1411         or when using one of the PRIORITY tokens or the HEADER token in the
1412         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
1413    <LI> Problems with Header Color editing if the configuration option
1414         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
1415         was inadvertently changed to the Empty Value in the hidden config screen
1416    <LI> When resuming the final postponed message from an Exchange server the user
1417         could get a certificate validation failure because alpine was trying
1418         to validate the canonical name of the folder instead of the name the
1419         user used
1420    <LI> Windows line endings in a mimetypes file on a Unix system cause a
1421         failure to find a match
1422    <LI> Make matching of extension names case independent in mimetypes files
1423    <LI> Windows dialog boxes for entering text were not working correctly
1424    <LI> Replying to or Forwarding multipart/alternative messages which had a
1425         single text/html part did not work well
1426    <LI> Printing the print confirmation page caused a crash
1427    <LI> A To line with a long, quoted personal name could display incorrectly
1428         if it was close to the same width as the screen
1429    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
1430         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
1431         are turned on hide (0/0) when the folder is empty
1432    <LI> Folder completion while Saving didn't work if the collection being
1433         saved to was the local home directory
1434 </UL>
1437 Version 1.00
1438 was an evolutionary release based on Pine, which was also
1439 developed at the University of Washington.
1440 It is upwards-compatible for existing Pine users.
1443 Changes included:
1445 <UL>
1446    <LI> Ground-up reorganization of source code around addition
1447         of "pith/" core routine library.
1448    <LI> Fundamental improvement in Alpine's internal text handling, which
1449         is now based exclusively on Unicode. This allows displaying incoming
1450         messages and producing outgoing messages in many different languages.
1451    <LI> Ground-up reorganization of build and install procedures
1452         based on GNU Build System's autotools. NOTE, the included IMAP library
1453         build is not based on autotools, so some features will not work. However,
1454         it should get built automatically during the Alpine build process.
1455    <LI> Web-based version included built on TCL designed to run under
1456         a suitable CGI-supporting web server such as Apache.
1457 </UL>
1461 Details on changes in previous (prerelease) versions of Alpine
1462 may be found at the following URL:
1464 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1467 <HR WIDTH="75%"><P>
1469 <H2>Getting Help</H2>
1470 <DL>
1471 <DT>Online Help</DT>
1472 <DD>
1473 Every Alpine screen and command has associated help text
1474 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
1475 </DD>
1477 <DT>Web Help</DT>
1478 <DD>
1479 The most current source of information about Alpine,
1480 including new version availability, is the web page at
1482 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1483 </DD>
1484 </DL>
1486 <HR WIDTH="75%"><P>
1488 <H2>Additional Information</H2>
1490 General Alpine configuration information can be found
1491 <A HREF="h_news_config">here</A>.
1493 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
1494 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
1495 access is provided by the IMAP Toolkit Environment (c-client library)
1496 version <!--#echo var="C_CLIENT_VERSION"-->.
1497 <P> 
1498 Alpine was developed until 2009 by the Office of Computing 
1499 &amp; Communications at the University of Washington in Seattle.  
1500 Since then, the effort of developing Alpine has been continued by
1501 a community of volunteers who make good software even better!
1504 Alpine Copyright 2013-2020 Eduardo Chappa, 
1505 <BR> Copyright 2006-2008 University of Washington.
1508 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
1509 or instead you can find the Apache License, version 2.0 at the web URL:
1512 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
1515 &lt;End of Release Notes&gt;
1516 </BODY>
1517 </HTML>
1518 ====== h_password_file_support ======
1519 <HTML>
1520 <HEAD>
1521 <TITLE>Encryption for Password File Support Explained</TITLE>
1522 </HEAD>
1523 <BODY>
1524 <H1>Encryption for Password File Support Explained</H1>
1526 Index<BR>
1527 <OL>
1528 <LI><A HREF="#content">Explanation</A>
1529 <LI><A HREF="#example_existing_key">Example of Use of Existing Key and Certificate</A>
1530 <LI><A HREF="#example_self_signed">Example of Creating Master Password</A>
1531 </OL>
1533 <P><A NAME="content">Unix Alpine Only.</A>
1535 <P> If your version of Alpine has been built with password file support
1536 then you can use a special file to save your passwords, and avoid typing
1537 them every time you open a connection to a remote server.
1539 <P> If, in addition, your version of Alpine was built with SMIME support, then your 
1540 password file will be encrypted with a strong key. There are two ways in 
1541 which this can happen: Alpine will either use a matching private key and 
1542 public certificate pair that you already own, or it will create one for 
1543 you, just for purposes of encrypting this file. We describe both processes 
1544 below.
1546 <P> Initially, Alpine will scan your public and private directories for a 
1547 certificate/private key pair that works. Alpine will pick the first pair 
1548 that it finds that matches. 
1550 <P> Once a pair has been chosen, it will be copied to the directory 
1551 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
1552 that directory. The first time this process is done, this directory will 
1553 be created, a key/certificate pair will be copied to it, from then on 
1554 this pair will be used to encrypt and decrypt your password file. 
1556 <P> If you want to use a specific key and certificate pair to encrypt
1557 your password file, you can create the directory ~/.alpine-smime/.pwd 
1558 manually, and then create your preferred key/certificate pair there.
1559 Alpine will use this key regardless of if it has expired, or if it is
1560 self-signed. These issues do not affect the encryption or decryption
1561 of the password file.
1563 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
1564 your key/certificate pair, you can specify a different one with the 
1565 -pwdcertdir command line option in Alpine. If the directory specified by 
1566 this option is not found Alpine will fail to encrypt and decrypt your 
1567 password file. However if it exists, Alpine will search for a 
1568 key/certificate pair in that
1569 directory, and if it does not find one, it will create one and save it
1570 in that directory.
1572 <P> Alpine does not care about the names of the key and certificates in 
1573 this directory, but the private key must have &quot;.key&quot; extension 
1574 and your public certificate must have the &quot;.crt&quot; extension. The
1575 name of the private key will be used in the prompt when you are asked
1576 to unlock your key to decrypt your password.
1578 <P> If Alpine cannot find a suitable private key and public certificate 
1579 pair to encrypt your password, it will create one. You will be asked to 
1580 create a &quot;Master Password&quot; to protect such key. At this moment 
1581 there are no restrictions on passwords, other than they have to be at 
1582 least 8 characters long, but future versions of Alpine will include 
1583 functionality to restrict master passwords, as set up by the administrator 
1584 of the system in the pine.conf.fixed file.
1586 <P><A NAME="example_existing_key"><B>Example of Use of Existing Key and Certificate</B></A>
1588 <P>Assume you have a private key called peter@address.com.key in your, 
1589 ~/.alpine-smime/private directory, and a public certificate called 
1590 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
1591 are your only key/certificate pair.
1593 <P> When Alpine starts for the first time, without command line options, 
1594 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
1595 it will create it. Then it will go through your keys and certificates and 
1596 find a pair that it can use, and copy the files peter@address.com.key,
1597 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
1598 you can do the same by copying these files by yourself. This can be done
1599 with the sequence of commands
1601 <PRE>
1602 mkdir ~/.alpine-smime/.pwd
1603 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
1604 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
1605 </PRE>
1607 <P> When Alpine starts, you will be asked the password to unlock your
1608 private key with the prompt.
1610 <PRE>
1611 Enter password of key &lt;peter@address.com&gt; to unlock password file:
1612 </PRE>
1614 <P> If you prefer to use different names for your private and public keys 
1615 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
1616 preserve the extension of the files. For example, you can use the names 
1617 private_key.key and public_cert.crt instead. In this case, the prompt you 
1618 will see when you are asked to unlock your private key will read
1620 <PRE>
1621 Enter password of key &lt;private_key&gt; to unlock password file:
1622 </PRE>
1624 <P>Observe that you do not need to use an existing key/certificate pair, 
1625 and that you can create a new private key/public certificate pair to 
1626 encrypt and decrypt your password file. Alpine provides a mechanism to
1627 change the encryption key for this file in the S/MIME configuration
1628 screen.
1630 <P><A NAME="example_self_signed"><B>Example of Creating Master Password</B></A>
1632 <P> If Alpine cannot find a suitable private key and public certificate pair
1633 to encrypt your password file, it will create one. When doing so, it will
1634 start the process with the following warning:
1636 <PRE>
1637 Creating a Master Password for your Password file.
1638 </PRE>
1640 <P> Then Alpine will ask you to enter your Master Password:
1642 <PRE>
1643 Create master password (attempt 1 of 3):
1644 </PRE>
1646 <P> Once you enter this password, and it validates according to system policy,
1647 you will be asked to confirm this password. 
1649 <PRE>
1650 Confirm master password (attempt 1 of 3):
1651 </PRE>
1653 <P> If you input the same password, then Alpine will set that as your 
1654 Master Password, and you will use this password to unlock your key in the 
1655 future.
1657 <P> If you would like to switch your Master Password in the future, you can 
1658 do so by creating a new public key and public certificate pair. You can do 
1659 so in the S/MIME configuration screen, in the &quot;Manage Key and 
1660 Certificate for Password File&quot; section, simply enter your current 
1661 password to unlock your current key and then press &quot;C&quot; to create 
1662 a new key.
1665 &lt;End of help&gt;
1666 </BODY>
1667 </HTML>
1668 ====== h_network_encryption_security ======
1669 <HTML>
1670 <HEAD>
1671 <TITLE>Network Encryption Security Explained</TITLE>
1672 </HEAD>
1673 <BODY>
1674 <H1>Network Encryption Security Explained</H1>
1676 You can specify which encryption protocol you would like to try when
1677 creating a secure connection to a server. Alpine will attempt to use
1678 that encryption protocol, but in practice the protocol being used will
1679 default to the most secure protocol that both Alpine and the server
1680 support.
1682 <P> If you use the latest version of OpenSSL, the /ssl modifier to the 
1683 server definition will use the most secure version of the TLS encryption 
1684 protocol. The same will be true if you try /tls1_1 or /tls1_2, but in an 
1685 old version of OpenSSL (pre 1.1.0 series) /tls1_1 might mean to use 
1686 version 1.1 of the TLS protocol.
1688 <P> You will never go wrong by using the /ssl modifier. At the time of
1689 this writing OpenSSL had released version 1.1.1, with support for
1690 TLS version 1.3. If your version of OpenSSL does not support this version
1691 of the TLS protocol, then the /tls1_3 modifier will only mean to use
1692 the most secure version of the TLS protocol that OpenSSL and the
1693 server can negotiate. In future versions of OpenSSL, /tls1_3 might mean
1694 to try to negotiate a higher version of the TLS protocol.
1696 <P> In order to avoid confusion, the /ssl flag is the best way to guarantee
1697 the highest encryption protocol available, and it is the recommended
1698 modifier to the server definition to create a secure encrypted connection.
1701 &lt;End of help&gt;
1702 </BODY>
1703 </HTML>
1704 ====== h_xoauth2 ======
1705 <HTML>
1706 <HEAD>
1707 <TITLE>XOAUTH2 Authenticator Explained</TITLE>
1708 </HEAD>
1709 <BODY>
1710 <H1>XOAUTH2 Authenticator Explained</H1>
1712 The XOAUTH2 authenticator method is a way in which you can sign in to your
1713 account to read and send email. This method is different from the traditional
1714 username/password that users are accostumed to, and it needs to be set up
1715 by the user. This text will help you understand this authentication method.
1718 The most important difference between this method and other authentication
1719 methods is what happens if someone steals your credentials. This method is
1720 attached to three components: Your username, your password and your email
1721 program.
1724 At the beginning of this process, the developer of the email program 
1725 registers the email program with the email service provider (Gmail, 
1726 Outlook, etc.) In return, the email service provider creates a client-id.
1727 In addition, some services provice a client-secret.
1728 Since Alpine is an open source program, these values are part
1729 of the source code, and are known to everyone, and cannot be obfuscated.
1732 After a program has been registered with an email service provider, the 
1733 user must authorize the email program access to their email account in 
1734 that service. Alpine helps you do that, but it cannot do all the process 
1735 for you, and you will need to use an external web browser to authorize
1736 Alpine to read and send email.
1739 This part of the process is simple. Alpine creates a URL based on the id 
1740 and secret created by the email service, which the user opens. Once the 
1741 URL has been opened, the user signs in to the server, and once signed into
1742 the account, the user is asked to authorize Alpine access to the email 
1743 account. If the user agrees, an &quot;<I>Access Code</I>&quot; will be
1744 generated.
1747 An Access Code is a very long string, and so the recommendation is to copy 
1748 and paste this code back into Alpine, at the time Alpine is helping you 
1749 set up this authenticator. This part of the process is done only once per 
1750 email program (If you run Alpine in several computers, you would do this 
1751 once per computer. Each computer gets its own Access Code.)
1754 Once Alpine has an Access Code, it goes back internally to the email 
1755 service and asks it to generate two strings, called the &quot;<I>Refresh 
1756 Token</I>&quot; and the &quot;<I>Access Token</I>&quot;. This part is 
1757 invisible to the user, and they will never see it, but in order for you to 
1758 understand what to do in case you lose them, you need to understand their 
1759 use.
1762 The <I>Access Token</I> is the equivalent of a temporary password. It 
1763 allows the user to access (and reaccess as many times as they would like)
1764 their email account for a limited amount of time, typically 1 hour after
1765 it was issued. After that time expires, users need a new Access Token.
1768 The <I>Refresh Token</I> is the equivalent of a password generator. With 
1769 this token, Alpine can go to the email service provider and request a new 
1770 Access Token. This part of the process does not need user intervention, 
1771 anyone can do this, as long as they have the Refresh Token, program id and 
1772 program secret, so it is important that users keep their Refresh Token as 
1773 secure as they can.
1776 Given that the Refresh Token and the Access Token are long strings, users 
1777 are not supposed to be able to memorize them and recall them later. Alpine 
1778 will store them in the password file, should a user have one. Otherwise, 
1779 the user will have to create one each time they run Alpine, starting by 
1780 creating the Access Code all over each time they try to sign in to their 
1781 email account. When Alpine is compiled with SSL and password file support, 
1782 it will default to saving this information using encryption and under a 
1783 master password, so unless they have made changes to this process, their 
1784 Refresh and Access Tokens are saved securely and persist from one session 
1785 to the next.
1788 Should any person steal your Refresh Token, you must login to your account 
1789 with your username and password and revoke Alpine authorization to your 
1790 account. This is enough to stop the person who stole your Refresh Token 
1791 from accessing your email service. In the case of Gmail, changing your 
1792 password will invalidate your Refresh Token, and this will be enough to 
1793 prevent others from using a stolen Refresh Token. Consult with your email
1794 service provider to learn what you can do if someone steals your Refresh
1795 Token.
1798 If, for any reason, Alpine cannot sign in to your email service for two 
1799 consecutive times with Access Codes generated by your Refresh Token, it 
1800 will remove the Refresh Token from your password file, forcing you to get 
1801 a new one, by getting an Access Code first, and granting authorization to
1802 Alpine to access your email once again.
1805 This implementation of XOAUTH2 knows the list of servers that it can 
1806 access using the same credentials, so Alpine will be able to read and send 
1807 emails using the same Access Token. You will not have to create 
1808 Access and Refresh Tokens for the IMAP and SMTP servers separately.
1811 &lt;End of help&gt;
1812 </BODY>
1813 </HTML>
1814 ====== h_xoauth2_config_screen ======
1815 <HTML>
1816 <HEAD>
1817 <TITLE>XOAUTH2 Configuration Screen</TITLE>
1818 </HEAD>
1819 <BODY>
1820 <H1>XOAUTH2 Configuration Screen</H1>
1822 The XOAUTH2 configuration screen helps you connect your client-id and
1823 other configuration information about the service you want to use with
1824 Alpine.
1826 <P> Alpine provides a default configuration for you. For some providers
1827 this configuration does not work, and requires you to get your own
1828 Client-ID for Alpine. Depending on the service, you might need extra information,
1829 such as a Client-Secret or a Tenant.
1831 <P> If the default configuration of Alpine does not work for you, you can simply
1832 replace the default configuration of Alpine by your new configuration. If for
1833 any reason you need to have a second client-id, you can use the ^A command to
1834 add a new configuration for one of the supported services by Alpine.
1836 <P> If you wish to delete a configuration for a service, place the cursor
1837 on the configuration you want to delete and press ^D.
1839 <P> When you have more than one client-id for the same service, is is convenient
1840 to fill up the username field. This will tell Alpine that that specific configuration
1841 is to be used with the username(s) specified in that variable. If Alpine cannot
1842 detemine which configuration to use, it will ask you to select the correct
1843 Client-ID for your connection. This could happen when you are trying to login to
1844 your account. The client-id you select will be used by Alpine for that and future
1845 connections to that server.
1849 &lt;End of help&gt;
1850 </BODY>
1851 </HTML>
1852 ====== h_tls_failure_details ======
1853 <HTML>
1854 <HEAD>
1855 <TITLE>Certificate Validation Details</TITLE>
1856 </HEAD>
1857 <BODY>
1858 <H1>Certificate Validation Details</H1>
1860 This screen gives details as to why the certificate validation failed: the
1861 name of the desired server system; the reason for failure; and the name on
1862 the certificate.  This is primarily of interest to experts.
1865 &lt;End of help&gt;
1866 </BODY>
1867 </HTML>
1868 ====== h_tls_failure ======
1869 <HTML>
1870 <HEAD>
1871 <TITLE>TLS or SSL Failure</TITLE>
1872 </HEAD>
1873 <BODY>
1874 <H1>TLS or SSL Failure</H1>
1876 An attempt was made to establish a secure, encrypted connection to the
1877 server system using either Transport Layer Security (TLS) or the older
1878 Secure Sockets Layer (SSL).  This attempt failed.
1881 You should contact your server system management for more assistance.
1882 The problem is probably at the server system and not in Alpine or your local
1883 system.  The text in this screen may be helpful for the server system
1884 management in debugging the problem,
1887 &lt;End of help&gt;
1888 </BODY>
1889 </HTML>
1890 ====== h_tls_validation_failure ======
1891 <HTML>
1892 <HEAD>
1893 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
1894 </HEAD>
1895 <BODY>
1896 <H1>TLS and SSL Certificate Validation Failures</H1>
1898 An attempt was made to establish a secure, encrypted connection to the
1899 server system using either Transport Layer Security (TLS) or the older
1900 Secure Sockets Layer (SSL).
1903 An important part of this procedure is server certificate validation.  A
1904 server certificate is an &quot;electronic identification card&quot; for the server
1905 system that is signed by a well-known certificate authority (CA).  Alpine
1906 compares the server system identity in the server certificate with the
1907 name of the server system to which it is trying to connect.  Alpine also
1908 verifies that the CA signature is authentic.
1911 Some common failure conditions are:
1914 <UL>
1915   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
1916 signed its own certificate.  This does not necessarily indicate anything
1917 bad; the server operators may simply have elected to not purchase a
1918 signed certificate from a certificate authority.
1920   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
1921 the signature on the server system is from an unknown certificate authority.
1922 It can also mean that no certificate authority certificates have been
1923 installed on the local UNIX system.
1925   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
1926 the same as either of the above two conditions in UNIX Alpine.  Note that
1927 Windows systems typically have a full set of certificate authority
1928 certificates installed, so it is more likely to be a self-signed
1929 certificate than an unknown certificate authority.
1931   <LI> Server name does not match certificate.  This means that the server
1932 presented a proper signed certificate for a name other than the desired
1933 name.
1934 </UL>
1937 Any of these conditions can indicate that you are being attacked and have
1938 been directed to an imposter server that will record your password and
1939 your private mail messages.  It can also mean something innocuous.
1942 If you are certain that the problem is innocuous, you can append the
1943 option
1946 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
1949 to the server system name where it appears in your configuration (e.g. the
1950 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
1951 a folder-collection, or a news or SMTP server).  This will
1952 disable certificate validation.  On the other hand, if you are attacked,
1953 you will get no warning if you do this.
1955 <P> When you get an error indicating a self-signed certificate from the 
1956 remote server, you can download and install the certificate for that 
1957 server. Avoid using the /NoValidate-Cert modifier. Alpine cannot help you 
1958 with this process because certificates are part of the system and are not 
1959 under the control of the user. Find directions on how to download and 
1960 install certificates for your system using your favorite search engine.
1963 &lt;End of Cert Validation Failures help&gt;
1964 </BODY>
1965 </HTML>
1966 ====== h_oauth2_start ======
1967 <HTML>
1968 <HEAD>
1969 <TITLE>Setting up XOAUTH2 Authentication</TITLE>
1970 </HEAD>
1971 <BODY>
1972 <H1>Setting up XOAUTH2 Authentication</H1>
1974 You are trying to connect to a server that uses the XOAUTH2 method of
1975 authentication.
1978 In order to set this up, you need to authenticate in the target server
1979 and authorize Alpine to access your email account.
1982 After you have authorized Alpine, the server will generate an
1983 &quot;access code.&quot; In order to use this code, press 'C'
1984 and copy and paste this code back into Alpine.
1987 After you have input the code, Alpine will conclude logging you into your
1988 account.
1991 &lt;End of setting up XOAUTH2 Authentication help&gt;
1992 </BODY>
1993 </HTML>
1994 ====== h_release_tlscerts ======
1995 <HTML>
1996 <HEAD>
1997 <TITLE>TLS and SSL usage note</TITLE>
1998 </HEAD>
1999 <BODY>
2000 <H1>TLS and SSL usage note</H1>
2003 When using Alpine from Unix or Windows 2000,
2004 server certificates must be signed by a trusted certificate authority.
2005 You may relax this requirement (at the cost of some security) by using
2007 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
2008 modifier in the mailbox name.
2011 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
2014 The fully-qualified host name of the server should be used
2015 so that it matches the host name in the server certificate.
2017 Here is an example of a host specification that directs Alpine to use
2018 the SSL port (993) and an encrypted data stream.
2020 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
2022 &lt;End of TLS usage help&gt;
2023 </BODY>
2024 </HTML>
2025 ====== h_news_config ======
2026 <HTML>
2027 <HEAD>
2028 <TITLE>Alpine Configuration</TITLE>
2029 </HEAD>
2030 <BODY>
2031 <H1>Alpine Configuration</H1>
2033 <H2>Using Environment Variables</H2>
2035 The values of Alpine configuration options may include environment variables
2036 that are replaced by the value of the variable at the time Alpine is run
2037 (and also at the time the config option is changed).
2038 The syntax to use environment variables is a subset of the common Unix
2039 shell dollar-syntax.
2040 For example, if
2042 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
2044 appears in the value of an Alpine configuration option it is looked up in the
2045 envirom ent (using getenv(&quot;VAR&quot;)) and its
2046 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
2047 To include a literal dollar sign you may precede the dollar sign with another
2048 dollar sign.
2049 In other words, if the text
2051 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
2053 is the value of a configuration option, it will be expanded to
2055 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
2057 and no environment lookup will be done.
2058 For Unix Alpine it will also work to use a backslash character to
2059 escape the special meaning of the dollar sign, but $$ is preferable since
2060 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
2061 to be in a shared configuration file.
2064 This all sounds more complicated than it actually is.
2065 An example may make it clearer.
2066 Unfortunately, the way in which environment variables are set is OS-dependent 
2067 and command shell-dependent.
2068 In some Unix command shells you may use
2070 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
2071    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
2073 Now, if you use Alpine's Setup/Config screen to set
2075 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
2077 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
2078 so that this would be equivalent to
2080 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
2082 Note, environment variable substitution happens after configuration
2083 options that are lists are split into the separate elements of the list,
2084 so a single environment variable can't contain a list of values.
2087 The environment variable doesn't have to be the only thing
2088 after the equal sign.
2089 However, if the name of the variable is not at the end of the line or
2090 followed by a space (so that you can tell where the variable name ends),
2091 it must be enclosed in curly braces like
2093 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
2095 It is always ok to use the braces even if you don't need to.
2097 It is also possible to set a default value for an environment variable.
2098 This default value will be used if the environment variable is not
2099 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
2100 The syntax used to set a default value is
2102 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
2104 If the config file contains
2106 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
2108 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
2109 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
2110 the value that <SAMP>VAR</SAMP> was set to, otherwise,
2111 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
2112 the default value.
2113 (Note that the variable is called &quot;personal-name&quot; in the config
2114 file but is displayed in the config screen as
2115 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
2116 In general, the value that goes into a config file is never exactly the
2117 same as the value you see on the screen.)
2120 An example where an environment variable might be useful is the
2121 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
2122 Suppose most users used the server
2124 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
2126 but that there were some exceptions who used
2128 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
2130 In this case, the system manager might include the following line in
2131 the systemwide default Alpine configuration file
2133 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
2135 For the exceptional users adding
2137 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
2139 to their environment should work.
2141 Another example might be the case where a user has to use a different
2142 SMTP server from work and from home.
2143 The setup might be something as simple as
2145 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
2147 or perhaps a default value could be given.
2148 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
2149 a list of SMTP servers.
2152 <H2>Configuration precedence</H2>
2154 There are several levels of Alpine configuration.  Configuration values at
2155 a given level override corresponding values at lower levels.  In order of
2156 increasing precedence:
2158 <UL>
2159  <LI> built-in defaults
2160  <LI> system-wide
2161 <!--chtml if pinemode="os_windows"-->
2162       config file from command line or provided
2163       by "PINECONF" environment variable
2164 <!--chtml else-->
2165       pine.conf file
2166 <!--chtml endif-->
2167  <LI> personal configuration file
2168  <LI> personal exceptions configuration file
2169  <LI> command-line options
2170  <!--chtml if pinemode="os_windows"--><!--chtml else-->
2171  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
2172 </UL>
2174 The values in both the personal configuration file and the
2175 <A HREF="h_config_exceptions">exceptions</A>
2176 configuration file may be set using the Setup command.
2177 Setup/Config is the command to change most of the personal configuration
2178 options.
2179 The other Setup subcommands are also used to change the configuration,
2180 for example, Setup/AddressBook, Setup/Rules, and so on.
2181 Changing the personal exceptions configuration is very similar.
2182 To change a value in the Config screen you would use the command
2183 Setup/eXceptions/Config.
2184 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
2186 There are a couple exceptions to the rule that configuration values are replaced
2187 by the value of the same option in a higher-precedence file.
2188 The Feature-List variable has values that are additive, but can be
2189 negated by prepending &quot;no-&quot; in front of an individual feature name.
2190 So for features, each individual feature's value is replaced by the value
2191 of the same feature in a higher-precedence file.
2192 Note that this is done automatically for you when you change these values via
2193 the Setup/Config command.
2194 The other exception to the <EM>replace</EM> semantics happens when you
2195 use <A HREF="h_config_inheritance">configuration inheritance</A>
2196 for option lists.
2199 <H2>File name defaults</H2>
2201 Notes:<P>
2203 <BR> &lt;exe dir&gt; = directory where pine.exe found.
2204 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
2205 <BR> # = default file name is overridable in pinerc.
2206 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
2207 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
2208 <BR> + between the mailcap paths implies that the two files are combined.
2209 <BR> ; between other default paths implies that the first one found is used.
2210 </P>
2211 Alpine looks for most support files in the same directory it finds its
2212 personal configuration file (pinerc).  The -p command-line flag may be
2213 used to specify a particular path name for the pinerc file.  If a
2214 pinerc file does not exist, it will be created (if directory permissions
2215 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
2216 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
2217 file does not exist in either one, it will create one in the first of those
2218 two directories that is writable.  In detail:
2219 <PRE>
2221 PC-Alpine:
2223  executable     &lt;DOS search path&gt;&#92;pine.exe
2224  help index     &lt;exe dir&gt;&#92;pine.ndx
2225  help text      &lt;exe dir&gt;&#92;pine.hlp
2227  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
2228  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
2229  global cfg     $PINECONF
2231  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
2232  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
2233  signature#     &lt;pinerc dir&gt;&#92;pine.sig
2234  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
2235  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
2236  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
2237  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
2238  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
2239  postponed#     $HOME&#92;mail&#92;postpond.mtx
2240  interrupted    $HOME&#92;mail&#92;intruptd
2242 Unix Alpine:
2244  executable     &lt;Unix search path&gt;/pine
2245  persnl cfg     ~/.pinerc
2246  except cfg     ~/.pinercex
2247  global cfg     <!--#echo var="PINE_CONF_PATH"-->
2248  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
2249  local help     <!--#echo var="PINE_INFO_PATH"-->
2251  interrupted    ~/.pine-interrupted-mail
2252  debug          ~/.pine-debugN
2253  crash          ~/.pine-crash
2254  newsrc#        ~/.newsrc
2255  signature#     &lt;pinerc dir&gt;/.signature
2256  addressbook#   &lt;pinerc dir&gt;/.addressbook
2257  postponed#     ~/mail/postponed-msgs
2258  sentmail#      ~/mail/sent-mail
2259  mailcap#       ~/.mailcap + /etc/mailcap
2260                            + /usr/etc/mailcap + /usr/local/etc/mailcap
2261  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
2263  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
2264  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
2265  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
2266  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
2267  password       /etc/passwd
2269 Unix Alpine and PC-Alpine:
2271  .ab*           remote addressbook support files
2272  a[1-9]*        temporary (while Alpine is running) addressbook files
2274 </PRE>
2277 <H2>Mailcap files</H2>
2279 Alpine honors the mailcap configuration system for specifying external
2280 programs for handling attachments.  The mailcap file maps MIME attachment
2281 types to the external programs loaded on your system that can display
2282 and/or print the file.  A sample mailcap file comes bundled with the Alpine
2283 distribution.  It includes comments that explain the syntax you need to
2284 use for mailcap.  With the mailcap file, any program (mail readers,
2285 newsreaders, WWW clients) can use the same configuration for handling
2286 MIME-encoded data.
2289 <H2>MIME-Types files</H2>
2291 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
2292 what Content-Type to use for labeling an attached file, based on
2293 the file extension.  That is, this file provides a mapping between
2294 filename extensions and MIME content-types.
2297 <H2>Environment variables</H2>
2299 PC-Alpine uses the following environment variables:
2300 <DL>
2301 <DT>PINERC</DT>
2302 <DD>Optional path to pinerc file.</DD>
2303 <DT>PINERCEX</DT>
2304 <DD>Optional path to personal exceptions configuration file.</DD>
2305 <DT>PINECONF</DT>
2306 <DD>Optional path to global pine config file.</DD>
2307 <DT>HOME</DT>
2308 <DT>TMPDIR, TMP, or TEMP</DT>
2309 <DT>COMSPEC</DT>
2310 <DT>MAILCAPS</DT>
2311 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
2312 <DT>USER_DICTIONARY</DT>
2313 <DD>Used to specify the file to contain the user's spell check
2314 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
2315 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
2316 </DL>
2318 Unix Alpine uses the following environment variables:
2319 <DL>
2320 <DT>TERM</DT>
2321 <DD>Tells Alpine what kind of terminal is being used.</DD>
2322 <DT>DISPLAY</DT>
2323 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
2324 <DT>SHELL</DT>
2325 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
2326 <DT>TMPDIR, TMP, or TEMP</DT>
2327 <DT>MAILCAPS</DT>
2328 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
2329 </DL>
2330 <!--chtml if pinemode="os_windows"-->
2332 <H2>Common PC-Alpine Configuration Problems</H2>
2334 <H3>Configuration settings aren't being saved</H3>
2336 <P>This problem can happen if you run pine from one directory and
2337 then decide to move your pine directory to another location.  PC-Alpine
2338 stores certain variables, including the configuration location, in the
2339 Windows Registry (which you shouldn't ever need to manually edit).  There
2340 are a couple of ways to go about removing or resetting the values in the
2341 registry.
2344 1) Run PC-Alpine's registry value deletion command.  This can be done by
2345 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
2346 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
2347 value to the above command.
2350 2) Tell PC-Alpine where to look for the configuration file.  Configuration
2351 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
2352 option, you can tell PC-Alpine the location of your pinerc.  An example of
2353 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;.
2354 Again, you can use the DOS prompt or the shortcut method explained in (1).
2357 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
2358 set registry values to the current setting, and is therefore useful with
2359 the &quot;-p&nbsp;PINERC&quot; option.
2361 <!--chtml endif-->
2363 &lt;End of Configuration Notes&gt;
2364 </BODY>
2365 </HTML>
2366 ====== h_news_legal ======
2367 <html>
2368 <head>
2369 <TITLE>Alpine Legal Notices</TITLE>
2370 </head>
2371 <body>
2373 <H1>Alpine Legal Notices</H1>
2375 Alpine and its constituent programs are covered by the Apache License Version 2.0.
2379 &lt;End of Alpine Legal Notices&gt;
2380 </BODY>
2381 </HTML>
2382 ===== h_info_on_mbox =====
2383 <HTML>
2384 <HEAD>
2385 <TITLE>Information on mbox driver</TITLE>
2386 </HEAD>
2387 <BODY>
2388 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
2390 Beginning with Pine 4.00 (Pine came before Alpine)
2391 a new INBOX access method is
2392 available as part of the standard configuration.  It is called the
2393 &quot;mbox&quot; driver and it works like this:<P>
2396 <BLOCKQUOTE>
2397 If the file &quot;mbox&quot; exists in the user's home directory, and
2398 is in Unix mailbox format, then when INBOX is opened this file will be
2399 selected as INBOX instead of the mail spool file.  Messages will be
2400 automatically transferred from the mail spool file into the mbox
2401 file.
2402 </BLOCKQUOTE>
2405 The advantage of this method is that, after new mail has been copied
2406 from the system mail spool, all subsequent access is confined to the
2407 user's home directory, which is desirable on some systems.  However, a
2408 possible disadvantage is that mail tools other than those from the
2409 University of Washington will not know to look for mail in the user's
2410 mbox file.  For example, POP or IMAP servers other than those from the
2411 University of Washington, and many &quot;new mail notification&quot;
2412 programs may not work as expected with this driver enabled.<P>
2414 To disable this behavior, either remove/rename the &quot;mbox&quot;
2415 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
2416 option in Setup/Config
2417 and add &quot;mbox&quot; to it:
2419 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
2421 &lt;End of help on this topic&gt;
2422 </BODY>
2423 </HTML>
2424 ===== h_info_on_locking =====
2425 <HTML>
2426 <HEAD>
2427 <TITLE>FAQs on Alpine Locking</TITLE>
2428 </HEAD>
2429 <BODY>
2430 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
2432 There is an extensive section on locking in the Alpine technical notes;
2433 this information is intended to provide answers to some common questions:<P>
2434 <OL>
2435 <LI> Why did locking change in Pine 4.00?<BR>
2436 The actual locking mechanisms did not change in 4.00.
2437 What changed is that when one particular locking mechanism used by Alpine 
2438 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
2439 failure would occur, but no warning was issued.<P>
2441 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
2442 Yes.  It means that Alpine was unable to create a lockfile in the
2443 spool directory, generally because of overly restrictive protections on the
2444 spool directory.  The correct permissions on the spool directory for
2445 running Alpine are 1777, i.e. read-write-execute permission for everyone,
2446 with the sticky-bit set, so only owners of a file can delete them.<P>
2448 <LI> Why does Alpine require that the mail spool directory have 1777
2449    protections?<BR>
2450 Alpine was designed to run without special privileges.  This means that in
2451 order to create a lockfile in the spool directory, it is necessary to have
2452 the spool directory permissions be world-writable.<P>
2454 <LI> Can't you create the lockfile somewhere else?<BR>
2455 No.  The lockfile in question must be in the mail spool directory, because
2456 that's where the mail delivery program expects to find it, and the purpose
2457 of the file is to coordinate access between the mail client (Alpine) and the
2458 mail delivery program.<P>
2460 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
2461 No.  Remember that the individual mail files in the spool directory are
2462 NOT world-writable, only the containing directory.  Setting the &quot;sticky
2463 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
2464 -- means that only the owner of the file (or root) can delete files in the 
2465 directory.  So the only bad behavior that is invited by the 1777 mode is that 
2466 anyone could
2467 create a random file in the spool directory.  If the spool directory is
2468 under quota control along with home directories, there is little incentive
2469 for anyone to do this, and even without quotas a periodic scan for
2470 non-mail files usually takes care of the problem.  <P>
2472 <LI> Why not run Alpine as setgid mail?<BR>
2473 Alpine was never designed to run with privileges, and to do so introduces a
2474 significant security vulnerability.  For example, if a user suspends Alpine,
2475 the resulting shell will have group privileges.  This is one example of
2476 why we strongly recommend against running Alpine as a privileged program.
2477 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
2478 users
2479 could not test Alpine versions or other mailers that had not been installed
2480 by the system administrators.<P>
2483 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
2484 There are, but they all have different sets of tradeoffs, and not all will
2485 work on all systems.  Some examples:<UL>
2486  <LI> Use lock system calls.  Works fine on a few systems, provided mail
2487    spool is local.   Doesn't work reliably if NFS is used.
2488    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
2489    use the same calls.
2490  <LI> Deliver mail to user's home directory.  An excellent solution, highly
2491    recommended -- but one which is incompatible with some &quot;legacy&quot; 
2492 mail tools that always look in the spool directory for the mail.
2493 </UL><P>
2495 <LI> Are these spool directory lock files the only kinds of locks used by
2496    Alpine?<BR>
2497 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
2498 mailbox format folders, these are used to coordinate access between
2499 multiple Alpine sessions.  <P>
2501 <LI> What about the 
2502 <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>
2503 This is for people who are content to live dangerously, or who have
2504 specific knowledge that the spool directory lockfiles are superfluous on
2505 their system (because both Alpine and the mail delivery program are using 
2506 system call file locking in a context that works reliably, e.g. not NFS.)<P>
2508 <LI> Where can I find more details on how Alpine locking works?<BR>
2509 See the Alpine Technical Notes.<P>
2511 </OL>
2513 &lt;End of help on this topic&gt;
2514 </BODY>
2515 </HTML>
2516 ===== h_finding_help ====
2517 <HTML>
2518 <HEAD>
2519 <TITLE>Finding more information and requesting help</TITLE>
2520 </HEAD>
2521 <BODY>
2522 <H1>Places to Look for More Answers</H1>
2523 If you have questions about or problems with Alpine that you cannot resolve 
2524 after consulting the program's internal, context-sensitive help screens, here 
2525 are additional information resources that you may find helpful:
2527 <UL>
2528   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
2530   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
2532   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
2533 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
2534   since the last version, which may be useful for you to be aware of, 
2535 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
2536 a change in the way an aspect of Alpine works.  There, you will also find notes 
2537 on Alpine configuration.<P>
2538   <LI> The main site for Alpine contains information on configuring and solving problems
2539        with Alpine, it can be found at
2541 <CENTER><A HREF="http://alpine.x10host.com/alpine/">http://alpine.x10host.com/alpine/</A></CENTER>  
2543   <LI> Archives of the Alpine-info mailing list, at <A 
2544 href="http://mailman13.u.washington.edu/pipermail/alpine-info/">http://mailman13.u.washington.edu/pipermail/alpine-info/</A>
2546   <LI>The newsgroup comp.mail.pine.
2548 </UL>
2549 <P><HR WIDTH="75%">
2550 <H1>Requesting help</H1>
2551 If the internal help, the Release Notes, and your 
2552 local online and print resources do not help you resolve a problem, please
2553 start by contacting your local computer support staff and asking for help.
2555 This is especially true if:
2556 <ul>
2557   <li>You suddenly have trouble sending or receiving mail.
2558   <li>You receive a "disk quota exceeded" message.
2559   <li>You have forgotten your password.
2560   <li>You think your account may have been compromised.
2561   <li>You need help viewing an attachment.
2562   <li>You need to know how to configure your:
2563       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
2564       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
2565       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
2566       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
2567   <li>You want to know what alternative editors or spellcheckers you may be able to use.
2568   <li>You want to block email from a particular person.
2569   <li>You're going on vacation and need to autorespond to incoming mail.
2570   <li>You want to automatically file or filter incoming messages.
2571 </ul>
2573 In all of these cases,
2574 you should contact <B>your</B> support staff, because <B>only they</B> 
2575 will be able to assist you effectively. Your support staff may be, depending on who 
2576 provides you with the email account you use Alpine with, for example:<UL>
2577 <LI> the computing help desk of (a department of) your university, school, 
2578 employer, ... ; or
2579 <LI> the customer service center of your Internet Service Provider; or
2580 <LI> the friendly volunteer helpers of your Freenet; or
2581 <LI> the person who setup your computer and internet connection.
2582 </UL>
2585 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
2586 newsgroup can be a valuable source of information and assistance for Alpine 
2587 user issues.
2589 For systems/email administrators, developers, trainers, user support
2590 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
2591 level, the mailing list alpine-info is available; for information on
2592 subscribing and posting to it, see
2594 <CENTER><A HREF="https://mailman13.u.washington.edu/mailman/listinfo/alpine-info">https://mailman13.u.washington.edu/mailman/listinfo/alpine-info</A></CENTER>
2597 Regardless of whom you are asking for help with Alpine, remember 
2598 to provide as much detail as you can about the
2599 nature of any problem you are encountering, such as
2600 <UL>
2601 <LI>when it first occurred;
2602 <LI>what, if anything, happened that might have brought it about;
2603 <LI>whether it still persists;
2604 <LI>whether it is reproducible, and if so, how;
2605 <LI>what, if anything, you already tried to solve it.
2606 </UL> 
2607 It may also be helpful if you specify what version of Alpine you are using 
2608 <!--chtml if pinemode="running"-->
2609 -- this is <!--#echo var="ALPINE_VERSION"--> --
2610 <!--chtml endif-->
2611 and on what system, and when the copy of Alpine you are using was created
2612 <!--chtml if pinemode="running"-->
2613 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
2614 <!--chtml endif-->
2616 <!--chtml if pinemode="running"-->
2617 <P>   
2618 When the Alpine program you are currently using was installed, a support
2619 contact email address may have been set up; in that case, you can simply select
2620 this link now to send a message to it:<BR>
2621 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
2622 <!--chtml endif-->
2623 <!--chtml if [ -r PINE_INFO_PATH ]-->
2624 <HR WIDTH="75%">Local Support Contacts:<P>
2625 <!--#include file="PINE_INFO_PATH"-->
2626 <HR WIDTH="75%">
2627 <!--chtml endif-->
2628 <P> 
2629 &lt;End of help on this topic&gt;
2630 </BODY>
2631 </HTML>
2632 ===== new_user_greeting ======
2633 <HTML>
2634 <HEAD>
2635 <TITLE>NEW USER GREETING</TITLE>
2636 </HEAD>
2637 <BODY>
2638 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2639 <BR>
2640 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
2641 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
2642 select Setup/Config to see many of the options available to you. Also note
2643 that all screens have context-sensitive help text available.
2646 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
2647 href="h_apache_license">Apache License 2.0</A>.
2650 Alpine's privacy policy is a living, online only, document, which can be found at
2651 <A href="h_privacy_policy">http://alpine.x10host.com/privacy.html</A>.
2652 By following the previous link,  Alpine
2653 will connect to an external server, and will download it and display
2654 it for you. Please take some time to read it and understand it.
2655 Since the Privacy Policy could be ammended to take into consideration
2656 new additions to Alpine, please check it periodically. You can always
2657 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
2660 To Exit this screen and continue your Alpine session press "E".
2661 </BODY>
2662 </HTML>
2663 ===== new_alpine_user_greeting ======
2664 <HTML>
2665 <HEAD>
2666 <TITLE>NEW ALPINE USER GREETING</TITLE>
2667 </HEAD>
2668 <BODY>
2669 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2670 <BR>
2671 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
2672 Your Alpine configuration file indicates that you may have used Pine before
2673 but not Alpine.
2674 If you are familiar with the way Pine works, you should be comfortable
2675 using Alpine.
2676 Your Pine configuration file is automatically used for Alpine.
2677 The Release Notes may be viewed by pressing 
2678 &quot;R&quot; now or while in the MAIN MENU.
2681 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
2682 href="h_apache_license">Apache License 2.0</A>.
2685 Alpine's privacy policy is a living, online only, document, which can be found at
2686 <A href="h_privacy_policy">http://alpine.x10host.com/privacy.html</A>.
2687 By following the previous link,  Alpine
2688 will connect to an external server, and will download it and display
2689 it for you. Please take some time to read it and understand it.
2690 Since the Privacy Policy could be ammended to take into consideration
2691 new additions to Alpine, please check it periodically. You can always
2692 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
2695 To Exit this screen and continue your Alpine session press "E".
2696 </BODY>
2697 </HTML>
2698 ===== new_version_greeting ======
2699 <HTML>
2700 <HEAD>
2701 <TITLE>NEW VERSION GREETING</TITLE>
2702 </HEAD>
2703 <BODY>
2704 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2705 <BR>
2706 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
2707 Your Alpine configuration file indicates that you may not have used 
2708 this version of Alpine before.  This version's significant changes are
2709 documented in the Release Notes, which may be viewed by pressing 
2710 &quot;R&quot; now or while in the MAIN MENU.
2714 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
2715 href="h_apache_license">Apache License 2.0</A>.
2718 Alpine's privacy policy is a living, online only, document, which can be found at
2719 <A href="h_privacy_policy">http://alpine.x10host.com/privacy.html</A>.
2720 By following the previous link,  Alpine
2721 will connect to an external server, and will download it and display
2722 it for you. Please take some time to read it and understand it.
2723 Since the Privacy Policy could be ammended to take into consideration
2724 new additions to Alpine, please check it periodically. You can always
2725 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
2728 To Exit this screen and continue your Alpine session press "E".
2729 </BODY>
2730 </HTML>
2732 ===== main_menu_tx ======
2733 <HTML>
2734 <HEAD>
2735 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
2736 </HEAD>
2737 <BODY>
2738 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
2739 <DIV ALIGN=CENTER>
2740 Version <!--#echo var="ALPINE_VERSION"-->
2741 <!--chtml if pinemode="running"-->
2742 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
2743 <!--chtml endif-->
2744 </DIV>
2745 <CENTER>Copyright 2013-2020 Eduardo Chappa,
2746 <BR>Copyright 2006-2008 University of Washington.
2747 </CENTER>
2750 When you are viewing a help screen, there may be links to
2751 other topics highlighted (in Reverse video) in the text.
2752 Here is an example.
2753 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
2754 highlighted.
2755 If you type carriage return (or V for View Link, see the commands at the
2756 bottom of the screen) you will be taken to a new help screen to view the
2757 Introduction.
2758 The commands at the bottom of the screen should then include
2759 &quot;P Prev Help&quot;.
2760 If you type &quot;P&quot; you will end up back here.
2761 If you type &quot;E&quot; for Exit, you will be back out of help and returned
2762 to the place you were in Alpine when you entered Help.
2763 In this case, you would go back to the MAIN MENU.
2764 There are also other links that are highlighted in bold (or the color used
2765 by your terminal to display bold).
2766 The items after the Introduction in the TABLE OF CONTENTS are all examples
2767 of such links.
2768 In order to view those links, you first have to make the link you want
2769 to view the current link.
2770 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
2771 (see bottom of screen) can do that for you.
2774 <H2>TABLE OF CONTENTS</H2>
2775 <OL>
2776   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
2777   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
2778 <!--chtml if [ -r PINE_INFO_PATH ]-->
2779   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
2780 <!--chtml endif-->
2781   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
2782   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
2783   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
2784   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
2785   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
2786   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
2787   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
2788   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
2789   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
2790   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
2791   <LI> <A HREF="h_mainhelp_folders">Folders</A>
2792   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
2793   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
2794   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
2795   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
2796   <LI> <A HREF="h_mainhelp_roles">Roles</A>
2797   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
2798   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
2799   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
2800   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
2801   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
2802   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
2803   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
2804   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
2805   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
2806 </OL>
2809 &lt;End of help on this topic&gt;
2810 </BODY>
2811 </HTML>
2812 ===== h_mainhelp_intro ======
2813 <HTML>
2814 <HEAD>
2815 <TITLE>Introduction</TITLE>
2816 </HEAD>
2817 <BODY>
2818 <H1>Introduction</H1>
2820 Alpine is an &quot;Alternatively Licensed Program for Internet
2821 News and Email&quot; produced until 2009 by the University of Washington.
2822 It is intended to be an easy-to-use program for
2823 sending, receiving, and filing Internet electronic mail messages and
2824 bulletin board (Netnews/Usenet) messages. Alpine supports the following
2825 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
2826 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
2827 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
2828 Directory Access Protocol).<p>
2830 Although originally designed for inexperienced email users, Alpine has
2831 evolved to support many advanced features.  There are an ever-growing
2832 number of configuration and personal-preference options, though which of
2833 them are available to you is determined by your local system managers. 
2835 <H2>WHAT ALPINE DOES...</H2>
2837 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
2838 allows you to
2839 compose and read messages using Internet mail standards.  (Whether you
2840 can correspond with others on the Internet depends on whether or not your
2841 computer is connected to the Internet.)  Alpine also allows reading and
2842 posting messages on the Internet &quot;net news&quot; system, provided
2843 that your site operates a suitable news server.
2845 <H2>WHAT ALPINE DOES NOT DO...</H2>
2847 A &quot;mail user agent&quot; such as Alpine is just one part of a
2848 messaging system. Here are some things that are <B>not</B> done by Alpine,
2849 but require other programs:<P>
2850 <UL>
2851  <LI> Actual relaying of email... which is done by &quot;message transfer 
2852 agents&quot;.
2853  <LI> Vacation messages... automatically responding to incoming messages
2854  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
2855 email.
2856  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
2857  <LI> List processing... resending one message to a list of recipients.
2858 </UL>
2861 &lt;End of help on this topic&gt;
2862 </BODY>
2863 </HTML>
2865 ===== h_mainhelp_pinehelp ======
2866 <HTML>
2867 <HEAD>
2868 <TITLE>Alpine Help</TITLE>
2869 </HEAD>
2870 <BODY>
2871 <H1>Alpine Help</H1>
2873 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
2874 use will have its own help text, explaining the choices available for that
2875 screen. This general help section, on the other hand, attempts to give an 
2876 overall picture of what Alpine is capable of doing, as well as pointers to 
2877 additional help sections about specific topics.<p>
2879 Much of the help text contains links to further help topics, similar to
2880 how the World Wide Web works.
2881 You may choose a link to view using the &quot;NextLink&quot; and
2882 &quot;PrevLink&quot; commands to change the link that is highlighted.
2883 The &quot;View Link&quot; command will then show you the highlighted link.
2884 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
2885 will return you to where you were before viewing the link, and &quot;Exit Help&quot
2886 will return you to the location in Alpine before you asked for help.
2887 For example, if you are reading this text in Alpine you may return to the
2888 help table of contents with the &quot;Prev Help&quot; command or you may view the
2889 Release notes link in the next paragraph and then return here with
2890 &quot;Prev Help&quot;.
2893 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
2894 on the current Alpine version are also available from the MAIN MENU: Press
2895 <!--chtml if pinemode="function_key"-->
2896 &quot;F9&quot;
2897 <!--chtml else-->
2898 &quot;R&quot;
2899 <!--chtml endif-->
2900 to browse the release notes.  These include changes since the last release,
2901 configuration information, the history of the Alpine
2902 project, credits, and legal notices.
2904 Alpine releases are available via the world wide web at
2906 <CENTER><SAMP><A 
2907 HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP
2908 ></CENTER>
2911 If you would like to print <EM>all</EM> of Alpine's internal help text
2912 (not recommended) for a little light bedtime reading, then press
2913 <!--chtml if pinemode="function_key"-->
2914 &quot;F12&quot;
2915 <!--chtml else-->
2916 &quot;Z&quot;
2917 <!--chtml endif-->
2918 now.  (This assumes that the
2919 copy of Alpine you are using has been properly configured for printing
2920 at your site.)
2922 &lt;End of help on this topic&gt;
2923 </BODY>
2924 </HTML>
2925 ===== h_mainhelp_localsupport ======
2926 <HTML>
2927 <HEAD>
2928 <TITLE>Local Support Contacts</TITLE>
2929 </HEAD>
2930 <BODY>
2931 <H1>Local Support Contacts</H1>
2933 <!--chtml if [ -r PINE_INFO_PATH ]-->
2934 <!--#include file="PINE_INFO_PATH"-->
2935 <!--chtml else-->
2936 No Local Support Contacts configured.
2937 <!--chtml endif-->
2940 &lt;End of help on this topic&gt;
2941 </BODY>
2942 </HTML>
2944 ===== h_mainhelp_cmds ======
2945 <HTML>
2946 <HEAD>
2947 <TITLE>Giving Commands in Alpine</TITLE>
2948 </HEAD>
2949 <BODY>
2950 <H1>Giving Commands in Alpine</H1>
2952 Unless configured otherwise
2953 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
2954 the bottom two lines of the screen are always used to list the
2955 commands you can give.  You press the keys that are highlighted to give
2956 the command.  The commands for getting help and going back to the main
2957 menu are always present (except when viewing help as you are now).
2958 <!--chtml if pinemode="function_key"-->
2959 <!--chtml else-->
2961 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
2962 you see at the bottom of any screen. In some cases there are 3 or
2963 even 4 different
2964 sets of keys that can be seen by using the O key. <EM>All commands are 
2965 active</EM>, even if they are not currently showing at the bottom of your 
2966 screen. In other words, you <EM>never</EM> need to press the O key, except to 
2967 remind yourself of the proper key to press to perform an operation.
2969 <H2>Control Key Commands</H2>
2970 When composing mail, and in a few other places, in Alpine you
2971 have to use Control keys. This means pressing the Control key (usually labeled 
2972 &quot;Ctrl&quot;) and the
2973 letter indicated at the same time.  Usually, this is shown with a
2974 &quot;^&quot; in front of the letter.  On some systems, certain control
2975 characters are intercepted before they get to Alpine.  As a work-around,
2976 you can press the ESCAPE key twice followed by the desired key.  For
2977 example, if Ctrl-O (^O) does not work on your system, try typing
2978 &quot;ESC ESC O&quot;.
2979 <!--chtml endif-->
2980 <H2>Paging Up and Down</H2>
2981 The &quot;+&quot; and &quot;-&quot; keys are used for
2982 moving to the next or previous page.  The space bar is a synonym for
2983 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
2984 up as you do in the message composer.  On screens with a WhereIs (search)
2985 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
2986 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
2987 of the message or list.
2989 <H2>Return Key</H2>
2990 The return key is usually a synonym for a frequently used
2991 command.  When viewing a message, there is currently not a default
2992 command, so RETURN does nothing; when in the index, it is synonymous with
2993 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
2994 enclosed in square brackets [] is the same as the return key.
2996 <H2>Control Keys Not Used By Alpine</H2>
2997 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
2998 value, but in places where Alpine is expecting text input, e.g. in the composer or 
2999 at prompts for file/folder names, control keys must be used for editing and 
3000 navigation functions.
3003 Alpine has used nearly all the control keys available.  There are, however,
3004 certain control keys that are reserved by other programs or for technical
3005 reasons.  Alpine does not use any of these keys:
3006 <DL>
3007  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
3008  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
3009  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
3010 </DL>
3012 Note: Ctrl-S and Ctrl-Q can be subject to 
3013 <A HREF="h_special_xon_xoff">special handling</A>.
3015 In addition, while the ESC key alone is not used for command input,
3016 Alpine will recognize two consecutive ESC key presses followed by a letter 
3017 key as a substitute for control key input.  For example, the control key
3018 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
3019 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
3020 This is useful if the communication program you are using
3021 (e.g. Telnet) has its own, conflicting, idea of what certain control
3022 characters mean.
3025 <H2>Repainting the Screen</H2>
3026 Sometimes what is displayed on the screen will be
3027 incorrect due to noise on the phone line or other causes and you will want
3028 to repaint the whole screen to make it correct.  You can use the Ctrl-L
3029 command to do this.  It never hurts to do it when in doubt.
3032 &lt;End of help on this topic&gt;
3033 </BODY>
3034 </HTML>
3035 ===== h_mainhelp_status ======
3036 <HTML>
3037 <HEAD>
3038 <TITLE>Titlebar Line</TITLE>
3039 </HEAD>
3040 <BODY>
3041 <H1>Titlebar Line</H1>
3043 The top line of the screen is Alpine's titlebar line.  It will always display
3044 the current version of Alpine and will also convey information about the
3045 status of the program.  This is where you look to find out what
3046 collection, folder and message number is active and where you are in Alpine.
3049 If the titlebar line says &quot;READONLY&quot; it means that the open folder
3050 (typically your INBOX) is &quot;locked&quot; by another mail session --
3051 most likely a more recent session of Alpine has taken the INBOX lock.
3054 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
3055 access a
3056 folder on a remote mail server, and for some reason, communication with
3057 the mail server has either been lost, or never successfully established.
3058 This can be a result of trying to open a non-existent folder, or one
3059 stored on an invalid or non-operational server, or it can mean that Alpine
3060 has been suspended for more that 30 minutes while accessing a remote mail
3061 server.
3064 &lt;End of help on this topic&gt;
3065 </BODY>
3066 </HTML>
3067 ===== h_mainhelp_mainmenu ======
3068 <HTML>
3069 <HEAD>
3070 <TITLE>Main Menu</TITLE>
3071 </HEAD>
3072 <BODY>
3073 <H1>Main Menu</H1>
3075 The Main Menu lists Alpine's main options.
3076 The key or keys you must type to enter your
3077 choice are to the left of each option or command name.
3078 You can type either uppercase or lowercase letters,
3079 and you should not press &lt;Return&gt; after typing the
3080 letter (unless you are specifically asking for the default,
3081 highlighted command).
3084 From the Main Menu you can choose to read online help, write (compose) and 
3085 send a message, look at an index of your mail messages, open or maintain
3086 your mail folders, update your address book, configure Alpine, and quit Alpine.
3087 There are additional options listed at
3088 the bottom of the screen as well.
3091 The Help command usually returns context-sensitive help information.
3092 However, in the Main Menu you get the most general help, which includes
3093 a Table of Contents.
3094 The last entry in the Table of Contents is an Index of help topics,
3095 so this is a good place to go if you are having trouble finding how
3096 to do something.
3098 <H2>Main Menu Commands</H2>
3099 The Alpine main menu lists the most common Alpine functions. A <a
3100 href="h_main_menu_commands">full list of these
3101 commands</a> and what they do is available.
3103 &lt;End of help on this topic&gt;
3104 </BODY>
3105 </HTML>
3106 ===== h_mainhelp_abooks ======
3107 <HTML>
3108 <HEAD>
3109 <TITLE>Address Books</TITLE>
3110 </HEAD>
3111 <BODY>
3112 <H1>Address Books</H1>
3115 As you use email, you can build a list of your regular email correspondents 
3116 in your Alpine
3117 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
3118 screen. Your
3119 personal address book will be highlighted. Press &lt;Return&gt; to view it.
3120 You can use the address book to store email addresses for individuals or
3121 groups, to create easily
3122 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
3123 address when you are composing a message.
3125 There are two ways to add addresses to your address book: you can add them 
3126 manually or take them from messages (by pressing T to access the Take command). 
3127 With either method, you specify nicknames for your correspondents. A single 
3128 address book entry (or nickname) can point to just one email address, or, it can
3129 point to more than one. When it points to more than one, it is called a 
3130 distribution list. Each distribution list has a nickname, a full name, and a 
3131 list of addresses. These
3132 addresses may be actual addresses, other nicknames in your address book, or 
3133 other
3134 distribution lists.
3137 Additional information is available in Alpine's online help:
3138 <ul>
3139   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
3140 </ul>
3142 &lt;End of help on this topic&gt;
3143 </BODY>
3144 </HTML>
3145 ===== h_mainhelp_ldap ======
3146 <HTML>
3147 <HEAD>
3148 <TITLE>LDAP</TITLE>
3149 </HEAD>
3150 <BODY>
3151 <H1>LDAP</H1>
3153 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
3154 an organization's shared
3155 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
3156 large address
3157 books, rather like the White Pages provided by the phone company. As an Alpine 
3158 user, it is not
3159 necessary to know much about how this works, only how to use it and how to 
3160 configure
3163 More information on configuring LDAP is available in Alpine's online help:
3164 <ul>
3165   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
3166 </ul>
3168 Additional help on using LDAP in Alpine is also available:
3169 <ul>
3170   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
3171 </ul>
3173 &lt;End of help on this topic&gt;
3174 </BODY>
3175 </HTML>
3176 ===== h_mainhelp_index ======
3177 <HTML>
3178 <HEAD>
3179 <TITLE>Index of Messages</TITLE>
3180 </HEAD>
3181 <BODY>
3182 <H1>Index of Messages</H1>
3184 In Alpine's message index, the selected message is highlighted. The first 
3185 column on the left is blank, shows a &quot;+&quot; if the message was
3186 sent directly to you (i.e., it is not a
3187 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
3189 The second column may be blank, or it may contain:
3190 <ul>
3191   <li>"N" if the message is new (unread), </li>
3192   <li>"A" if you have answered the message (using the Reply command), </li>
3193   <li>"D" if you have marked the message for deletion.</li>
3194 </ul>
3197 Note: If you answer a message as well as mark it deleted (in either order), 
3198 you will only see the &quot;D&quot;.
3201 The rest of the columns in the message line show you the message
3202 number, date sent, sender, size, and subject. For details, press ? (Help).  
3203 The behavior and appearance of the Index screen is highly configurable.
3204 In the Setup/Config screen search (with the WhereIs command) for options
3205 that contain the words &quot;index&quot; or &quot;thread&quot; to see
3206 many of the configuration possibilities.
3207 In particular, the
3208 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
3209 option may be used to configure the look of the standard MESSAGE INDEX lines
3210 in many different ways.
3211 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
3212 read the help text there for more information.
3214 Most of the commands you need to handle your messages are visible at the
3215 bottom of the screen, and you can press O (OTHER CMDS) to see additional
3216 commands that are available.
3217 You do not need to see these &quot;other commands&quot;
3218 on the screen to use them. That is, you never need to press O as a prefix
3219 for any other command.
3222 Additional information is available in Alpine's online help:
3223 <ul>
3224   <li><a href="h_mail_index">Message Index Commands</a></li>
3225 </ul>
3227 &lt;End of help on this topic&gt;
3228 </BODY>
3229 </HTML>
3230 ===== h_mainhelp_reading ======
3231 <HTML>
3232 <HEAD>
3233 <TITLE>Reading Messages</TITLE>
3234 </HEAD>
3235 <BODY>
3236 <H1>Reading Messages</H1>
3238 The message text screen shows you the text of the message along with
3239 its header. If a message has attachments, those will be listed (but not
3240 displayed) also.  The titlebar line displays information about the currently
3241 open message, folder and collection.  You see the name of the collection
3242 (if there is one) in angle brackets, then the name of the folder, then the
3243 message number and finally the position within the current message (in
3244 percent). If the message is marked for deletion
3245 &quot;DEL&quot; will appear in the
3246 upper right as well.
3249 As with every Alpine screen, the bottom two lines show you the commands 
3250 available.
3252 <P>Additional information is available in Alpine's online help:
3253 <ul>
3254   <li><a href="h_mail_view">Message Text Screen</a></li>
3255   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
3256   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
3257 </ul>
3259 &lt;End of help on this topic&gt;
3260 </BODY>
3261 </HTML>
3262 ===== h_mainhelp_composing ======
3263 <HTML>
3264 <HEAD>
3265 <TITLE>Composing Messages</TITLE>
3266 </HEAD>
3267 <BODY>
3268 <H1>Composing Messages</H1>
3270 To write a message, press C (Compose). You see the Compose Message
3271 screen, which is divided into two parts: the header area and the message
3272 text area. The header area is where information on the recipient (the To:
3273 field) and the subject line go, while the message text area contains the
3274 actual text of the email message. Different commands are available to you
3275 when your cursor is in different areas on this screen. To see additional
3276 help on commands in either the message text or header area, type
3277 <Control>G (Get help).
3280 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
3281 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
3283 <P>The following information from Alpine's online help may prove useful:
3284 <ul>
3285   <li><a href="h_composer_to">Message Header Commands</a></li>
3286   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
3287   <li><a href="h_composer">Composer Commands</a></li>
3288   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
3289   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
3290   <li><a href="h_compose_send">Send Command</a></li>
3291   <li><a href="h_compose_spell">Spell Check Command</a></li>
3292 </ul>
3294 &lt;End of help on this topic&gt;
3295 </BODY>
3296 </HTML>
3297 ===== h_mainhelp_collections ======
3298 <HTML>
3299 <HEAD>
3300 <TITLE>Collection Lists</TITLE>
3301 </HEAD>
3302 <BODY>
3303 <H1>Collection Lists</H1>
3305 Collection lists are Alpine's way of organizing groups of folders. Each
3306 "collection" can reside on a different server, for example, and contain a
3307 different group of mail folders.
3310 For more information on this, see:
3311 <ul>
3312   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
3313 </ul>
3315 Additional information relating to collection lists is also available in 
3316 Alpine's online
3317 help:
3318 <ul>
3319   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
3320   <li><a href="h_collection_screen">Collection List Screen</a></li>
3321 </ul>
3323 &lt;End of help on this topic&gt;
3324 </BODY>
3325 </HTML>
3326 ===== h_mainhelp_folders ======
3327 <HTML>
3328 <HEAD>
3329 <TITLE>Folders</TITLE>
3330 </HEAD>
3331 <BODY>
3332 <H1>Folders</H1>
3334 Messages can quickly accumulate in your INBOX folder. If you use email
3335 often, you soon could have hundreds. You need to delete messages you do
3336 not want, and you can use folders to organize messages you wish to save. A
3337 folder is a collection of one or more messages that are stored (just like
3338 the messages in your INBOX) so you can access and manage them.
3341 You can organize your email messages into different folders by topic,
3342 correspondent, date, or any other category that is meaningful to you. You
3343 can create your own folders, and Alpine automatically provides three:
3344 <ul>
3345   <li>The INBOX folder: messages sent to you are listed in this folder.
3346       When you first start Alpine and go to the Message Index screen, you are
3347 looking at the list of messages in your INBOX folder. Every incoming
3348 message remains in your INBOX until you delete it or save it in another
3349 folder. </li>
3350   <li>The sent-mail folder: copies of messages you send are stored in this 
3351 folder. This is
3352 convenient if you cannot remember whether you actually sent a message and want 
3353 to check, or
3354 if you want to send a message again.</li>
3355   <li>The saved-messages folder: copies of messages you save are stored in this 
3356 folder
3357 unless you choose to save them to other folders you create yourself.</li>
3358 </ul>
3361 More information about folders is available in Alpine's online help:
3362 <ul>
3363   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
3364   <li><a href="h_folder_maint">Help for Folder List</a></li>
3365   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
3366   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
3367 Explained</a></li>
3368   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
3369 </ul>
3371 &lt;End of help on this topic&gt;
3372 </BODY>
3373 </HTML>
3374 ===== h_mainhelp_color ======
3375 <HTML>
3376 <HEAD>
3377 <TITLE>Color</TITLE>
3378 </HEAD>
3379 <BODY>
3380 <H1>Color</H1>
3382 If the terminal emulator you are using is capable of displaying color or if
3383 you are using PC-Alpine, then it is possible to set up Alpine so that various
3384 parts of the display will be shown in colors you configure. This is done
3385 using the Setup Color screen, available from the MAIN MENU by selecting
3386 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
3387 stands for Config in this context).
3390 For example, you may color things like the titlebar, the current item,
3391 the keymenu, and the status messages.
3392 You may also color lines in the index, and headers and quoted text in the
3393 MESSAGE TEXT screen.
3394 You use the Color Setup screen for configuring most of this, but you must
3395 use the IndexColor setup for coloring whole index lines.
3396 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
3399 The following entries in Alpine's online help provide additional information 
3400 about how to use color:
3401 <UL>
3402   <LI> <A HREF="h_color_setup">Color Setup screen</A>
3403   <LI> <A HREF="h_rules_incols">Index Line Color</A>
3404   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
3405   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
3406 </UL>
3408 &lt;End of help on this topic&gt;
3409 </BODY>
3410 </HTML>
3411 ===== h_mainhelp_mouse ======
3412 <HTML>
3413 <HEAD>
3414 <TITLE>Using a Mouse</TITLE>
3415 </HEAD>
3416 <BODY>
3417 <H1>Using a Mouse</H1>
3419 If you are using PC-Alpine mouse support is turned on automatically.
3420 If you are using UNIX Alpine within an X terminal window or within
3421 a terminal emulator that supports an xterm-style mouse, then you may
3422 turn on support for the mouse with the feature
3423 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
3424 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
3426 PC-Alpine offers considerable mouse support.  You can view what is
3427 &quot;clickable&quot; by dragging your mouse over any screen; when the
3428 arrow cursor changes into a hand, you found something. Mouse-click
3429 possibilities include navigating between screens and folders and
3430 double-clicking on hyperlinks to open your Web browser.
3431 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
3432 screen.  Examples of right-click options include &quot;copy&quot; after
3433 selecting text to copy and &quot;View in New Window&quot; when you click
3434 on a particular message in the Message Index. The menu choices available
3435 to you will vary based upon what screen is open, where on the screen your
3436 cursor is located, and even what action you have already taken.
3437 Within a folder, you may set the &quot;Important&quot; flag on any
3438 message.
3440 X terminal mouse support is more limited but still quite powerful.
3441 As with PC-Alpine, clicking on any of the commands in the keymenu at
3442 the bottom of the screen will execute that command as if you typed it.
3443 Double-clicking on a link, for example the link to the
3444 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
3445 will take you to that link.
3446 Double-clicking on an index line will view the message, and so on.
3448 &lt;End of help on this topic&gt;
3449 </BODY>
3450 </HTML>
3451 ===== h_mainhelp_keywords ======
3452 <HTML>
3453 <HEAD>
3454 <TITLE>Keywords</TITLE>
3455 </HEAD>
3456 <BODY>
3457 <H1>Keywords</H1>
3459 Within a folder, you may set the &quot;Important&quot; flag on any
3460 message.
3461 This doesn't have any system-defined meaning and is only called
3462 the Important flag because many users use it to signify that a message
3463 is important to them in some way.
3465 You may also define your own set of keywords.
3466 You might know these as user defined flags or as labels.
3467 These are similar to the Important flag but you choose the names for yourself.
3469 Alpine will only display keywords that
3470 have been added by you in the Flag Details screen or
3471 that have been configured by you using the Setup/Config option
3472 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
3473 Keywords set by other means (for example, by another email client) will not
3474 show up in Alpine unless you configure Alpine to know about them.
3475 They will show up in the Flag Details screen, but will not show up, for example,
3476 in the index line.
3479 The following entries in Alpine's online help provide additional information 
3480 about how to use keywords:
3481 <ul>
3482   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
3483   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
3484 </ul>
3486 &lt;End of help on this topic&gt;
3487 </BODY>
3488 </HTML>
3489 ===== h_mainhelp_roles ======
3490 <HTML>
3491 <HEAD>
3492 <TITLE>Roles</TITLE>
3493 </HEAD>
3494 <BODY>
3495 <H1>Roles</H1>
3497 You may play different roles depending on who you are replying to. For
3498 example, if you are replying to a message addressed to help-desk you may
3499 be acting as a Help Desk Worker. That role may require that you use a
3500 different return address and/or a different signature.
3503 To configure roles, go to the MAIN MENU and use the Setup command
3504 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
3505 The following entries in Alpine's online help provide additional information 
3506 about how to
3507 use roles:
3508 <ul>
3509   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
3510   <li><a href="h_role_select">Roles Screen</a></li>
3511 </ul>
3513 &lt;End of help on this topic&gt;
3514 </BODY>
3515 </HTML>
3516 ===== h_mainhelp_filtering ======
3517 <HTML>
3518 <HEAD>
3519 <TITLE>Filtering</TITLE>
3520 </HEAD>
3521 <BODY>
3522 <H1>Filtering</H1>
3524 The software that actually delivers mail (the stuff that happens
3525 before Alpine is involved) for you is in a better position to do mail filtering
3526 than Alpine itself.
3527 If possible, you may want to look into using that sort of mail filtering to
3528 deliver mail to different folders, delete it, or forward it.
3529 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
3532 Filtering is a way to automatically move certain messages from one folder
3533 to another or to automatically delete messages.
3534 You may also automatically set the state (Important, New, Deleted, Answered) of messages
3535 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
3536 Alpine doesn't have the ability to forward mail to another address or
3537 to deliver vacation messages.
3540 To configure filtering, go to the MAIN MENU and use the Setup command
3541 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
3542 The following entries in Alpine's online help provide additional information 
3543 about how to use filtering:
3544 <UL>
3545   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
3546 </UL>
3548 &lt;End of help on this topic&gt;
3549 </BODY>
3550 </HTML>
3551 ===== h_mainhelp_patterns ======
3552 <HTML>
3553 <HEAD>
3554 <TITLE>Patterns</TITLE>
3555 </HEAD>
3556 <BODY>
3557 <H1>Patterns</H1>
3559 Patterns are used with Roles, Filtering, Index Coloring,
3560 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
3561 The following entries in Alpine's online help provide information 
3562 about using Patterns:
3563 <UL>
3564   <LI> <A HREF="h_rule_patterns">Patterns</A>
3565 </UL>
3567 &lt;End of help on this topic&gt;
3568 </BODY>
3569 </HTML>
3570 ===== h_mainhelp_cmdlineopts ======
3571 <HTML>
3572 <HEAD>
3573 <TITLE>Command Line Options</TITLE>
3574 </HEAD>
3575 <BODY>
3576 <H1>Command Line Options</H1>
3578 Alpine accepts a number of command line arguments, allowing you, for
3579 example, to start Alpine and immediately access a particular folder.
3580 Many of these arguments overlap with options in the Alpine configuration file.
3581 If there is a difference, then an option set on the command line takes
3582 precedence.
3583 Alpine expects command line arguments (other than addresses) to be
3584 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
3585 A <a href="h_command_line_options">full list</a> of command line
3586 possibilities is available.
3588 &lt;End of help on this topic&gt;
3589 </BODY>
3590 </HTML>
3591 ===== h_mainhelp_config ======
3592 <HTML>
3593 <HEAD>
3594 <TITLE>Alpine Configuration</TITLE>
3595 </HEAD>
3596 <BODY>
3597 <H1>Alpine Configuration</H1>
3599 Unless it has been administratively disabled, the Setup command on the
3600 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
3601 The possible subcommands are for general Configuration settings,
3602 Printer settings, Changing your Password, Signature setup,
3603 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
3604 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
3605 and Color configuration.
3606 In particular, the &quot;Config&quot; subcommand has many features you may
3607 set or unset and many other configuration variables that may be set to change
3608 the way Alpine works.
3609 Every one of the hundreds of options available in that configuration settings
3610 screen has help text associated with it.
3611 You may read that text by moving the cursor to highlight the option and then
3612 typing the Help command.
3614 These settings are stored in your personal
3615 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
3616 <A HREF="h_config_remote_config">remotely</A>),
3617 but on shared systems these settings
3618 may be over-ridden by a system-wide control file (due to local site
3619 security or support policies).  A global pine configuration file can also
3620 be used to set default values for all Alpine users on a particular system.
3621 Power users may be interested in splitting their personal configuration
3622 data into two pieces, a generic piece and
3623 <A HREF="h_config_exceptions">exceptions</A> which apply to
3624 a particular platform.
3625 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
3626 General Alpine configuration information can be found
3627 <A HREF="h_news_config">here</A>.
3629 &lt;End of help on this topic&gt;
3630 </BODY>
3631 </HTML>
3632 ===== h_mainhelp_aggops ======
3633 <HTML>
3634 <HEAD>
3635 <TITLE>Aggregate Operations</TITLE>
3636 </HEAD>
3637 <BODY>
3638 <H1>Aggregate Operations</H1>
3640 When you are in the MESSAGE INDEX, the available commands
3641 (for example, Delete, Undelete, Save, Reply, and so on)
3642 normally act on a single message.
3643 So, for example, if you press the Delete command, the currently highlighted
3644 message is marked Deleted.
3645 These commands that normally act on a single message may be applied to
3646 several messages at once instead.
3648 By default this feature is turned on, but it could be administratively turned
3649 off to reduce complexity.
3650 The feature
3651 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
3652 in the Setup/Config screen is used to turn it off or on.
3653 When this feature is turned on, the four commands &quot;Select&quot;,
3654 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
3655 are available.
3656 The two selection commands allow you to mark a set of
3657 messages as being &quot;selected&quot;.
3658 The &quot;ZoomMode&quot; command will toggle between
3659 displaying only the selected messages and displaying all the messages.
3660 The &quot;Apply&quot; command allows you to
3661 apply one of the regular MESSAGE INDEX commands to all of the selected
3662 messages instead of to only the highlighted message.
3664 An example aggregate operation would be to catch up when reading
3665 a news group.
3666 That is, get rid of all the messages in the news group so that you can
3667 start fresh.
3668 The easiest way to do this in Alpine is to use aggregate operations.
3669 You want to Delete all of the messages in the group.
3670 You could start at the top and type &quot;D&quot; once for every message.
3671 A much faster method is to first Select all of the messages in the group,
3672 and then Delete all of them.
3673 This would take four keystrokes:
3675 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
3676 <BR>
3677 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
3679 Another use of Select is to use it for searching for a particular message
3680 or set of messages in a large folder.
3681 You may know that the message was From a certain user.
3682 You could select all messages from that user to start, and use Zoom to
3683 look at only those messages.
3684 If there were still too many messages to look at you could Narrow the
3685 set of messages further by selecting from all of those messages only
3686 the ones that were after a certain date, or contained a particular phrase
3687 in the Subject, or were too a particular address, and so on.
3688 That may be the end of what you are doing, or you may want to use Apply to
3689 Save or Forward or Print all of the selected messages.
3691 Some related help topics are
3692 <UL>
3693 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
3694 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
3695 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
3696 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
3697 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
3698 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
3699 </UL>
3701 &lt;End of help on this topic&gt;
3702 </BODY>
3703 </HTML>
3704 ===== h_mainhelp_readingnews ======
3705 <HTML>
3706 <HEAD>
3707 <TITLE>Reading News</TITLE>
3708 </HEAD>
3709 <BODY>
3710 <H1>Reading News</H1>
3712 <H2>Background</H2>
3713 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
3714 commands as for mail. Similar to mailing lists but existing on a larger scale, 
3715 Usenet newsgroups allow groups of people with common interests to discuss 
3716 particular topics. You might find newsgroups related to your career, or you 
3717 might wish to check out the online discussion among the fans of your favorite 
3718 television show. 
3720 <H2>Configuring Alpine for Reading News</H2>
3721 Alpine often arrives
3722 pre-configured by your system administrator to automatically access the
3723 newsgroups offered by your organization, Internet Service Provider, or
3724 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
3725 need additional details on <a href="h_configuring_news">how to
3726 configure Alpine to read news</a>.
3728 <H2>Accessing Newsgroups</H2>
3729 The first step in reading news is to access the newsgroups collections
3730 screen from Alpine. If everything is configured properly, you should be able
3731 to do this by first typing L (folder List), then selecting the folder
3732 collection listed as "News." The actual name of this collection may differ
3733 from system to system.
3735 <H2>Subscribing to Newsgroups</H2>
3737 Once you have accessed the news collection, you need to subscribe to a
3738 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
3739 will keep a record of the newsgroups in which you are interested and which
3740 articles in those newsgroups have been read.
3742 <H2>Using Newsgroups</H2> 
3743 Alpine uses the similar commands to read news as to read mail. For example,
3744 the D command marks messages as Deleted (or "Dismissed," if you prefer),
3745 and the R command Replies to a news posting. Basically, Alpine allows you to
3746 read news as if it were mail, so you don't need to change the way you
3747 interact with Alpine.
3749 There is also additional Alpine help available on 
3750 <A HREF="h_reading_news">how to use Alpine to read news</A>.
3752 &lt;End of help on this topic&gt;
3753 </BODY>
3754 </HTML>
3755 ===== h_mainhelp_securing ======
3756 <HTML>
3757 <HEAD>
3758 <TITLE>Securing your Alpine Session</TITLE>
3759 </HEAD>
3760 <BODY>
3761 <H1>Securing your Alpine Session</H1>
3763 By default, Alpine will attempt to connect to an IMAP server on the normal
3764 IMAP service port (143).
3765 If the Alpine you are using has been built to
3766 support &quot;Transport Layer Security&quot; (TLS)
3767 and &quot;Secure Sockets Layer&quot; (SSL) 
3768 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
3769 and the server offers the STARTTLS capability, then a secure (encrypted)
3770 session will be established.
3772 When you are connected to a remote folder the titlebar will contain a plus sign
3773 in the far right column if the connection is encrypted using TLS or SSL.
3774 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
3775 if the connection is encrypted.
3777 <H2>More Information on Alpine with SSL and TLS</H2>
3778 <UL>
3779 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
3780 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
3781 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
3782 <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>
3783 </UL>
3784 <H2>Here are some other security-related features and options</H2>
3786 <UL>
3787 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
3788 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
3789 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
3790 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
3791 <LI> <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> option </LI>
3792 </UL>
3794 &lt;End of help on this topic&gt;
3795 </BODY>
3796 </HTML>
3797 ===== h_mainhelp_problems ======
3798 <HTML>
3799 <HEAD>
3800 <TITLE>Reporting Problems</TITLE>
3801 </HEAD>
3802 <BODY>
3803 <H1>Reporting Problems</H1>
3805 We ask that you first read the relevant help screens and then seek
3806 assistance from your own local support staff.  Once you are sure that your
3807 difficulty is not a local configuration problem, you might look at the
3808 help section explaining where to look for
3809 <A HREF="h_finding_help">more information</A> and where to 
3810 get assistance.
3813 <ADDRESS>
3814    Eduardo Chappa &lt;chappa@gmx.com&gt;
3815 </ADDRESS>
3818 &lt;End of help on this topic&gt;
3819 </BODY>
3820 </HTML>
3821 ===== h_main_menu_commands ======
3822 <HTML>
3823 <HEAD>
3824 <TITLE>MAIN MENU COMMANDS</TITLE>
3825 </HEAD>
3826 <BODY>
3827 <H1>MAIN MENU COMMANDS</H1>
3829 <!--chtml if pinemode="function_key"-->
3830 &nbsp;Available&nbsp;Commands&nbsp;--
3831 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
3832 &nbsp;------------------------------
3833 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
3834 ----------<BR>
3835 &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>
3836 &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>
3837 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
3838 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
3839 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
3840 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
3841 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
3842 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
3843 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3844 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3845 &nbsp;F7&nbsp;&nbsp;<A 
3846 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
3847 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3848 &nbsp;F8&nbsp;&nbsp;<A 
3849 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
3850 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
3851 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 
3852 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
3853 &nbsp;F10&nbsp;<A 
3854 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 
3855 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
3856 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3857 &nbsp;F11&nbsp;<A 
3858 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3859 <!--chtml else-->
3860 &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>
3861 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
3862 &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>
3863 &nbsp;C&nbsp;&nbsp;<A 
3864 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>
3865 &nbsp;I&nbsp;&nbsp;<A 
3866 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>
3867 &nbsp;L&nbsp;&nbsp;<A 
3868 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>
3869 &nbsp;A&nbsp;&nbsp;<A 
3870 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
3871 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
3872 &nbsp;S&nbsp;&nbsp;<A 
3873 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 
3874 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3875 &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>
3876 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
3877 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3878 <!--chtml endif-->
3881 NOTE:
3882 <OL>
3883  <LI>For help on a particular command, highlight the bold text associated
3884 with it above and hit Return.
3885  <LI> The availability of certain commands (e.g. some of the options under
3886 SETUP) is determined by Alpine configuration files and system capabilities.
3887 At some sites, certain commands may not be available due to security or
3888 support concerns.
3889 </OL>
3891 &lt;End of help on this topic&gt;
3892 </BODY>
3893 </HTML>
3895 ===== h_command_line_options ======
3896 <HTML>
3897 <HEAD>
3898 <TITLE>COMMAND LINE OPTIONS</TITLE>
3899 </HEAD>
3900 <BODY>
3901 <H1>COMMAND LINE OPTIONS</H1>
3902 Possible starting arguments for Alpine:
3904 <DL COMPACT>
3906 <DT> <EM>[addresses]</EM>
3908 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
3909 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
3910 <EM>Alpine</EM> will startup in
3911 the composer with a message started to the addresses specified.
3912 Once the message is sent, the <EM>Alpine</EM> session closes.
3913 Standard input redirection is allowed.
3914 Separate multiple addresses with a space between them.
3915 Addresses are placed in the &quot;To&quot; field only.
3918 <DT> &lt; <EM>file</EM>
3920 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
3921 into the body of the message.
3922 Once the message is sent, the <EM>Alpine</EM> session closes. 
3925 <DT> -attach <EM>file</EM>
3927 <DD> Go directly into composer with given file attached.
3930 <DT> -attachlist <EM>file-list</EM>
3932 <DD> Go directly into composer with given files attached.
3933 This must be the last option on the command line.
3936 <DT> -attach_and_delete <EM>file</EM>
3938 <DD> Go directly into composer with given file attached, delete when finished.
3941 <DT> -aux <EM>local_directory</EM>
3943 <DD> <EM>PC-Alpine</EM> only.
3944 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
3945 files, like debug files, address books, and signature files.  The pinerc may 
3946 be local or remote.
3949 <DT> -bail
3951 <DD> If the personal configuration file doesn't already exist, exit.
3952 This might be useful if the configuration file is accessed using some
3953 remote filesystem protocol. If the remote mount is missing this will cause
3954 <EM>Alpine</EM> to quit instead of creating a new pinerc.
3957 <DT> -c <EM>n</EM>
3959 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
3960 This is used when there are multiple folder collections (contexts) and you 
3961 want to open a folder not in the primary collection.
3964 <DT> -conf
3966 <DD> Configuration: Prints a sample system configuration file to the
3967 screen or standard output. To generate an initial system configuration 
3968 file, execute
3970 <PRE><CODE>
3971                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
3972 </CODE></PRE>
3975 To generate a system configuration file using settings from an old
3976 system configuration file, execute
3978 <PRE><CODE>
3979                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
3980 </CODE></PRE>
3982 A system configuration file is not required.
3985 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
3987 <DD> Copy an address book file to a remote address book folder.
3988 If the remote folder doesn't exist, it will be created.
3989 If it exists but the first message in the folder isn't a remote address
3990 book header message, the copy will be aborted.
3991 This flag will not usually be used by a user.
3992 Instead, the user will create a remote address book from within <EM>Alpine</EM>
3993 and copy entries from the local address book by using aggregate Save in
3994 the address book screen.
3997 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
3999 <DD> Copy a pinerc configuration file to a remote pinerc folder.
4000 If the remote folder doesn't exist, it will be created.
4001 If it exists but the first message in the folder isn't a remote pinerc
4002 header message, the copy will be aborted.
4003 This flag may be useful to users who already have a local pinerc file and
4004 would like to convert it to a remote pinerc folder and use that instead.
4005 This gives a way to bootstrap that conversion without having to manually
4006 reset all of the variables in the remote pinerc folder.
4009 <DT> -d <EM>debug-level</EM>
4011 <DD> Debug Level:  Sets the level of debugging information written by
4012 <EM>Alpine</EM>.
4013 <EM>debug-level</EM> can be set to any integer 0-9.
4014 A debug level of 0 turns off debugging for the session.
4015 (Actually there are some levels higher than 9, but you probably don't
4016 want to see them.)
4019 <DT> -d <EM>keywords</EM>
4021 <DD> You may use a more detailed version of the debugging flag to set
4022 the debug level in separate parts of <EM>Alpine</EM>.
4023 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
4024 verbose=0..9.
4025 <EM>Flush</EM> causes debugging information to be flushed immediately to
4026 the debug file as it is written.
4027 <EM>Verbose</EM> is the general debugging verbosity level.
4028 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
4029 is useful when you are trying to figure out what is responsible for delays.
4030 <EM>Numfiles</EM> sets the number of debug files saved.
4031 <EM>Imap</EM> sets the debug level for the debugging statements related
4032 to the conversation with the IMAP server, and more generally, for the
4033 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
4034 <EM>Tcp</EM> turns on some TCP/IP debugging.
4037 <DT> -f <EM>folder</EM>
4039 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
4040 of the standard INBOX.
4043 <DT> -F <EM>file</EM>
4045 <DD> Open named text file for viewing and forwarding.
4048 <DT> -h
4050 <DD> Help:  Prints the list of available command-line arguments to the
4051 screen.
4054 <DT> -i
4056 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
4057 screen instead of the MAIN MENU.
4060 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
4063 <DT> -I <EM>a,b,c,...</EM>
4065 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
4066 sequence of commands upon startup.
4067 This allows users to get <EM>Alpine</EM> to start in any
4068 of its menus/screens.
4069 You cannot include any input to the composer in the initial keystrokes.
4070 The key &lt;Return&gt; is represented by a ``CR'' in
4071 the keystroke list; the spacebar is designated by the letters ``SPACE''.
4072 Control keys are two character sequences beginning with ``^'', such as
4073 ``^I''.
4074 A tab character is ``TAB''.
4075 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
4076 ``DOWN'', ``LEFT'', and ``RIGHT''.
4077 A restriction is that you can't mix function keys and character keys in this
4078 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
4079 A user can always use only <EM>character</EM> keys in the startup list even
4080 if he or she is using <EM>function</EM> keys normally, or vice versa.
4081 If an element in this list is a string of characters surrounded by double
4082 quotes (&quot;) then it will be expanded into the individual characters in
4083 the string, excluding the double quotes.
4086 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
4089 <DT> -install
4091 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
4092 some basic information to help with getting properly set up.
4095 <DT> -k
4097 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
4098 the input of commands to be function-keys.
4099 Otherwise, commands are linked to the regular character keys.
4102 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
4103 <EM>Feature-List</EM>.
4106 <DT> -n <EM>n</EM>
4108 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
4109 FOLDER INDEX screen with the current message being the specified
4110 message number.
4113 <DT> -nosplash
4115 <DD> <EM>PC-Alpine</EM> only.
4116 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
4117 This may be helpful for certain troubleshooting or terminal server scenarios.
4120 <DT> -o <EM>folder</EM>
4122 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
4125 <DT> -p <EM>pinerc</EM>
4127 <DD> Uses the named file as the personal configuration file instead of
4128 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
4129 Alpinerc may be either a local file or a remote configuration folder.
4132 <DT> -P <EM>pinerc</EM>
4134 <DD> Uses the named file as the system wide configuration file instead of
4135 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
4136 Alpinerc may be either a local file or a remote configuration folder.
4139 <DT> -passfile <EM>passfile</EM>
4141 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
4142 This should be a fully-qualified filename.
4145 <DT> -pinerc <EM>file</EM>
4147 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
4148 settings of variables that the user has made.
4149 Use <EM>file</EM> set to ``-'' to make output go to standard out.
4152 <DT> -r
4154 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
4155 <EM>Alpine</EM> in restricted mode can only send email to itself.
4156 Save and export are limited.
4159 <DT> -registry <EM>cmd</EM>
4161 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
4162 <EM>Alpine</EM>'s registry entries.
4163 Possible values for <EM>cmd</EM> are set, clear, and dump.
4164 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
4165 entries according to its current settings.
4166 <EM>Clear</EM> will clear the registry values.
4167 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
4168 <EM>Dump</EM> will display the values of current registry settings.
4169 Note that the dump command is currently disabled.
4170 Without the -registry option, <EM>PC-Alpine</EM> will write values into
4171 the registry only if there currently aren't any values set.
4174 <DT> -sort <EM>key</EM>
4176 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
4177 FOLDER INDEX screen.
4178 <EM>Key</EM> can have the following values: 
4179 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
4180 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
4181 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
4182 The default value is &quot;arrival&quot;.
4183 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
4186 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
4189 <DT> -uninstall
4191 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
4192 in Windows settings.  The registry settings are removed and
4193 the password cache is cleared.
4196 <DT> -url <EM>url</EM>
4198 <DD> Open the given URL.
4201 <DT> -v
4203 <DD> Version:  Print version information to the screen.
4206 <DT> -x <EM>exceptions_config</EM>
4208 <DD> Configuration settings in the exceptions configuration override your normal
4209 default settings.
4210 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
4213 <DT> -z
4215 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
4216 will suspend the <EM>Alpine</EM> session.
4219 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
4220 <EM>Feature-List</EM>.
4223 <DT> -<EM>option</EM>=<EM>value</EM>
4225 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
4226 For example, <EM>-signature-file=sig1</EM> or
4227 <EM>-Feature-List=signature-at-bottom</EM>.
4228 Note:  Feature-List values are
4229 additive and features may be preceded with no- to turn them off.
4230 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
4231 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
4232 <EM>-Feature-List=signature-at-bottom</EM>.
4235 </DL>
4237 &lt;End of help on this topic&gt;
4238 </BODY>
4239 </HTML>
4240 ===== h_configuring_news ======
4241 <HTML>
4242 <HEAD>
4243 <TITLE>CONFIGURING NEWS</TITLE>
4244 </HEAD>
4245 <BODY>
4246 <H1>CONFIGURING NEWS</H1>
4247 Alpine can access news folders in any one of three different ways:
4248 <DL>
4249 <DT>REMOTE NNTP</DT>
4250 <DD>Using the Network News Transport Protocol (NNTP) to
4251 access news on a remote news server.  In this case the newsrc file is
4252 stored on the machine where Alpine is running.
4255 To specify a remote news-collection accessed via NNTP use the
4256 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4257 Server: value to the NNTP server's hostname appended with the
4258 communication method &quot;/service=NNTP&quot;, and set the Path:
4259 value to the &quot;#news.&quot; namespace (without the quotes).  See
4260 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
4261 help text for a more complete explanation of access method, and the
4262 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4263 text for a more complete explanation of &quot;namespace&quot;.
4265 Instead of specifying a news-collection, you may simply set the
4266 <A HREF="h_config_nntp_server">NNTP Server</A>
4267 option, which will cause Alpine to create a default news-collection for you.
4268 Another NNTP option that may be of interest is
4269 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
4271 <DT>REMOTE IMAP</DT>
4272 <DD>Using the Internet Message Access Protocol (IMAP) to
4273 access news on a remote news server.  In this case, your newsrc file is
4274 stored on the news server, in your home directory, so you must have an
4275 account on the news server, but you would be running Alpine on a different
4276 machine.  The news server must be running an IMAPd server process. 
4279 To specify a remote news-collection accessed via IMAP use the
4280 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4281 Server: value to the IMAP server's hostname, and set the Path: value
4282 to the &quot;#news.&quot; namespace (without the quotes).  See the
4283 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4284 text for a more complete explanation of &quot;namespace&quot;.
4286 </DD>
4288 <DT>LOCAL</DT>
4289 <DD>Using local file access to the news database.  In this
4290 case, your newsrc file is stored on the news server, in your home
4291 directory, so you must have an account on the news server, and you would
4292 be running Alpine on the same machine.
4295 To specify a local news-collection use the SETUP/collectionList
4296 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
4297 set the Path: value to the &quot;#news.&quot; namespace (without the
4298 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
4299 field's help text for a more complete explanation of &quot;namespace&quot;.
4301 </DD>
4302 </DL>
4306 NOTE: Should no news-collection be defined as above, Alpine will
4307 automatically create one using the Setup/Config screen's
4308 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
4309 will be created as a &quot;Remote NNTP&quot; as described above.
4313 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
4314 possible.  If you don't have an account on the news server, or if the news
4315 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
4316 sure, ask your service provider, university, or company for help.)  In
4317 this case, your Unix .newsrc file can be transferred to your PC.  A good
4318 place to put it would be in the same directory as your PINERC file, under
4319 the name NEWSRC, but you can 
4320 <A HREF="h_config_newsrc_path">specify a different location</A>
4321 via Alpine's Setup/Config screen.
4324 Other configuration features related to news are
4325 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
4326 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
4327 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
4328 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
4329 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
4330 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
4331 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
4332 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
4335 &lt;End of help on this topic&gt;
4336 </BODY>
4337 </HTML>
4338 ===== h_reading_news ======
4339 <HTML>
4340 <HEAD>
4341 <TITLE>READING NEWS</TITLE>
4342 </HEAD>
4343 <BODY>
4344 <H1>READING NEWS</H1>
4346 Alpine uses almost the same commands for manipulating news folders as for
4347 mail folders.  This means, for example, that when you are done with a
4348 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
4349 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
4350 most newsreaders, wherein a message is implicitly dismissed after you have
4351 looked at it once. We strongly believe that Alpine should offer as much
4352 consistency as possible between mail and news, so the mail paradigm --
4353 wherein a message does not magically disappear without explicit action by
4354 the user -- is used for news as well. <P>
4356 If you answer a message in a news folder, the index view will show the
4357 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
4358 keep track of what news as been read has no way of storing this flag, so
4359 it will not be preserved across sessions.  The Deleted flag is the only
4360 one that is preserved when you leave and then return to a newsgroup.  As an
4361 additional note on replies, when you Reply to a newsgroup message and say
4362 you want to reply to all recipients, Alpine will ask if you want to post the
4363 message to all the newsgroups listed in the original message. <P>
4365 If you would like Alpine to mark more-or-less recent news messages as
4366 &quot;New&quot;, then set the
4367 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
4368 feature (which is set by default).  This will cause messages after the last one you have marked as
4369 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
4370 &quot;N&quot; status often makes it easier to distinguish later news
4371 articles from those you've previously seen, but not yet disposed of via
4372 the &quot;D&quot; key.  Note that this is an approximation, not an exact
4373 record of which messages you have not seen.
4376 A frequent operation in news-reading is &quot;catching up&quot; -- that
4377 is, getting rid of all the messages in the newsgroup so that you can
4378 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
4379 Select command.  You would enter the following four keystrokes:
4380 <tt>;aad</tt> to select all messaged, and then apply the delete (or
4381 dismiss) command to all of them.
4384 There are also additional details on 
4385 <A HREF="h_configuring_news">configuring news</a>.
4388 &lt;End of help on this topic&gt;
4389 </BODY>
4390 </HTML>
4391 ====== h_help_index ======
4392 <HTML>
4393 <HEAD>
4394 <TITLE>Help Index</TITLE>
4395 </HEAD>
4396 <BODY>
4397 <H1>Help Index</H1>
4398 <ul>
4399 <li><a href="h_mainhelp_abooks">Address Books</a></li>
4400 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
4401 <li><a href="h_main_addrbook">Address Book Command</a>
4402 <li><a href="h_abook_view">Address Book View Explained</a>
4403 <li><a href="h_compose_addrcomplete">Address Completion</a>
4404 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
4405 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
4406 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
4407 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
4408 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
4409 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
4410 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
4411 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
4412 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
4413 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
4414 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
4415 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
4416 <li><a href="h_mainhelp_config">Alpine Configuration</a>
4417 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
4418 <li><a href="h_news_legal">Alpine Legal Notices</a>
4419 <li><a href="h_compose_alted">Alt Editor Command</a>
4420 <li><a href="h_index_cmd_apply">Apply Command</a>
4421 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
4422 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
4423 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
4424 <li><a href="h_composer_browse">BROWSER</a>
4425 <li><a href="h_common_bounce">Bounce Command</a>
4426 <li><a href="h_compose_cancel">Cancel Command</a>
4427 <li><a href="h_config_change_your_from">Changing your From Address</a>
4428 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
4429 <li><a href="h_mainhelp_color">Color</a>
4430 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
4431 <li><a href="h_composer">COMPOSER COMMANDS</a>
4432 <li><a href="h_mainhelp_composing">Composing Messages</a>
4433 <li><a href="h_mainhelp_collections">Collection Lists</a>
4434 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
4435 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
4436 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
4437 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
4438 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
4439 <li><a href="h_common_compose">Compose Command</a>
4440 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
4441 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
4442 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
4443 <li><a href="h_mainhelp_config">Configuration</a>
4444 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
4445 <li><a href="h_config_dflt_color">Default Color</a>
4446 <li><a href="h_common_delete">Delete and Undelete Commands</a>
4447 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
4448 <li><a href="h_special_list_commands">Email List Commands Explained</a>
4449 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
4450 <li><a href="h_folder_open">Explanation of Folder Selection</a>
4451 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
4452 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
4453 <li><a href="h_ge_export">Export File Selection</a>
4454 <li><a href="h_ge_allparts">Export Message File Selection</a>
4455 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
4456 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
4457 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
4458 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
4459 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
4460 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
4461 <li><a href="h_config_alt_reply_menu">FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></a>
4462 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
4463 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
4464 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
4465 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
4466 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
4467 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
4468 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
4469 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
4470 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
4471 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
4472 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
4473 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
4474 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
4475 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
4476 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
4477 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
4478 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
4479 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
4480 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
4481 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
4482 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
4483 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
4484 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
4485 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
4486 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
4487 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
4488 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
4489 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
4490 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
4491 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
4492 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
4493 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
4494 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
4495 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
4496 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
4497 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
4498 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
4499 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
4500 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
4501 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
4502 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
4503 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
4504 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
4505 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
4506 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
4507 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
4508 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
4509 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
4510 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
4511 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
4512 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
4513 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
4514 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
4515 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
4516 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
4517 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
4518 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
4519 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
4520 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
4521 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
4522 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
4523 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
4524 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
4525 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
4526 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
4527 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
4528 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
4529 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
4530 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
4531 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
4532 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
4533 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
4534 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
4535 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
4536 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
4537 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
4538 <li><a href="h_external_loads_inline_images_only">FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>
4539 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
4540 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
4541 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
4542 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
4543 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
4544 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
4545 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
4546 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
4547 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
4548 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
4549 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
4550 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
4551 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
4552 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
4553 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
4554 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
4555 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
4556 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
4557 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
4558 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
4559 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
4560 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
4561 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
4562 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
4563 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
4564 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
4565 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
4566 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
4567 <li><a href="h_config_ignore_size">FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></a>
4568 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
4569 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
4570 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
4571 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
4572 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
4573 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
4574 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
4575 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
4576 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
4577 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
4578 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
4579 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
4580 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
4581 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
4582 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
4583 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
4584 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
4585 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
4586 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
4587 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
4588 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
4589 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
4590 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
4591 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
4592 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
4593 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
4594 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
4595 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
4596 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
4597 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
4598 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
4599 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
4600 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
4601 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
4602 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
4603 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
4604 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
4605 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
4606 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
4607 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
4608 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
4609 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
4610 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
4611 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
4612 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
4613 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
4614 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
4615 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
4616 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
4617 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
4618 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
4619 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
4620 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
4621 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
4622 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
4623 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
4624 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
4625 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
4626 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
4627 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
4628 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
4629 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
4630 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
4631 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
4632 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
4633 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
4634 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
4635 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
4636 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
4637 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
4638 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
4639 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
4640 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
4641 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
4642 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
4643 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
4644 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
4645 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
4646 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
4647 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
4648 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
4649 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
4650 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
4651 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
4652 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
4653 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
4654 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
4655 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
4656 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
4657 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
4658 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
4659 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
4660 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
4661 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
4662 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
4663 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
4664 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
4665 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
4666 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
4667 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
4668 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
4669 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
4670 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
4671 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
4672 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
4673 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
4674 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
4675 <li><a href="h_mainhelp_filtering">Filtering</a>
4676 <li><a href="h_finding_help">Finding more information and requesting help</a>
4677 <li><a href="h_common_flag">Flag Command</a>
4678 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
4679 <li><a href="h_mainhelp_folders">Folders</a>
4680 <li><a href="h_what_are_collections">Folder Collections Explained</a>
4681 <li><a href="h_common_folders">Folder List Command</a>
4682 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
4683 <li><a href="h_folder_save">Folder Select for Save Explained</a>
4684 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
4685 <li><a href="h_config_change_your_from">From Address, Changing</a>
4686 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
4687 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
4688 <li><a href="h_common_goto">Goto Command</a>
4689 <li><a href="h_common_hdrmode">HdrMode Command</a>
4690 <li><a href="h_mainhelp_pinehelp">Help</a>
4691 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
4692 <li><a href="h_folder_maint">Help for Folder List</a>
4693 <li><a href="h_valid_folder_names">IMAP</a>
4694 <li><a href="h_ge_import">Import File Selection</a>
4695 <li><a href="h_mainhelp_index">Index of Messages</a>
4696 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
4697 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
4698 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
4699 <li><a href="h_info_on_mbox">Information on mbox driver</a>
4700 <li><a href="h_mainhelp_intro">Introduction</a>
4701 <li><a href="h_main_journal">Journal Command</a>
4702 <li><a href="h_common_jump">Jump Command</a>
4703 <li><a href="h_compose_justify">Justify Command</a>
4704 <li><a href="h_main_kblock">Keyboard Lock Command</a>
4705 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
4706 <li><a href="h_mainhelp_ldap">LDAP</a>
4707 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
4708 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
4709 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
4710 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
4711 <li><a href="h_config_ldap_opts_ldaps">LDAP FEATURE: Require-LDAPS-On-Connection</a>
4712 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
4713 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
4714 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
4715 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
4716 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
4717 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
4718 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
4719 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
4720 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
4721 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
4722 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
4723 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
4724 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
4725 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
4726 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
4727 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
4728 <li><a href="h_ldap_view">LDAP Response View Explained</a>
4729 <li><a href="h_maildrop">Mail Drop: What is it?</a>
4730 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
4731 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
4732 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
4733 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
4734 <li><a href="h_common_index">Message Index Command</a>
4735 <li><a href="h_mainhelp_mouse">Mouse</a>
4736 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
4737 <li><a href="new_user_greeting">NEW USER GREETING</a>
4738 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
4739 <li><a href="h_mainhelp_readingnews">News Reading</a>
4740 <li><a href="h_folder_subscribe">Newsgroup Subscribe Screen explained</a>
4741 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
4742 <li><a href="h_common_nextnew">NextNew Command</a>
4743 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
4744 <li><a href="h_mainhelp_readingnews">NNTP</a>
4745 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
4746 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
4747 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
4748 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
4749 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
4750 <li><a href="h_config_color_style">OPTION: Color Style</a>
4751 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
4752 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
4753 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
4754 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
4755 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
4756 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
4757 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
4758 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
4759 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
4760 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
4761 <li><a href="h_config_encryption_range">OPTION: <!--#echo var="VAR_encryption-protocol-range"--></a>
4762 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
4763 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
4764 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
4765 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
4766 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
4767 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
4768 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
4769 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
4770 <li><a href="h_config_file_dir">OPTION: File Directory</a>
4771 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
4772 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
4773 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
4774 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
4775 <li><a href="h_config_font_name">OPTION: Font Name</a>
4776 <li><a href="h_config_font_size">OPTION: Font Size</a>
4777 <li><a href="h_config_font_style">OPTION: Font Style</a>
4778 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
4779 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
4780 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
4781 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
4782 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
4783 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
4784 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
4785 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
4786 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
4787 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
4788 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
4789 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
4790 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
4791 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
4792 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
4793 <li><a href="h_config_index_color">OPTION: Index Colors</a>
4794 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
4795 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
4796 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
4797 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
4798 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
4799 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
4800 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
4801 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
4802 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
4803 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
4804 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
4805 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
4806 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
4807 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
4808 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
4809 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
4810 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
4811 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
4812 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
4813 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
4814 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
4815 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
4816 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
4817 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
4818 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
4819 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
4820 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
4821 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
4822 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
4823 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
4824 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
4825 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
4826 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
4827 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
4828 <li><a href="h_config_pat_old">OPTION: Patterns</a>
4829 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
4830 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
4831 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
4832 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
4833 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
4834 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
4835 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
4836 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
4837 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
4838 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
4839 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
4840 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
4841 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
4842 <li><a href="h_config_printer">OPTION: Printer</a>
4843 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
4844 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
4845 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
4846 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
4847 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
4848 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
4849 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
4850 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
4851 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
4852 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
4853 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
4854 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
4855 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
4856 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
4857 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
4858 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
4859 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
4860 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
4861 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
4862 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
4863 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
4864 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
4865 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
4866 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
4867 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
4868 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
4869 <li><a href="h_config_aspell_dictionary">OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></a>
4870 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
4871 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
4872 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
4873 <li><a href="h_config_status_color">OPTION: Status Color</a>
4874 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
4875 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
4876 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
4877 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
4878 <li><a href="h_config_quit_query_timeo">OPTION: <!--#echo var="VAR_close-connection-timeout"--></a>
4879 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
4880 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
4881 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
4882 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
4883 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
4884 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
4885 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
4886 <li><a href="h_config_title_color">OPTION: Title Color</a>
4887 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
4888 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
4889 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
4890 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
4891 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
4892 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
4893 <li><a href="h_config_history">OPTION: <!--#echo var="VAR_default-directories"--></a>
4894 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
4895 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
4896 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
4897 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
4898 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
4899 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
4900 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
4901 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
4902 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
4903 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
4904 <li><a href="h_config_window_position">OPTION: Window-Position</a>
4905 <li><a href="h_mainhelp_patterns">Patterns</a>
4906 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
4907 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
4908 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
4909 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
4910 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
4911 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
4912 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
4913 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
4914 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
4915 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
4916 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
4917 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
4918 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
4919 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
4920 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
4921 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
4922 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
4923 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
4924 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
4925 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
4926 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
4927 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
4928 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
4929 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
4930 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
4931 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
4932 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
4933 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
4934 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
4935 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
4936 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
4937 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
4938 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
4939 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
4940 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
4941 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
4942 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
4943 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
4944 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
4945 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
4946 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
4947 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
4948 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
4949 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
4950 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
4951 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
4952 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
4953 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
4954 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
4955 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
4956 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
4957 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
4958 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
4959 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
4960 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
4961 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
4962 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
4963 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
4964 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
4965 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
4966 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
4967 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
4968 <li><a href="h_common_pipe">Pipe Command</a>
4969 <li><a href="h_valid_folder_names">POP</a>
4970 <li><a href="h_common_postpone">Postpone Command</a>
4971 <li><a href="h_common_print">Print Command</a>
4972 <li><a href="h_mainhelp_readingnews">Reading News</a>
4973 <li><a href="h_news">RELEASE NOTES for Alpine</a>
4974 <li><a href="h_mainhelp_roles">Roles</a>
4975 <li><a href="h_role_select">ROLES SCREEN</a>
4976 <li><a href="h_compose_readfile">Read File Command</a>
4977 <li><a href="h_mainhelp_reading">Reading Messages</a>
4978 <li><a href="h_main_release_notes">Release Notes Command</a>
4979 <li><a href="h_common_reply">Reply and Forward Commands</a>
4980 <li><a href="h_compose_richhdr">Rich Header Command</a>
4981 <li><a href="h_common_role">Role Command</a>
4982 <li><a href="h_mainhelp_smime">S/MIME</a>
4983 <li><a href="h_index_cmd_select">Searching for Messages</a>
4984 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
4985 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
4986 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
4987 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
4988 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
4989 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
4990 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
4991 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
4992 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
4993 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
4994 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
4995 <li><a href="h_common_save">Save and Export Commands</a>
4996 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
4997 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
4998 <li><a href="h_compose_send">Send Command</a>
4999 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
5000 <li><a href="h_main_setup">Setup Command</a>
5001 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
5002 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
5003 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
5004 <li><a href="h_mainhelp_smime">S/MIME</a>
5005 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
5006 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
5007 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
5008 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
5009 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
5010 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
5011 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
5012 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
5013 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
5014 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
5015 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
5016 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
5017 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
5018 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
5019 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
5020 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
5021 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
5022 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
5023 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
5024 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
5025 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
5026 <li><a href="h_index_cmd_sort">Sort Command</a>
5027 <li><a href="h_compose_spell">Spell Check Command</a>
5028 <li><a href="h_common_suspend">Suspend Command</a>
5029 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
5030 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
5031 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
5032 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
5033 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
5034 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
5035 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
5036 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
5037 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
5038 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
5039 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
5040 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
5041 <li><a href="h_common_take">TakeAddr Command</a>
5042 <li><a href="h_mainhelp_status">Titlebar Line</a>
5043 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
5044 <li><a href="h_config_usenone_color">Use None Color</a>
5045 <li><a href="h_config_usenormal_color">Use Normal Color</a>
5046 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
5047 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
5048 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
5049 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
5050 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
5051 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
5052 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
5053 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
5054 </UL>
5057 &lt;End of Help Index&gt;
5058 </BODY>
5059 </HTML>
5062 ============== h_config_remote_config =============
5063 <HTML>
5064 <HEAD>
5065 <TITLE>Remote Configuration</TITLE>
5066 </HEAD>
5067 <BODY>
5068 <H1>Remote Configuration</H1>
5070 You may use the command line argument &quot;-p pinerc&quot; to tell
5071 Alpine to use a non-default configuration file.
5072 There are two types of storage for configuration information.
5073 <EM>Local</EM> configuration files are used by default.
5074 These are just regular files on the UNIX system or on the PC.
5075 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
5076 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
5077 <EM>Remote</EM> configuration folders are stored on an IMAP server.
5078 The advantage of using a remote configuration is that the same information
5079 may be accessed from multiple platforms.
5080 For example, if you use one computer at work and another at home, the same
5081 configuration could be used from both places.
5082 A configuration change from one place would be seen in both places.
5083 To use a remote configuration you simply give a
5084 <A HREF="h_valid_folder_names">remote folder name</A>
5085 as the argument to the &quot;-p&quot; command line option.
5086 The command line might look something like:
5088 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
5090 If there are special characters in the command shell you use, you may need to
5091 quote the last argument (to protect the curly braces from the shell).
5092 The command might look like:
5094 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
5096 You should choose a folder name for a folder that does not yet exist.
5097 It will be created containing an empty configuration.
5098 Do not use a folder that you wish to store regular mail messages in.
5100 The Setup/RemoteConfigSetup command will help you convert from a local
5101 configuration to a remote configuration.
5102 It will create a remote configuration for you and copy your current local
5103 configuration to it.
5104 It will also help you convert local address books into remote address books
5105 and local signature files into literal signatures contained in the
5106 remote configuration file.
5108 If the Setup/RemoteConfigSetup command doesn't do what you want, you
5109 may copy a local pinerc file to a remote configuration folder by hand
5110 by using the command line option &quot;-copy_pinerc&quot;.
5112 Another command line option, which is somewhat related to remote
5113 configuration, is the option &quot;-x exceptions_config&quot;.
5114 The configuration settings in the exceptions configuration override
5115 your default settings.
5116 It may be useful to store the default configuration (the -p argument) remotely
5117 and to have the exceptions configuration stored in a local file.
5118 You might put generic configuration information in the remote configuration
5119 and platform-specific configuration on each platform in the exceptions
5120 configuration.
5121 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
5122 can be either remote folders or local files.
5124 There is another command line argument that works only with PC-Alpine and
5125 which may prove useful when using a remote configuration.
5126 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
5127 to store your local auxiliary files.
5128 This only has an effect if your configuration file is remote.
5129 Some examples of auxiliary files are debug files, address book files, and
5130 signature files.
5132 &lt;End of help on this topic&gt;
5133 </BODY>
5134 </HTML>
5135 ============== h_config_exceptions =============
5136 <HTML>
5137 <HEAD>
5138 <TITLE>Generic and Exceptional Configuration</TITLE>
5139 </HEAD>
5140 <BODY>
5141 <H1>Generic and Exceptional Configuration</H1>
5143 If you use Alpine from more than one platform it may be convenient
5144 to split your configuration information into two pieces, a generic piece
5145 and exceptions that apply to a particular platform.
5146 For example, suppose you use Alpine from home and from work.
5147 Most of your configuration settings are probably the
5148 same in both locations, so those settings belong in the generic settings
5149 configuration.
5150 However, you may use a different SMTP server and INBOX
5151 from home than you do from work.
5153 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
5155 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
5156 options could be
5157 part of your exceptional configuration so that they could be different in the
5158 two places.
5160 The command line option &quot;-x exceptions_config&quot;
5161 may be used to split your configuration into generic and exceptional pieces.
5162 &quot;Exceptions_config&quot; may be either local or remote.
5163 The regular Alpine configuration file will contain the generic data, and
5164 &quot;exceptions_config&quot; will contain the exceptional data.
5166 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
5167 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
5168 in the same local directory that the regular config file is located in (usually
5169 the Unix home directory).
5170 If the regular config file is remote (because the command line option
5171 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
5172 directory for &quot;<CODE>.pinercex</CODE>&quot;.
5173 If the file does not already exist then no exceptions will be used.
5174 You can force exceptions to be used by using the &quot;-x&quot; option or
5175 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
5177 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
5178 PC-Alpine will use the value of the
5179 environment variable <CODE>$PINERCEX</CODE>.
5180 If that is not set, PC-Alpine will look for
5181 the local file &quot;<CODE>PINERCEX</CODE>&quot;
5182 in the same local directory that the regular config file is located in.
5183 If the regular config file is remote (because the command line option
5184 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
5185 local directory specified by the &quot;-aux local_directory&quot; command
5186 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
5187 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
5189 When you have an exception configuration there is a new command
5190 in the Alpine Setup screen, Setup/eXceptions.
5191 It toggles between exceptions and the regular configuration.
5192 This is the usual way to make changes in your exceptional configuration data.
5193 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
5194 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
5195 for Config or &quot;K&quot; for Kolor.
5197 For most people, splitting the configuration information into two pieces is
5198 going to be most useful if the generic information is accessed
5199 <A HREF="h_config_remote_config">remotely</A>).
5200 That data will be the same no matter where you access it from and if you
5201 change it that change will show up everywhere.
5202 The exceptional data will most commonly be in a local file, so that the
5203 contents may easily be different on each computing platform used.
5205 If you already have a local configuration file with settings you like
5206 you may find that the command Setup/RemoteConfigSetup is useful
5207 in helping you convert to a remote configuration.
5208 The command line flag &quot;-copy_pinerc&quot;
5209 may also be useful.
5211 &lt;End of help on this topic&gt;
5212 </BODY>
5213 </HTML>
5214 ============== h_config_inheritance =============
5215 <HTML>
5216 <HEAD>
5217 <TITLE>Configuration Inheritance</TITLE>
5218 </HEAD>
5219 <BODY>
5220 <H1>Configuration Inheritance</H1>
5222 Configuration inheritance is a power user feature.
5223 It is confusing and not completely supported by the configuration
5224 user interface.
5225 We start with an explanation of how configuration works in hopes of making
5226 it easier to describe how inheritance works.
5228 Alpine uses a hierarchy of configuration values from different locations.
5229 There are five ways in which each configuration option (configuration
5230 variable) can be set.
5231 In increasing order of precedence they are:
5233 <OL>
5234 <LI> the system-wide configuration file.
5236 <LI> the personal configuration file
5238 <LI> the personal exceptions file
5240 <LI> a command line argument
5242 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
5243 </OL>
5245 The fixed configuration file is normally
5246 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
5248 The system-wide configuration file is normally
5249 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
5250 set for PC-Alpine.
5251 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
5252 is used for the system-wide configuration.
5253 This location can be set or changed on the command line with the -P flag.
5254 The system-wide configuration file can be either a local file or a
5255 remote configuration folder.
5257 For Unix Alpine, the personal configuration file is normally the file
5258 <CODE>.pinerc</CODE> in the user's home directory.
5259 This can be changed with the -p command line flag.
5260 For PC-Alpine, the personal configuration file is in
5261 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
5262 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
5263 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
5264 This can be changed with the -p command line flag.
5265 If -p is used, the configuration data may be in a local file or a remote config
5266 folder.
5268 For Unix Alpine, the personal exceptions configuration file is named
5269 <CODE>.pinercex</CODE> and is in the same directory as the personal
5270 configuration file, if that configuration file is not remote, and is in
5271 the home directory if the personal configuration file is remote.
5272 If the file exists, then exceptions are turned on.
5273 If it doesn't, then you are not using exceptions.
5274 Alternatively, you may change the location of the exceptions configuration
5275 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5276 Like the personal configuration data, exceptions_config may be
5277 either local or remote.
5279 For PC-Alpine, the personal exceptions configuration file is named
5280 <CODE>PINERCEX</CODE> and is in the same directory as the personal
5281 configuration file unless the personal configuration file is remote.
5282 In that case, it is in the local directory specified by the
5283 &quot;-aux local_directory&quot; command line argument.
5284 (In the case that the personal configuration is remote and there is no
5285 &quot;-aux&quot; command line argument, Alpine searches for
5286 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
5287 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
5288 If the file exists, then exceptions are turned on.
5289 If it doesn't, then you are not using exceptions.
5290 You may change the location of the exceptions configuration
5291 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5292 or with the
5293 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
5294 option).
5296 To reiterate, the value of a configuration option is taken from the
5297 last location in the list above in which it is set.
5298 Or, thinking about it slightly differently, a default value for an option
5299 is established in the system-wide configuration file (or internally by Alpine
5300 if there is no value in the system-wide file).
5301 That default remains in effect until and unless it is overridden by a value in a
5302 location further down the list, in which case a new &quot;default&quot;
5303 value is established.
5304 As we continue down the list of locations we either retain the
5305 value at each step or establish a new value.
5306 The value that is still set after going through the whole list of
5307 configuration locations is the one that is used.
5309 So, for example, if an option is set in the system-wide configuration
5310 file and in the personal configuration file, but is not set in the
5311 exceptions, on the command line, or in the fixed file; then the value
5312 from the personal configuration file is the one that is used.
5313 Or, if it is set in the system-wide config, in the personal config, not
5314 in the exceptions, but is set on the command line; then the value
5315 on the command line is used.
5317 Finally we get to inheritance.
5318 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
5319 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
5320 the inheritance mechanism makes it possible to <EM>combine</EM>
5321 the values from different locations instead of <EM>replacing</EM> the value.
5322 This is true of all configuration lists other than the &quot;Feature-List&quot;,
5323 for which you may already set whatever you want at
5324 any configuration location (by using the &quot;no-&quot; prefix if
5325 necessary).
5327 To use inheritance, set the first item in a configuration list to the
5328 token &quot;INHERIT&quot;, without the quotes.
5329 If the first item is &quot;INHERIT&quot;,
5330 then instead of replacing the default value established so far, the rest of
5331 the list is appended to the default value established so far and that is
5332 the new value.
5334 Here is an example which may make it clearer. Suppose we have:
5336 <PRE>
5337  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5338  Personal config    :   smtp-server = INHERIT, mysmtp.home
5339  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
5340  Command line       :   smtp-server = &lt;No Value Set&gt;
5341  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5342 </PRE>
5345 This would result in an effective smtp-server option of
5347 <PRE>
5348  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
5349 </PRE>
5351 The &quot;INHERIT&quot; token can be used in any of the configuration files
5352 and the effect cascades.
5353 For example, if we change the above example to:
5355 <PRE>
5356  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5357  Personal config    :   smtp-server = INHERIT, mysmtp.home
5358  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5359  Command line       :   smtp-server = &lt;No Value Set&gt;
5360  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5361 </PRE>
5364 This would result in:
5366 <PRE>
5367  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
5368 </PRE>
5370 Unset variables are skipped over (the default value is carried forward) so
5371 that, for example:
5373 <PRE>
5374  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5375  Personal config    :   smtp-server = &lt;No Value Set&gt;
5376  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5377  Command line       :   smtp-server = &lt;No Value Set&gt;
5378  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5379 </PRE>
5382 produces:
5384 <PRE>
5385  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
5386 </PRE>
5389 If any later configuration location has a value set (for a particular list
5390 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
5391 then that value replaces whatever value has been defined up to that point.
5392 In other words, that cancels out any previous inheritance.
5394 <PRE>
5395  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5396  Personal config    :   smtp-server = INHERIT, mysmtp.org
5397  Exceptions config  :   smtp-server = yoursmtp.org
5398  Command line       :   smtp-server = &lt;No Value Set&gt;
5399  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5400 </PRE>
5403 results in:
5405 <PRE>
5406  smtp-server = yoursmtp.org
5407 </PRE>
5410 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
5411 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
5412 difficult to insert the value &quot;INHERIT&quot; into the list of values
5413 for the option using the normal Setup tools.
5414 In other words, the color setting screen (for example) does not
5415 provide a way to input the text &quot;INHERIT&quot; as the first
5416 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
5417 The way to do this is to either edit the pinerc file directly and manually
5418 insert it, or turn
5419 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
5420 feature and insert it using the Setup/Config screen.
5422 &lt;End of help on this topic&gt;
5423 </BODY>
5424 </HTML>
5425 ============== h_special_xon_xoff =============
5426 <HTML>
5427 <HEAD>
5428 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
5429 </HEAD>
5430 <BODY>
5431 <H1>XOFF/XON Handling within Alpine</H1>
5433 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
5434 and XON) as normal characters, even though Alpine does not use them.
5435 However, the printer, modem, or communication software you are using may
5436 be configured for &quot;software flow control,&quot; which means that
5437 XON/XOFF must be treated as special characters by the operating system.
5438 If you see messages such as &quot;^S not defined for this screen&quot;,
5439 then your system is probably using software flow control. In this case
5440 you will need to set the
5441 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
5442 feature.
5444 If you <EM>do</EM> set this
5445 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
5446 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
5447 and see if that puts things right.  Printing via the
5448 &quot;attached-to-ansi&quot; or 
5449 &quot;attached-to-wyse&quot;
5450 option will automatically enable software
5451 flow-control handling for the duration of the printing.
5453 &lt;End of help on this topic&gt;
5454 </BODY>
5455 </HTML>
5456 ============= h_special_help_nav =============
5457 <HTML>
5458 <HEAD>
5459 <TITLE>Help Text Navigation Explained</TITLE>
5460 </HEAD>
5461 <BODY>
5462 <H1>Help Text Navigation Explained</H1>
5464 Alpine contains extensive context-sensitive help text.   At any point, 
5465 pressing the &quot;?&quot; key will bring up a page of help text
5466 explaining the options available to you.  You can leave the help
5467 text screen and return to normal Alpine operation by pressing
5469 <!--chtml if pinemode="function_key"-->
5470 F3 function
5471 <!--chtml else-->
5472 &quot;E&quot;
5473 <!--chtml endif-->
5474 key to Exit Help at any time.
5477 Within the help screen you might find a word or phrase displayed in 
5478 inverse text and others displayed in bold typeface.  Such words and
5479 phrases are used to tell you Alpine has more information available on
5480 the topic they describe.
5481 The inverted text is the &quot;selected&quot; topic.  
5482 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
5483 displayed in bold type
5484 is &quot;selected&quot;.
5485 Hit the Return key to display the information Alpine has available on that
5486 topic.  While viewing such additional information, the 
5487 <!--chtml if pinemode="function_key"-->
5488 F3 function
5489 <!--chtml else-->
5490 &quot;P&quot;
5491 <!--chtml endif-->
5492 key will return you to the previous help screen, and the
5493 <!--chtml if pinemode="function_key"-->
5494 F2 function
5495 <!--chtml else-->
5496 &quot;E&quot;
5497 <!--chtml endif-->
5498 key will Exit the Help system altogether.
5501 The "N" command will tell you the internal name of the help text you are 
5502 reading each time, so that you can send this name in the text of a message 
5503 and create a direct link to that internal help using the x-pine-help URL 
5504 scheme. For example, the direct link to this item is 
5505 x-pine-help:h_special_help_nav. If you add this text to a message, then
5506 a person using Pine to read such message would have a direct link to this
5507 help text.
5510 When you are finished reading this help text, you can press the
5511 <!--chtml if pinemode="function_key"-->
5512 F3 function
5513 <!--chtml else-->
5514 &quot;P&quot;
5515 <!--chtml endif-->
5516 key to return to the previously displayed help text.
5519 &lt;End of help on this topic&gt;
5520 </BODY>
5521 </HTML>
5522 ============= h_special_list_commands =============
5523 <HTML>
5524 <HEAD>
5525 <TITLE>Email List Commands Explained</TITLE>
5526 </HEAD>
5527 <BODY>
5528 <H1>Email List Commands Explained</H1>
5530 Electonic mail lists provide a way for like-minded users to join in
5531 discussions on topics of interest.  The email list itself is 
5532 represented by a
5533 single address that participants send messages to when they have
5534 something of interest to share with other members of the list.  The
5535 receiving computer then, either automatically or after review by the
5536 list's owner (or moderator), sends a copy of that message to each
5537 member of the list.
5540 Usually, subscribing and unsubscribing is done by sending requests in
5541 an email message to a special address setup to handle managing list
5542 membership.  Often this is the name of the list followed by
5543 <I>-request</I>.  This address is almost <EM>never</EM> the same as
5544 the address used to send messages to the list.
5547 Unfortunately, email list participation commands are more a matter
5548 of convention than standard, and thus may vary from list to list.
5549 Increasingly, list management software is adding information to
5550 the copy of the postings as they're copied to the list members that
5551 explains how to do the various list management functions.
5554 Alpine will recognize this information and offer the management commands
5555 they represent in a simple display. One or more of the following
5556 operations will be made available:
5558 <DL>
5559 <DT>Help</DT>
5560 <DD>
5561 A method to get help on subscribing, unsubscribing, 
5562 an explanation of what the list is about, or special instructions
5563 for participation.  This may be in the form of a reply in response
5564 to an email message, or instructions on how to connect to a Web site.
5565 </DD>
5567 <DT>Unsubscribe</DT>
5568 <DD>
5569 A method to get your email addressed removed from the list of
5570 recipients of the email list.
5571 </DD>
5573 <DT>Subscribe</DT>
5574 <DD>
5575 A method to get your email address added to the list of recipients
5576 of the email list.  It may be in the form of a message sent to 
5577 a special address or you may be connected to a web site.
5578 <DD>
5579 </DD>
5581 <DT>Post</DT>
5582 <DD>
5583 A method used to post to the email list.  However, it might also 
5584 indicate that no posting is allowed directly to the list.
5585 </DD>
5587 <DT>Owner</DT>
5588 <DD>
5589 A method to contact the list owner for special questions you might
5590 have regarding the list.
5591 </DD>
5593 <DT>Archive</DT>
5594 <DD>
5595 A method to view an archive of previous messages posted to the list.
5596 This may be in the form of a mail folder on a remote computer, an
5597 IMAP mailbox or even a Web site.
5598 </DD>
5599 </DL>
5602 &lt;End of help on this topic&gt;
5603 </BODY>
5604 </HTML>
5605 ============= h_quota_command =============
5606 <HTML>
5607 <HEAD>
5608 <TITLE>Quota Screen Explained</TITLE>
5609 </HEAD>
5610 <BODY>
5611 <H1>Quota Screen Explained</H1>
5613 <P> This screen summarizes the quota report for this mailbox in the
5614 IMAP server. For each resource that you have a quota, this reports summarizes
5615 its use and limit.
5617 <P> Your IMAP server administrator may have set a quota based either on 
5618 the total size of your mailbox (STORAGE), or the number of messages in 
5619 your mailbox (MESSAGES), or some other criteria. This will be reported
5620 to you indicating the type of quota, its total use and its limit.
5622 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
5623 1024 bytes. Each of the characters that you see in this help text is one 
5624 byte, and this help text is about 1 kibibyte in size. Small messages sent 
5625 by Alpine are normally less than 4 kibibytes in size (which includes 
5626 headers and text). Other email programs may send messages with bigger 
5627 sizes when they send messages, since they send plain text and an 
5628 alternative part in HTML.
5630 <P> A convenient way to save space for the STORAGE type of quota is by 
5631 deleting attachments. This is done on each individual message by pressing 
5632 the &quot;V&quot; command while reading the message text, then moving the cursor 
5633 to the position of the attachment that is to be deleted, then pressing
5634 &quot;D&quot; to delete such attachment, going back to reading the 
5635 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
5636 save the message in the same folder you are reading from. The saved 
5637 message will not have the attachment that was marked deleted. Now you
5638 can delete and expunge the message with the unwanted attachment.
5641 &lt;End of help on this topic&gt;
5642 </BODY>
5643 </HTML>
5644 ============= h_mail_thread_index =============
5645 <HTML>
5646 <HEAD>
5647 <TITLE>THREAD INDEX COMMANDS</TITLE>
5648 </HEAD>
5649 <BODY>                 
5650 <H1>THREAD INDEX COMMANDS</H1>
5651 <!--chtml if pinemode="function_key"-->
5652 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>
5653 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
5654 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>
5655 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>
5656 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>
5657 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>
5658 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>
5659 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>
5660 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>
5661 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>
5662 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>
5663 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>
5664 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>
5665 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>
5666 <BR>
5667 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5668 -----------------------------<BR>
5669 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>
5670 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>
5671 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>
5672 <BR>
5673 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5674 -----------------------------<BR>
5675 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
5676 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
5677 <BR>
5678 <!--chtml else-->
5679 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>
5680 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5681 &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>
5682 &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>
5683 &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>
5684 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>
5685 &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>
5686 &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>
5687 &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>
5688 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>
5689 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
5690 <BR>
5691 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
5692 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
5693 &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>
5694 &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>
5695 &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>
5696 &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>
5697 &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>
5698 &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>
5699 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
5700 <!--chtml endif-->
5703 NOTE:
5704 <OL>
5705  <LI>For help on a particular command, highlight the bold text associated
5706 with it above and hit Return.
5707  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5708 </OL>
5710 <H2>Description of the THREAD INDEX Screen</H2>
5712 The THREAD INDEX displays summary information from each
5713 thread (conversation) in the current folder.
5714 This is useful if you want to quickly
5715 scan new threads, or find a particular thread without having to go
5716 through the text of each message, or to quickly get rid of junk
5717 threads, etc.
5718 The current thread is always highlighted.
5719 Each line of the THREAD INDEX contains the following columns: <P>
5720 <DL>
5721  <DT>STATUS:</DT>
5722  <DD> The markings on the left side of the thread tell you about its
5723 status.  You may see one or more of the following codes on any given
5724 thread:
5725 <UL>
5726   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
5727   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
5728   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
5729   <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.
5730   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5731         message in the thread was sent to you as a cc:. This symbol will only show up if
5732         the feature
5733         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5734   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
5735         &quot;select&quot; command.  (Some systems may optionally allow selected
5736         messages to be denoted by the index line being displayed in bold
5737         type instead.)
5738   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5739       to mark at least one message in this thread as &quot;important&quot;.
5740 </UL></DD><P>
5742  <DT>THREAD NUMBER:</DT>
5743  <DD>Threads in a folder are numbered, from one through the number
5744 of threads in the folder, to help you know where you are in the folder.
5745 </DD><P>
5747  <DT>DATE STARTED:</DT>
5748  <DD>The date the thread was started. This is actually from the Date header
5749 of the first message in the thread. It doesn't take different time zones
5750 into account.</DD><P>
5752  <DT>WHO STARTED THE THREAD:</DT>
5753  <DD>This is usually the name of the sender of the first message in the thread, taken from
5754 the From header of the message.
5755 If there is no personal name given in that
5756 address, then the email address is used instead.
5757 If the message is from you (or from one of your
5758 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5759 then the recipient's name is shown here instead, with the characters
5760 &quot;To: &quot; inserted before the name.
5761 (The idea of this is that if you started the thread you would rather see who
5762 the mail was sent to instead of that the mail was from you.)
5763 In Newsgroups, if you are
5764 the sender and there are no email recipients, the newsgroup name will be
5765 listed after the &quot;To: &quot;.
5766 </DD><P>
5768  <DT>SIZE:</DT>
5769  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
5771  <DT>SUBJECT:</DT>
5772  <DD>As much of the thread's subject line as will fit on the screen.
5773 This is the subject of the first message in the thread.</DD>
5774 </DL>
5776 <P><UL>
5777 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5778 </UL>
5780 &lt;End of help on this topic&gt;
5781 </BODY>
5782 </HTML>
5783 ============= h_mail_index =============
5784 <HTML>
5785 <HEAD>
5786 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
5787 </HEAD>
5788 <BODY>                 
5789 <H1>MESSAGE INDEX COMMANDS</H1>
5790 <!--chtml if pinemode="function_key"-->
5791 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>
5792 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
5793 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>
5794 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>
5795 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>
5796 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>
5797 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>
5798 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>
5799 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>
5800 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>
5801 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>
5802 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>
5803 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>
5804 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>
5805 <BR>
5806 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5807 -----------------------------<BR>
5808 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>
5809 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>
5810 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>
5811 <BR>
5812 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5813 -----------------------------<BR>
5814 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
5815 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>
5816 <BR>
5817 <!--chtml else-->
5818 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>
5819 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5820 &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>
5821 &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>
5822 &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>
5823 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>
5824 &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>
5825 &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>
5826 &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>
5827 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>
5828 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
5829 Miscellaneous&nbsp;Operations<BR>
5830 ------------------------<BR>
5831 &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>
5832 &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>
5833 &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>
5834 &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>
5835 &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>
5836 &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>
5837 &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>
5838 &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>
5839 <!--chtml endif-->
5842 NOTE:
5843 <OL>
5844  <LI>For help on a particular command, highlight the bold text associated
5845 with it above and hit Return.
5846  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5847 </OL>
5849 <H2>Description of the MESSAGE INDEX Screen</H2>
5851 The MESSAGE INDEX displays summary information from each
5852 message in the current folder.
5853 This is useful if you want to quickly
5854 scan new messages, or find a particular message without having to go
5855 through the text of each message, or to quickly get rid of junk
5856 messages, etc.
5858 The current message is always highlighted
5859 and many commands operate on the current message.
5860 For example, the Delete command will delete the current message.
5861 If the folder is sorted by either Threads or OrderedSubject, then, depending
5862 on some of your configuration settings, a single line in the index may
5863 refer to an entire thread or to a subthread.
5864 If that is the case, then the commands that normally operate on the current
5865 message will operate on the thread or subthread instead.
5866 For example, the Delete command will delete the whole collapsed thread
5867 instead of just a single message.
5869 Each line of the MESSAGE INDEX contains the following columns (by default -- 
5870 you can change this with the 
5871 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
5872 in the SETUP CONFIGURATION screen): <P>
5873 <DL>
5874  <DT>STATUS:</DT>
5875  <DD> The markings on the left side of the message tell you about its
5876 status.  You may see one or more of the following codes on any given
5877 message:
5878 <UL>
5879   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
5880          yet eXpunged the folder.
5881   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
5882   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
5883          to be answered.
5884   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
5885          forward a message.
5886   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
5887         directly to your account, your copy is not part of a cc: or a
5888         mailing list.
5889   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5890         message was sent to you as a cc:. This symbol will only show up if
5891         the feature
5892         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5893   <LI> &quot;X&quot; for selected.  You have selected the message by using the
5894         &quot;select&quot; command.  (Some systems may optionally allow selected
5895         messages to be denoted by the index line being displayed in bold
5896         type.)
5897   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5898       to mark this message as &quot;important&quot;.
5899 </UL></DD><P>
5901  <DT>MESSAGE NUMBER:</DT>
5902  <DD>Messages in a folder are numbered, from one through the number
5903 of messages in the folder, to help you know where you are in the folder.
5904 These numbers are always in increasing order, even if you sort the folder
5905 in a different way.</DD><P>
5907  <DT>DATE SENT:</DT>
5908  <DD>The date the message was sent.  By default, messages are
5909 ordered by arrival time, not by date sent.  Most of the time, arrival time
5910 and date sent (effectively departure time) are similar.  Sometimes,
5911 however, the index will appear to be out of order because a message took a
5912 long time in delivery or because the sender is in a different time
5913 zone than you are. This date is just the date from the Date header
5914 field in the message.</DD><P>
5916  <DT>WHO SENT THE MESSAGE:</DT>
5917  <DD>This is usually the name of the sender of the message, taken from
5918 the From header of the message.
5919 If there is no personal name given in that
5920 address, then the email address is used instead.
5921 If the message is from you (or from one of your
5922 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5923 then the recipient's name is shown here instead, with the characters
5924 &quot;To: &quot; inserted before the name.
5925 (The idea of this is that if you sent the mail you would rather see who
5926 the mail was sent to instead of that the mail was from you.
5927 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
5928 above.
5929 In particular, use the FROM token or the FROMORTONOTNEWS token
5930 in place of the FROMORTO token.)
5931 In Newsgroups, if you are
5932 the sender and there are no email recipients, the newsgroup name will be
5933 listed after the &quot;To: &quot;. </DD><P>
5935  <DT>SIZE:</DT>
5936  <DD>The number in parentheses is the number of characters in the message.
5937 It may have a suffix of K, M, or G which means the number should be
5938 multiplied by one thousand, one million, or one billion to get the
5939 size of the message.</DD><P>
5941  <DT>SUBJECT:</DT>
5942  <DD>As much of the message's subject line as will fit on the screen.</DD>
5943 </DL>
5945 <P><UL>
5946 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5947 </UL>
5949 &lt;End of help on this topic&gt;
5950 </BODY>
5951 </HTML>
5952 ============= h_mail_view ========================
5953 <HTML>
5954 <HEAD>
5955 <TITLE>MESSAGE TEXT SCREEN</TITLE>
5956 </HEAD>
5957 <BODY>
5958 <H1>MESSAGE TEXT SCREEN</H1>
5959 <!--chtml if pinemode="function_key"-->
5960 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>
5961 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
5962 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>
5963 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>
5964 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>
5965 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>
5966 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>
5967 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>
5968 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>
5969 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>
5970 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>
5971 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>
5972 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>
5973 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>
5974 <BR>
5975 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5976 ------------------------------<BR>
5977 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
5978 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
5979 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
5980 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
5981 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
5982 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
5983 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
5984 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
5985 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
5986 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
5987 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
5988 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
5989 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5990 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
5991 <!--chtml else-->
5992 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
5993 ---------------------------------<BR>
5994 <BR>
5995 &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>
5996 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>
5997 &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>
5998 &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>
5999 &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>
6000 &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>
6001 &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>
6002 &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>
6003 &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>
6004 <BR>
6005 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
6006 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
6007 &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>
6008 &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>
6009 &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>
6010 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>
6011 <BR>
6012 General&nbsp;Alpine&nbsp;Commands<BR>
6013 ---------------------<BR>
6014 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
6015 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
6016 &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>
6017 &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>
6018 &nbsp;&nbsp;&nbsp;&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>
6019 <!--chtml endif-->
6022 NOTE:
6023 <OL>
6024  <LI>For help on a particular command, highlight the bold text associated
6025 with it above and hit Return.
6026  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6027 </OL>
6029 <H2>Description of the MESSAGE TEXT Screen</H2>
6031 The top line of the view message screen displays status
6032 information about the currently open collection and folder and about the
6033 current message.  It shows the name of the collection in angle brackets
6034 and then the name of the folder.  The line also displays the number
6035 of messages in the folder, the number of the current message and the
6036 percentage of the current message that has been displayed on the screen.
6037 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
6038 right corner.
6039 If the message has been answered (but not deleted) &quot;ANS&quot; will show
6040 in the corner.
6043 NOTE: to rapidly move to the end of a message, hit the
6044 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6045 (or Ctrl-W) key followed
6046 by Ctrl-V.  Similarly,
6047 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6048 followed by Ctrl-Y will take you to the beginning of
6049 a message.
6051 <H2>Explanation of Alternate Character Sets</H2>
6053 Alpine attempts to stay out of the way so that it won't prevent you from
6054 viewing mail in any character set.  It will simply send the message to
6055 your display device.  If the device is capable of displaying the
6056 message as it was written it will do so.  If not, the display may be
6057 partially or totally incorrect.
6058 If the message contains characters that are not representable in your 
6059 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
6060 variable in your configuration, then a warning message will be printed
6061 to your screen at the beginning of the message display.
6062 It is probably best to use UNIX Alpine in a terminal emulator
6063 capable of displaying UTF-8 characters.
6064 See <A HREF="h_config_char_set">Display Character Set</A> for a little
6065 more information about character set settings.
6067 <P><UL>
6068 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6069 </UL>
6071 &lt;End of help on this topic&gt;
6072 </BODY>
6073 </HTML>
6074 ======= h_index_cmd_select =======
6075 <HTML>
6076 <HEAD>
6077 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
6078 </HEAD>
6079 <BODY>
6080 <H1>Selecting: Select and WhereIs/Select</H1>
6082 Aggregate operations give you the ability to process a group of messages
6083 at once.  Acting on multiple messages requires two steps: (1) selecting a
6084 set of messages and then; (2) applying a command to that set. The first
6085 part is handled by the select command.  Select allows you to
6086 select messages based on their status (read, answered, etc.), contents,
6087 date, size, or keywords.
6088 You may also select based on one of your Rules or based on threads,
6089 and there are quick options to select a specific message or range of messages,
6090 to select the current message, or to select all messages.
6093 We describe the various selection criteria briefly:
6096 <DL>
6097 <DT>select All</DT>
6098 <DD> Marks all the messages in the folder as selected.
6099 </DD>
6101 <DT>select Cur</DT>
6102 <DD> Selects the currently highlighted message or currently highlighted
6103 set of messages if in a threaded view.
6104 </DD>
6106 <DT>select by Number</DT>
6107 <DD> Select by message number. This may be a comma-separated list instead or
6108 a single entry.
6109 Each element in the list may be either a single message number or a range
6110 of numbers with a dash between the lowest and highest member of the range.
6111 Some examples are 7 to select only message number 7; 2-5 to select messages
6112 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
6113 The word &quot;end&quot; or the character &quot;$&quot; may be used as a 
6114 substitute for the highest numbered message in the folder, while the
6115 character &quot;.&quot; represents the message number holding the position
6116 of the cursor in the folder.
6117 If in a separate thread index where the numbers refer to threads instead of
6118 to messages, then you will be selecting all of the messages in the
6119 referenced threads instead of selecting by message number.
6120 </DD>
6122 <DT>select by Date</DT>
6123 <DD> Select by either the date stored in the Date headers of each message,
6124 or by the date when the messages arrived.
6125 This does not adjust for different time zones, but just checks to see what
6126 day the message was sent on.
6127 You may type in a date. If you do, the date should be in the form
6128 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
6129 For example,
6130 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
6132 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
6133 If the date you want is close to the current date, it is probably
6134 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
6135 is displayed, instead of typing in the date yourself.
6136 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
6137 the date of the currently highlighted message. 
6139 There are six possible settings that are selected using the
6140 &quot;^W&nbsp;Toggle When&quot; command.
6141 Three of them select messages based on the Date headers.
6142 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
6143 and &quot;SENT ON&quot;.
6144 SINCE is all messages with the selected date or later.
6145 BEFORE is all messages earlier than the selected date (not including the day
6146 itself).
6147 ON is all messages sent on the selected date.
6148 The other three select messages in the same way but they use the arrival
6149 times of the messages instead of the Date headers included in the messages.
6150 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
6151 and &quot;ARRIVED ON&quot;.
6152 When you save a message from one folder to another the arrival time is
6153 preserved.
6154 </DD>
6156 <DT>select by Text</DT>
6157 <DD> Selects messages based on the message contents.
6158 This allows you to select a set of messages based on whether or not the
6159 message headers or message body contain specified text.
6160 You may look for text in the Subject, the From header,
6161 the To header, or the Cc header.
6162 You may also choose Recipient, which searches for the text in
6163 either the To or the Cc header;
6164 or Participant, which means To or Cc or From.
6165 Besides those specific header searches, you may also search the entire
6166 header and text of the message with &quot;All Text&quot;, or just the
6167 body of the message.
6169 To search for the absence of text, first type the &quot;! Not&quot; command
6170 before typing the specific type of text search.
6171 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
6172 search for all messages that do not contain a particular word in their
6173 Subjects.
6175 If you choose a Subject search, you may use the subject from the current
6176 message by typing the &quot;^X Cur Subject&quot; command.
6177 You may then edit it further if you wish.
6178 For example, you might select the subject of a reply and edit the
6179 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6180 the original message being replied to.
6181 All of the other header searches allow you to use addresses from the
6182 headers of the current message if you want to.
6183 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6184 &quot;^W Cur Cc&quot;.
6185 In each case, if there is more than one address, only the first is offered.
6186 </DD>
6188 <DT>select by Status</DT>
6189 <DD> Selects messages based on their status.
6190 You may select all New, Important, Deleted, Answered, Recent, or Unseen
6191 messages.
6192 Or, if you first type the &quot;! Not&quot; command, you get not New,
6193 or not Important, and so on.
6194 If you select Deleted messages, you will get all messages with their
6195 Deleted flag set.
6196 Likewise for Important messages, all messages that you have flagged as
6197 being Important with the
6198 <A HREF="h_common_flag">Flag</A> command.
6199 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6200 because they try to match what you see on the screen by default.
6201 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6202 and Unanswered.
6203 If you have looked at the message, or deleted it, or answered it; then it
6204 is not considered &quot;New &quot;.
6205 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6207 &quot;Answered&quot; is another one that is a little different.
6208 It means that the message has been Answered <EM>and</EM> is not deleted.
6209 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6210 the opposite of &quot;Answered&quot;!
6211 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6212 both Unanswered <EM>and</EM> not deleted.
6214 The other two types were added later because the special nature of the
6215 New flag was not what was wanted by all users.
6216 New does match what you see in the index by default, but if you use
6217 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6218 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6219 be exactly what you want.
6220 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6221 they are deleted or answered, and
6222 &quot;Recent&quot; selects all of the messages that have been added to
6223 the folder since you started this Alpine session.
6224 (That's not technically quite true. If there are multiple mail clients
6225 reading an IMAP mailbox, each message will be marked as Recent in only
6226 one of the client's sessions.)
6227 </DD>
6229 <DT>select by siZe</DT>
6230 <DD> Selects messages based on their size being smaller than or larger
6231 than the size you specify.
6232 The size is the number of bytes.
6233 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
6234 the number.
6235 For example, 7K is the same as 7000.
6236 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
6237 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
6238 Use the &quot;^W&quot; command to toggle back and forth between Smaller
6239 and Larger.
6240 </DD>
6242 <DT>select by Keyword</DT>
6243 <DD> Selects messages that either have or do not have
6244 (using the &quot;!&nbsp;Not&quot; command)
6245 a particular <A HREF="h_config_keywords">Keyword</A> set.
6246 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
6247 command to select one from your list of keywords.
6249 <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.
6250 </DD>
6252 <DT>select by Rule</DT>
6253 <DD> Selects messages that either match or don't match
6254 (using the &quot;!&nbsp;Not&quot; command)
6255 one of the Rules you have defined.
6256 The most likely method of filling in the Rule is to use the
6257 &quot;^T&nbsp;To&nbsp;List&quot;
6258 command to select one of your Rules.
6259 All of the Rules you have defined will be in the list, including
6260 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
6261 They may not all make sense for this purpose, but they are all there for
6262 flexibility.
6263 You might find it useful to define some rules solely for the purpose
6264 of being used by the Select command.
6265 There is a special category for such Rules. They are called Search Rules.
6267 Unfortunately, Alpine does not allow all possible Rules to be defined.
6268 For example, there is no logical OR operation.
6269 OR is accomplished in the Filter Rules or the other types of Rules by
6270 simply defining two rules, one that matches the first part of the OR
6271 and another that matches the second part.
6272 But you can't do that here, since you only have a single Rule to work with.
6273 Likewise, the order of Rules is usually important.
6274 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6275 a message, then that stops the search for a further match.
6276 This means that you may be confused if you try to use Select by Rule to
6277 check your Filter rules because the order is important when filtering but
6278 is not considered here.
6279 </DD>
6281 <DT>select by tHread</DT>
6282 <DD> Selects all of the messages in the current thread.
6283 </DD>
6284 </DL>
6286 After you have an initial selection, the next and subsequent selection
6287 commands modify the selection.
6288 The select command changes. It first gives
6289 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
6290 &quot;unselect Current&quot;,
6291 &quot;Broaden selection&quot; (implements a logical OR), and
6292 &quot;Narrow selection&quot; (implements a logical AND).
6293 After you choose either Broaden or Narrow, you then choose one of the
6294 selection criteria listed above (by Text or Number or ...).
6295 You may use select as many times as you wish to get the selected set right.
6298 The WhereIs command has a feature (Ctrl-X) to
6299 select all the messages that match the WhereIs search. WhereIs searches
6300 through just the text that appears on the MESSAGE INDEX screen.
6301 This method is often slower than using the select command itself, unless the
6302 line you are looking for is not too far away in the index.
6305 The availability of the aggregate operations commands is determined by the
6306 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6307 Feature-List option in your Alpine
6308 configuration, which defaults to set.
6309 The features
6310 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
6312 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
6313 affect the behavior of the Select command.
6316 &lt;End of help on this topic&gt;
6317 </BODY>
6318 </HTML>
6319 ======= h_select_rule =======
6320 <HTML>
6321 <HEAD>
6322 <TITLE>Select: Rule</TITLE>
6323 </HEAD>
6324 <BODY>
6325 <H1>Select: Rule</H1>
6327 You are selecting messages that either match or don't match
6328 one of the Rules you have defined.
6329 You may either type the nickname of the Rule at the prompt, or use the
6330 &quot;^T&nbsp;To&nbsp;List&quot;
6331 command to select one of your Rules.
6332 All of the Rules you have defined will be in the list, including
6333 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
6334 They may not all make sense for this purpose, but they are all there for
6335 flexibility.
6336 Rules may be added by using the Setup/Rules screen off of the main Alpine
6337 menu.
6339 Unfortunately, Alpine does not allow all possible Rules to be defined.
6340 For example, there is no logical OR operation.
6341 OR is accomplished in the Filter Rules or the other types of Rules by
6342 simply defining two rules, one that matches the first part of the OR
6343 and another that matches the second part.
6344 But you can't do that here, since you only have a single Rule to work with.
6345 Likewise, the order of Rules is usually important.
6346 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6347 a message, then that stops the search for a further match.
6348 This means that you may be confused if you try to use Select by Rule to
6349 check your Filter rules because the order is important when filtering but
6350 is not considered here.
6353 &lt;End of help on this topic&gt;
6354 </BODY>
6355 </HTML>
6356 ======= h_select_text =======
6357 <HTML>
6358 <HEAD>
6359 <TITLE>Select: Text</TITLE>
6360 </HEAD>
6361 <BODY>
6362 <H1>Select: Text</H1>
6364 You are selecting messages based on the contents of the message.
6365 This allows you to select a set of messages based on whether or not the
6366 message headers or message body contain specified text.
6367 You may look for text in the Subject, the From header,
6368 the To header, or the Cc header.
6369 You may also choose Recipient, which searches for the text in
6370 either the To or the Cc header;
6371 or Participant, which means either the To header, or the Cc header,
6372 or the From header.
6373 Besides those specific header searches, you may also search the entire
6374 header and text of the message with &quot;All Text&quot;, or just the
6375 body of the message with &quot;Body&quot;.
6377 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
6378 before typing the specific type of text search.
6379 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
6380 search for all messages that do not contain a particular word in their
6381 Subjects.
6383 If you choose a Subject search, you may use the subject from the current
6384 message by typing the &quot;^X Cur Subject&quot; command.
6385 You may then edit it further if you wish.
6386 For example, you might select the subject of a reply and edit the
6387 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6388 the original message being replied to.
6389 All of the other header searches allow you to use addresses from the
6390 headers of the current message if you want to.
6391 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6392 &quot;^W Cur Cc&quot;.
6393 In each case, if there is more than one address, only the first is offered.
6396 &lt;End of help on this topic&gt;
6397 </BODY>
6398 </HTML>
6399 ======= h_select_status =======
6400 <HTML>
6401 <HEAD>
6402 <TITLE>Select: Status</TITLE>
6403 </HEAD>
6404 <BODY>
6405 <H1>Select: Status</H1>
6407 You are selecting messages based on the status of the message.
6408 For example, whether or not the message has been marked Deleted or Important,
6409 or whether or not it has been Answered or is New.
6410 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
6411 opposite: not Deleted, not Important, and so on.
6413 If you select Deleted messages, you will get all messages with their
6414 Deleted flag set.
6415 Likewise for Important messages, all messages that you have flagged as
6416 being Important with the
6417 <A HREF="h_common_flag">Flag</A> command.
6418 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6419 because they try to match what you see on the screen by default.
6420 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6421 and Unanswered.
6422 If you have looked at the message, or deleted it, or answered it; then it
6423 is not considered &quot;New &quot;.
6424 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6426 &quot;Answered&quot; is another one that is a little different.
6427 It means that the message has been Answered <EM>and</EM> is not deleted.
6428 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6429 the opposite of &quot;Answered&quot;!
6430 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6431 both Unanswered <EM>and</EM> not deleted.
6433 (The New and Answered options may seem counter-intuitive.
6434 The reason it is done this way is
6435 because, by default, a Deleted message will show up with the &quot;D&quot;
6436 symbol in the MAIL INDEX screen even if it is New or Answered.
6437 The Delete symbol overrides the New and Answered symbols, because you
6438 usually don't care about the message anymore once you've deleted it.
6439 Similarly, you usually only care about whether a message is Answered or
6440 not if it is not Deleted.
6441 Once it is Deleted you've put it out of your mind.)
6443 The other two options were added later because the special nature of the
6444 New flag was not what was wanted by all users.
6445 New does match what you see in the index by default, but if you use
6446 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6447 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6448 be exactly what you expect.
6449 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6450 they are deleted or answered, and
6451 &quot;Recent&quot; selects all of the messages that have been added to
6452 the folder since you started this Alpine session.
6453 (That's not technically quite true. If there are multiple mail clients
6454 reading an IMAP mailbox, each message will be marked as Recent in only
6455 one of the client's sessions.
6456 That behavior can be convenienent for some purposes, like filtering, but
6457 it isn't usually what you expect when selecting.)
6460 &lt;End of help on this topic&gt;
6461 </BODY>
6462 </HTML>
6463 ======= h_index_cmd_apply =======
6464 <HTML>
6465 <HEAD>
6466 <TITLE>Apply Command</TITLE>
6467 </HEAD>
6468 <BODY>
6469 <H1>Apply Command</H1>
6471 Apply
6472 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
6473 is the second step of most aggregate operations.  Apply
6474 becomes active any time there is a defined set of selected messages.  The
6475 following commands can be applied to a selected message set: delete,
6476 undelete, reply, forward,
6477 <!--chtml if pinemode="os_windows"-->
6478 <!--chtml else--> 
6479 pipe,
6480 <!--chtml endif-->
6481 print, take address, save, export, bounce, and flag.
6484 The behavior of some of these commands in an aggregate sense is not easy to
6485 explain.  Try them out to see what they do.
6486 The feature
6487 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
6488 affects the behavior of the Apply command, as does the feature
6489 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
6492 &lt;End of help on this topic&gt;
6493 </BODY>
6494 </HTML>
6495 ======= h_index_cmd_zoom =======
6496 <HTML>
6497 <HEAD>
6498 <TITLE>ZoomMode Command</TITLE>
6499 </HEAD>
6500 <BODY>
6501 <H1>ZoomMode Command</H1>
6503 Another action you might want to take on a set of selected messages is to
6504 zoom in on them.  Like apply, zoom only becomes active when messages have
6505 been selected.
6506 ZoomMode
6507 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
6508 is a toggle command that allows you to
6509 zoom-in (and only see the selected messages) and zoom-out (to see all
6510 messages in the folder).  Neither apply nor zoom removes the markings that
6511 define the selected set; you need to use a select command in order
6512 to do that.
6515 &lt;End of help on this topic&gt;
6516 </BODY>
6517 </HTML>
6518 ======= h_index_collapse_expand =======
6519 <HTML>
6520 <HEAD>
6521 <TITLE>Collapse/Expand Command</TITLE>
6522 </HEAD>
6523 <BODY>
6524 <H1>Collapse/Expand Command</H1>
6526 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
6527 the folder is sorted by either Threads or OrderedSubject, and the
6528 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
6529 is set to something other than &quot;none&quot;.
6530 By default, this command collapses or expands the subthread that starts at
6531 the currently highlighted message, if any.
6532 If the subthread is already collapsed, then this command expands it.
6533 If the subthread is expanded, then this command collapses it.
6534 If there are no more messages below the current message in the
6535 thread tree (that is, there are no replies to the current message) then
6536 this command does nothing.
6539 The behavior of this command is affected by the option
6540 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
6541 Normally, this command Collapses or Expands the subthread that
6542 starts at the currently highlighted message.
6543 If the above option is set, then this command Collapses or Expands the
6544 entire current thread instead of just the subthread.
6545 The current thread is simply the top-level thread that contains the
6546 current message.
6549 &lt;End of help on this topic&gt;
6550 </BODY>
6551 </HTML>
6552 ======= h_index_cmd_sort =======
6553 <HTML>
6554 <HEAD>
6555 <TITLE>Sort Command</TITLE>
6556 </HEAD>
6557 <BODY>
6558 <H1>Sort Command</H1>
6560 In Alpine's generic configuration, messages are presented in the order in
6561 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
6562 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
6563 You can also re-sort the folder on demand with the sort
6564 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
6565 command.
6566 Your sorting options are:
6568 <UL>
6569  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
6570  <LI> <A HREF="h_index_sort_date">D</A>ate
6571  <LI> <A HREF="h_index_sort_subj">S</A>ubject
6572  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
6573  <LI> t<A HREF="h_index_sort_thread">H</A>read
6574  <LI> <A HREF="h_index_sort_from">F</A>rom
6575  <LI> si<A HREF="h_index_sort_size">Z</A>e
6576  <LI> scor<A HREF="h_index_sort_score">E</A>,
6577  <LI> <A HREF="h_index_sort_to">T</A>o
6578  <LI> <A HREF="h_index_sort_cc">C</A>c
6579 </UL>
6582 The Reverse option will toggle the order the index is currently
6583 sorted by, but will not change the relative sort order.
6586 Sorting a folder does not actually rearrange the way the folder is saved,
6587 it just re-arranges how the messages are presented to you.  This means
6588 that Alpine has to do the work of sorting every time you change sort order.
6589 Sometimes, especially with PC-Alpine or with large folders, this could take
6590 a while.
6593 &lt;End of help on this topic&gt;
6594 </BODY>
6595 </HTML>
6596 ======= h_index_sort_default =======
6597 <HTML>
6598 <HEAD>
6599 <TITLE>SORT OPTION: Default</TITLE>
6600 </HEAD>
6601 <BODY>
6602 <H1>SORT OPTION: Default</H1>
6604 The <EM>Default</EM> sort option just means to use the default sort order
6605 set in the
6606 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
6607 option in Setup/Config.
6610 &lt;End of help on this topic&gt;
6611 </BODY>
6612 </HTML>
6613 ======= h_index_sort_arrival =======
6614 <HTML>
6615 <HEAD>
6616 <TITLE>SORT OPTION: Arrival</TITLE>
6617 </HEAD>
6618 <BODY>
6619 <H1>SORT OPTION: Arrival</H1>
6621 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6622 in the order that they exist in the folder.  This is usually the same as the
6623 order in which they arrived.  This option is comparable to not sorting
6624 the messages at all.
6627 &lt;End of help on this topic&gt;
6628 </BODY>
6629 </HTML>
6630 ======= h_index_sort_date =======
6631 <HTML>
6632 <HEAD>
6633 <TITLE>SORT OPTION: Date</TITLE>
6634 </HEAD>
6635 <BODY>
6636 <H1>SORT OPTION: Date</H1>
6638 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6639 according to the date and time they were
6640 sent.
6643 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
6644 identical to sorting by &quot;Arrival&quot;.
6647 &lt;End of help on this topic&gt;
6648 </BODY>
6649 </HTML>
6650 ======= h_index_sort_subj =======
6651 <HTML>
6652 <HEAD>
6653 <TITLE>SORT OPTION: Subject</TITLE>
6654 </HEAD>
6655 <BODY>
6656 <H1>SORT OPTION: Subject</H1>
6658 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6659 by subject. 
6662 Messages with the same subject are
6663 first grouped together, and then the groups of like-subject messages
6664 are arranged alphabetically.
6667 Alpine ignores leading &quot;Re:&quot; and
6668 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
6669 likeness and alphabetical order of subject lines.
6672 &lt;End of help on this topic&gt;
6673 </BODY>
6674 </HTML>
6675 ======= h_index_sort_ordsubj =======
6676 <HTML>
6677 <HEAD>
6678 <TITLE>SORT OPTION: OrderedSubject</TITLE>
6679 </HEAD>
6680 <BODY>
6681 <H1>SORT OPTION: OrderedSubject</H1>
6683 The <EM>OrderedSubject</EM> sort option arranges messages in the
6684 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
6685 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
6688 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
6689 messages by the date of the oldest message in the group.
6692 This sort method provides for pseudo threading of conversations within
6693 a folder.
6694 You may want to try sorting by Thread instead.
6697 &lt;End of help on this topic&gt;
6698 </BODY>
6699 </HTML>
6700 ======= h_index_sort_thread =======
6701 <HTML>
6702 <HEAD>
6703 <TITLE>SORT OPTION: Thread</TITLE>
6704 </HEAD>
6705 <BODY>
6706 <H1>SORT OPTION: Thread</H1>
6708 The <EM>Thread</EM> sort option arranges messages in the
6709 MESSAGE&nbsp;INDEX by grouping all messages that indicate
6710 they are part of a conversation (discussion thread) taking
6711 place within a mailbox or newsgroup.  This indication is
6712 based on information in the message's header -- specifically
6713 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
6716 &lt;End of help on this topic&gt;
6717 </BODY>
6718 </HTML>
6719 ======= h_index_sort_from =======
6720 <HTML>
6721 <HEAD>
6722 <TITLE>SORT OPTION: From</TITLE>
6723 </HEAD>
6724 <BODY>
6725 <H1>SORT OPTION: From</H1>
6727 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6728 by the name of the author of the message.
6731 Messages with the same author are grouped together. Groups of
6732 messages are then put into alphabetical order according to message
6733 author.
6736 &lt;End of help on this topic&gt;
6737 </BODY>
6738 </HTML>
6739 ======= h_index_sort_size =======
6740 <HTML>
6741 <HEAD>
6742 <TITLE>SORT OPTION: Size</TITLE>
6743 </HEAD>
6744 <BODY>
6745 <H1>SORT OPTION: Size</H1>
6747 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6748 by their relative sizes.
6751 &lt;End of help on this topic&gt;
6752 </BODY>
6753 </HTML>
6754 ======= h_index_sort_score =======
6755 <HTML>
6756 <HEAD>
6757 <TITLE>SORT OPTION: Score</TITLE>
6758 </HEAD>
6759 <BODY>
6760 <H1>SORT OPTION: Score</H1>
6762 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6763 by their scores.
6766 Messages with the same score are sorted in arrival order.
6767 Scores are something you create using the
6768 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
6771 &lt;End of help on this topic&gt;
6772 </BODY>
6773 </HTML>
6774 ======= h_index_sort_to =======
6775 <HTML>
6776 <HEAD>
6777 <TITLE>SORT OPTION: To</TITLE>
6778 </HEAD>
6779 <BODY>
6780 <H1>SORT OPTION: To</H1>
6782 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
6783 by the names of the recipients of the message.
6786 Messages with the same recipients are grouped together. Groups of
6787 messages are then put into alphabetical order according to message
6788 recipients.
6791 &lt;End of help on this topic&gt;
6792 </BODY>
6793 </HTML>
6794 ======= h_index_sort_cc =======
6795 <HTML>
6796 <HEAD>
6797 <TITLE>SORT OPTION: Cc</TITLE>
6798 </HEAD>
6799 <BODY>
6800 <H1>SORT OPTION: Cc</H1>
6802 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
6803 the names of the carbon copy addresses of the message.
6806 &lt;End of help on this topic&gt;
6807 </BODY>
6808 </HTML>
6809 ======= h_index_cmd_whereis =======
6810 <HTML>
6811 <HEAD>
6812 <TITLE>WhereIs Command</TITLE>
6813 </HEAD>
6814 <BODY>
6815 <H1>WhereIs Command</H1>
6817 The WhereIs
6818 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6819 command lets you search the MESSAGE INDEX for a word.
6820 It scans through whatever you see, usually the name of the author
6821 and the Subject line.
6822 WhereIs has special subcommands to let you find the beginning of the
6823 index (Ctrl-Y -- first message)
6824 or the end of the index (Ctrl-V -- last message).
6826 Note that WhereIs only searches through the visible text on the screen.
6827 For example, if only part of the Subject of a message is shown because it
6828 is long, then only the visible portion of the Subject is searched.
6829 Also note that WhereIs does not &quot;see&quot; the 
6830 &quot;X&quot; in column one of Index entries for selected messages
6831 so it can't be used to search for
6832 selected messages (use &quot;Zoom&quot; instead).
6834 If the feature
6835 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6836 is turned on,
6837 WhereIs can also be used as a quick way to select messages that match the
6838 string being searched for.
6839 Instead of typing carriage return to search for the next match, type
6840 Ctrl-X to select all matches.
6841 Once again, this only selects matches that are (or would be if the right
6842 index line was on the screen) visible.
6843 Truncated From lines or Subjects will cause matches to be missed.
6844 Although WhereIs is sometimes convenient for quick matching, the Select
6845 command is usually more powerful and usually faster.
6848 &lt;End of help on this topic&gt;
6849 </BODY>
6850 </HTML>
6851 ======= h_view_cmd_whereis =======
6852 <HTML>
6853 <HEAD>
6854 <TITLE>WhereIs Command</TITLE>
6855 </HEAD>
6856 <BODY>
6857 <H1>WhereIs Command</H1>
6859 The WhereIs
6860 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6861 command does a &quot;find in current message&quot; operation.  You
6862 type in text and Alpine will try to find it in the message you are
6863 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
6864 or end (Ctrl-V) of the message.
6865 That is, to rapidly move to the end of a message, hit the 
6866 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6867 (or Ctrl-W) key followed
6868 by Ctrl-V.  Similarly,
6869 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6870 followed by Ctrl-Y will take you to the beginning of a message.
6873 &lt;End of help on this topic&gt;
6874 </BODY>
6875 </HTML>
6876 ======= h_view_cmd_hilite =======
6877 <HTML>
6878 <HEAD>
6879 <TITLE>View Hilite and Next item/Previous item</TITLE>
6880 </HEAD>
6881 <BODY>
6882 <H1>View Hilite and Next item/Previous item</H1>
6884 Sometimes messages may be in the form of formatted HTML text
6885 or they may contain URLs or Web server hostnames.
6886 When any of the features
6887 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
6888 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
6889 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
6891 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
6892 are enabled, Alpine will represent such selectable items in the text
6893 in bold typeface.  One of the selectable items will be displayed in
6894 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
6895 Press the Return key to view the currently selected item.
6898 The Up and Down Arrows keys can be used to change the selected item
6899 (also see the feature
6900 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
6901 If there are no selectable items in the direction of the arrow you
6902 pressed, Alpine will scroll the display in that direction until one
6903 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
6904 items in the message text, use the Previous and Next item commands,
6905 <!--chtml if pinemode="function_key"-->F5 and F6
6906 <!--chtml else-->^B and ^F<!--chtml endif-->.
6909 &lt;End of help on this topic&gt;
6910 </BODY>
6911 </HTML>
6912 ======= h_view_cmd_viewattch =======
6913 <HTML>
6914 <HEAD>
6915 <TITLE>ViewAttch Command</TITLE>
6916 </HEAD>
6917 <BODY>
6918 <H1>ViewAttch Command</H1>
6921 The View/Save Attachment
6922 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
6923 command allows you to handle MIME attachments to a message you have
6924 received.  Alpine shows you a list of the message attachments -- you just
6925 choose the attachment you want.  You may either view or save the
6926 selected attachment.
6929 Because many attachments require external programs for display, there
6930 is some system configuration that has to happen before you can
6931 actually display attachments.  Hopefully much of that will have been
6932 done already by your system administrator.  MIME configuration is
6933 handled with the &quot;mailcap&quot; configuration file.  (See the section 
6934 on configuration in the
6935 <A HREF="h_news">release notes</A> for more information.)
6938 &lt;End of help on this topic&gt;
6939 </BODY>
6940 </HTML>
6941 ======= h_index_cmd_expunge =======
6942 <HTML>
6943 <HEAD>
6944 <TITLE>Expunge/Exclude Command</TITLE>
6945 </HEAD>
6946 <BODY>
6947 <H1>Expunge/Exclude Command</H1>
6949 Expunge/Exclude
6950 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
6951 is the command Alpine uses to actually remove all messages
6952 marked for deletion.  With regular email files, expunge literally deletes
6953 the text from the current folder.  With newsgroups or shared mailboxes,
6954 you don't have permission to actually remove the message, so it is an
6955 exclude -- Alpine removes the message from your view of the folder even
6956 though it is not technically gone.
6958 <P> A selective expunge command is available in IMAP folders that support 
6959 the UID EXPUNGE extension in <A 
6960 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
6961 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
6962 as a subcommand of the apply command. If some selected messages are marked 
6963 deleted, then the apply command will offer the eXpunge command, which when 
6964 executed will only expunge those messages that are selected and deleted.
6966 <P> 
6967 Observe that the expunge command (when not used from the apply command) 
6968 will expunge/exclude all deleted messages from the folder, and so all 
6969 messages marked deleted will be expunged, regardless of if they are 
6970 selected or not. In other words, there is no protection against 
6971 potentially expunging more messages than only those that have been 
6972 selected and deleted.
6975 The configuration features
6976 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
6978 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
6979 affect the behavior of the Expunge command.
6982 &lt;End of help on this topic&gt;
6983 </BODY>
6984 </HTML>
6985 ======= h_common_compose =======
6986 <HTML>
6987 <HEAD>
6988 <TITLE>Compose Command</TITLE>
6989 </HEAD>
6990 <BODY>
6991 <H1>Compose Command</H1>
6993 The Compose command takes you into the Alpine message composer where you
6994 can start a new message for sending.  This is where you type in the
6995 message's text and specify its recipient list (the &quot;To:&quot;
6996 address), where copies should be directed (e.g., &quot;Fcc&quot;,
6997 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
6998 be attached to the message.
7001 When you type this command, Alpine will also automatically check for any
7002 interrupted (i.e., a message that was being composed when your modem
7003 or network connection was broken) or previously postponed messages and
7004 offer you a chance to continue working on those.
7007 <UL>   
7008 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7009 </UL><P>
7010 &lt;End of help on this topic&gt;
7011 </BODY>
7012 </HTML>
7013 ======= h_common_index =======
7014 <HTML>
7015 <HEAD>
7016 <TITLE>Message Index Command</TITLE>
7017 </HEAD>
7018 <BODY>
7019 <H1>Message Index Command</H1>
7021 The Index command takes you to the MESSAGE INDEX screen that displays a
7022 summary caption for each message in the currently-open folder. One
7023 message will be highlighted; this is the &quot;Current&quot; message.
7024 The message commands available from this screen (e.g. View, Reply,
7025 Forward, Delete, Print, Save, etc) apply to the current message.
7028 &lt;End of help on this topic&gt;
7029 </BODY>
7030 </HTML>
7031 ======= h_common_folders =======
7032 <HTML>
7033 <HEAD>
7034 <TITLE>Folder List Command</TITLE>
7035 </HEAD>
7036 <BODY>
7037 <H1>Folder List Command</H1>
7039 This Folder List command takes you to the FOLDER LIST screen that displays
7040 the names of all your message folders and allows you to view, rename,
7041 delete, and add folders.  You can open (view) a different folder than the
7042 one currently open by highlighting the desired one (using the arrow keys
7043 or their control-key equivalents) and pressing RETURN.
7046 If you have multiple folder collections defined (see the Help text for
7047 the FOLDER LIST screen to learn more about Collections), you may need
7048 to press Return to expand the collection and display all of the
7049 folders in it.
7052 &lt;End of help on this topic&gt;
7053 </BODY>
7054 </HTML>
7055 ======= h_main_addrbook =======
7056 <HTML>
7057 <HEAD>
7058 <TITLE>Address Book Command</TITLE>
7059 </HEAD>
7060 <BODY>
7061 <H1>Address Book Command</H1>
7063 This command, available only from the MAIN MENU, takes you
7064 to the ADDRESS BOOK management screen.  From here, your personal address
7065 book(s) may be updated.
7068 &lt;End of help on this topic&gt;
7069 </BODY>
7070 </HTML>
7071 ======= h_main_setup =======
7072 <HTML>
7073 <HEAD>
7074 <TITLE>Setup Command</TITLE>
7075 </HEAD>
7076 <BODY>
7077 <H1>Setup Command</H1>
7079 The Setup command, available only from the MAIN MENU, prompts you for
7080 one of several configuration screens, including the SETUP CONFIGURATION 
7081 screen, by which you may activate optional Alpine features.
7084 &lt;End of help on this topic&gt;
7085 </BODY>
7086 </HTML>
7087 ======= h_main_release_notes =======
7088 <HTML>
7089 <HEAD>
7090 <TITLE>Release Notes Command</TITLE>
7091 </HEAD>
7092 <BODY>
7093 <H1>Release Notes Command</H1>
7095 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
7096 as well as pointers to further information such as history and legal notes.
7099 &lt;End of help on this topic&gt;
7100 </BODY>
7101 </HTML>
7102 ======= h_main_kblock =======
7103 <HTML>
7104 <HEAD>
7105 <TITLE>Keyboard Lock Command</TITLE>
7106 </HEAD>
7107 <BODY>
7108 <H1>Keyboard Lock Command</H1>
7110 This command allows your Alpine session to be protected
7111 during a temporary absence from your terminal.
7114 &lt;End of help on this topic&gt;
7115 </BODY>
7116 </HTML>
7117 ======= h_main_journal =======
7118 <HTML>
7119 <HEAD>
7120 <TITLE>Journal Command</TITLE>
7121 </HEAD>
7122 <BODY>
7123 <H1>Journal Command</H1>
7125 This command displays a list of all the status messages Alpine has
7126 displayed (on the third line from the bottom of the screen). This may
7127 be useful if a message disappeared before you had a chance to read it.
7130 &lt;End of help on this topic&gt;
7131 </BODY>
7132 </HTML>
7133 ======= h_common_role =======
7134 <HTML>
7135 <HEAD>
7136 <TITLE>Role Command</TITLE>
7137 </HEAD>
7138 <BODY>
7139 <H1>Role Command</H1>
7141 The Role command is similar to the Compose command except that it starts
7142 off by letting you select a <A HREF="h_rules_roles">role</A>
7143 to be used for the composition.
7144 You may set up alternate roles by using Setup/Rules/Roles.
7147 &lt;End of help on this topic&gt;
7148 </BODY>
7149 </HTML>
7150 ======= h_common_conditional_cmds =======
7151 <HTML>
7152 <HEAD>
7153 <TITLE>Conditional Commands</TITLE>
7154 </HEAD>
7155 <BODY>
7156 <H1>Conditional Commands</H1>
7158 The presence or absence of certain commands, particularly in the
7159 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
7160 whether or not specific features are set in your Alpine configuration.  
7161 (You can access the SETUP CONFIGURATION screen, where they are found, from 
7162 Alpine's MAIN MENU.)  To see if a desired command's availability is
7163 conditioned on a feature setting, see the command's help text (highlight
7164 the phrase associated with the command and hit Return).
7167 Also note that some
7168 commands may be administratively disabled by your system manager;
7169 if they don't work, please check with your local help desk.
7172 <UL>   
7173 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7174 </UL><P>
7175 &lt;End of help on this topic&gt;
7176 </BODY>
7177 </HTML>
7178 ======= h_common_pipe =======
7179 <HTML>
7180 <HEAD>
7181 <TITLE>Pipe Command</TITLE>
7182 </HEAD>
7183 <BODY>
7184 <H1>Pipe Command</H1>
7186 Pipe
7187 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
7188 allows you to send a message to a specified Unix command for external
7189 processing.
7190 This command's availability is controlled by the
7191 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
7192 feature.
7193 By default, the processed text of the message is sent to the command
7194 you specify and the output is captured by Alpine and shown to you.
7195 When you run the pipe command, there are some sub-commands which may be
7196 used to alter this behavior.
7197 These sub-commands are described <A HREF="h_pipe_command">here</A>.
7200 &lt;End of help on this topic&gt;
7201 </BODY>
7202 </HTML>
7203 ======= h_common_goto =======
7204 <HTML>
7205 <HEAD>
7206 <TITLE>Goto Command</TITLE>
7207 </HEAD>
7208 <BODY>
7209 <H1>Goto Command</H1>
7211 Goto
7212 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
7213 is the command that lets you bypass Alpine's folder selection screens
7214 and jump directly to a new folder.  You can select any folder in the
7215 world: one in your current collection, one in a different collection or
7216 one in a collection you've never even used before.
7219 Alpine will help you as much as possible to narrow in on the folder you want.
7220 However, if the folder is outside of your defined collections, you are
7221 going to have to enter the exact folder location using the correct
7222 <A HREF="h_valid_folder_names">syntax</A>
7223 for a remote folder and/or fully-qualified path name.
7226 &lt;End of help on this topic&gt;
7227 </BODY>
7228 </HTML>
7229 ======= h_common_nextnew =======
7230 <HTML>
7231 <HEAD>
7232 <TITLE>NextNew Command</TITLE>
7233 </HEAD>
7234 <BODY>
7235 <H1>NextNew Command</H1>
7237 When you press the TAB key, Alpine advances to the next
7238 &quot;interesting&quot; message.
7239 This will be the next message you have not seen before, or the next message
7240 you have flagged Important, whichever comes first.
7241 Unread messages that have been deleted are not considered interesting.
7242 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
7243 articles after you have read them if you want to remove them from future
7244 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
7245 more information.)
7248 The NextNew command is affected by the feature
7249 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
7250 which causes Alpine to only consider Unread messages interesting, not messages
7251 flagged Important.
7254 This command behaves a little differently when it finds there are no more
7255 interesting messages left in the current folder.
7256 If the current folder is one of your Incoming Message Folders
7257 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
7258 or it is a newsgroup, then Alpine will try to find the next folder or
7259 newsgroup that contains <EM>Recent</EM> messages and will ask you
7260 if you want to open that folder.
7261 This behavior may be modified by using the
7262 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
7263 feature that causes Alpine to look for Unseen messages instead of Recent
7264 messages.
7265 The NextNew command's behavior is also affected by the configuration features
7266 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
7268 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
7271 &lt;End of help on this topic&gt;
7272 </BODY>
7273 </HTML>
7274 ======= h_common_jump =======
7275 <HTML>
7276 <HEAD>
7277 <TITLE>Jump Command</TITLE>
7278 </HEAD>
7279 <BODY>
7280 <H1>Jump Command</H1>
7282 This is Alpine's way of allowing you to go straight to a specific message.
7283 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
7284 configured such that typing in any number automatically jumps you to that
7285 message 
7286 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
7287 in the SETUP CONFIGURATION).
7290 &lt;End of help on this topic&gt;
7291 </BODY>
7292 </HTML>
7293 ======= h_common_flag =======
7294 <HTML>
7295 <HEAD>
7296 <TITLE>Flag Command</TITLE>
7297 </HEAD>
7298 <BODY>
7299 <H1>Flag Command</H1>
7301 Flag
7302 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7303 is the command that allows users to manipulate the status flags that
7304 appear on the left side of the MESSAGE INDEX screen.  The most common
7305 use of this is to mark a message as important. This is something of a
7306 note to yourself to get back to that message.  You may also use the
7307 flag command to set (or unset) the flags that indicate that a message
7308 is new, answered, deleted, or forwarded.<P>
7310 Provided the mail server supports it,
7311 you may also manipulate user-defined keywords
7312 for a message using the flag command.
7313 These keywords will be available if you use the Flag Details screen that you
7314 can get to after typing the
7315 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7316 command.
7317 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
7318 which are always present.
7319 You may add new keywords by using the Add KW command from the Flag Details screen
7320 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
7322 The availability of the flag command is determined by the
7323 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
7324 feature in your Alpine configuration. Also, it is possible that Flag could be
7325 administratively disabled by your system manager; if it doesn't work,
7326 please check with your local help desk before reporting a bug.
7327 The behavior of the flag command may be modified by the
7328 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
7329 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
7332 &lt;End of help on this topic&gt;
7333 </BODY>
7334 </HTML>
7335 ======= h_common_hdrmode =======
7336 <HTML>
7337 <HEAD>
7338 <TITLE>HdrMode Command</TITLE>
7339 </HEAD>
7340 <BODY>
7341 <H1>HdrMode Command</H1>
7343 Every email message comes with some header lines that you normally
7344 don't see (and don't want to see).
7345 These include anywhere from 3-20 lines (or more) added by the
7346 Internet mail transport system to record the route your message took,
7347 for diagnostic purposes.
7348 These are normally of no import and simply
7349 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
7350 This also includes other non-standard headers the message may contain.
7351 If you want to see these headers, there is a way to reveal them.
7354 The Header Mode
7355 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7356 command is a toggle that controls Alpine's handling of these header
7357 lines.  Normally, full headers is &quot;off&quot; and you only see a
7358 few lines about who a message is to and who it is from.  When you
7359 press
7360 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7361 to turn full headers on, Alpine will show you
7362 the normal header lines as well as delivery headers, comment headers,
7363 MIME headers, and any other headers present.
7366 Several different Alpine commands honor the header mode -- it affects how
7367 messages are displayed, how they appear in forward and reply email, how
7368 they are printed, how they are saved, and how they are exported.
7369 <!--chtml if pinemode="os_windows"-->
7370 <!--chtml else--> 
7371 The pipe command is also affected.
7372 <!--chtml endif-->
7375 The presence or absence of the Header Mode command is determined by the
7376 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
7377 Feature-List option in your Alpine configuration.
7380 If you have also turned on the
7381 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
7382 option then the HdrMode command actually rotates through three states
7383 instead of just two.
7384 The first is the normal view with long quotes suppressed.
7385 The second is the normal view but with the long quotes included.
7386 The last enables the display of all headers in the message.
7387 When using Export, Pipe, Print, Forward, or Reply the quotes are
7388 never suppressed, so the first two states are identical.
7391 The behavior of the Header Mode command may be altered slightly by
7392 turning on the
7393 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
7394 Feature-List option in your Alpine configuration.
7395 In particular, it will cause the Header Mode to be persistent when moving
7396 from message to message instead of resetting to the default for each message.
7399 <UL>   
7400 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7401 </UL><P>
7402 &lt;End of help on this topic&gt;
7403 </BODY>
7404 </HTML>
7405 ======= h_common_print =======
7406 <HTML>
7407 <HEAD>
7408 <TITLE>Print Command</TITLE>
7409 </HEAD>
7410 <BODY>
7411 <H1>Print Command</H1>
7413 The Print
7414 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
7415 command allows you to print a copy of a message.
7416 There are many SETUP CONFIGURATION features that affect the
7417 Print command, including
7418 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
7419 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
7420 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
7421 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
7422 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
7423 You set up for printing by using the Printer option of the Setup command
7424 on the MAIN MENU.
7428 &lt;End of help on this topic&gt;
7429 </BODY>
7430 </HTML>
7431 ======= h_common_take =======
7432 <HTML>
7433 <HEAD>
7434 <TITLE>TakeAddr Command</TITLE>
7435 </HEAD>
7436 <BODY>
7437 <H1>TakeAddr Command</H1>
7440 With the Take Address
7441 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
7442 command, you can extract email addresses from an
7443 incoming message and save them in an address book.  This is an easy way
7444 to add to your address book and avoid having to remember the email
7445 addresses of the people who write to you.
7448 If the message is just to you individually, then you will only need to
7449 provide a nickname.  If the message contains more than one email address,
7450 then you will see an address
7451 selection screen that lets you choose the address you want to save into
7452 your address book, or lets you choose several of them add to a
7453 personal distribution list.
7456 Once you've added an entry to your address book, you can use it from the
7457 message composer by typing the nickname of the entry into one of the
7458 header fields (for example, into the To: field), or you can use ^T from
7459 the header field to select the entry from your address book.
7462 If the configuration feature
7463 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
7464 is set, the behavior of the Take command is altered slightly.
7467 &lt;End of help on this topic&gt;
7468 </BODY>
7469 </HTML>
7470 ======= h_ge_import =======
7471 <HTML>
7472 <HEAD>
7473 <TITLE>Import File Selection</TITLE>
7474 </HEAD>
7475 <BODY>
7476 <H1>Import File Selection</H1>
7478 You are importing a file that you previously
7479 exported from Alpine.
7480 You are now being asked for the name of that file.
7481 The easiest way to select a file is probably with the &quot;^T&quot;
7482 &quot;To Files&quot; command.
7483 Alternatively, you may type in a file name.
7484 It may be an absolute pathname.
7485 Otherwise, it is a file located in your home directory
7486 or current working directory
7487 <!--chtml if pinemode="running"-->
7488 (which, at least for your current Alpine &quot;session,&quot; 
7489 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7490 <!--chtml endif-->, depending on the
7491 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7492 In any case, you finish by typing a carriage return to accept the
7493 file name that is displayed.
7494 When the feature
7495 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7496 is turned on you may use TAB to complete partially typed in names.
7498 You may cancel the import operation by typing &quot;^C&quot; after exiting
7499 this help.
7501 &lt;End of help on this topic&gt;
7502 </BODY>
7503 </HTML>
7504 ======= h_ge_allparts =======
7505 <HTML>
7506 <HEAD>
7507 <TITLE>Export Message File Selection</TITLE>
7508 </HEAD>
7509 <BODY>
7510 <H1>Export Message File Selection</H1>
7512 You are Exporting a message from an Alpine mail folder
7513 to a plain text file.
7514 You also have the option of exporting all of the attachments associated
7515 with the message.
7516 You are now being asked for the name of the file to export <EM>to</EM>.
7517 The easiest way to select a file is probably with the &quot;^T&quot;
7518 &quot;To Files&quot; subcommand.
7519 After returning from that subcommand you will still be allowed to
7520 edit the name you have selected.
7521 Alternatively, you may type in a file name.
7522 It may be an absolute pathname.
7523 Otherwise, it is a file located in your home directory
7524 or current working directory
7525 <!--chtml if pinemode="running"-->
7526 (which, at least for your current Alpine &quot;session,&quot; 
7527 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7528 <!--chtml endif-->, depending on the
7529 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7530 In any case, you finish by typing a carriage return to accept the
7531 file name that is displayed.
7532 When the feature
7533 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7534 is turned on you may use TAB to complete partially typed in names.
7536 The message you are exporting appears to have some attachments.
7537 If you wish to save <EM>all</EM> of the attachments at once,
7538 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
7539 saving of the attachments.
7540 You may turn it back off by typing &quot;^P&quot; again, which will now
7541 be labeled &quot;NoAllParts&quot; instead.
7542 If you want to save the parts the command displayed should be
7543 &quot;NoAllParts&quot;!
7544 When you choose to save attachments like this, the attachments will be saved
7545 in a newly created directory.
7546 That directory will have the same name as the file name you choose here,
7547 with the letters &quot;.d&quot; appended.
7548 If that directory already exists, then the letters &quot;.d_1&quot; will
7549 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
7550 is found.
7551 For example, if you select the file name
7553 <CENTER><SAMP>filename</SAMP></CENTER>
7555 to export the message to, then the directory used for the attachments will be
7557 <CENTER><SAMP>filename.d</SAMP></CENTER>
7559 or perhaps
7561 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
7563 The attachments will then be put into files inside that directory.
7564 The names for the attachment files will be derived from the attachments
7565 if possible.
7566 This is done in the same way as the default values are derived if you
7567 save them one at a time.
7568 (The &quot;filename&quot; parameter from the Content-Disposition header
7569 is the first choice. If that doesn't exist, the &quot;name&quot;
7570 parameter from the Content-Type header is used.)
7571 If a name for a particular attachment is not available, then the
7572 part number of the attachment is used, with the characters &quot;part_&quot;
7573 prepended.
7574 An example of that would be
7576 <CENTER><SAMP>part_2.1</SAMP></CENTER>
7578 If you want to save only some of the attachments or if you want more control
7579 over the directory and filename where an attachment is saved you may
7580 cancel out of this command and View the attachment list.
7581 From there you can save each attachment individually.
7583 You may cancel the Export operation by typing &quot;^C&quot; after exiting
7584 this help.
7586 &lt;End of help on this topic&gt;
7587 </BODY>
7588 </HTML>
7589 ======= h_ge_export =======
7590 <HTML>
7591 <HEAD>
7592 <TITLE>Export File Selection</TITLE>
7593 </HEAD>
7594 <BODY>
7595 <H1>Export File Selection</H1>
7597 You are Exporting or Saving something from within the Alpine world
7598 (a message, an attachment, etc.)
7599 to a plain text file.
7600 You are now being asked for the name of the file to export <EM>to</EM>.
7601 The easiest way to select a file is probably with the &quot;^T&quot;
7602 &quot;To Files&quot; subcommand.
7603 After returning from that subcommand you will still be allowed to
7604 edit the name you have selected.
7605 Alternatively, you may type in a file name.
7606 It may be an absolute pathname.
7607 Otherwise, it is a file located in your home directory
7608 or current working directory
7609 <!--chtml if pinemode="running"-->
7610 (which, at least for your current Alpine &quot;session,&quot; 
7611 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7612 <!--chtml endif-->, depending on the
7613 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7614 In any case, you finish by typing a carriage return to accept the
7615 file name that is displayed.
7616 When the feature
7617 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7618 is turned on you may use TAB to complete partially typed in names.
7620 If the object you are exporting is a message with some attachments,
7621 you may wish to save all of the attachments by typing the &quot;^P&quot;
7622 &quot;AllParts&quot; command to turn on saving of the attachments.
7623 This subcommand will only be visible if the message actually has attachments.
7624 You may also View the attachment list and save individual attachments from
7625 there.
7627 If you are SAVING a text part (text/plain, text/html, etc.) you can use
7628 the Control-R subcommand to toggle if saving will be done in binary mode,
7629 meaning that the attachment will be decoded, but will not be transformed
7630 to UTF-8 for further processing (either in internal filters, or user
7631 supplied filters.) This is useful in case you either want to preserve
7632 the text as it was encoded originally to you, or the attachment was
7633 incorrectly attached (the attachment is not of text type) and you need
7634 the original text to process the attachment.
7636 You may cancel the Export operation by typing &quot;^C&quot; after exiting
7637 this help.
7639 &lt;End of help on this topic&gt;
7640 </BODY>
7641 </HTML>
7642 ======= h_common_save =======
7643 <HTML>
7644 <HEAD>
7645 <TITLE>Save and Export Commands</TITLE>
7646 </HEAD>
7647 <BODY>
7648 <H1>Save and Export Commands</H1>
7650 Save
7651 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
7652 and Export
7653 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
7654 are the two alternatives Alpine gives you to keep a copy of the message
7655 you are reading. If you want to keep the message within Alpine's email
7656 world, use &quot;Save&quot;; if you want to use the message in another
7657 program, use &quot;Export&quot;.
7660 When you Save a message, it is put into an existing folder or into a new
7661 folder in one of your existing folder collections.  The message stays in
7662 email format and can be read by Alpine again.  Alpine may use a special format
7663 for its mail folders -- never edit an Alpine folder by hand or with any
7664 program other than Alpine.  The exact behavior of the Save command can be
7665 configured with the
7666 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
7667 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
7668 and 
7669 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
7670 feature list settings.
7671 The name of the folder offered as a default is controlled by the option
7672 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
7675 When you use Export, the message is placed in a plain text file in your
7676 home directory 
7677 <!--chtml if pinemode="running"-->
7678 (which, in the present configuration of your system, is
7679  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7680 <!--chtml endif-->
7681 or current working directory
7682 <!--chtml if pinemode="running"-->
7683 (which, at least for your current Alpine &quot;session,&quot; 
7684 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7685 <!--chtml endif-->, depending on the
7686 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7687 configuration setting.  In the normal case, only minimal
7688 headers are exported with the message; however, if the full header mode 
7689 (whose availability may be disabled  by setting the feature 
7690 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
7691 in SETUP CONFIGURATION) is
7692 toggled on, then complete headers are exported along with the message
7693 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
7694 defined, they may affect the contents of the exported file.)
7697 &lt;End of help on this topic&gt;
7698 </BODY>
7699 </HTML>
7700 ======= h_common_bounce =======
7701 <HTML>
7702 <HEAD>
7703 <TITLE>Bounce Command</TITLE>
7704 </HEAD>
7705 <BODY>
7706 <H1>Bounce Command</H1>
7708 The Bounce 
7709 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
7710 command allows you to re-send, or &quot;remail&quot;, a
7711 message, as if you were never in the loop.  It is analogous to crossing
7712 out your address on a postal letter, writing a different address on the
7713 envelope, and putting it into the mailbox. Bounce is used primarily to
7714 redirect email that was sent to you in error.
7715 Also, some owners of email
7716 lists need the bounce command to handle list traffic.
7717 Bounce is not anonymous.
7718 A ReSent-From header is added to the message so that the recipient may
7719 tell that you Bounced it to them.
7722 The presence or absence of the Bounce command is determined by the
7723 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
7724 feature in your Alpine configuration.
7725 The feature
7726 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
7727 affects the behavior of the Bounce command.
7728 Also, it is possible that Bounce could be
7729 administratively disabled by your system manager; if it doesn't work,
7730 please check with your local help desk before reporting a bug.
7733 &lt;End of help on this topic&gt;
7734 </BODY>
7735 </HTML>
7736 ======= h_common_reply =======
7737 <HTML>
7738 <HEAD>
7739 <TITLE>Reply and Forward Commands</TITLE>
7740 </HEAD>
7741 <BODY>
7743 <H1>Reply and Forward Commands</H1>
7745 Replying 
7746 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
7747 and Forwarding 
7748 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
7749 are your two alternatives for following up on the
7750 message you are reading.  You would use reply if you want to get email
7751 back to the author of the message and/or the other people who have
7752 already seen it.  You use forward if you want somebody new to see the
7753 message.
7756 In the normal case, the only thing that you must supply when forwarding a
7757 message is the name/email address of the new recipient.
7758 Alpine will include the text of the forwarded message.
7759 Alpine will also include any attachments to the message.
7760 There is space above the forwarded text for you to include additional comments.
7763 When replying, you usually have to answer some questions.
7764 If the message is to multiple people and/or specified with a Reply-To: header,
7765 then you will have to decide who should get the reply.
7766 You also need to decide whether or not to include the previous
7767 message in your reply.
7768 Some of this is configurable.
7769 Specifically, see the
7770 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
7771 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
7772 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
7774 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
7775 configuration features.
7778 Both the Reply and Forward commands react to the full header mode toggle.
7779 If the full header mode is on, then all the header and delivery lines are
7780 included with the text of the message in your reply/forward.
7783 Other configuration features that affect the Reply command are
7784 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
7785 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
7786 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
7789 &lt;End of help on this topic&gt;
7790 </BODY>
7791 </HTML>
7792 ======= h_common_delete =======
7793 <HTML>
7794 <HEAD>
7795 <TITLE>Delete and Undelete Commands</TITLE>
7796 </HEAD>
7797 <BODY>
7798 <H1>Delete and Undelete Commands</H1>
7800 Delete 
7801 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
7802 and Undelete 
7803 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
7804 allow you to change the Deleted flag for the current message.
7805 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
7806 removes the mark.
7807 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
7808 at the left hand edge of the index line.
7809 When viewing a deleted message, the letters &quot;DEL&quot; will be present
7810 in the upper right hand corner of the screen.
7811 Delete simply <EM>marks</EM> a message Deleted, it does not actually
7812 get rid of the message.
7813 The eXpunge command (available from the MESSAGE INDEX screen) actually
7814 removes all of the deleted messages in a folder.
7815 Once a message is eXpunged, it can't be retrieved.
7818 The Delete command is affected by the setting of the configuration feature
7819 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
7822 &lt;End of help on this topic&gt;
7823 </BODY>
7824 </HTML>
7825 ======= h_common_postpone =======
7826 <HTML>
7827 <HEAD>
7828 <TITLE>Postpone Command</TITLE>
7829 </HEAD>
7830 <BODY>
7831 <H1>Postpone Command</H1>
7833 The postpone
7834 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
7835 command allows you to temporarily stop working on the current
7836 message so you may read
7837 other messages or compose another message.  When you want to resume a
7838 message later, start to compose and answer &quot;yes&quot; to the
7839 &quot;Continue postponed composition?&quot; question.  You may
7840 postpone as many messages as you like.
7843 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
7844 in the Setup/Config screen, then the Postpone command will prompt you for
7845 the folder in which to store your outgoing message.
7848 &lt;End of help on this topic&gt;
7849 </BODY>
7850 </HTML>
7851 ======= h_compose_cancel =======
7852 <HTML>
7853 <HEAD>
7854 <TITLE>Cancel Command</TITLE>
7855 </HEAD>
7856 <BODY>
7857 <H1>Cancel Command</H1>
7859 Cancel
7860 <!--chtml if pinemode="function_key"-->
7861 (F2)
7862 <!--chtml else-->
7863 (^C) 
7864 <!--chtml endif-->
7866 The Cancel command returns you to Alpine's normal mail processing and
7867 causes the message currently under composition to be thrown out.
7868 The message text <EM>will be lost</EM>.
7871 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
7872 will be preserved in the file named
7873 <!--chtml if pinemode="os_windows"-->
7874 &quot;DEADLETR&quot;.
7875 <!--chtml else-->
7876 &quot;dead.letter&quot; in your home directory.
7877 <!--chtml endif-->
7878 If you unintentionally cancel a message, look there for its text.
7881 &lt;End of help on this topic&gt;
7882 </BODY>
7883 </HTML>
7884 ======= h_compose_addrcomplete =======
7885 <HTML>
7886 <HEAD>
7887 <TITLE>Address Completion</TITLE>
7888 </HEAD>
7889 <BODY>
7890 <H1>Address Completion</H1>
7892 When entering addresses in the address fields of the composer (To, Cc, etc.)
7893 the TAB key may be used to help complete the address.
7894 Type a partial nickname and tap the TAB key to complete the typing.
7895 The unambiguous part of the name will be filled in automatically.
7896 Typing TAB twice in succession will bring up a selection list of possibilities,
7897 making it easy to find and choose the correct address.
7900 The matching algorithm is rather ad hoc.
7901 The search starts with a search of your address book.
7902 It counts as a match if the nickname, address, or fullname field of an
7903 entry begins with the text typed in so far. It is also a match if
7904 a later word in the fullname (for example, the middle name or last name)
7905 begins with the entered text.
7907 Next comes an LDAP search.
7908 The search will happen for any servers that have the
7909 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
7910 feature set. You can set or unset the feature for each server independently
7911 in the Setup/Directory screen.
7913 Finally, if you are replying to or forwarding a message, that message is
7914 searched for likely candidate addresses that match the typed-in text.
7917 &lt;End of help on this topic&gt;
7918 </BODY>
7919 </HTML>
7920 ======= h_compose_richhdr =======
7921 <HTML>
7922 <HEAD>
7923 <TITLE>Rich Header Command</TITLE>
7924 </HEAD>
7925 <BODY>
7926 <H1>Rich Header Command</H1>
7928 The Rich Header command allows you to toggle between the list of 
7929 all message headers available for editing and those that are most
7930 common.
7933 Use this toggle to expose headers that are not normally visible by
7934 default.
7935 This set usually includes the
7936 &quot;Bcc:&quot;,
7937 &quot;Fcc:&quot;,
7938 &quot;Lcc:&quot;,
7939 and &quot;Newsgroups&quot;
7940 headers.
7941 If you are posting to a newsgroup the set of defaults is a little different.
7942 Obviously, in that case, the Newsgroups header is of interest so is not
7943 hidden.
7944 For news posting the hidden set includes the
7945 &quot;To:&quot;,
7946 &quot;Cc:&quot;,
7947 &quot;Bcc:&quot;,
7948 &quot;Fcc:&quot;,
7949 and &quot;Lcc:&quot;
7950 headers.
7951 You won't normally want to edit these, which is why they are hidden,
7952 but it is sometimes useful to be able to set them manually.
7955 The default sets of headers listed above can be altered.
7956 Any header that you have added to the
7957 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
7958 option, but not to the
7959 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
7960 option will appear when you use the Rich Headers command to
7961 make the Rich Headers visible.
7962 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
7963 even without toggling the Rich Headers command.)
7966 &lt;End of help on this topic&gt;
7967 </BODY>
7968 </HTML>
7969 ======= h_compose_send =======
7970 <HTML>
7971 <HEAD>
7972 <TITLE>Send Command</TITLE>
7973 </HEAD>
7974 <BODY>
7975 <H1>Send Command</H1>
7977 The Send command
7978 <!--chtml if pinemode="function_key"-->
7979 (F3)
7980 <!--chtml else-->
7981 (^X) 
7982 <!--chtml endif-->
7983 tells Alpine you are finished composing.
7984 Before actually sending it, though, Alpine will ask you to confirm 
7985 your intention, and, at the same time, redisplayed the message text
7986 with the recipients at the top of the screen to give you the opportunity
7987 to review and verify that the message is addressed to the people
7988 you intended.
7990 If the feature
7991 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
7992 then this confirmation prompt and any options it allows are skipped.
7995 This confirmation prompt may also offer, depending
7996 on your particular Setup/Config, options allowing you to set
7997 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
7998 include attachments in the &quot;Fcc&quot; (if you had previously
7999 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
8000 observe details of the
8001 <A HREF="h_config_verbose_post">message submission process</A>,
8002 choose the filter through which the
8003 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
8004 or turn of flowed text generation.
8007 &lt;End of help on this topic&gt;
8008 </BODY>
8009 </HTML>
8010 ======= h_compose_markcutpaste =======
8011 <HTML>
8012 <HEAD>
8013 <TITLE>Mark, Cut and Paste Commands</TITLE>
8014 </HEAD>
8015 <BODY>
8016 <H1>Mark, Cut and Paste Commands</H1>
8018 You can define a &quot;block&quot; of text, which can subsequently
8019  be deleted or
8020 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
8021 then moving the cursor to the end of the desired text block.  You can then
8022 &quot;cut&quot; the block out 
8023 <!--chtml if pinemode="function_key"-->
8024 &quot;F9&quot;,
8025 <!--chtml else-->
8026 &quot;Ctrl-K&quot;,
8027 <!--chtml endif-->
8028 move the cursor, and &quot;paste&quot; it
8029 <!--chtml if pinemode="function_key"-->
8030 &quot;F10&quot;,
8031 <!--chtml else-->
8032 &quot;Ctrl-U&quot;,
8033 <!--chtml endif-->
8034 in the new location.  Also, you can paste more than once, allowing you
8035 to use this feature to copy a block of text.<P>
8037 If you press 
8038 <!--chtml if pinemode="function_key"-->
8039 &quot;F9&quot;
8040 <!--chtml else-->
8041 &quot;^K&quot;
8042 <!--chtml endif-->
8043 without having marked anything, Alpine will delete
8044 a single line.  If you delete a group of lines together, Alpine keeps them
8045 in the same buffer, so 
8046 <!--chtml if pinemode="function_key"-->
8048 <!--chtml else-->
8050 <!--chtml endif-->
8051 will restore them as a block.  About
8052 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
8053 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
8054 &quot;type the character ^&quot;.
8057 &lt;End of help on this topic&gt;
8058 </BODY>
8059 </HTML>
8060 ======= h_compose_justify =======
8061 <HTML>
8062 <HEAD>
8063 <TITLE>Justify Command</TITLE>
8064 </HEAD>
8065 <BODY>
8066 <H1>Justify Command</H1>
8068 The Justify
8069 <!--chtml if pinemode="function_key"-->
8070 (F4)
8071 <!--chtml else-->
8072 (^J) 
8073 <!--chtml endif-->
8074 command reformats the text in the paragraph the cursor is in.
8075 Paragraphs are separated by one blank line or a line beginning with a space.
8076 This is useful when you have been editing a paragraph and the lines become
8077 uneven.  The text is left aligned or justified and the right is ragged.  If
8078 the text is already justified as typed with auto-wrap, no justification will
8079 be done.
8082 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
8083 block of text, the Justify command is modified.
8084 Instead of automatically justifying the current paragraph you will be
8085 asked if you want to justify the paragraph, justify the selected region,
8086 or adjust the quote level of the selected region.
8087 Adjusting the quote level only works if you are using standard
8088 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
8089 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
8092 When composing a reply containing included text, the justify command
8093 will reformat text to the right of the 
8094 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
8095 adding or removing indented lines as needed.  Paragraphs are separated
8096 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
8097 line containing the indent string and one or more blank spaces.
8098 Included text that was previously indented (or &quot;quoted&quot;) is
8099 not preserved.
8102 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
8103 in 1999 and its wide-spread adoption since then, you will usually be better off if you
8104 use the standard
8105 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
8108 &lt;End of help on this topic&gt;
8109 </BODY>
8110 </HTML>
8111 ======= h_compose_spell =======
8112 <HTML>
8113 <HEAD>
8114 <TITLE>Spell Check Command</TITLE>
8115 </HEAD>
8116 <BODY>
8117 <H1>Spell Check Command</H1>
8119 The &quot;To Spell&quot;
8120 <!--chtml if pinemode="function_key"-->
8121 (F12)
8122 <!--chtml else-->
8123 (^T) 
8124 <!--chtml endif-->
8125 command calls an external spell checking program to look over the
8126 message you are composing.  By default, Alpine uses
8128 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
8130 if it knows where to find &quot;aspell&quot;.
8131 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
8132 then the command used is
8134 <CENTER><SAMP>ispell -l</SAMP></CENTER>
8136 Otherwise, the ancient &quot;spell&quot; command is used.
8138 For PC-Alpine, you must install the aspell library code that you
8139 may get from
8140 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
8143 &lt;End of help on this topic&gt;
8144 </BODY>
8145 </HTML>
8146 ======= h_compose_alted =======
8147 <HTML>
8148 <HEAD>
8149 <TITLE>Alt Editor Command</TITLE>
8150 </HEAD>
8151 <BODY>
8152 <H1>Alt Editor Command</H1>
8154 The &quot;Alt Editor&quot; command's availability depends on the
8155 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
8158 When the variable specifies a valid editor on your system, this
8159 command will launch it with the current text of your message
8160 already filled in.
8163 &lt;End of help on this topic&gt;
8164 </BODY>
8165 </HTML>
8166 ======= h_compose_readfile =======
8167 <HTML>
8168 <HEAD>
8169 <TITLE>Read File Command</TITLE>
8170 </HEAD>
8171 <BODY>
8172 <H1>Read File Command</H1>
8174 The &quot;Read File&quot;
8175 <!--chtml if pinemode="function_key"-->
8176 (F5)
8177 <!--chtml else-->
8178 (^R) 
8179 <!--chtml endif-->
8180 command allows you to copy in text from an existing file. You will be
8181 prompted for the name of a file to be inserted into the message.  The file
8182 name is relative to your home directory 
8183 <!--chtml if pinemode="running"-->
8184 (which, in the present configuration of your system, is
8185  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
8186 <!--chtml endif-->
8187 or current working directory
8188 <!--chtml if pinemode="running"-->
8189 (which, at least for your current Alpine &quot;session,&quot; 
8190 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8191 <!--chtml endif-->, depending on the
8192 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
8193 configuration setting; or, the file name must be specified as a full path name 
8194 <!--chtml if pinemode="os_windows"-->
8195 -- for example: &quot;A:&#92;PAPER.TXT&quot;
8196 <!--chtml else-->
8197 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
8198 <!--chtml endif-->
8199 (without the quotation marks).
8202 The file will be inserted where the cursor is located.  <B>The
8203 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
8204 Unix machine but have files on a PC or Mac, the files must be transferred
8205 to the system Alpine is running on before they can be read.  Please ask your
8206 local computer support people about the correct way to transfer a file to 
8207 your Alpine system.
8210 &lt;End of help on this topic&gt;
8211 </BODY>
8212 </HTML>
8213 ======= h_config_tray_icon =======
8214 <HTML>
8215 <HEAD>
8216 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
8217 </HEAD>
8218 <BODY>
8219 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
8221 PC-Alpine only.
8223 This option restores a behavior of previous versions of PC-Alpine.
8224 These
8225 versions, when started, installed a PC-Alpine icon in the notification 
8226 tray of Window's Taskbar.  The primary use of this icon was to indicate
8227 new mail arrival by turning red (while the Taskbar icon remained green).
8228 Additionally, the icon now changes to yellow to signify that a mail folder
8229 has been closed unexpectedly.
8232 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
8233 color its Taskbar entry's icon red (as well as the icon in the Window
8234 Title).  This feature is only provided for backwards compatibility.
8237 &lt;End of help on this topic&gt;
8238 </BODY>
8239 </HTML>
8240 ======= h_common_suspend =======
8241 <HTML>
8242 <HEAD>
8243 <TITLE>Suspend Command</TITLE>
8244 </HEAD>
8245 <BODY>
8246 <H1>Suspend Command</H1>
8248 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
8249 enabled, you can, at almost any time, temporarily halt your Alpine session,
8250 <!--chtml if pinemode="os_windows"-->
8251 minimizing it into an icon.
8252 <!--chtml else-->
8253 and return to your system prompt.
8254 <!--chtml endif-->
8257 &lt;End of help on this topic&gt;
8258 </BODY>
8259 </HTML>
8260 ======= h_pipe_command =======
8261 <HTML>
8262 <HEAD>
8263 <TITLE>Pipe Command SubOptions</TITLE>
8264 </HEAD>
8265 <BODY>
8266 <H1>Pipe Command SubOptions</H1>
8268 By default, when you use the Pipe command, the processed text of the
8269 message is sent to the Unix command
8270 you specify and the output is captured by Alpine and shown to you.
8271 (This command is available in PC-Alpine, as well, but there aren't many
8272 Windows commands that work well with piping.)
8273 There are some sub-commands that may be used to alter this behavior.
8274 These are toggles that switch the behavior between two possibilities.
8275 They can be combined in any way you wish.
8277 By default, the prompt at the bottom of the screen looks like
8279 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
8283 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
8285 if you are piping more than one message.
8287 The sub-command options are:
8288 <DL>
8289    <DT>Shown Text or Raw Text</DT>
8290    <DD>This option toggles between sending the shown (processed) text
8291 of the message to the Unix command, and sending the
8292 raw (unprocessed) text of the message to the Unix command.
8293 The default is to send the shown text.
8294 The raw version of the message will contain all of the headers and any
8295 MIME encoding that the message contains.
8296 If you've selected the Raw Text then the prompt will have the additional word
8297 &quot;RAW&quot; in it, like
8299 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
8301 You can experiment with this option by piping to something simple like the
8302 Unix &quot;cat&quot; command.
8303    </DD>
8304    <DT>Captured Output or Free Output</DT>
8305    <DD>This option toggles between having Alpine capture the output of
8306 the Unix pipe command for display, and not capturing it.
8307 If the command you are piping to is a filter that will produce output
8308 you want to view, then you want to capture that output
8309 for display (the default).
8310 If the Unix command doesn't produce output or handles the display itself,
8311 then you want free output.
8312 When you've selected the Free Output option the prompt will change to
8314 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
8316    </DD>
8317    <DT>No Delimiter or With Delimiter</DT>
8318    <DD>This option controls whether or not a Unix mailbox style delimiter
8319 will come before the text of the message.
8320 This is the delimiter used in the common Unix mailbox format.
8321 It's the single line that begins with the five characters
8322 &quot;From&quot; followed by a &lt;SPACE&gt; character.
8323 You'll usually only want to include this if the Unix command requires
8324 input in the format of a traditional Unix mailbox file.
8325 When you've selected the With Delimiter option the prompt will change to
8327 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
8329    </DD>
8330    <DT>To Same Pipe or To Individual Pipes</DT>
8331    <DD>This option only shows up if you are running an aggregate
8332 pipe command.
8333 That is, the command was Apply Pipe, not just Pipe.
8334 You have the option of piping all of the selected messages through a
8335 single pipe to a single instance of the Unix command,
8336 or piping each individual message through a separate pipe to separate
8337 instances of the Unix command.
8338 The default is that all of the output will go through a single pipe
8339 to a single instance of the command.
8340 You can try this option with a command like &quot;less&quot;, with Free
8341 Output enabled.
8342 When you've selected the Individual Pipes option the prompt will change to
8344 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
8346    </DD>
8347 </DL>
8350 As mentioned earlier, the options can be combined in any way you wish.
8351 You may leave them all off, turn them all on, or turn some of them on
8352 and some of them off.
8353 If you use the pipe command a second time in the same session the default
8354 options will be what you used the last time.
8357 &lt;End of help on this topic&gt;
8358 </BODY>
8359 </HTML>
8360 ========== h_emptydir_subfolder_name =========
8361 <HTML>
8362 <HEAD>
8363 <TITLE>ENTER SUBFOLDER NAME</TITLE>
8364 </HEAD>
8365 <BODY>
8366 <H1>Enter Subfolder Name</H1>
8368 <P> 
8369 This is the name of a new subfolder in the directory you are creating.
8370 Because empty directories are hidden and therefore not useful, you must also
8371 create a subfolder in the directory you are creating in order that the
8372 directory remains visible.
8374 Alternatively, you may turn off the configuration feature
8375 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
8376 so that empty directories remain visible.
8377 If you do that, you will not be required to create the subfolder when you
8378 create a directory.
8381 &lt;End of help on this topic&gt;
8382 </BODY>
8383 </HTML>
8384 ========== h_incoming_add_folder_name =========
8385 <HTML>
8386 <HEAD>
8387 <TITLE>ENTER FOLDER NAME</TITLE>
8388 </HEAD>
8389 <BODY>
8390 <H1>Enter Folder Name</H1>
8392 <P> 
8393 This is the name of the folder on the previously specified server.
8394 By default the folder name is interpreted as defining a section of your personal
8395 folder area.  This area and how you specify it are defined by the
8396 server, if one is specified.
8399 To define a folder outside the default area, prefix
8400 the path with the namespace to use when interpreting the
8401 given path.  If a namespace is specified, the folder name begins with the
8402 sharp (#) character followed by the name of the namespace
8403 and then the namespace's path-element-delimiter.  Aside from the
8404 name's format, namespaces can also imply access rights, content
8405 policy, audience, location, and, occasionally, access methods.
8408 Each server exports its own set (possibly of size one) of 
8409 namespaces.
8410 For a more detailed explanation read about
8411 <A HREF="h_folder_name_namespaces">Namespaces</A>.
8414 To specify the default for INBOX on the server you can usually just enter
8415 &quot;INBOX&quot;, and the server will understand the special meaning of
8416 that word.
8419 &lt;End of help on this topic&gt;
8420 </BODY>
8421 </HTML>
8422 ========== h_incoming_add_folder_host =========
8423 <HTML>
8424 <HEAD>
8425 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
8426 </HEAD>
8427 <BODY>
8428 <H1>Enter Incoming Folder Server</H1>
8430 You are being asked for the name of the server for use with this incoming
8431 folder.
8432 If the folder is on the machine where Alpine is running, then just enter
8433 RETURN without typing a server name.
8436 If the folder is on an IMAP server then type the server's name followed
8437 by RETURN.
8438 You may use the ^X command if the server is the same as the server that
8439 the INBOX is on.
8442 You may have to add optional extra information to the server name.
8443 For example, if the IMAP server is using a non-standard port number you
8444 would specify that by appending a colon (:) followed by the port number
8445 to the server name
8448 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8451 or you may need to specify a different protocol if the server is not an
8452 IMAP server. For example:
8455 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8458 for a POP server or
8461 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8464 for an NNTP news server.
8465 For an explanation of all of the possibilities, see
8466 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8467 for folders.
8470 There is a special command (^W) if you want to set up a folder that gets its
8471 mail from a
8472 <A HREF="h_maildrop">Mail Drop</A>.
8473 If you type that command, you will be prompted for the information for
8474 both the Mail Drop folder and the destination folder.
8477 &lt;End of help on this topic&gt;
8478 </BODY>
8479 </HTML>
8480 ========== h_incoming_add_inbox =========
8481 <HTML>
8482 <HEAD>
8483 <TITLE>ENTER INBOX SERVER</TITLE>
8484 </HEAD>
8485 <BODY>
8486 <H1>Enter INBOX Server</H1>
8488 You are being asked for the name of the server for use with
8489 the INBOX folder.
8490 Type the server's name followed by RETURN.
8493 You may have to add optional extra information to the server name.
8494 For example, if the server is using a non-standard port number you
8495 would specify that by appending a colon (:) followed by the port number
8496 to the server name
8499 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8502 or you may need to specify a different protocol if the server is not an
8503 IMAP server. For example:
8506 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8509 for a POP server.
8512 For an explanation of all of the possibilities, see
8513 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8514 for folders.
8517 If the INBOX folder is on the machine where Alpine is running, then just enter
8518 RETURN without typing a server name.
8521 There is a special command (^W) if you want to set up a folder that gets its
8522 mail from a
8523 <A HREF="h_maildrop">Mail Drop</A>.
8524 If you type that command, you will be prompted for the information for
8525 both the Mail Drop folder and the destination folder, which will be used
8526 as your INBOX folder.
8529 &lt;End of help on this topic&gt;
8530 </BODY>
8531 </HTML>
8532 ========== h_incoming_add_maildrop_destn =========
8533 <HTML>
8534 <HEAD>
8535 <TITLE>ENTER DESTINATION SERVER</TITLE>
8536 </HEAD>
8537 <BODY>
8538 <H1>Enter Destination Server</H1>
8540 You are being asked for the name of the server where the destination
8541 folder is for use with this Mail Drop incoming folder.
8542 That is, you are using a Mail Drop for this incoming folder and
8543 you've already entered
8544 the server and folder name for the Mail Drop.
8545 Now you need to enter the server for the destination folder
8546 where the mail should be copied to.
8547 Mail will come from the Mail Drop and be copied to the destination folder.
8550 Type the server's name followed by RETURN.
8551 If the folder is local to this computer, just type RETURN without entering
8552 a server name.
8555 You may have to add optional extra information to the server name.
8556 For example, if the server is using a non-standard port number you
8557 would specify that by appending a colon (:) followed by the port number
8558 to the server name
8561 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8564 For an explanation of all of the possibilities, see
8565 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8566 for folders.
8569 &lt;End of help on this topic&gt;
8570 </BODY>
8571 </HTML>
8572 ========== h_inbox_add_maildrop_destn =========
8573 <HTML>
8574 <HEAD>
8575 <TITLE>ENTER DESTINATION SERVER</TITLE>
8576 </HEAD>
8577 <BODY>
8578 <H1>Enter Destination Server</H1>
8580 You are being asked for the name of the server where the destination
8581 folder is for use with your Mail Drop INBOX.
8582 That is, you are using a Mail Drop for your INBOX and you've already entered
8583 the server and folder name for the Mail Drop.
8584 Now you need to enter the server for the destination folder
8585 where the mail should be copied to.
8586 Mail will come from the Mail Drop and be copied to the destination folder.
8589 Type the server's name followed by RETURN.
8590 If the folder is local to this computer, just type RETURN without entering
8591 a server name.
8594 You may have to add optional extra information to the server name.
8595 For example, if the server is using a non-standard port number you
8596 would specify that by appending a colon (:) followed by the port number
8597 to the server name
8600 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8603 For an explanation of all of the possibilities, see
8604 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8605 for folders.
8608 &lt;End of help on this topic&gt;
8609 </BODY>
8610 </HTML>
8611 ========== h_inbox_add_maildrop =========
8612 <HTML>
8613 <HEAD>
8614 <TITLE>ENTER MAILDROP SERVER</TITLE>
8615 </HEAD>
8616 <BODY>
8617 <H1>Enter Mail Drop Server</H1>
8619 You are being asked for the name of the Mail Drop server for use with
8620 your INBOX.
8623 Type the server's name followed by RETURN.
8626 You may have to add optional extra information to the server name.
8627 For example, if the server is using a non-standard port number you
8628 would specify that by appending a colon (:) followed by the port number
8629 to the server name
8632 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8635 or you may need to specify a different protocol if the server is not an
8636 IMAP server. For example:
8639 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8642 for a POP server or
8645 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8648 for an NNTP news server.
8649 For an explanation of all of the possibilities, see
8650 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8651 for folders.
8654 &lt;End of help on this topic&gt;
8655 </BODY>
8656 </HTML>
8657 ========== h_incoming_add_maildrop =========
8658 <HTML>
8659 <HEAD>
8660 <TITLE>ENTER MAILDROP SERVER</TITLE>
8661 </HEAD>
8662 <BODY>
8663 <H1>Enter Mail Drop Server</H1>
8665 You are being asked for the name of the Mail Drop server for use with
8666 this incoming folder.
8669 Type the server's name followed by RETURN.
8670 You may use the ^X command if the server is the same as the server that
8671 the INBOX is on.
8674 You may have to add optional extra information to the server name.
8675 For example, if the server is using a non-standard port number you
8676 would specify that by appending a colon (:) followed by the port number
8677 to the server name
8680 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8683 or you may need to specify a different protocol if the server is not an
8684 IMAP server. For example:
8687 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8690 for a POP server or
8693 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8696 for an NNTP news server.
8697 For an explanation of all of the possibilities, see
8698 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8699 for folders.
8702 If the Mail Drop folder is on the machine where Alpine is running, then just enter
8703 RETURN without typing a server name.
8706 &lt;End of help on this topic&gt;
8707 </BODY>
8708 </HTML>
8709 ========== h_maildrop =========
8710 <HTML>
8711 <HEAD>
8712 <TITLE>WHAT IS A MAIL DROP?</TITLE>
8713 </HEAD>
8714 <BODY>
8715 <H1>What is a Mail Drop?</H1>
8717 In some situaions it may make sense to have your mail delivered to one
8718 folder (the Mail Drop) and then when you want to read mail that has been
8719 delivered to the Mail Drop folder Alpine will move it to another
8720 destination folder.
8721 Often the Mail Drop will be a remote folder and messages will be moved from
8722 there to a local destination folder.
8725 One example where this might make sense is if the Mail Drop folder is accessible
8726 only with the POP protocol.
8727 You could designate your POP inbox as the Mail Drop folder and have Alpine move
8728 mail from there to a local (on the same machine Alpine is running on)
8729 destination folder, where you'll read it.
8732 A Mail Drop may only be used as your Inbox or as an
8733 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
8736 There is no attempt to synchronize the contents of the destination folder
8737 with the contents of the Mail Drop folder.
8738 All that happens is that all of the messages in the Mail Drop folder are
8739 copied to the destination folder and then they are deleted and expunged (if possible)
8740 from the Mail Drop folder.
8741 The next time a check for new mail is made, any messages in the Mail 
8742 Drop folder are once again copied to the destination folder and deleted
8743 and expunged from the Mail Drop folder.
8744 (If the Mail Drop folder is a news group, then the messages can't be
8745 expunged from the newsgroup. Instead, only Recent messages are copied from
8746 the newsgroup to the destination folder.)
8749 Configuration of a Mail Drop is a little different from configuration of
8750 a folder that does not use a Mail Drop because you have to specify two
8751 folder names instead of one.
8752 The two folders may be any types of folders that Alpine can normally use.
8753 They don't have to be a remote folder and a local folder, that is
8754 simply the most common usage.
8755 When you use a Mail Drop folder Alpine will periodically re-open the Mail
8756 Drop to check for new mail.
8757 The new-mail checks will happen at the frequency set with the
8758 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
8759 but with a minimum time
8760 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
8761 between checks.
8762 Because of this minimum you may notice that new mail does not
8763 appear promptly when you expect it.
8764 The reason for this is to protect the server from over-zealous opening and
8765 closing of the Mail Drop folder.
8766 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
8767 the end of the folder index, then the check will happen, regardless of how
8768 long it has been since the previous check.
8770 If there is new mail, that mail will be copied to the destination folder
8771 and then will be deleted from the Mail Drop.
8772 Note that using a Mail Drop with a local destination folder does not make
8773 sense if you read mail from more than one machine, because the mail is
8774 downloaded to the destination folder (which is accessible from only one
8775 machine) and deleted from the Mail Drop.
8777 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
8780 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
8783 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
8785 The brackets are not literal.
8787 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
8789 is a single character that does not appear in the MailDropFolder name.
8790 If the name doesn't contain spaces then it can be a space character.
8791 The two folder names are full technical
8792 <A HREF="h_valid_folder_names">folder names</A>
8793 as used by Alpine.
8794 Here are a couple examples to give you an idea what is being talked about:
8797 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
8799 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
8802 A #move folder may only be used as an
8803 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
8804 an Inbox.
8805 When you are in the FOLDER LIST of Incoming Message Folders (after turning
8806 on the
8807 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8808 option)
8809 the Add command has a subcommand &quot;Use Mail Drop&quot;
8810 which may be helpful for defining the folder in your Alpine configuration.
8811 The same is true when you edit the
8812 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
8813 option in Setup/Config.
8814 Each of these configuration methods will also create the DestinationFolder
8815 if it doesn't already exist.
8816 If you are having problems, make sure the DestinationFolder exists.
8819 &lt;End of help on this topic&gt;
8820 </BODY>
8821 </HTML>
8822 ========== h_save =========
8823 <HTML>
8824 <HEAD>
8825 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
8826 </HEAD>
8827 <BODY>
8828 <H1>Choose a Folder to Save Into</H1>
8830 After Exiting from this help text,
8831 type the name of the folder you want to save into and press RETURN.
8833 Press ^T to get a list of your folders to choose from.
8834 Press ^C to cancel the Save.
8836 If you have Folder Collections defined you may use
8837 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
8838 the collection being saved to.
8840 If Tab Completion is enabled (it is enabled by default)
8841 you may type a Tab character to have Alpine complete the folder name for you.
8843 If Partial Match Lists is enabled (it is enabled by default) you may type
8844 Ctrl-X to get a list of matches to the prefix you've typed in so far.
8846 If the Ctrl-R subcommand is present that means you can decide to Delete or
8847 not Delete the message you are saving after you save it.
8848 The label on that key gives the action to switch to.
8849 If it says Delete and you type Ctrl-R the label displayed will change to
8850 No Delete and the source message will be deleted after the save. If it
8851 says No Delete and you type Ctrl-R the label displayed will change to
8852 Delete and the message will not be deleted.
8853 You can control the default for the Delete parameter with the
8854 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
8856 Similarly, if the Ctrl-W subcommand is present that means you can decide
8857 to Preserve the order of the messages being saved or not.
8858 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
8859 will be in the same order as you see them in the source folder now.
8860 The opposite action (which is usually the default) is that you don't care
8861 about the order.
8862 The Saved messages may or may not be in the same order in the destination folder.
8863 There may be a performance penalty for choosing to save the messages in order.
8864 You can control the default for the Preserve Order parameter with the
8865 configuration feature
8866 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
8869 If you haven't disabled the Save Input History and you've already done a
8870 Save earlier in this session then you may use the Up and Down arrows to retrieve
8871 a folder name used in a previous Save.
8874 &lt;End of help on this topic&gt;
8875 </BODY>
8876 </HTML>
8877 ============= h_simple_index ========================
8878 <HTML>
8879 <HEAD>
8880 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
8881 </HEAD>
8882 <BODY>
8883 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
8884 <!--chtml if pinemode="function_key"-->
8885 <PRE>
8886 Navigating the List of Messages               General Alpine Commands
8887 -------------------------------               -----------------------
8888  F5   Move to previous message                 F1   Show this help text
8889  F6   Move to next message
8890  F7   Show previous screen of messages
8891  F8   Show next screen of messages
8893 Message Selection Commands
8894 --------------------------
8895  F3   Exit the Message Select menu (canceling Send command)
8896  F4   Select the currently highlighted message
8897  F9   Mark the currently highlighted message as deleted
8898  F10  Undelete (remove deletion mark from) the highlighted message
8899 </PRE>
8900 <!--chtml else-->
8901 <PRE>
8902 Navigating the List of Messages               General Alpine Commands
8903 -------------------------------               -----------------------
8904   P  Move to previous message                  ?  Show this help text
8905   N  Move to next message
8906   -  Show previous screen of messages
8907  Spc (space bar) Show next screen of messages
8909 Message Selection Commands
8910 --------------------------
8911   E  Exit the Message Select menu (canceling Send command)
8912   S  Select the currently highlighted message
8913   D  Mark the currently highlighted message as deleted
8914   U  Undelete (remove deletion mark from) the highlighted message
8915 </PRE>
8916 <!--chtml endif-->
8918 <H2>Description of the Select Postponed Message Screen</H2>
8920 This screen allows you to select one of several previously postponed
8921 messages in order to continue composition.  Your options are very limited
8922 -- the screen is not meant to let you manipulate these messages.  However,
8923 you may now delete messages from this list.  Once you choose a message,
8924 Alpine reads it in and puts you into the regular message composer.
8927 Messages do not stay in this postponed state automatically.  If you select
8928 a message and then want to postpone it again, use the normal postpone
8929 (Ctrl-O) command in the composer.
8932 If you exit this screen without selecting a message, the Compose command
8933 that got you here is canceled.  Other than messages explicitly marked
8934 &quot;Deleted&quot;, no messages will be removed.
8937 &lt;End of help on this topic&gt;
8938 </BODY>
8939 </HTML>
8940 ============= h_collection_screen ========================
8941 <HTML>
8942 <HEAD>
8943 <TITLE>COLLECTION LIST screen</TITLE>
8944 </HEAD>
8945 <BODY>
8946 <H1>COLLECTION LIST screen</H1>
8948 The COLLECTION LIST screen is used to select one of your  
8949 collection definitions to display the folders they contain.  See
8950 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
8951 detailed explanation of collections.<P>
8953 To manage your collection definitions (Add, Change, Delete, etc.), use
8954 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
8955 MAIN MENU.
8958 &lt;End of help on this topic&gt;
8959 </BODY>
8960 </HTML>
8961 ============= h_collection_maint ========================
8962 <HTML>
8963 <HEAD>
8964 <TITLE>SETUP COLLECTION LIST screen</TITLE>
8965 </HEAD>
8966 <BODY>
8967 <H1>SETUP COLLECTION LIST screen</H1>
8969 The SETUP COLLECTION LIST screen lets you manage your collection
8970 definitions.  See 
8971 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
8972 for detailed explanation of collections.<P>
8974 Maintenance commands include:
8975 <DL>
8976 <DT>Change
8977 <!--chtml if pinemode="function_key"-->
8978 (F4)
8979 <!--chtml else-->
8981 <!--chtml endif-->
8982 </DT>
8984 <DD>Modify attributes of the selected collection definition.
8986 <DT>Add Cltn
8987 <!--chtml if pinemode="function_key"-->
8988 (F9)
8989 <!--chtml else-->
8991 <!--chtml endif-->
8992 </DT>
8994 <DD>Create a new collection definition.
8995 </DD>
8997 <DT>Del Cltn
8998 <!--chtml if pinemode="function_key"-->
8999 (F10)
9000 <!--chtml else-->
9002 <!--chtml endif-->
9003 </DT>
9005 <DD>Delete the selected collection definition.<BR>
9006 NOTE: The folders and directories referred to by the
9007 collection definition are <EM>NOT</EM> deleted.  Folders must
9008 be deleted, if that's what you wish to do, from the 
9009 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
9010 individual folders in a collection.
9011 </DD>
9013 <DT>Shuffle
9014 <!--chtml if pinemode="function_key"-->
9015 (F11)
9016 <!--chtml else-->
9018 <!--chtml endif-->
9019 </DT>
9021 <DD>Change the order of the displayed collections.  Alpine will offer
9022 to move the currently selected collection one position UP
9023 or DOWN.
9024 </DD>
9025 </DL>
9028 &lt;End of help on this topic&gt;
9029 </BODY>
9030 </HTML>
9031 ============ h_what_are_collections ==========
9032 <HTML>
9033 <HEAD>
9034 <TITLE>Folder Collections Explained</TITLE>
9035 </HEAD>
9036 <BODY>
9037 <H1>Folder Collections Explained</H1>
9040 Those of you with simple mail configurations will just see a list of all the
9041 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
9042 The special folders for INBOX, sent mail and saved messages
9043 will appear at the top of the list.  All others are in alphabetical order.
9045 If you
9046 or your system administrator have defined more than one collection or if
9047 you have a collection (for newsgroups or email folders) defined on your 
9048 system, then you will see the COLLECTION LIST screen first when choosing 
9049 FOLDER LIST from Alpine's MAIN MENU.
9051 <H2>Why have multiple folder collections?</H2>
9053 For Alpine users who only maintain email folders (and not too many) on one host, 
9054 a single folder collection is probably sufficient.<P>
9056 However, people who have more than one email account - for example, one 
9057 at their university, and one with their personal Internet Service Provider - 
9058 will have different sets of folders on different hosts, and they may want to
9059 access them all from the same installation of Alpine, rather than use different 
9060 software and/or log into other hosts to manipulate messages in different 
9061 accounts.  (If in doubt whether one of your email accounts can be accessed 
9062 with Alpine, contact the technical support people for that account.)  Even people
9063 who have only one email account on one host, but have dozens or
9064 hundreds of email folders, may want to arrange these folders together in a 
9065 meaningful way.<BR>
9066 That is where multiple collections come in.
9068 <H2>Types of Collections</H2>
9069 <DL>
9070 <DT>INCOMING FOLDERS</DT>
9071 <DD>&quot;Incoming Message Folders&quot; 
9072 is a special collection typically used to supplement your single INBOX.  
9073 All the folders here are meant to be ones that receive incoming messages, 
9074 which you intend to check more or less frequently.  
9075 You may have multiple folders like this because you or your systems 
9076 administrator have set up an external program or you may have set up
9077 Alpine to filter incoming 
9078 messages into different folders, based on certain criteria such as 
9079 sender, recipient, or subject; or because you have multiple accounts and 
9080 wish to check their INBOXes easily.  This collection is established by 
9081 setting the 
9082 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
9083 feature in the SETUP CONFIGURATION screen, which is accessed from the 
9084 MAIN MENU.
9085 </DD>
9087 <DT>NEWS</DT>
9088 <DD>You can also define a collection specifically for
9089 newsgroups.  Alpine does this for you implicitly when you 
9090 <A HREF="h_config_nntp_server">define an NNTP Server</A>
9091 in your Alpine configuration.  The news collection appears last in the 
9092 COLLECTION LIST (though you can shuffle it up in the order of presentation),
9093 and Alpine knows not to save messages there.
9094 </DD>
9096 <DT>DEFAULT COLLECTION</DT>
9097 <DD>This is the default collection for your saved and sent messages folders.
9098 </DD>
9099 </DL>
9103 <H2>Defining Collections</H2>
9105 In the absence of any folder-collection definitions, Alpine will assume a
9106 single default folder collection.
9107 <!--chtml if pinemode="os_windows"-->
9108 <!--chtml else-->
9109 If necessary, Alpine will create the directory
9110 &quot;mail&quot; in your Unix home directory 
9111 to hold your folders.
9112 <!--chtml endif-->
9114 You can use the 
9115 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
9116 the MAIN MENU, to manage your collection list.  
9118 &lt;End of help on this topic&gt;
9119 </BODY>
9120 </HTML>
9121 ===== h_select_address_screen =====
9122 <HTML>
9123 <HEAD>
9124 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
9125 </HEAD>
9126 <BODY>
9127 <H1>SELECT AN ADDRESS SCREEN</H1>
9128 <H2>COMMANDS</H2>
9129 <!--chtml if pinemode="function_key"-->
9130 <PRE>
9131 Available  Commands                        
9132 -------------------------------            
9133 F1  Show Help Text
9134 F3  Exit without selecting anything
9135 F4  Select the highlighted address
9136 F5  Move highlight to previous address
9137 F6  Move highlight to next address
9138 F7  Previous page of addresses
9139 F8  Next page of addresses
9140 F11 Print
9141 F12 WhereIs
9142 </PRE>
9143 <!--chtml else-->
9144 <PRE>
9145 Navigation                     General Alpine Commands
9146 -------------------------      -----------------------
9147  P  Prev Address                ?  Display this help text
9148  N  Next Address                E  Exit without selecting anything
9149  -  Previous page               %  Print
9150 Spc (space bar) Next page
9151  W  WhereIs
9153 Select Command
9154 ------------------------------------------------
9155  S  Select the highlighted address
9156 </PRE>
9157 <!--chtml endif-->
9159 <H2>Description of the Select Address Screen</H2>
9161 This screen gives you an easy way to select an address from all of
9162 the address book entries that match the prefix typed so far.
9164 <P><UL>
9165 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9166 </UL>
9168 &lt;End of help on this topic&gt;
9169 </BODY>
9170 </HTML>
9171 ===== h_select_rule_screen =====
9172 <HTML>
9173 <HEAD>
9174 <TITLE>SELECT A RULE SCREEN</TITLE>
9175 </HEAD>
9176 <BODY>
9177 <H1>SELECT A RULE SCREEN</H1>
9178 <H2>COMMANDS</H2>
9179 <!--chtml if pinemode="function_key"-->
9180 <PRE>
9181 Available  Commands                        
9182 -------------------------------            
9183 F1  Show Help Text
9184 F3  Exit without selecting anything
9185 F4  Select the highlighted rule
9186 F5  Move highlight to previous rule
9187 F6  Move highlight to next rule
9188 F7  Previous page of rules
9189 F8  Next page of rules
9190 F11 Print
9191 F12 WhereIs
9192 </PRE>
9193 <!--chtml else-->
9194 <PRE>
9195 Navigation                     General Alpine Commands
9196 -------------------------      -----------------------
9197  P  Prev Rule                   ?  Display this help text
9198  N  Next Rule                   E  Exit without selecting anything
9199  -  Previous page               %  Print
9200 Spc (space bar) Next page
9201  W  WhereIs
9203 Select Command
9204 ------------------------------------------------
9205  S  Select the highlighted rule
9206 </PRE>
9207 <!--chtml endif-->
9209 <H2>Description of the Select Rule Screen</H2>
9211 This screen just gives you an easy way to select a rule from all of your
9212 defined rules.
9213 The list of rules presented is the list of nicknames of all of the rules
9214 defined using Setup/Rules.
9215 For selecting messages, it is likely that the Indexcolor rules and possibly
9216 the Roles rules will be most useful.
9217 The others are there also, in case you find a use for them.
9219 In order for this to be useful for selecting messages, the nicknames of
9220 the rules have to be different.
9221 Alpine actually just gets the nickname of the rule that you select and then
9222 looks up that rule using the nickname.
9223 So if there are duplicate nicknames, the first rule that has that
9224 nickname will be used.
9226 <P><UL>
9227 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9228 </UL>
9230 &lt;End of help on this topic&gt;
9231 </BODY>
9232 </HTML>
9233 ===== h_select_priority_screen =====
9234 <HTML>
9235 <HEAD>
9236 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
9237 </HEAD>
9238 <BODY>
9239 <H1>SELECT A PRIORITY SCREEN</H1>
9240 <H2>COMMANDS</H2>
9241 <!--chtml if pinemode="function_key"-->
9242 <PRE>
9243 Available  Commands                        
9244 -------------------------------            
9245 F1  Show Help Text
9246 F3  Exit without selecting anything
9247 F4  Select the highlighted priority
9248 F5  Move highlight to previous priority
9249 F6  Move highlight to next priority
9250 F7  Previous page of priorities
9251 F8  Next page of priorities
9252 F11 Print
9253 F12 WhereIs
9254 </PRE>
9255 <!--chtml else-->
9256 <PRE>
9257 Navigation                     General Alpine Commands
9258 -------------------------      -----------------------
9259  P  Prev Priority               ?  Display this help text
9260  N  Next Priority               E  Exit without selecting anything
9261  -  Previous page               %  Print
9262 Spc (space bar) Next page
9263  W  WhereIs
9265 Select Command
9266 ------------------------------------------------
9267  S  Select the highlighted priority
9268 </PRE>
9269 <!--chtml endif-->
9271 <H2>Description of the Select Priority Screen</H2>
9273 This screen gives you a way to select a priority for the message you are sending.
9274 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
9275 Some mail programs will display an indication of the priority level to
9276 the recipient of the message, some will ignore it.
9277 Even in cases where the mail programs of both the sender and the recipient
9278 agree on the meaning of this header, keep in mind that it is
9279 something that the sender sets so it is only an indication
9280 of the priority that the sender attaches to the mail.
9281 Alpine can be made to display an indication of this priority in incoming
9282 messages by use of one of the tokens
9283 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
9284 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
9285 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
9287 <P><UL>
9288 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9289 </UL>
9291 &lt;End of help on this topic&gt;
9292 </BODY>
9293 </HTML>
9294 ===== h_select_keyword_screen =====
9295 <HTML>
9296 <HEAD>
9297 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
9298 </HEAD>
9299 <BODY>
9300 <H1>SELECT A KEYWORD SCREEN</H1>
9301 <H2>COMMANDS</H2>
9302 <!--chtml if pinemode="function_key"-->
9303 <PRE>
9304 Available  Commands                        
9305 -------------------------------            
9306 F1  Show Help Text
9307 F3  Exit without selecting anything
9308 F4  Select the highlighted keyword
9309 F5  Move highlight to previous keyword
9310 F6  Move highlight to next keyword
9311 F7  Previous page of keywords
9312 F8  Next page of keywords
9313 F11 Print
9314 F12 WhereIs
9315 </PRE>
9316 <!--chtml else-->
9317 <PRE>
9318 Navigation                     General Alpine Commands
9319 -------------------------      -----------------------
9320  P  Prev Keyword                ?  Display this help text
9321  N  Next Keyword                E  Exit without selecting anything
9322  -  Previous page               %  Print
9323 Spc (space bar) Next page
9324  W  WhereIs
9326 Select Command
9327 ------------------------------------------------
9328  S  Select the highlighted keyword
9329 </PRE>
9330 <!--chtml endif-->
9332 <H2>Description of the Select Keyword Screen</H2>
9334 This screen just gives you an easy way to select a keyword.
9335 The list of keywords presented is the list of all keywords defined in your 
9336 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9337 If you have given a keyword a nickname, that nickname is displayed
9338 instead of the actual keyword.
9340 <P><UL>
9341 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9342 </UL>
9344 &lt;End of help on this topic&gt;
9345 </BODY>
9346 </HTML>
9347 ===== h_select_charset_screen =====
9348 <HTML>
9349 <HEAD>
9350 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
9351 </HEAD>
9352 <BODY>
9353 <H1>SELECT A CHARACTER SET SCREEN</H1>
9354 <H2>COMMANDS</H2>
9355 <!--chtml if pinemode="function_key"-->
9356 <PRE>
9357 Available  Commands                        
9358 -------------------------------            
9359 F1  Show Help Text
9360 F3  Exit without selecting anything
9361 F4  Select the highlighted character set
9362 F5  Move highlight to previous character set
9363 F6  Move highlight to next character set
9364 F7  Previous page of character sets
9365 F8  Next page of character sets
9366 F11 Print
9367 F12 WhereIs
9368 </PRE>
9369 <!--chtml else-->
9370 <PRE>
9371 Navigation                     General Alpine Commands
9372 -------------------------      -----------------------
9373  P  Prev Character Set          ?  Display this help text
9374  N  Next Character Set          E  Exit without selecting anything
9375  -  Previous page               %  Print
9376 Spc (space bar) Next page
9377  W  WhereIs
9379 Select Command
9380 ------------------------------------------------
9381  S  Select the highlighted character set
9382 </PRE>
9383 <!--chtml endif-->
9385 <H2>Description of the Select A Character Set Screen</H2>
9387 This screen just gives you an easy way to select a character set from the
9388 set of character sets Alpine knows about.
9389 The list presented will vary slightly depending on what option you are
9390 selecting the character set for.
9392 <P><UL>
9393 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9394 </UL>
9396 &lt;End of help on this topic&gt;
9397 </BODY>
9398 </HTML>
9399 ===== h_select_multcharsets_screen =====
9400 <HTML>
9401 <HEAD>
9402 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
9403 </HEAD>
9404 <BODY>
9405 <H1>SELECT CHARACTER SETS SCREEN</H1>
9406 <H2>COMMANDS</H2>
9407 <!--chtml if pinemode="function_key"-->
9408 <PRE>
9409 Available  Commands
9410 -------------------------------            
9411 F1  Show Help Text
9412 F3  Exit without selecting anything
9413 F4  Select the highlighted charset (or chosen charsets in ListMode)
9414 F5  Move highlight to previous charset
9415 F6  Move highlight to next charset
9416 F7  Previous page of charsets
9417 F8  Next page of charsets
9418 F9  Toggle choices when using ListMode
9419 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
9420 F11 Print
9421 F12 WhereIs
9422 </PRE>
9423 <!--chtml else-->
9424 <PRE>
9425 Navigation                     General Alpine Commands
9426 -------------------------      -----------------------
9427  P  Prev Charset                ?  Display this help text
9428  N  Next Charset                E  Exit without selecting anything
9429  -  Previous page               %  Print
9430 Spc (space bar) Next page
9431  W  WhereIs
9433 Select Command
9434 ------------------------------------------------
9435  S  Select the highlighted charset (or chosen charsets in ListMode)
9436  L  Turn on ListMode (makes it easy to choose multiple charsets)
9437  1  Turn off ListMode
9438  X  Toggle choices when using ListMode
9439 </PRE>
9440 <!--chtml endif-->
9442 <H2>Description of the Select Character Set Screen</H2>
9444 This screen just gives you an easy way to select a character set or a list of
9445 character sets.
9446 The list of character sets presented is the list of all character sets known to
9447 Alpine.
9448 You may select other character sets by typing them in directly.
9450 <P><UL>
9451 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9452 </UL>
9454 &lt;End of help on this topic&gt;
9455 </BODY>
9456 </HTML>
9457 ===== h_select_multkeyword_screen =====
9458 <HTML>
9459 <HEAD>
9460 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
9461 </HEAD>
9462 <BODY>
9463 <H1>SELECT KEYWORDS SCREEN</H1>
9464 <H2>COMMANDS</H2>
9465 <!--chtml if pinemode="function_key"-->
9466 <PRE>
9467 Available  Commands
9468 -------------------------------            
9469 F1  Show Help Text
9470 F3  Exit without selecting anything
9471 F4  Select the highlighted keyword (or chosen keywords in ListMode)
9472 F5  Move highlight to previous keyword
9473 F6  Move highlight to next keyword
9474 F7  Previous page of keywords
9475 F8  Next page of keywords
9476 F9  Toggle choices when using ListMode
9477 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
9478 F11 Print
9479 F12 WhereIs
9480 </PRE>
9481 <!--chtml else-->
9482 <PRE>
9483 Navigation                     General Alpine Commands
9484 -------------------------      -----------------------
9485  P  Prev Keyword                ?  Display this help text
9486  N  Next Keyword                E  Exit without selecting anything
9487  -  Previous page               %  Print
9488 Spc (space bar) Next page
9489  W  WhereIs
9491 Select Command
9492 ------------------------------------------------
9493  S  Select the highlighted keyword (or chosen keywords in ListMode)
9494  L  Turn on ListMode (makes it easy to choose multiple keywords)
9495  1  Turn off ListMode
9496  X  Toggle choices when using ListMode
9497 </PRE>
9498 <!--chtml endif-->
9500 <H2>Description of the Select Keyword Screen</H2>
9502 This screen just gives you an easy way to select a keyword or a list of
9503 keywords.
9504 The list of keywords presented is the list of all keywords defined in your 
9505 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9506 If you have given a keyword a nickname, that nickname is displayed
9507 instead of the actual keyword.
9509 <P><UL>
9510 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9511 </UL>
9513 &lt;End of help on this topic&gt;
9514 </BODY>
9515 </HTML>
9516 ===== h_select_incoming_to_monitor =====
9517 <HTML>
9518 <HEAD>
9519 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
9520 </HEAD>
9521 <BODY>
9522 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
9523 <H2>COMMANDS</H2>
9524 <!--chtml if pinemode="function_key"-->
9525 <PRE>
9526 Available  Commands
9527 -------------------------------            
9528 F1  Show Help Text
9529 F3  Exit without selecting anything
9530 F4  Select the marked folders
9531 F5  Move highlight to previous folder
9532 F6  Move highlight to next folder
9533 F7  Previous page of folders
9534 F8  Next page of folders
9535 F9  Toggle choices on or off
9536 F11 Print
9537 F12 WhereIs
9538 </PRE>
9539 <!--chtml else-->
9540 <PRE>
9541 Navigation                     General Alpine Commands
9542 -------------------------      -----------------------
9543  P  Prev Folder                 ?  Display this help text
9544  N  Next Folder                ^C  exit without changing anything
9545  -  Previous page               %  Print
9546 Spc (space bar) Next page
9547  W  WhereIs
9549 Select Command
9550 ------------------------------------------------
9551  S  Select the marked folders
9552  X  Toggle choices on or off
9553 </PRE>
9554 <!--chtml endif-->
9556 <H2>Description of the Select Folders to Check Screen</H2>
9558 This screen is only useful if the feature
9559 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
9560 is set.
9561 By default, when you set that feature all of your incoming folders
9562 will be checked periodically for Unseen messages.
9563 By using this screen, you may restrict the set of monitored folders to
9564 a subset of all of the incoming folders.
9566 Mark the folders you want to monitor for Unseen messages with
9567 an &quot;X&quot;.
9568 When you've finished marking all your selections use the Select
9569 command to register your choices.
9570 To return to the default of checking all incoming folders
9571 delete all folders or unmark all folders.
9573 <P><UL>
9574 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9575 </UL>
9577 &lt;End of help on this topic&gt;
9578 </BODY>
9579 </HTML>
9580 ===== h_role_select =====
9581 <HTML>
9582 <HEAD>
9583 <TITLE>ROLES SCREEN</TITLE>
9584 </HEAD>
9585 <BODY>
9586 <H1>ROLES SCREEN</H1>
9587 <H2>ROLES COMMANDS</H2>
9588 <!--chtml if pinemode="function_key"-->
9589 <PRE>
9590 Available  Commands                        
9591 -------------------------------            
9592 F1  Show Help Text
9593 F3  Exit without a selection
9594 F4  Select a role to use in composition
9595 F5  Move to previous role
9596 F6  Move to next role
9597 F7  Previous page of roles
9598 F8  Next page of roles
9599 F11 Change Default Role
9600 F12 Whereis (search role nicknames)
9601 </PRE>
9602 <!--chtml else-->
9603 <PRE>
9604 Navigation                     General Alpine Commands
9605 -------------------------      -----------------------
9606  P  Prev Role                     ?  Display this help text
9607  N  Next Role                     E  Exit without a selection
9608  -  Previous page
9609 Spc (space bar) Next page
9610  W  WhereIs (search for word in role nicknames)
9612 Select Role Commands
9613 ------------------------------------------------
9614  [Return]  Select highlighted role
9615  D         Change Default Role
9616 </PRE>
9617 <!--chtml endif-->
9619 <H2>Description of the Roles Screen</H2>
9621 With this screen you select a role to be used in the composition of a
9622 message.
9623 Use the Previous and Next commands to highlight the role you wish to
9624 use.
9625 When you type carriage return you will be placed in the composer using the highlighted role.
9627 You don't have any non-default <A HREF="h_rules_roles">roles</A>
9628 available unless you set them up.
9629 You may do so by using the Setup/Rules command on the MAIN MENU.
9631 By using the D command, you may set a default role that will persist until
9632 you change it or until you exit Alpine.
9633 The D command toggles through three states: set the default role, unset the
9634 default role, and leave the default role as it is.
9635 <P><UL>
9636 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9637 </UL>
9639 &lt;End of help on this topic&gt;
9640 </BODY>
9641 </HTML>
9642 ===== h_role_abook_select =====
9643 <HTML>
9644 <HEAD>
9645 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
9646 </HEAD>
9647 <BODY>
9648 <H1>SELECT ADDRESS BOOK SCREEN</H1>
9649 <H2>COMMANDS</H2>
9650 <!--chtml if pinemode="function_key"-->
9651 <PRE>
9652 Available  Commands                        
9653 -------------------------------            
9654 F1  Show Help Text
9655 F3  Exit screen without selecting anything
9656 F4  Select highlighted address book
9657 F5  Move to previous address book
9658 F6  Move to next address book
9659 F7  Previous page of address books
9660 F8  Next page of address books
9661 F12 Whereis
9662 </PRE>
9663 <!--chtml else-->
9664 <PRE>
9665 Navigation                     General Alpine Commands
9666 -------------------------      -----------------------
9667  P  Previous addrbook          ?  Display this help text
9668  N  Next addrbook
9669  -  Previous page
9670 Spc (space bar) Next page
9671  W  WhereIs
9673 Select Role Commands
9674 ------------------------------------------------
9675  S  Select highlighted address book
9676  E  Exit screen without selecting anything
9677 </PRE>
9678 <!--chtml endif-->
9680 <H2>Description of the Select Address Book Screen</H2>
9682 This screen helps you select one of your address books.
9683 Use the Previous and Next commands to highlight the address book you wish to
9684 select.
9685 <P><UL>
9686 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9687 </UL>
9689 &lt;End of help on this topic&gt;
9690 </BODY>
9691 </HTML>
9692 ======== h_rule_patterns =============
9693 <HTML>
9694 <HEAD>
9695 <TITLE>PATTERNS</TITLE>
9696 </HEAD>
9697 <BODY>
9698 <H1>PATTERNS</H1>
9699 Patterns are used with Roles, Filtering, Index Coloring,
9700 Scoring, Other Rules, and Search Rules.
9701 Patterns are compared with a message to see if there is a match.
9702 For Filtering, the messages being checked are all the messages in the
9703 folder, one at a time.
9704 For Index Line Coloring, each message that is visible on the screen is
9705 checked for matches with the Index Coloring Patterns.
9706 Roles are used with the Reply, Forward, and Compose commands.
9707 For Reply, the message used to compare the Pattern with is the message
9708 being replied to;
9709 for Forward, the message used to compare the Pattern with is the message
9710 being forwarded;
9711 and for Compose, there is no message, so the parts of the Pattern that depend
9712 on a message (everything other than Current Folder Type and the
9713 Beginning of Month and Year)
9714 are not used.
9715 Only the Current Folder Type matters for Compose (plus the Beginning of
9716 Month or Year, which you wouldn't usually use for a Role).
9717 For Scoring, the message being scored is compared with all of the Score
9718 Patterns, and the Score Values from the ones that match are added together to 
9719 get the message's score.
9720 For Other Rules, there is no message. Only the Current Folder Type is checked
9721 for Other Rules.
9723 Each Pattern has several possible parts, all of which are optional.
9724 In order for there to be a match, <EM>ALL</EM> of the
9725 <EM>defined</EM> parts of the Pattern must match the message.
9726 If a part is not defined it is considered a match, but note that a filtering
9727 Pattern must have at least one defined part or it will be ignored.
9728 For example, if the To pattern is not defined it will be
9729 displayed as
9731 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
9733 That is considered a match because it is not defined.
9734 This means that the Pattern with nothing defined is a match if the
9735 Current Folder Type matches, but there is an exception that was mentioned
9736 in the previous paragraph.
9737 Because filtering is a potentially destructive action, filtering Patterns
9738 with nothing other than Current Folder Type defined are ignored.
9739 If you really want a filtering Pattern to match all messages (subject to
9740 Current Folder Type) the best way to do it is to define a Score interval
9741 that includes all possible scores.
9742 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
9743 This can be used even if you haven't defined any rules to Set Scores.
9745 There are six predefined header patterns called the To, From, Sender, Cc, News,
9746 and Subject patterns.
9747 Besides those six predefined header patterns, you may add
9748 additional header patterns with header fieldnames of your choosing.
9749 You add an extra header pattern by placing the cursor on one of the
9750 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
9751 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
9752 and the Partic pattern is a header pattern that stands for
9753 Participant (From OR To OR Cc).
9754 (Defining the Recip pattern does not have the same effect as defining both
9755 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
9756 Similar to the header patterns are the AllText pattern and the BodyText pattern.
9757 Instead of comparing this pattern's text against only the contents of
9758 a particular header field, the text for the AllText pattern is compared
9759 with text anywhere in the message's header or body, and the text for the
9760 BodyText pattern is compared with text anywhere in the message's body.
9762 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
9763 &quot;!&quot; &quot;toggle NOT&quot; command.
9764 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9765 &quot;!&quot; at the beginning of the pattern line.
9766 When the &quot;!&quot; is present, it reverses the meaning of the match.
9767 That is, if the pattern matches then it is considered to NOT be a match, and
9768 if it does not match it is considered to be a match.
9770 Don't make the mistake of putting the &quot;!&quot; in the data field for
9771 a pattern.
9772 For example, if you type the characters &quot;!urgent&quot; into the Subject
9773 pattern, the pattern will look like:
9775 <PRE>
9776  Subject pattern = !urgent
9777 </PRE>
9779 This means you want to match the 7 character sequence &quot;!urgent&quot;.
9780 In order to match messages that do not have &quot;urgent&quot; in
9781 their Subject field, first type the characters &quot;urgent&quot; followed
9782 by carriage return for the value of the Subject pattern, then negate it
9783 by typing the &quot;!&quot; command.
9784 It should look like
9786 <PRE>
9787  ! Subject pattern = urgent
9788 </PRE>
9790 The contents of each of these header patterns (or the AllText or BodyText patterns) may
9791 be a complete email address, part of an address, or a random set of
9792 characters to match against.
9793 It may also be a list of such patterns, which means you
9794 are looking for a match against the first pattern in the list <EM>OR</EM>
9795 the second pattern <EM>OR</EM> the third and so on.
9796 For example, a Subject pattern equal to
9798 <PRE>
9799  Subject pattern = urgent
9800                    emergency
9801                    alert
9802 </PRE>
9804 would match all messages with a subject that contained at least one
9805 of those words.
9806 It would also match subjects containing the words &quot;alerts&quot; or
9807 &quot;Urgently&quot;.
9809 The same example with &quot;NOT&quot; turned on would be
9811 <PRE>
9812  ! Subject pattern = urgent
9813                      emergency
9814                      alert
9815 </PRE>
9817 which would match all messages with a subject that did <EM>NOT</EM> contain any of
9818 those words.
9819 You can use the &quot;Add Value&quot; command to add new words to the list,
9820 or you can enter them as a comma-separated list.
9822 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
9823 present for a match.
9824 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
9825 pattern2 must be present,
9826 and that is exactly what using a list does.)
9828 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
9829 also part of the Pattern, although the &quot;Score Interval&quot; is not used
9830 when checking for matches for Scoring.
9831 There are five similar settings that relate to the status of the message.
9832 These settings rely on the message being New or not, Deleted or not,
9833 Answered or not, Important or not, and Recent or not.
9834 There are also some other miscellaneous settings.
9835 The first is the Age of the message in days.
9836 Another is the Size of the message, in bytes.
9837 The third is a setting that detects whether or not the Subject of a
9838 message contains raw 8-bit characters (unencoded characters with the most
9839 significant bit set).
9840 There is a setting that detects whether or not this is the first time
9841 Alpine has been run this month (doesn't depend on individual messages),
9842 and another that detects whether or not this is the first time Alpine has
9843 been run this year.
9844 Other parts of the Pattern detect whether or not the From address of a
9845 message appears in your address book, whether or not certain keywords
9846 are set for a message, and whether or not certain character sets are
9847 used in a message.
9849 <H2>Parts of a Pattern</H2>
9851 <H3>Header patterns</H3>
9853 A header pattern is simply text that is searched for in the corresponding
9854 header field.
9855 For example, if a Pattern has a From header pattern with the value
9856 &quot;@company.com&quot;, then only messages that have a From header
9857 that contains the text &quot;@company.com&quot; will be possible
9858 matches.
9859 Matches don't have to be exact.
9860 For example, if the relevant field of a message contains the text
9861 &quot;mailbox@domain&quot; somewhere
9862 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
9863 &quot;mailbox@domain&quot; are all matches.
9865 All parts of the Pattern must match so, for example,
9866 if a message matches a defined
9867 From pattern, it still must be checked against the other parts of the
9868 Pattern that have been defined.
9869 The To header pattern is a slightly special case.
9870 If the message being checked has a Resent-To header
9871 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
9872 there are used in place of the addresses in the To header.
9873 This is only true for the To header.
9874 Resent-cc and Resent-From headers are never used unless you add them
9875 with the eXtraHdrs command.
9877 The meaning of a header pattern may be negated with the
9878 &quot;!&quot; &quot;toggle NOT&quot; command.
9879 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9880 &quot;!&quot; at the beginning of the pattern line.
9881 It would look something like
9883 <PRE>
9884  ! From pattern = susan@example.com
9885 </PRE>
9887 When the &quot;!&quot; is present, it reverses the meaning of the match.
9889 If you want to check for the presence of a header field but don't care
9890 about its value, then
9891 the empty pattern that you get by entering a pair of
9892 double quotes (&quot;&quot;) should match any message that
9893 has the corresponding header field.
9895 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
9897 AllText patterns are just like header patterns except that the text is
9898 searched for anywhere in the message's headers or body, not just in the
9899 contents of a particular header field.
9902 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
9904 BodyText patterns are just like header patterns except that the text is
9905 searched for anywhere in the message's body, not just in the
9906 contents of a particular header field.
9909 If there is more than one header pattern or AllText pattern or BodyText pattern
9910 for which you want to take the
9911 same action there is a shorthand notation that may be used.
9912 Any of these patterns may be a list of patterns instead of
9913 just a single pattern.
9914 If any one of the patterns in the list matches the message
9915 then it is considered a match.
9916 For example, if &quot;company1&quot; and &quot;company2&quot; both required
9917 you to use the same role when replying to messages, you might have
9918 a To pattern that looks like
9920 <PRE>
9921  To pattern = company1.com
9922               company2.com
9923 </PRE>
9925 This means that if the mail you are replying to was addressed to
9926 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
9927 then this Pattern is a match and the same actions will be taken.
9929 The meaning of an AllText or BodyText pattern may be negated with the
9930 &quot;!&quot; &quot;toggle NOT&quot; command.
9931 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9932 &quot;!&quot; at the beginning of the pattern line.
9933 When the &quot;!&quot; is present, it reverses the meaning of the match.
9935 A technicality: Since comma is the character used to separate multiple values
9936 in any of the fields that may have multiple values (such as header patterns,
9937 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
9938 you must escape comma with a
9939 backslash (&#92;) if you want to include a literal comma in one of those fields.
9940 In other words, if you type a backslash followed by a comma it will
9941 be interpreted as a comma by Alpine, instead of as a separator between
9942 pattern values.
9943 All other backslashes (those not followed by a comma) are literal
9944 backslashes and should not be escaped.
9945 It's unlikely you'll ever need to enter a literal comma or backslash in
9946 any of the patterns.
9948 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
9950 The &quot;Current Folder Type&quot; may be set to one of four different
9951 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
9952 &quot;Specific&quot;.
9953 If the value is set to &quot;News&quot;, then the
9954 Pattern will only match if the currently open folder is a newsgroup.
9955 The value &quot;Email&quot; only matches if the current folder is not news and
9956 the value &quot;Any&quot; causes any folder to match.
9957 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
9958 then you must fill in a value for &quot;Folder&quot;, which is on the line
9959 below the &quot;Specific&quot; line.
9960 In this case you will only get a match if the currently open folder is
9961 the specific folder you list.
9962 You may give a list of folders instead of just a single
9963 folder name, in which case the Pattern will match if the open folder is
9964 any one of the folders in the list.
9965 The name of each folder in the list may be either &quot;INBOX&quot;,
9966 the technical specification
9967 of the folder (like what appears in your configuration file) or, if the
9968 folder is one of your incoming folders, it may be the nickname you've given
9969 the folder.
9970 Here are some samples of specific folder names:
9972 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
9974 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
9976 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
9978 The easiest way to fill in the &quot;Folder&quot; field is to use
9979 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
9980 highlighted, or to use the &quot;Take&quot; command with the configuration
9981 feature
9982 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
9983 turned on.
9985 When reading a newsgroup, there may be a performance penalty
9986 incurred when collecting the information necessary to check whether
9987 or not a Pattern matches a message.
9988 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
9989 If you have Patterns with a Current Folder Type of either
9990 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
9991 Index Line Coloring or Scoring, you may experience
9992 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
9994 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
9996 The &quot;Age Interval&quot; may be set to an interval of message
9997 ages that should be considered a match.
9998 Like the other parts of the Pattern, if it is unset it will be ignored.
9999 The Age Interval looks like
10001 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
10003 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
10004 than or equal to zero.
10005 The special value &quot;INF&quot; may be used for
10006 the max value. It represents infinity.
10008 Actually, this option may be defined as a list of intervals instead
10009 of just a single interval.
10010 The list is separated by commas.
10011 It can look like
10013 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
10015 When there is an Age Interval defined, it is a match if the age, in days, of
10016 the message is contained in any of the intervals.
10017 The intervals include both endpoints.
10019 Even though this option is called Age, it isn't actually
10020 the <EM>age</EM> of the message.
10021 Instead, it is how many days ago the message arrived in one of your folders.
10022 If the current time is a little past midnight, then a message that arrived
10023 just before midnight arrived yesterday, even though the message is only
10024 a few minutes old.
10025 By default, the date being used is not the date in the Date
10026 header of the message.
10027 It is the date that the message arrived in one of your folders.
10028 When you Save a message from one folder to another that arrival date
10029 is preserved.
10030 If you would like to use the date in the Date header that is possible.
10031 Turn on the option
10032 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
10033 near the bottom of the rule definition.
10034 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
10036 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
10038 The &quot;Size Interval&quot; may be set to an interval of message
10039 sizes that should be considered a match.
10040 Like the other parts of the Pattern, if it is unset it will be ignored.
10041 The Size Interval looks like
10043 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
10045 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
10046 than or equal to zero.
10047 The special value &quot;INF&quot; may be used for
10048 the max value. It represents infinity.
10050 Actually, this option may be defined as a list of intervals instead
10051 of just a single interval.
10052 The list is separated by commas.
10053 It can look like
10055 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
10057 When there is a Size Interval defined, it is a match if the size, in bytes, of
10058 the message is contained in any of the intervals.
10059 The intervals include both endpoints.
10061 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
10063 The &quot;Score Interval&quot; may be set to an interval of message
10064 scores that should be considered a match.
10065 Like the other parts of the Pattern, if it is unset it will be ignored.
10066 The Score Interval looks like
10068 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
10070 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
10071 negative integers, with min_score less than or equal to max_score.
10072 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
10073 the min and max values to represent negative and positive infinity.
10075 Actually, a list of intervals may be used if you wish.
10076 A list would look like
10078 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
10080 When there is a Score Interval defined, it is a match if the score for
10081 the message is contained in any of the intervals in the list.
10082 The intervals include the endpoints.
10083 The score for a message is calculated by looking at every Score rule defined and
10084 adding up the Score Values for the ones that match the message.
10085 When deciding whether or not a Pattern matches a message for purposes of
10086 calculating the score, the Score Interval is ignored.
10088 <H3><A NAME="pattern_message_status">Message Status</A></H3>
10090 There are five separate message status settings.
10091 By default, all five are set to the value &quot;Don't care&quot;, which
10092 will match any message.
10093 The value &quot;Yes&quot; means that the particular status must be true
10094 for a match, and the value &quot;No&quot; means that the particular
10095 status must not be true for a match.
10096 For example, one of the five Message Status settings is whether a message
10097 is marked Important or not.
10098 A &quot;Yes&quot; means that the message must be Important to be
10099 considered a match and &quot;No&quot; means that the message must not be
10100 Important to be considered a match.
10101 The same is true of the other four message status settings that depend
10102 on whether or not the message is New; whether the message has 
10103 been Answered or not; whether the message has been Deleted or not, and
10104 whether the message is Recent or not. 
10106 The nomenclature for New and Recent is a bit confusing:
10108 New means that the message is Unseen.
10109 It could have been in your mailbox for a long time but if you haven't looked
10110 at it, it is still considered New.
10111 That matches the default Alpine index display that shows an N for such a
10112 message.
10114 Recent means that the message was added to this folder since the last time
10115 you opened the folder.
10116 Alpine also shows an N by default for these types of messages.
10117 If you were to run two copies of Alpine that opened a folder one right after
10118 the other, a message would only show up as Recent in (at most) the first
10119 Alpine session.
10121 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
10123 Keywords are similar to Message Status, but they are chosen by the user.
10124 Provided the mail server allows for it, you may add a set of possible keywords
10125 to a folder and then you may set those keywords or not for each message
10126 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
10127 The syntax of this part of the Pattern is similar to the header patterns.
10128 It is a list of keywords.
10129 The Keyword part of the Pattern is a match if the message has any of
10130 the keywords in the list set.
10131 Like other parts of the Pattern, if this is unset it will be ignored.
10133 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
10135 A message may use one or more character sets.
10136 This part of the Pattern matches messages that make use of one or more of
10137 the character sets specified in the pattern.
10138 It will be considered a match if a message uses any of the character
10139 sets in the list you give here.
10142 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
10143 GB2312) you may also use some shorthand names that Alpine provides.
10144 These names are more understandable shorthand names for sets of 
10145 character set names.
10146 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
10147 Selecting one of these shorthand names is equivalent to selecting all of
10148 the character sets that make up the set.
10149 You can see all of these shorthand names and the lists of character sets
10150 they stand for by typing the &quot;T&quot; command with the Character
10151 Set pattern highlighted.
10152 The syntax of this part of the Pattern is similar to the header patterns
10153 and the Message Keywords pattern.
10154 It is a list of character sets (or shorthand names).
10155 The Character Set part of the Pattern is a match if the message uses any
10156 of the character sets in the list.
10157 Like other parts of the Pattern, if this is unset it will be ignored.
10159 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
10161 It seems that lots of unwanted email contains unencoded 8-bit characters
10162 in the Subject.
10163 Normally, characters with the 8th bit set are not allowed in the Subject
10164 header unless they are MIME-encoded.
10165 This option gives you a way to match messages that have Subjects that
10166 contain unencoded 8-bit characters.
10167 By default, the value of this option is &quot;Don't care&quot;, which
10168 will match any message.
10169 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
10170 the Subject of the message in order for there to be a match,
10171 and the value &quot;No&quot; is the opposite.
10172 Setting this option will affect performance in large folders because the
10173 subject of each message in the folder has to be checked.
10175 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
10177 This option gives you a way to take some action once per month.
10178 By default, the value of this option is &quot;Don't care&quot;, which
10179 will always match.
10180 The value &quot;Yes&quot; means that this must be the first time Alpine has
10181 been run this month in order to count as a match,
10182 and the value &quot;No&quot; is the opposite.
10184 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
10186 This option gives you a way to take some action once per year.
10187 By default, the value of this option is &quot;Don't care&quot;, which
10188 will always match.
10189 The value &quot;Yes&quot; means that this must be the first time Alpine has
10190 been run this year in order to count as a match,
10191 and the value &quot;No&quot; is the opposite.
10193 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
10195 This option gives you a way to match messages that have an address
10196 that is in one of your address books.
10197 Only the simple entries in your address books are searched.
10198 Address book distribution lists are ignored!
10199 By default, the value of this option is &quot;Don't care&quot;, which
10200 will match any message.
10201 The value &quot;Yes, in any address book&quot; means the address
10202 from the message must be in at least one of your
10203 address books in order to be a match.
10204 The value &quot;No, not in any address book&quot;
10205 means none of the addresses may
10206 be in any of your address books in order to be a match.
10207 The values &quot;Yes, in specific address books&quot; and
10208 &quot;No, not in any of specific address books&quot; are similar but instead
10209 of depending on all address books you are allowed to give a list of address
10210 books to look in.
10211 The addresses from the message that are checked for are determined by the
10212 setting you have for &quot;Types of addresses to check for in address book&quot;.
10213 If you set this to &quot;From&quot; the From address from the message will
10214 be looked up in the address book.
10215 If you set it to only &quot;To&quot; then the To addresses will be used.
10216 If any of the To addresses are in the address book then it is considered
10217 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
10218 You could set it to both From and To, in which case all of the From and To
10219 addresses are used.
10220 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
10221 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
10222 exists or the From address if there is no Reply-To address.
10223 Same for the Sender address.
10224 Setting this option may affect performance in large folders because the
10225 From and Reply-To of each message in the folder have to be checked.
10227 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
10229 This is a command that is run with its standard input set to the message
10230 being checked and its standard output discarded.
10231 The full directory path should be specified.
10232 The command will be run and then its exit status will be checked against
10233 the Exit Status Interval, which defaults to just the value zero.
10234 If the exit status of the command falls in the interval, it is considered
10235 a match, otherwise it is not a match.
10238 This option may actually be a list of commands.
10239 The first one that exists and is executable is used.
10240 That makes it possible to use the same configuration with Unix Alpine and
10241 PC-Alpine.
10244 If none of the commands in the list exists and is executable then the rule
10245 is <EM>not</EM> a match.
10246 If it is possible that the command may not exist, you should be careful
10247 to structure your rules so that nothing destructive
10248 happens when the command does not exist.
10249 For example, you might have a filter that filters away spam when there is
10250 a match but does nothing when there is not a match.
10251 That would continue to work correctly if the command didn't exist.
10252 However, if you have a filter that filters away spam when there is not
10253 a match and keeps it when there is a match, that would filter everything
10254 if the categorizer command didn't exist.
10256 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
10257 setup for the bogofilter filter.
10260 &lt;End of help on this topic&gt;
10261 </BODY>
10262 </HTML>
10263 ===== h_rules_roles =====
10264 <HTML>
10265 <HEAD>
10266 <TITLE>SETUP ROLES SCREEN</TITLE>
10267 </HEAD>
10268 <BODY>
10269 <H1>SETUP ROLES SCREEN</H1>
10270 <H2>SETUP ROLES COMMANDS</H2>
10271 <!--chtml if pinemode="function_key"-->
10272 <PRE>
10273 Available  Commands -- Group 1         Available Commands -- Group 2   
10274 -------------------------------        ------------------------------  
10275 F1  Show Help Text                      F1  Show Help Text             
10276 F2  See commands in next group          F2  See commands in next group
10277 F3  Back to MAIN Alpine menu
10278 F4  Change configuration for role
10279 F5  Move to previous role               F5  Include file in role config
10280 F6  Move to next role                   F6  Exclude file from config
10281 F7  Previous page of roles
10282 F8  Next page of roles
10283 F9  Add new role                        F9  Replicate existing role
10284 F10 Delete existing role
10285 F11 Shuffle the order of roles
10286 F12 Whereis (search role nicknames)
10287 </PRE>
10288 <!--chtml else-->
10289 <PRE>
10290 Navigation                     General Alpine Commands
10291 -------------------------      -----------------------
10292  P  Prev Role                     ?  Display this help text
10293  N  Next Role                     E  Back to MAIN Alpine menu
10294  -  Previous page
10295 Spc (space bar) Next page
10296  W  WhereIs (search for word in role nicknames)
10298 Setup Roles Commands
10299 ------------------------------------------------
10300  A  Add new role                  $  Shuffle the order of roles
10301  D  Delete existing role          C  Change configuration for highlighted role
10302  R  Replicate existing role
10303  I  Include file in role config   X  Exclude file from role config
10304 </PRE>
10305 <!--chtml endif-->
10307 <H2>Description of the Setup Roles Screen</H2>
10309 This screen lets you add, delete, modify, or change the order of the rules
10310 that determine the role you are playing when composing a message.
10312 You may play different roles depending on who you are replying to.
10313 For example, if you are replying to a message addressed to help-desk you
10314 may be acting as a Help Desk Worker.
10315 That role may require that you use a different return address and/or
10316 a different signature.
10318 Roles are optional.
10319 If you set up roles they work like this:  Each role has a set of
10320 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
10321 considered for a particular use; a &quot;Pattern&quot;,
10322 which is used to decide which of the eligible roles is used; and a set
10323 of &quot;Actions&quot;, which are taken when that role is used.
10324 When you reply to a message, the message you are replying to is compared
10325 with the Patterns of the roles marked as eligible for use when replying.
10326 The comparisons start with the first eligible role and keep going until there
10327 is a match.
10328 If a match is found, the matching role's Actions are taken.
10330 It is also possible to set a default role and to change that role during
10331 your Alpine session.
10332 When you start Alpine no default role will be set.
10333 You may set or change the current default role by using the &quot;D&quot;
10334 command in the role selection screen.
10335 You'll see that screen while composing a message and being asked to select
10336 a role.
10337 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
10338 compose a message.
10339 You may find a default role useful if you normally perform the duties of one
10340 of your roles for a while, then you switch to another role and stay in the
10341 new role for another period of time.
10342 It may be easier than using the Role Command to select the role each time you
10343 compose a message.
10345 <H2>Role Uses</H2>
10347 There are three types of use to be configured;
10348 one for Replying, one for Forwarding, and one for Composing.
10349 These indicate whether or not you want a role to be considered when you
10350 type the Reply, Forward, or Compose commands.
10351 (The Role command is an alternate form of the Compose command, and it is
10352 not affected by these settings.)
10353 Each of these Use types has three possible values.
10354 The value &quot;Never&quot;
10355 means that the role will never be considered as a candidate for use with
10356 the corresponding command.
10357 For example, if you set a role's Reply Use to Never, then when you Reply to
10358 a message, that role won't even be considered.
10359 (That isn't quite true. If the message you are replying to matches some other
10360 role that requires confirmation,
10361 then there will be a ^T command available which allows you to select a role
10362 from all of your roles, not just the reply-eligible roles.)
10365 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
10366 both mean that you do want to consider this role when using the corresponding
10367 command.
10368 For either of these settings the role's Pattern will
10369 be checked to see if it matches the message.
10370 For Reply Use, the message used to compare the Pattern with is the message
10371 being replied to.
10372 For Forward Use, the message used to compare the Pattern with is the message
10373 being forwarded.
10374 For Compose Use, there is no message, so the parts of the Pattern that depend
10375 on a message (everything other than Current Folder Type) are ignored.
10376 In all cases, the Current Folder Type is checked if defined.
10377 If there is a match then this role will either be used without confirmation
10378 or will be the default when confirmation is asked for, depending on
10379 which of the two options is selected.
10380 If confirmation is requested, you will have a chance to
10381 choose No Role instead of the offered role, or to
10382 change the role to any one of your other roles (with the ^T command).
10384 <H2>Role Patterns</H2>
10386 In order to determine whether or not a message matches a role the message is
10387 compared with the Role's Pattern.
10388 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10389 Scoring, Other Rules, and Search Rules, so are described in only one place,
10390 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10392 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
10393 a role that has all header patterns unset, the AllText pattern unset,
10394 the BodyText pattern unset,
10395 the Score Interval unset, and the Current Folder Type set to
10396 &quot;Any&quot; may be used as a default role.
10397 It should be put last in the list of roles since the matching
10398 starts at the beginning and proceeds until one of the roles is a match.
10399 If no roles at all match, then Alpine will
10400 use its regular methods of defining the role.
10401 If you wanted to, you could define a different &quot;default&quot; role
10402 for Replying, Forwarding, and Composing by setting the
10403 &quot;Use&quot; fields appropriately.
10405 <H2>Role Actions</H2>
10407 Once a role match is found, the role's Actions are taken.
10408 For each role there are several possible actions that may be defined.
10409 They are actions to set the From address, the Reply-To address,
10410 the Fcc, the Signature, the Template file, and Other Headers.
10412 <H3>Set From</H3>
10414 The From address is the address used on the From line of the message
10415 you are sending.
10417 <H3>Set Reply-To</H3>
10419 The Reply-To address is the address used on the Reply-To line of the message
10420 you are sending.
10421 You don't need a Reply-To address unless it is different from the From address.
10423 <H3>Set Other Headers</H3>
10425 If you want to set the value of the From or Reply-To headers, use
10426 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
10427 If you want to set the values of other headers, use this field.
10428 This field is similar to the
10429 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
10430 Each header you specify here must include the header tag
10431 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
10432 and may optionally include a value for that header.
10433 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
10434 for a header here will replace any value that already exists.
10435 For example, if you are Replying to a message there will be at least one
10436 address in the To header (the address you are Replying to).
10437 However, if you Reply using a role that sets the To header, that role's
10438 To header value will be used instead.
10440 <H3>Set Fcc</H3>
10442 The Fcc is used as the Fcc for the message you are sending.
10444 <H3>Set Signature or Set LiteralSig</H3>
10446 The Signature is the name of a file to be used as the signature file when
10447 this role is being used.
10448 If the name of the file has a vertical bar following it (|)
10449 then it is assumed that the file is a program that should be run to
10450 produce the signature.
10451 If the LiteralSig is set, then it is used instead of the signature file.
10452 LiteralSig is just a different way to store the signature.
10453 It is stored in the pine configuration file instead of in a separate
10454 signature file.
10455 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
10456 either in the role or as the default signature in the Setup/Config screen,
10457 then the signature file is ignored.
10459 <H3>Set Template</H3>
10461 A Template is the name of a file to be included in the message when this
10462 role is being used.
10463 If the name of the file has a vertical bar following it (|)
10464 then it is assumed that the file is a program that should be run to
10465 produce the template.
10468 Both signature files and template files may be stored remotely on an IMAP
10469 server.
10470 In order to do that you just give the file a remote name.
10471 This works just like the regular
10472 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
10473 option that is configured from the Setup/Configuration screen.
10474 A remote signature file name might look like:
10476 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
10478 Once you have named the remote signature or template file you create its
10479 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
10480 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
10481 line of the role editor.
10484 Both signature files and template files (or the output of signature programs
10485 and template file programs) may contain special tokens
10486 that are replaced with contents
10487 that depend on the message being replied to or forwarded.
10488 See the help for the individual fields inside the role editor for more
10489 information on tokens.
10491 <H3>Use SMTP Server</H3>
10493 If this field has a value, then it will be used as the SMTP server
10494 to send mail when this role is being used (unless the SMTP server variable
10495 is set in the system-wide fixed configuration file).
10496 It has the same semantics as the
10497 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
10498 variable in the Setup/Config screen.
10499 When you postpone the composition this SMTP server list will be saved
10500 with the postponed composition and it cannot be changed later.
10501 Because of that, you may want to make this a list of SMTP servers
10502 with the preferred server at the front of the list and alternate servers
10503 later in the list.
10506 If any of the actions are left unset, then the action depends on what
10507 is present in the &quot;Initialize settings using role&quot; field.
10508 If you've listed the nickname of another one of your roles there, then the
10509 corresponding action from that role will be used here.
10510 If that action is also blank, or if there is no nickname specified,
10511 then Alpine will do whatever it normally does to set these actions.
10512 This depends on other configuration options and features you've set.
10514 <H2>Command Descriptions</H2>
10516 <H3>Add</H3>
10518 The Add command is used to add a new role definition to your set of
10519 roles.
10520 The new role will be added after the highlighted role.
10522 <H3>Delete</H3>
10524 The Delete command deletes the currently highlighted role.
10526 <H3>Change</H3>
10528 The Change command lets you edit the nickname, Uses, Pattern,
10529 and Actions of the currently highlighted role.
10531 <H3>Shuffle</H3>
10533 The Shuffle command allows you to change the order of the roles.
10534 You may move the currently highlighted role up or down in the list.
10535 The order of the roles is important since the roles are tested for a
10536 match starting with the first role and continuing until a match is found.
10537 You should place the roles with more specific Patterns near the beginning
10538 of the list, and those with more general Patterns near the end so that
10539 the more specific matches will happen when appropriate.
10541 <H3>Replicate</H3>
10543 The Replicate command is used to copy an existing role and modify it.
10544 The new role will be added after the highlighted role.
10546 <H3>IncludeFile</H3>
10548 The IncludeFile command allows you to add a roles file to your configuration.
10549 Usually, your roles will be contained in your Alpine configuration file.
10550 If you wish, some or all of your roles may be stored in a separate file.
10551 If a roles file already exists (maybe it was made by somebody else using
10552 Alpine), you may insert it before the currently highlighted role.
10553 You may also insert an empty file or a file that does not yet exist.
10554 Once you have an empty roles file in your configuration, you may use
10555 the Shuffle command to move roles into it.
10556 In fact, that's the only way to get the initial role into the file.
10558 <H3>eXcludeFile</H3>
10560 The eXcludeFile command removes a roles file from your roles configuration.
10561 A limitation of the program is that in order to exclude a roles file
10562 that file must have at least one role
10563 in it, otherwise you won't be able to highlight a line in the file.
10564 So you may have to add a dummy role to the file in order to exclude the file.
10565 <P><UL>
10566 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10567 </UL>
10569 &lt;End of help on this topic&gt;
10570 </BODY>
10571 </HTML>
10572 ===== h_rules_other =====
10573 <HTML>
10574 <HEAD>
10575 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
10576 </HEAD>
10577 <BODY>
10578 <H1>SETUP OTHER RULES SCREEN</H1>
10579 <H2>SETUP OTHER RULES COMMANDS</H2>
10580 <!--chtml if pinemode="function_key"-->
10581 <PRE>
10582 Available  Commands -- Group 1         Available Commands -- Group 2   
10583 -------------------------------        ------------------------------  
10584 F1  Show Help Text                      F1  Show Help Text             
10585 F2  See commands in next group          F2  See commands in next group
10586 F3  Back to MAIN Alpine menu
10587 F4  Change configuration for rule
10588 F5  Move to previous rule               F5  Include file in rule config
10589 F6  Move to next rule                   F6  Exclude file from config
10590 F7  Previous page of rules
10591 F8  Next page of rules
10592 F9  Add new rule                        F9  Replicate existing rule
10593 F10 Delete existing rule
10594 F11 Shuffle the order of rules
10595 F12 Whereis (search rule nicknames)
10596 </PRE>
10597 <!--chtml else-->
10598 <PRE>
10599 Navigation                     General Alpine Commands
10600 -------------------------      -----------------------
10601  P  Prev rule                     ?  Display this help text
10602  N  Next rule                     E  Back to MAIN Alpine menu
10603  -  Previous page
10604 Spc (space bar) Next page
10605  W  WhereIs (search for word in rule nicknames)
10607 Setup Other Rules Commands
10608 ------------------------------------------------
10609  A  Add new rule                  $  Shuffle the order of rules
10610  D  Delete existing rule          C  Change configuration for highlighted rule
10611  R  Replicate existing rule
10612  I  Include file in rule config   X  Exclude file from rule config
10613 </PRE>
10614 <!--chtml endif-->
10616 <H2>Description of the Setup Other Rules Screen</H2>
10618 This is where you may set various actions that do not fit well into the
10619 other Rules categories.
10621 <H2>Patterns</H2>
10623 Other Rules are a little different from the rest of the Rules because
10624 they depend only on the current folder, and not on a particular message.
10625 In order to determine whether or not a rule's actions should be applied
10626 the current folder is compared with the rule's Pattern, which consists
10627 of only the Current Folder Type.
10628 Current Folder Type works the same for Other Rules as it does for Roles,
10629 Filtering, Index Coloring, and Scoring.
10630 Keep in mind that the only part of the Pattern that applies to Other
10631 Rules is the Current Folder Type when looking at the description of
10632 Patterns given
10633 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10635 <H2>The Actions</H2>
10637 <H3>Set Sort Order</H3>
10639 When you enter a new folder, these rules will be checked to see if you
10640 have set a sort order that is different from your default sort order.
10641 The default is set in the Setup/Config screen with
10642 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
10643 If the Sort Order action is set, then the folder will be displayed sorted in
10644 that sort order instead of in the default order.
10646 A possible point of confusion arises when you change the configuration
10647 of the Sort Order for the currently open folder.
10648 The folder will normally be re-sorted when you go back to viewing the
10649 index.
10650 However, if you have manually sorted the folder with the
10651 Sort
10652 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
10653 command, then it will not be re-sorted until the next time it is opened.
10655 <H3>Set Index Format</H3>
10657 When you enter a new folder, these rules will be checked to see if you
10658 have set an Index Format that is different from your default Index Format,
10659 which is set with the
10660 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
10661 If so, the index will be displayed with this format instead of the default.
10663 <H3>Set Startup Rule</H3>
10665 When you enter a new folder, these rules will be checked to see if you
10666 have set a startup rule that is different from the default startup rule.
10667 The default for incoming folders is set in the Setup/Config screen with
10668 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
10669 The default for folders other than INBOX that are not part of your
10670 incoming collection
10671 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
10672 is to start with the last message in the folder.
10673 If the Startup Rule is set to something other than &quot;default&quot;,
10674 then the rule will determine which message will be the current message when
10675 the folder is first opened.
10677 The various startup rule possibilities work the same here as they do in
10678 the incoming collection, so check
10679 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
10680 for more help.
10682 <H2>Command Descriptions</H2>
10684 <H3>Add</H3>
10686 The Add command is used to add a new rule definition to your set of
10687 rules.
10688 The new rule will be added after the highlighted rule.
10690 <H3>Delete</H3>
10692 The Delete command deletes the currently highlighted rule.
10694 <H3>Change</H3>
10696 The Change command lets you edit the nickname, Pattern,
10697 and Action of the currently highlighted rule.
10699 <H3>Shuffle</H3>
10701 The Shuffle command allows you to change the order of the rules.
10702 You may move the currently highlighted rule up or down in the list.
10703 The order of the rules is important since the rules are tested for a
10704 match starting with the first rule and continuing until a match is found.
10705 You should place the rules with more specific Patterns near the beginning
10706 of the list, and those with more general Patterns near the end so that
10707 the more specific matches will happen when appropriate.
10709 <H3>Replicate</H3>
10711 The Replicate command is used to copy an existing rule definition and modify it.
10712 The new rule will be added after the highlighted rule.
10714 <H3>IncludeFile</H3>
10716 The IncludeFile command allows you to add a rules file to your configuration.
10717 Usually, your rules will be contained in your Alpine configuration file.
10718 If you wish, some or all of your rules may be stored in a separate file.
10719 If a rules file already exists (maybe it was made by somebody else using
10720 Alpine), you may insert it before the currently highlighted rule.
10721 You may also insert an empty file or a file that does not yet exist.
10722 Once you have an empty rules file in your configuration, you may use
10723 the Shuffle command to move rules into it.
10724 In fact, that's the only way to get the initial rule into the file.
10726 <H3>eXcludeFile</H3>
10728 The eXcludeFile command removes a rules file from your rules configuration.
10729 A limitation of the program is that in order to exclude a rules file
10730 that file must have at least one rule
10731 in it, otherwise you won't be able to highlight a line in the file.
10732 So you may have to add a dummy rule to the file in order to exclude the file.
10733 <P><UL>
10734 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10735 </UL>
10737 &lt;End of help on this topic&gt;
10738 </BODY>
10739 </HTML>
10740 ===== h_rules_srch =====
10741 <HTML>
10742 <HEAD>
10743 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
10744 </HEAD>
10745 <BODY>
10746 <H1>SETUP SEARCH RULES SCREEN</H1>
10747 <H2>SETUP SEARCH RULES COMMANDS</H2>
10748 <!--chtml if pinemode="function_key"-->
10749 <PRE>
10750 Available  Commands -- Group 1         Available Commands -- Group 2   
10751 -------------------------------        ------------------------------  
10752 F1  Show Help Text                      F1  Show Help Text             
10753 F2  See commands in next group          F2  See commands in next group
10754 F3  Back to MAIN Alpine menu
10755 F4  Change configuration for rule
10756 F5  Move to previous rule               F5  Include file in rule config
10757 F6  Move to next rule                   F6  Exclude file from config
10758 F7  Previous page of rules
10759 F8  Next page of rules
10760 F9  Add new rule                        F9  Replicate existing rule
10761 F10 Delete existing rule
10762 F11 Shuffle the order of rules
10763 F12 Whereis (search rule nicknames)
10764 </PRE>
10765 <!--chtml else-->
10766 <PRE>
10767 Navigation                     General Alpine Commands
10768 -------------------------      -----------------------
10769  P  Prev rule                     ?  Display this help text
10770  N  Next rule                     E  Back to MAIN Alpine menu
10771  -  Previous page
10772 Spc (space bar) Next page
10773  W  WhereIs (search for word in rule nicknames)
10775 Setup Search Rules Commands
10776 ------------------------------------------------
10777  A  Add new rule                  $  Shuffle the order of rules
10778  D  Delete existing rule          C  Change configuration for highlighted rule
10779  R  Replicate existing rule
10780  I  Include file in rule config   X  Exclude file from rule config
10781 </PRE>
10782 <!--chtml endif-->
10784 <H2>Description of the Setup Search Rules Screen</H2>
10786 One of the commands that becomes available when that feature is turned on
10787 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
10788 screen to select a set of messages.
10789 One way of selecting messages is to use a Rule.
10790 All of the messages that match (or don't match if you wish)
10791 a Rule's Pattern will be selected.
10793 Any of your Rules may be used for this purpose.
10794 You might already have Rules set up for filtering, index line color, scores, or roles;
10795 and you may use any of those Rules with the Select command.
10796 However, you might find it more convenient to set up a separate set of Rules
10797 just for this purpose without having to worry about what other effects
10798 they may cause.
10799 That is the purpose of these Select Rules.
10802 Each rule has a &quot;Pattern&quot;
10803 that is used to decide which messages are selected when you use it with
10804 the Select command.
10806 <H2>Patterns</H2>
10808 In order to determine whether or not a message should be selected
10809 the message is compared with the rule's Pattern.
10810 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10811 Scoring, Other Rules, and Search Rules, so are described in only one place,
10812 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10814 <H2>Command Descriptions</H2>
10816 <H3>Add</H3>
10818 The Add command is used to add a new rule definition to your set of
10819 rules.
10820 The new rule will be added after the highlighted rule.
10822 <H3>Delete</H3>
10824 The Delete command deletes the currently highlighted rule.
10826 <H3>Change</H3>
10828 The Change command lets you edit the nickname and Pattern
10829 of the currently highlighted rule.
10831 <H3>Shuffle</H3>
10833 The Shuffle command allows you to change the order of the rules.
10834 This affects only the order they are presented in when you use the
10835 ^T subcommand of the Select by Rule command.
10836 You may move the currently highlighted rule up or down in the list.
10838 <H3>Replicate</H3>
10840 The Replicate command is used to copy an existing rule definition and modify it.
10841 The new rule will be added after the highlighted rule.
10843 <H3>IncludeFile</H3>
10845 The IncludeFile command allows you to add a rules file to your configuration.
10846 Usually, your rules will be contained in your Alpine configuration file.
10847 If you wish, some or all of your rules may be stored in a separate file.
10848 If a rules file already exists (maybe it was made by somebody else using
10849 Alpine), you may insert it before the currently highlighted rule.
10850 You may also insert an empty file or a file that does not yet exist.
10851 Once you have an empty rules file in your configuration, you may use
10852 the Shuffle command to move rules into it.
10853 In fact, that's the only way to get the initial rule into the file.
10855 <H3>eXcludeFile</H3>
10857 The eXcludeFile command removes a rules file from your rules configuration.
10858 A limitation of the program is that in order to exclude a rules file
10859 that file must have at least one rule
10860 in it, otherwise you won't be able to highlight a line in the file.
10861 So you may have to add a dummy rule to the file in order to exclude the file.
10862 <P><UL>
10863 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10864 </UL>
10866 &lt;End of help on this topic&gt;
10867 </BODY>
10868 </HTML>
10869 ===== h_rules_incols =====
10870 <HTML>
10871 <HEAD>
10872 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
10873 </HEAD>
10874 <BODY>
10875 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
10876 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
10877 <!--chtml if pinemode="function_key"-->
10878 <PRE>
10879 Available  Commands -- Group 1         Available Commands -- Group 2   
10880 -------------------------------        ------------------------------  
10881 F1  Show Help Text                      F1  Show Help Text             
10882 F2  See commands in next group          F2  See commands in next group
10883 F3  Back to MAIN Alpine menu
10884 F4  Change configuration for rule
10885 F5  Move to previous rule               F5  Include file in rule config
10886 F6  Move to next rule                   F6  Exclude file from config
10887 F7  Previous page of rules
10888 F8  Next page of rules
10889 F9  Add new rule                        F9  Replicate existing rule
10890 F10 Delete existing rule
10891 F11 Shuffle the order of rules
10892 F12 Whereis (search rule nicknames)
10893 </PRE>
10894 <!--chtml else-->
10895 <PRE>
10896 Navigation                     General Alpine Commands
10897 -------------------------      -----------------------
10898  P  Prev rule                     ?  Display this help text
10899  N  Next rule                     E  Back to MAIN Alpine menu
10900  -  Previous page
10901 Spc (space bar) Next page
10902  W  WhereIs (search for word in rule nicknames)
10904 Setup Index Color Commands
10905 ------------------------------------------------
10906  A  Add new rule                  $  Shuffle the order of rules
10907  D  Delete existing rule          C  Change configuration for highlighted rule
10908  R  Replicate existing rule
10909  I  Include file in rule config   X  Exclude file from rule config
10910 </PRE>
10911 <!--chtml endif-->
10913 <H2>Description of the Setup Index Line Colors Screen</H2>
10915 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
10916 This action is only available if your terminal is capable of displaying
10917 color and color display has been enabled with the
10918 <A HREF="h_config_color_style">Color Style</A> option within the
10919 Setup Color screen.
10920 (In PC-Alpine, color is always enabled so there is no option to turn on.)
10921 This screen lets you add, delete, modify, or change the order of the rules
10922 that cause the lines in the MESSAGE INDEX to be displayed in different
10923 colors.
10925 Each rule has a &quot;Pattern&quot;,
10926 which is used to decide which of the rules is used; and the color that
10927 is used if the Pattern matches a particular message.
10929 <H2>Index Color Patterns</H2>
10931 In order to determine whether or not a message matches an Index Color Rule
10932 the message is compared with the rule's Pattern.
10933 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10934 Scoring, Other Rules, and Search Rules, so are described in only one place,
10935 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10938 If none of the Index Color rules is a match for a particular index line,
10939 then the color used is set using
10940 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10942 <H2>Index Line Color</H2>
10944 This is the color that index lines are colored when there is a matching
10945 Pattern.
10946 This colors the whole index line, except possibly the status letters,
10947 which may be colored separately using
10948 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10950 <H2>Command Descriptions</H2>
10952 <H3>Add</H3>
10954 The Add command is used to add a new rule definition to your set of
10955 rules.
10956 The new rule will be added after the highlighted rule.
10958 <H3>Delete</H3>
10960 The Delete command deletes the currently highlighted rule.
10962 <H3>Change</H3>
10964 The Change command lets you edit the nickname, Pattern,
10965 and Index Line Color of the currently highlighted rule.
10967 <H3>Shuffle</H3>
10969 The Shuffle command allows you to change the order of the rules.
10970 You may move the currently highlighted rule up or down in the list.
10971 The order of the rules is important since the rules are tested for a
10972 match starting with the first rule and continuing until a match is found.
10973 You should place the rules with more specific Patterns near the beginning
10974 of the list, and those with more general Patterns near the end so that
10975 the more specific matches will happen when appropriate.
10977 <H3>Replicate</H3>
10979 The Replicate command is used to copy an existing rule definition and modify it.
10980 The new rule will be added after the highlighted rule.
10982 <H3>IncludeFile</H3>
10984 The IncludeFile command allows you to add a rules file to your configuration.
10985 Usually, your rules will be contained in your Alpine configuration file.
10986 If you wish, some or all of your rules may be stored in a separate file.
10987 If a rules file already exists (maybe it was made by somebody else using
10988 Alpine), you may insert it before the currently highlighted rule.
10989 You may also insert an empty file or a file that does not yet exist.
10990 Once you have an empty rules file in your configuration, you may use
10991 the Shuffle command to move rules into it.
10992 In fact, that's the only way to get the initial rule into the file.
10994 <H3>eXcludeFile</H3>
10996 The eXcludeFile command removes a rules file from your rules configuration.
10997 A limitation of the program is that in order to exclude a rules file
10998 that file must have at least one rule
10999 in it, otherwise you won't be able to highlight a line in the file.
11000 So you may have to add a dummy rule to the file in order to exclude the file.
11001 <P><UL>
11002 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11003 </UL>
11005 &lt;End of help on this topic&gt;
11006 </BODY>
11007 </HTML>
11008 ===== h_rules_filter =====
11009 <HTML>
11010 <HEAD>
11011 <TITLE>SETUP FILTERING SCREEN</TITLE>
11012 </HEAD>
11013 <BODY>
11014 <H1>SETUP FILTERING SCREEN</H1>
11015 <H2>SETUP FILTERING COMMANDS</H2>
11016 <!--chtml if pinemode="function_key"-->
11017 <PRE>
11018 Available  Commands -- Group 1         Available Commands -- Group 2   
11019 -------------------------------        ------------------------------  
11020 F1  Show Help Text                      F1  Show Help Text             
11021 F2  See commands in next group          F2  See commands in next group
11022 F3  Back to MAIN Alpine menu
11023 F4  Change configuration for filter
11024 F5  Move to previous filter             F5  Include file in filter config
11025 F6  Move to next filter                 F6  Exclude file from config
11026 F7  Previous page of filters
11027 F8  Next page of filters
11028 F9  Add new filter                      F9  Replicate existing filter
11029 F10 Delete existing filter
11030 F11 Shuffle the order of filters
11031 F12 Whereis (search filter nicknames)
11032 </PRE>
11033 <!--chtml else-->
11034 <PRE>
11035 Navigation                     General Alpine Commands
11036 -------------------------      -----------------------
11037  P  Prev Filter                   ?  Display this help text
11038  N  Next Filter                   E  Back to MAIN Alpine menu
11039  -  Previous page
11040 Spc (space bar) Next page
11041  W  WhereIs (search for word in filter nicknames)
11043 Setup Filters Commands
11044 ------------------------------------------------
11045  A  Add new filter                $  Shuffle the order of filters
11046  D  Delete existing filter        C  Change configuration for highlighted filter
11047  R  Replicate existing filter
11048  I  Include file in filter config X  Exclude file from filter config
11049 </PRE>
11050 <!--chtml endif-->
11052 <H2>Description of the Setup Filtering Screen</H2>
11054 This screen lets you add, delete, modify, or change the order of the rules
11055 that determine the filtering Alpine does on folders you view.
11057 The software that actually delivers mail (the stuff that happens
11058 before Alpine is involved) for you is in a better position to do mail filtering
11059 than Alpine itself.
11060 If possible, you may want to look into using that sort of mail filtering to
11061 deliver mail to different folders, delete it, or forward it.
11062 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
11064 Filtering is a way to automatically move certain messages from one folder
11065 to another or to delete messages.
11066 It can also be used to set message status (Important, Deleted, New,
11067 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
11068 Alpine doesn't have the ability to forward mail to another address or
11069 to deliver vacation messages.
11071 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
11072 When a folder is opened, when new mail arrives in an open folder, or
11073 when mail is Expunged from a folder; each
11074 message is compared with the Patterns of your filtering rules.
11075 The comparisons start with the first rule and keep going until there
11076 is a match.
11077 If a match is found, the message may be deleted or moved, depending on
11078 the setting of the Filter Action.
11079 If the message is not deleted, it may have its status altered.
11082 <EM>NOTE:</EM>
11083 When setting up a Pattern used to delete messages,
11084 it is recommended that you test the Pattern first with a &quot;Move&quot;
11085 folder specified in
11086 case unintended matches occur.  Messages that are deleted will be removed 
11087 from the folder and <EM>unrecoverable</EM> from within Alpine after the
11088 next Expunge command or once the folder being filtered has been closed.
11090 <H2>Filter Patterns</H2>
11092 In order to determine whether or not a message matches a filter the message is
11093 compared with the Filter's Pattern.
11094 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11095 Scoring, Other Rules, and Search Rules, so are described in only one place,
11096 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11098 Since filtering is a potentially destructive action, if you have a filtering
11099 Pattern with nothing other than Current Folder Type set, that filtering
11100 rule is ignored.
11102 <H2>Filter Actions</H2>
11104 Once a filter match is found for a particular message, there are some actions
11105 that may be taken.
11106 First, the message may have its status changed.
11107 This is the same message status that you can manipulate manually using the
11108 <a href="h_common_flag">Flag Command</a>.
11109 There are always four elements of message status that you can control.
11110 You can set or clear the Important status, the New status, the Deleted
11111 status, and the Answered status.
11112 Of course, if the filter is going to delete the message,
11113 then there is no point in setting message status.
11114 You may also be able to set user-defined keywords for a message.
11115 Read a little about keywords in the help text for the
11116 <A HREF="h_common_flag">Flag</A> command.
11118 Second, the filter may delete or move the message.
11119 Deleting the message marks it Deleted and removes it from view.
11120 It is effectively gone forever (though it technically is still there until
11121 the next expunge command, which may happen implicitly).
11122 Moving the message moves it from the open folder into the folder
11123 listed on the &quot;Folder List&quot; line of the filter configuration.
11124 If you list more than one folder name (separated by commas) then the message
11125 will be copied to each of those folders.
11126 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
11127 message is removed from the current folder.
11128 If you just want to set the messages status without deleting it from
11129 the folder, then set the filter action to
11130 &quot;Just Set Message Status&quot;.
11132 (There is no way to do a Copy instead of a Move, due to the difficulties
11133 involved in keeping track of whether or not a message has
11134 already been copied.)
11136 <H2>Command Descriptions</H2>
11138 <H3>Add</H3>
11140 The Add command is used to add a new filter definition to your set of
11141 filters.
11142 The new filter will be added after the highlighted filter.
11144 <H3>Delete</H3>
11146 The Delete command deletes the currently highlighted filter.
11148 <H3>Change</H3>
11150 The Change command lets you edit the nickname, Pattern,
11151 and Folder of the currently highlighted filter.
11153 <H3>Shuffle</H3>
11155 The Shuffle command allows you to change the order of the filters.
11156 You may move the currently highlighted filter up or down in the list.
11157 The order of the filters is important since the filters are tested for a
11158 match starting with the first filter and continuing until a match is found.
11159 You should place the filters with more specific Patterns near the beginning
11160 of the list, and those with more general Patterns near the end so that
11161 the more specific matches will happen when appropriate.
11163 <H3>Replicate</H3>
11165 The Replicate command is used to copy an existing filter and modify it.
11166 The new filter will be added after the highlighted filter.
11168 <H3>IncludeFile</H3>
11170 The IncludeFile command allows you to add a filters file to your configuration.
11171 Usually, your filters will be contained in your Alpine configuration file.
11172 If you wish, some or all of your filters may be stored in a separate file.
11173 If a filters file already exists (maybe it was made by somebody else using
11174 Alpine), you may insert it before the currently highlighted filter.
11175 You may also insert an empty file or a file that does not yet exist.
11176 Once you have an empty filters file in your configuration, you may use
11177 the Shuffle command to move filters into it.
11178 In fact, that's the only way to get the initial filter into the file.
11180 <H3>eXcludeFile</H3>
11182 The eXcludeFile command removes a filters file from your filters configuration.
11183 A limitation of the program is that in order to exclude a filters file
11184 that file must have at least one filter
11185 in it, otherwise you won't be able to highlight a line in the file.
11186 So you may have to add a dummy filter to the file in order to exclude the file.
11187 <P><UL>
11188 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11189 </UL>
11191 <H3>Performance Considerations</H3>
11192 The number and type of patterns being tested can 
11193 adversely effect performance.  Issues to be aware
11194 of include:
11196 <UL>
11197   <LI> The more filters you have defined the longer it will take to run down
11198 the list.  Deleting unused filters is a good idea.
11199   <LI> Filtering in newsgroups served by an NNTP server will be slow
11200 if your patterns include tests other than &quot;From:&quot;
11201 or &quot;Subject:&quot;.
11202 </UL>
11204 &lt;End of help on this topic&gt;
11205 </BODY>
11206 </HTML>
11207 ===== h_rules_score =====
11208 <HTML>
11209 <HEAD>
11210 <TITLE>SETUP SCORING SCREEN</TITLE>
11211 </HEAD>
11212 <BODY>
11213 <H1>SETUP SCORING SCREEN</H1>
11214 <H2>SETUP SCORING COMMANDS</H2>
11215 <!--chtml if pinemode="function_key"-->
11216 <PRE>
11217 Available  Commands -- Group 1         Available Commands -- Group 2   
11218 -------------------------------        ------------------------------  
11219 F1  Show Help Text                      F1  Show Help Text             
11220 F2  See commands in next group          F2  See commands in next group
11221 F3  Back to MAIN Alpine menu
11222 F4  Change configuration for rule
11223 F5  Move to previous rule               F5  Include file in rule config
11224 F6  Move to next rule                   F6  Exclude file from config
11225 F7  Previous page of rules
11226 F8  Next page of rules
11227 F9  Add new rule                        F9  Replicate existing rule
11228 F10 Delete existing rule
11229 F11 Shuffle the order of rules
11230 F12 Whereis (search rule nicknames)
11231 </PRE>
11232 <!--chtml else-->
11233 <PRE>
11234 Navigation                     General Alpine Commands
11235 -------------------------      -----------------------
11236  P  Prev rule                     ?  Display this help text
11237  N  Next rule                     E  Back to MAIN Alpine menu
11238  -  Previous page
11239 Spc (space bar) Next page
11240  W  WhereIs (search for word in rule nicknames)
11242 Setup Scoring Commands
11243 ------------------------------------------------
11244  A  Add new rule                  $  Shuffle the order of rules
11245  D  Delete existing rule          C  Change configuration for highlighted rule
11246  R  Replicate existing rule
11247  I  Include file in rule config   X  Exclude file from rule config
11248 </PRE>
11249 <!--chtml endif-->
11251 <H2>Description of the Setup Scoring Screen</H2>
11253 Most people will not use scores at all, but if you do use them, here's how
11254 they work in Alpine.
11255 Using this screen, you may define Scoring rules.
11256 The score for a message is calculated by looking at every Score rule defined
11257 and adding up the Score Values for the ones that match the message.
11258 If there are no matches for a message, it has a score of zero.
11259 Message scores may be used a couple of ways in Alpine.
11261 <H3>Sorting by Score</H3>
11263 One of the methods you may use to sort message indexes is to sort by
11264 score.
11265 The scores of all the messages in a folder will be calculated and then
11266 the index will be ordered by placing the messages in order of ascending or
11267 descending score.
11269 <H3>Scores for use in Patterns</H3>
11271 The Patterns used for Roles, Index Line Coloring, and Filtering have a
11272 category labeled &quot;Score Interval&quot;.
11273 When a message is being compared with a Pattern to check for a match, if
11274 the Score Interval is set only messages that have a score somewhere in
11275 the interval are a match.
11277 <H2>Scoring Rule Patterns</H2>
11279 In order to determine whether or not a message matches a scoring rule
11280 the message is compared with the rule's Pattern.
11281 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11282 Scoring, Other Rules, and Search Rules, so are described in only one place,
11283 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11286 Actually, Scoring rule Patterns are slightly different from the other types of
11287 Patterns because Scoring rule Patterns don't contain a Score Interval.
11288 In other words, when calculating the score for a message, which is done
11289 by looking at the Scoring rule Patterns, scores aren't used.
11291 <H2>Score Value</H2>
11293 This is the value that will be added to the score for a message if the
11294 rule's Pattern is a match.
11295 Each individual Score Value is an integer between -100 and 100, and the
11296 values from matching rules are added together to get a message's score.
11297 There is also a way to extract the value from a particular header of each
11298 message. See the help text for Score Value for further information.
11300 <H2>Command Descriptions</H2>
11302 <H3>Add</H3>
11304 The Add command is used to add a new scoring rule definition.
11305 The new rule will be added after the highlighted rule.
11307 <H3>Delete</H3>
11309 The Delete command deletes the currently highlighted scoring rule.
11311 <H3>Change</H3>
11313 The Change command lets you edit the nickname, Pattern,
11314 and Score Value of the currently highlighted scoring rule.
11316 <H3>Shuffle</H3>
11318 The Shuffle command allows you to change the order of the scoring rules.
11319 You may move the currently highlighted rule up or down in the list.
11320 The order of the rules is important since the rules are tested for a
11321 match starting with the first rule and continuing until a match is found.
11322 You should place the rules with more specific Patterns near the beginning
11323 of the list, and those with more general Patterns near the end so that
11324 the more specific matches will happen when appropriate.
11326 <H3>Replicate</H3>
11328 The Replicate command is used to copy an existing rule and modify it.
11329 The new rule will be added after the highlighted rule.
11331 <H3>IncludeFile</H3>
11333 The IncludeFile command allows you to add a rules file to your configuration.
11334 Usually, your rules will be contained in your Alpine configuration file.
11335 If you wish, some or all of your rules may be stored in a separate file.
11336 If a rules file already exists (maybe it was made by somebody else using
11337 Alpine), you may insert it before the currently highlighted rule.
11338 You may also insert an empty file or a file that does not yet exist.
11339 Once you have an empty rules file in your configuration, you may use
11340 the Shuffle command to move rules into it.
11341 In fact, that's the only way to get the initial rule into the file.
11343 <H3>eXcludeFile</H3>
11345 The eXcludeFile command removes a rules file from your rules configuration.
11346 A limitation of the program is that in order to exclude a rules file
11347 that file must have at least one rule
11348 in it, otherwise you won't be able to highlight a line in the file.
11349 So you may have to add a dummy rule to the file in order to exclude the file.
11350 <P><UL>
11351 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11352 </UL>
11354 &lt;End of help on this topic&gt;
11355 </BODY>
11356 </HTML>
11357 ===== h_direct_config =====
11358 <HTML>
11359 <HEAD>
11360 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
11361 </HEAD>
11362 <BODY>
11363 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
11364 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
11365 <!--chtml if pinemode="function_key"-->
11366 <PRE>
11367 Available  Commands                        
11368 -------------------------------            
11369 F1  Show Help Text                         
11370 F3  Back to MAIN Alpine menu                 
11371 F4  Change configuration for directory server  
11372 F5  Move to previous directory server          
11373 F6  Move to next directory server              
11374 F7  Previous page of directory servers         
11375 F8  Next page of directory servers
11376 F9  Add new directory server
11377 F10 Delete existing directory server
11378 F11 Shuffle the order of directory servers
11379 F12 Whereis (search directory server titles)   
11380 </PRE>
11381 <!--chtml else-->
11382 <PRE>
11383 Navigation                     General Alpine Commands
11384 -------------------------      -----------------------
11385  P  Prev Directory Server         ?  Display this help text
11386  N  Next Directory Server         E  Back to MAIN Alpine menu
11387  -  Previous page
11388 Spc (space bar) Next page
11389  W  WhereIs (search for word in directory server titles)
11391 Setup LDAP Directory Server Commands
11392 ------------------------------------------------
11393  A  Add new directory server      $  Shuffle the order of directory servers
11394  D  Delete existing dir server    C  Change configuration for highlighted server
11395 </PRE>
11396 <!--chtml endif-->
11398 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
11400 This screen lets you add, delete, modify, or change the order of your
11401 directory servers. You may also set some optional behavior for each server.
11402 The &quot;Add Dir&quot; command brings up a blank form to 
11403 fill in. You will have to supply at least the name of the LDAP server.
11404 You will often have to supply a search base to be used with that server,
11405 as well. Once the form has been brought up on your screen, there is help
11406 available for each of the options you may set.
11408 The &quot;Del Dir&quot; command allows you to remove a directory server
11409 from your configuration.
11411 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
11412 The difference is that instead of bringing up a form for a new server
11413 configuration, you are changing the configuration of an existing entry.
11414 For example, you might want to correct a typing error, change a
11415 nickname, or change one of the options set for that server.
11417 The &quot;Shuffle&quot; command is used to change the order of directory
11418 servers.
11419 <P><UL>
11420 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11421 </UL>
11423 &lt;End of help on this topic&gt;
11424 </BODY>
11425 </HTML>
11426 ============= h_address_display ========================
11427 <HTML>
11428 <HEAD>
11429 <TITLE>SEARCH RESULTS INDEX</TITLE>
11430 </HEAD>
11431 <BODY>
11432 <H1>SEARCH RESULTS INDEX</H1>
11433 This screen shows the results, if any, of your Directory Server search.  
11434 Commands (besides those for screen navigation) are:
11435 <DL>
11436 <DT>View
11437 <!--chtml if pinemode="function_key"-->
11438 (F4)
11439 <!--chtml else-->
11441 <!--chtml endif-->
11442 </DT>
11443 <DD>See the full information for the selected entry.
11445 <DT>Compose
11446 <!--chtml if pinemode="function_key"-->
11447 (F9)
11448 <!--chtml else-->
11450 <!--chtml endif--></DT>
11451 <DD>Compose a message with the selected entry as the recipient.
11453 <DT>Role
11454 <!--chtml if pinemode="function_key"-->
11455 (F2)
11456 <!--chtml else-->
11458 <!--chtml endif--></DT>
11459 <DD>Compose a message with the selected entry as the recipient. This differs
11460 from Compose in that you may select a role before beginning your composition.
11462 <DT>Forward
11463 <!--chtml if pinemode="function_key"-->
11464 (F10)
11465 <!--chtml else-->
11467 <!--chtml endif--></DT>
11468 <DD>Send the full information for the selected entry as an 
11469 email message to someone else.
11471 <DT>Save
11472 <!--chtml if pinemode="function_key"-->
11473 (F11)
11474 <!--chtml else-->
11476 <!--chtml endif-->
11477 </DT>
11478 <DD>Save to your address book:
11479 <UL>
11480 <LI>the result of the search (as just found through your query) for the 
11481 selected entry; or 
11482 <LI>the selected entry for repeated Directory Server searching when used 
11483 in the future.
11484 </UL>
11485 or<BR>
11486 Export to a file (external to Alpine):
11487 <UL>
11488 <LI>the full information for the selected entry; or
11489 <LI>the email address from the selected entry; or
11490 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
11491 </UL>
11492 <DT>WhereIs
11493 <!--chtml if pinemode="function_key"-->
11494 (F12)
11495 <!--chtml else-->
11497 <!--chtml endif-->
11498 </DT>
11499 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11500 displayed text, not the full records for each entry.)  
11501 </DL>
11502 &lt;End of help on this topic&gt;
11503 </BODY>
11504 </HTML>
11505 ============= h_address_select ========================
11506 <HTML>
11507 <HEAD>
11508 <TITLE>SEARCH RESULTS INDEX</TITLE>
11509 </HEAD>
11510 <BODY>
11511 <H1>SEARCH RESULTS INDEX</H1>
11512 This screen shows the results, if any, of your Directory Server search.  
11513 Commands (besides those for screen navigation) are:
11514 <DL>
11515 <DT>Select
11516 </DT>
11517 <DD>Select this entry for use.
11519 <DT>ExitSelect
11520 <DD>Exit without selecting any of the entries.
11522 <DT>WhereIs
11523 </DT>
11524 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11525 displayed text, not the full records for each entry.)  
11526 </DL>
11527 &lt;End of help on this topic&gt;
11528 </BODY>
11529 </HTML>
11530 ===== h_folder_maint =====
11531 <HTML>
11532 <HEAD>
11533 <TITLE>Help for Folder List</TITLE>
11534 </HEAD>
11535 <BODY>
11536 <H1>FOLDER LIST COMMANDS</H1>
11537 <!--chtml if pinemode="function_key"-->
11538 <PRE>
11539 Available Commands -- Group 1        Available Commands -- Group 2
11540 -------------------------------      ------------------------------
11541 F1  Show Help Text                    F1  Show Help Text               
11542 F2  See commands in next group        F2  See commands in next group  
11543 F3  MAIN MENU Screen                  F3  Quit Alpine                    
11544 F4  Select folder and view it         F4  MAIN MENU Screen
11545 F5  Move to previous folder
11546 F6  Move to next folder               F6  Specify a folder to go to
11547 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
11548 F8  Show next screen of listing       F8  Compose a message
11549 F9  Add a new folder                  F9  Print folder listing
11550 F10 Delete selected folder
11551 F11 Rename selected folder
11552 F12 Whereis (search folder names)
11554 Available Commands -- Group 3
11555 F1  Show Help Text
11556 F2  See commands in next group
11557 F5  Go to next new message
11558     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
11559 F8  Compose a message using roles
11560 F9  Export folder to a file
11561 F10 Import the file back to a folder
11562 </PRE>
11563 <!--chtml else-->
11564 <PRE>
11565 Navigating the Folder Screen            Operations on the Selected Folder
11566 ----------------------------            ---------------------------------
11567  P   Move to previous folder              V  View Index of selected folder
11568  N   Move to next folder                  D  Delete
11569  -   Show previous page of listing        R  Rename
11570 Spc  (space bar) Show next page           E  Export to file
11571                                           U  Import from file to folder
11573 FOLDER LIST Screen Commands              General Alpine Command
11574 ---------------------------              -----------------------
11575  A  Add a folder                          O  Show all other available commands
11576  G  Specify a folder to go to             ?  Show Help text
11577  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
11578  W  Whereis (search folder names)         Q  Quit Alpine
11579  %  Print folder listing                  C  Compose a message
11580                                           #  Compose a message using roles
11581 </PRE>
11582 <!--chtml endif-->
11584 These commands are only available in the FOLDER LIST screen when the 
11585 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
11586 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
11587 <DT>Select:</DT>
11588 <DD>Select folders by certain criteria:<UL>
11589 <LI>All: of limited use, since there is no Apply command.
11590 <LI>by Property: <UL>
11591         <LI>folder contains messages not yet seen 
11592         <LI>folder contains new messages
11593         <LI>folder contains exactly as many, more, or fewer messages 
11594 than a given number
11595         </UL>
11596 <LI>by Text: <UL>
11597         <LI>contained in name of folder (Name Select)
11598         <LI>contained in messages in folder (Content Select)
11599         </UL>
11600 </UL></DD>
11602 <DT>Select current:</DT>
11603 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
11604 add one or more folders to a set created with the Select command described 
11605 above.)</DD>
11606 <DT>Zoom mode:</DT>
11607 <DD>Toggles display of only selected folders or all folders on and off.</DD>
11608 </DL>
11610 If the feature
11611 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
11612 is set then the TAB key will display the number of recent messages and
11613 the total number of messages in the highlighted folder.
11615 The &quot;Export&quot; command causes the lowest common denominator style
11616 mailbox to be written to a file.
11617 If the file already exists, you are asked if you want to delete it.
11618 If you say No, then the operation is aborted.
11619 Export might be a reasonable way to store a backup or an archival copy of
11620 a folder.
11621 The exported-to file is a local file on the system where you are running Alpine.
11622 The &quot;Import&quot; command is the opposite of the Export command.
11623 It reads a file created by Export and asks where it should save it in your
11624 folders.
11625 This could be a new folder or an existing folder.
11626 If the folder already exists, the messages from the exported file will be
11627 appended to the folder.
11629 <CENTER>Description of the FOLDER LIST Screen</CENTER>
11631 The purpose of the FOLDER LIST screen is to help you browse and manage
11632 the folders and directories (also known as &quot;hierarchy&quot;)
11633 contained within a collection.
11636 Folders and directories are arranged alphabetically across lines of
11637 the screen.  Directories, if present, are denoted by a special
11638 character at the end of the name known as the hierarchy delimiter
11639 (typically, &quot;/&quot;).  By default, folders and directories are
11640 mixed together.  The
11641 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
11642 configuration option can be used to group directories toward the 
11643 beginning or end of the list.
11646 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
11647 commands change the &quot;selected&quot; (i.e., highlighted) folder or
11648 directory, and the View Fldr/Dir commands will &quot;open&quot; the
11649 selected item.  Folder and directory management is provided via the
11650 Rename, Delete and Add commands.
11652 <P><CENTER>About Folders</CENTER>
11653 What are Folders?<P>
11655 Folders are simply files where messages are kept.  Every message has to be
11656 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
11657 folder for sent mail and a folder for saved messages.<P>
11659 You may create as many other folders as you wish.  They must be given
11660 names that can be filenames on the filesystem.  
11663 You can move messages from one folder to another by opening the original
11664 folder and saving messages into the other folder just as you can save
11665 message from your INBOX to any other folder.<P>
11667 Folders are typically just files in the filesystem.  However, the files
11668 that are
11669 folders have some special formatting in them (so that Alpine knows where one
11670 message ends and another begins) and should <EM>not</EM> be edited outside of
11671 Alpine.  If you want copies of your messages in text files that you can edit
11672 or otherwise manipulate, use the Export command to copy them from Alpine into
11673 your regular file area.
11676 FOR MORE INFORMATION: See the section on
11677 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11679 <CENTER>About Directories</CENTER>
11681 A directory is simply a container used to group folders within a
11682 folder list.  You can create as many directories as you like.  And 
11683 directories can even contain directories themselves.
11686 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
11687 to note that not all IMAP servers support directories.  If you find that
11688 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
11689 then it's likely that directories are not supported by the server serving
11690 in that collection.
11693 Similarly, servers that do provide for directories may not do so in
11694 the same way.  On some servers, for example, each folder name you
11695 create is at the same time capable of being a directory.  When this
11696 happens, Alpine will display both the folder name and the name of the
11697 directory (with trailing hierarchy delimiter) in the folder list.
11700 Another issue with IMAP access, though with a much smaller set of servers,
11701 is that not all servers accept the request to list out the available
11702 folders and directories in the same way.  If you find yourself having
11703 trouble viewing folders on your server, you might investigate the
11704 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
11705 feature.
11707 <UL>
11708 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11709 </UL>
11711 &lt;End of help on this topic&gt;
11712 </BODY>
11713 </HTML>
11714 ========= h_valid_folder_names ========
11715 <HTML>
11716 <HEAD>
11717 <TITLE>Explanation of Valid Folder Names</TITLE>
11718 </HEAD>
11719 <BODY>
11720 <H1>Folder Name Syntax Explained</H1>
11722 Once your folder collections are defined, you can usually refer to
11723 folders by their simple (unqualified) name, or pick from a FOLDER LIST
11724 display.  However, understanding the complete syntax for folder names,
11725 both local and remote, is handy when using the Goto command and when
11726 you are adding new folder collections via the Setups/collectionList screen.
11728 An Alpine folder name looks like
11731 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
11734 The square brackets ([]) mean that the part is optional.
11737 If there is no remote-specification, then the folder name is interpreted
11738 locally on the computer running Alpine.
11739 Local folder names depend on the operating system used by the computer 
11740 running Alpine, as well as the configuration of that system.  For example,
11741 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
11742 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
11743 system running Unix.
11746 Alpine users have the option of using folders that are stored on some other
11747 computer.  Alpine accesses remote folders via IMAP (the Internet Message
11748 Access Protocol), or in the case of news, via NNTP (the Network News
11749 Transport Protocol).  To be able to access remote folders in Alpine, the
11750 remote host must be running the appropriate server software (imapd or
11751 nntpd) and you must correctly specify the name of the folder to Alpine,
11752 including the domain name of the remote machine. For example,
11754 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
11756 could be a remote folder specification, and so could
11758 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
11761 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
11763 Note that in the case of remote folders, the directory/file path in the specification is 
11764 determined by the operating system of the remote computer, <B>not</B> by
11765 the operating system of the computer on which you are running Alpine.
11767 As you can tell, the name of the computer is in &#123;} brackets
11768 followed immediately by the name of the folder.  (In each of these cases the
11769 optional namespace is missing.)  If, as in these
11770 examples, there is no remote access protocol specified, then IMAP is
11771 assumed.  Check
11772 <A HREF="h_folder_server_syntax">here</A>
11773 for a more detailed look at what options can be placed between the brackets.
11774 If there are no brackets at all, then the folder name is interpreted locally
11775 on the computer on which you are running Alpine.
11778 To the right of the brackets when a server name is present, or at the
11779 start of the foldername if no server is present, the sharp sign,
11780 &quot;#&quot;, holds special meaning.  It indicates a folder name
11781 outside the area reserved for your personal folders.  In fact, it's
11782 used to indicate both the name of the folder, and a special phrase
11783 telling Alpine how to interpret the name that follows.
11786 So, for example, Alpine can be used to access a newsgroup that might be 
11787 available on your computer using:
11789 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11791 The sharp sign indicates the folder name is outside your personal
11792 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
11793 interpret the remainder of the name as a newsgroup.
11796 Similarly, to access a newsgroup on your IMAP server, you might
11797 use something like:
11799 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
11802 There are a number of such special phrases (or &quot;namespaces&quot;)
11803 available.  For a more detailed explanation read about
11804 <A HREF="h_folder_name_namespaces">Namespaces</A>.
11807 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
11808 names.  The name INBOX refers to your &quot;principal incoming
11809 message folder&quot; and will be mapped to the actual file name used for your
11810 INBOX on any given host.  Therefore, a name like
11811 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
11812 store incoming mail for you on that particular host.
11815 &lt;End of help on this topic&gt;
11816 </BODY>
11817 </HTML>
11818 ======= h_folder_name_namespaces =======
11819 <HTML>
11820 <HEAD>
11821 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
11822 </HEAD>
11823 <BODY>
11824 <H1>Folder Name Namespaces Explained</H1>
11826 An Alpine folder name looks like
11829 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
11832 The local part of a folder name has an optional &quot;Namespace&quot; which
11833 tells Alpine how to interpret the rest of the name.
11835 <P> 
11836 By default the folder name is interpreted as defining a section of your personal
11837 folder area.  This area and how you specify it are defined by the
11838 server, if one is specified, or, typically, the home
11839 directory, if no server is defined.
11842 If a namespace is specified, it begins with the
11843 sharp, &quot;#&quot;, character followed by the name of the namespace
11844 and then the namespace's path-element-delimiter.  Aside from the
11845 path's format, namespaces can also imply access rights, content
11846 policy, audience, location, and, occasionally, access methods.
11849 Each server exports its own set (possibly of size one) of 
11850 namespaces.  Hence, it's likely communication with your server's
11851 administrator will be required for specific configurations.  Some of
11852 the more common namespaces, however, include:
11854 <DL>
11855 <DT>#news.</DT>
11856 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
11857 names are hierarchically defined with each level delimited by a period.
11859 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11861 </DD>
11862 <DT>#public/</DT>
11863 <DD>This specifies a folder area that the server may export to the general
11864 public.
11865 </DD>
11866 <DT>#shared/</DT>
11867 <DD>This specifies a folder area that the server may export to groups
11868 of users.
11869 </DD>
11870 <DT>#ftp/</DT>
11871 <DD>This specifies a folder area that is the same as that it may have 
11872 exported via the &quot;File Transfer Protocol&quot;.
11873 </DD>
11874 <DT>#mh/</DT>
11875 <DD>This specifies the personal folder area associated with folders
11876 and directories that were created using the MH message handling system.
11877 </DD>
11878 <DT>#move/</DT>
11879 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
11881 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
11883 The #move namespace is followed by two folder names separated by a delimiter
11884 character.
11885 The delimiter character may be any character that does not appear in
11886 the MailDropFolder name.
11887 The meaning of #move is that mail will be copied from the MailDropFolder to
11888 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
11889 Periodic checks at frequency
11890 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
11891 time between checks set by
11892 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
11893 are made for new mail arriving in the MailDropFolder.
11894 An example that copies mail from a POP inbox to a local folder follows
11896 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
11898 To you it appears that mail is being delivered to the local folder when it
11899 is copied from the MailDropFolder, and you read mail from the local folder.
11901 Note that if the DestinationFolder does not exist then the messages are not
11902 copied from the MailDropFolder.
11903 A #move folder may only be used as an
11904 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
11905 an Inbox.
11906 When you are in the FOLDER LIST of Incoming Message Folders (after turning
11907 on the
11908 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
11909 option)
11910 the Add command has a subcommand &quot;Use Mail Drop&quot;
11911 which may be helpful for defining the folder in your Alpine configuration.
11912 The same is true when you edit the
11913 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
11914 option in Setup/Config.
11915 Each of these configuration methods will also create the DestinationFolder
11916 if it doesn't already exist.
11917 If you are having problems, make sure the DestinationFolder exists.
11918 You may find some more useful information about Mail Drops at
11919 <A HREF="h_maildrop">What is a Mail Drop?</A>.
11920 </DD>
11921 </DL>
11924 In addition, the server may support access to other user's folders,
11925 provided you have suitable permissions.  Common methods use a prefix
11926 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
11927 indicate the root of the other user's folder area.
11930 No, nothing's simple.
11933 &lt;End of help on this topic&gt;
11934 </BODY>
11935 </HTML>
11936 ============= h_whatis_vcard ========================
11937 <HTML>
11938 <HEAD>
11939 <TITLE>VCARD EXPLAINED</TITLE>
11940 </HEAD>
11941 <BODY>
11942 <H1>What is the vCard format?</H1>
11943 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
11944 information about and among people and organizations electronically.  
11945 More information about vCard can be found (as of May 1998) on the WWW site 
11946 of the Internet Mail Consortium at the URL:
11948 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
11950 &lt;End of help on this topic&gt;
11951 </BODY>
11952 </HTML>
11953 ===== h_folder_open =====
11954 <HTML>
11955 <HEAD>
11956 <TITLE>Explanation of Folder Selection</TITLE>
11957 </HEAD>
11958 <BODY>
11959 <BR>
11960 <BR>
11961 This screen is designed to allow you to quickly and easily survey your
11962 folders and select one to open.
11963 <!--chtml if pinemode="function_key"-->
11964 <PRE>
11965 Navigating the List of Folders             General Alpine Commands
11966 ------------------------------             -----------------------
11967  P   Move to previous folder               ?   Show this help text
11968  N   Move to next folder
11969  -   Show previous screen of folders
11970 Spc  (space bar) Show next screen
11971  W   WhereIs (search folder names)
11973 Folder Selection Commands
11974 -------------------------
11975  E   Exit the Folder Select menu (without selecting a folder)
11976  S   Select the currently highlighted folder
11977 </PRE>
11978 <!--chtml else-->
11979 <PRE>
11980 Navigating the List of Folders             General Alpine Commands
11981 ------------------------------             -----------------------
11982 F5   Move to previous folder               F1  Show this help text
11983 F6   Move to next folder
11984 F7   Show previous screen of folders
11985 F8   Show next screen of folders
11986 F12  WhereIs (search folder names)
11988 Folder Selection Commands
11989 -------------------------
11990 F3   Exit the Folder Select menu (without selecting a folder)
11991 F4   Select the currently highlighted folder
11992 </PRE>
11993 <!--chtml endif-->
11995 FOR MORE INFORMATION: See the section on
11996 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11998 &lt;End of help on this topic&gt;
11999 </BODY>
12000 </HTML>
12001 ===== h_folder_subscribe =====
12002 <HTML>
12003 <HEAD>
12004 <TITLE>Newsgroup Subscribe Screen explained</TITLE>
12005 </HEAD>
12006 <BODY>
12007 <H1>FOLDER SUBSCRIBE HELP</H1>
12009 This screen is designed to help you subscribe to newsgroups you are
12010 not currently subscribed to.  The screen display is a list of all
12011 available newsgroups (or possibly a partial list if you specified a
12012 partial name when entering the screen).  Groups you have already
12013 subscribed to have the letters &quot;SUB&quot; next to them.  You may
12014 select a single new group to subscribe to by moving the cursor to that
12015 group and pressing &quot;S&quot; or carriage return.  Alternatively,
12016 you may change into ListMode with the &quot;ListMode&quot; command.
12017 The display will change slightly so that each group has a checkbox in
12018 front of it.  Use the cursor and the Set/Unset command to place an
12019 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
12022 When you are finished marking groups, the &quot;Subscribe&quot;
12023 command will subscribe you to those groups you have marked.  Note, you
12024 may not unsubscribe to groups with this command.  Instead of the
12025 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
12026 UnSbscrbe command.
12029 <!--chtml if pinemode="function_key"-->
12030 <PRE>
12031 Navigating the List of Newsgroups          General Alpine Commands
12032 ---------------------------------          -----------------------
12033 F5   Move to previous group                F1   Show this help text
12034 F6   Move to next group
12035 F7   Show previous screen of groups
12036 F8   Show next screen of groups
12037 F12  WhereIs (search group names)
12038 F9   Use ListMode
12040 Group Selection Commands
12041 -------------------------
12042 F3  Exit the News Subscribe menu (without selecting any groups)
12043 F4  Subscribe to the currently highlighted newsgroup
12044 </PRE>
12045 <!--chtml else-->
12046 <PRE>
12047 Navigating the List of Newsgroups          General Alpine Commands
12048 ---------------------------------          -----------------------
12049  P   Move to previous group                ?   Show this help text
12050  N   Move to next group
12051  -   Show previous screen of groups
12052 Spc  (space bar) Show next screen
12053  W   WhereIs (search group names)
12054  L   Use ListMode
12056 Group Selection Commands
12057 -------------------------
12058  E   Exit the News Subscribe menu (without selecting any groups)
12059  S   Subscribe to the currently highlighted newsgroup
12060 </PRE>
12061 <!--chtml endif-->
12063 When in ListMode, there is an additional command for marking groups to
12064 subscribe to:
12066 <!--chtml if pinemode="function_key"-->
12067 <PRE>
12068 ListMode Commands
12069 -------------------------
12070 F9  Set or unset the highlighted group
12071 </PRE>
12072 <!--chtml else-->
12073 <PRE>
12074 ListMode Commands
12075 -------------------------
12076 X   Set or unset the highlighted group
12077 </PRE>
12078 <!--chtml endif-->
12080 &lt;End of help on this topic&gt;
12081 </BODY>
12082 </HTML>
12083 ===== h_folder_postnews =====
12084 <HTML>
12085 <HEAD>
12086 <TITLE>Newsgroup selecting for Posting explained</TITLE>
12087 </HEAD>
12088 <BODY>
12089 This screen is designed to allow you to quickly and easily survey
12090 the available newsgroups and select one to post news to.
12092 <!--chtml if pinemode="function_key"-->
12093 <PRE>
12094 Navigating the List of Newsgroups          General Alpine Commands
12095 ---------------------------------          -----------------------
12096 F5   Move to previous group                F1  Show this help text
12097 F6   Move to next group
12098 F7   Show previous screen of groups
12099 F8   Show next screen of groups
12100 F12  WhereIs (search group names)
12102 Group Selection Commands
12103 -------------------------
12104 F3   Exit the Selection menu (without selecting a group)
12105 F4   Select the currently highlighted newsgroup
12106 </PRE>
12107 <!--chtml else-->
12108 <PRE>
12109 Navigating the List of Newsgroups          General Alpine Commands
12110 ---------------------------------          -----------------------
12111  P   Move to previous group                ?  Show this help text
12112  N   Move to next group
12113  -   Show previous screen of groups
12114 Spc  (space bar) Show next screen of groups
12115  W   WhereIs (search group names)
12117 Group Selection Commands
12118 -------------------------
12119  E   Exit the Selection menu (without selecting a group)
12120  S   Select the currently highlighted newsgroup
12121 </PRE>
12122 <!--chtml endif-->
12124 &lt;End of help on this topic&gt;
12125 </BODY>
12126 </HTML>
12127 ===== h_folder_save =====
12128 <HTML>
12129 <HEAD>
12130 <TITLE>Folder Select for Save Explained</TITLE>
12131 </HEAD>
12132 <BODY>
12133 This screen is designed to allow you to quickly and easily survey your
12134 folders and select one to use for saving the current message.
12137 <!--chtml if pinemode="function_key"-->
12138 <PRE>
12139 Navigating the List of Folders             General Alpine Commands
12140 ------------------------------             -----------------------
12141 F5   Move to previous folder               F1  Show this help text
12142 F6   Move to next folder
12143 F7   Show previous screen of folders
12144 F8   Show next screen of folders
12145 F12  WhereIs (search folder names)
12147 Folder Selection Commands
12148 -------------------------
12149 F3   Exit the Folder Select menu (without selecting a folder)
12150 F4   Select the currently highlighted folder
12151 F11  AddNew folder (just like Select, but you type in a new folder name)
12152 </PRE>
12153 <!--chtml else-->
12154 <PRE>
12155 Navigating the List of Folders             General Alpine Commands
12156 ------------------------------             -----------------------
12157  P   Move to previous folder               ?  Show this help text
12158  N   Move to next folder
12159  -   Show previous screen of folders
12160 Spc  (space bar) Show next screen of folders
12161  W   WhereIs (search folder names)
12163 Folder Selection Commands
12164 -------------------------
12165  E   Exit the Folder Select menu (without selecting a folder)
12166  S   Select the currently highlighted folder
12167  A   AddNew folder (just like Select, but you type in a new folder name)
12168 </PRE>
12169 <!--chtml endif-->
12171 FOR MORE INFORMATION: See the section on
12172 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12174 &lt;End of help on this topic&gt;
12175 </BODY>
12176 </HTML>
12177 ===== h_folder_fcc =====
12178 <HTML>
12179 <HEAD>
12180 <TITLE>Folder Select for Fcc Explained</TITLE>
12181 </HEAD>
12182 <BODY>
12183 This screen is designed to allow you to quickly and easily survey your
12184 folders and select one to use as the file carbon copy (fcc) for the
12185 current message.
12188 <!--chtml if pinemode="function_key"-->
12189 <PRE>
12190 Navigating the List of Folders             General Alpine Commands
12191 ------------------------------             -----------------------
12192 F5   Move to previous folder               F1  Show this help text
12193 F6   Move to next folder
12194 F7   Show previous screen of folders
12195 F8   Show next screen of folders
12196 F12  WhereIs (search folder names)
12198 Folder Selection Commands
12199 -------------------------
12200 F3   Exit the Folder Select menu (without selecting a folder)
12201 F4   Select the currently highlighted folder
12202 F11  AddNew folder (just like Select, but you type in a new folder name)
12203 </PRE>
12204 <!--chtml else-->
12205 <PRE>
12206 Navigating the List of Folders             General Alpine Commands
12207 ------------------------------             -----------------------
12208  P   Move to previous folder               ?  Show this help text
12209  N   Move to next folder
12210  -   Show previous screen of folders
12211 Spc  (space bar) Show next screen of folders
12212  W   WhereIs (search folder names)
12214 Folder Selection Commands
12215 -------------------------
12216  E   Exit the Folder Select menu (without selecting a folder)
12217  S   Select the currently highlighted folder
12218  A   AddNew folder (just like Select, but you type in a new folder name)
12219 </PRE>
12220 <!--chtml endif-->
12222 FOR MORE INFORMATION: See the section on
12223 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12225 &lt;End of help on this topic&gt;
12226 </BODY>
12227 </HTML>
12228 ===== h_folder_pattern_roles =====
12229 <HTML>
12230 <HEAD>
12231 <TITLE>Folder Select for Current Folder Explained</TITLE>
12232 </HEAD>
12233 <BODY>
12234 This screen is designed to allow you to quickly and easily survey your
12235 folders and select one to use as the specific Current Folder
12236 in a Pattern.
12239 <!--chtml if pinemode="function_key"-->
12240 <PRE>
12241 Navigating the List of Folders             General Alpine Commands
12242 ------------------------------             -----------------------
12243 F5   Move to previous folder               F1  Show this help text
12244 F6   Move to next folder
12245 F7   Show previous screen of folders
12246 F8   Show next screen of folders
12247 F12  WhereIs (search folder names)
12249 Folder Selection Commands
12250 -------------------------
12251 F3   Exit the Folder Select menu (without selecting a folder)
12252 F4   Select the currently highlighted folder
12253 F11  AddNew folder (just like Select, but you type in a new folder name)
12254 </PRE>
12255 <!--chtml else-->
12256 <PRE>
12257 Navigating the List of Folders             General Alpine Commands
12258 ------------------------------             -----------------------
12259  P   Move to previous folder               ?  Show this help text
12260  N   Move to next folder
12261  -   Show previous screen of folders
12262 Spc  (space bar) Show next screen of folders
12263  W   WhereIs (search folder names)
12265 Folder Selection Commands
12266 -------------------------
12267  E   Exit the Folder Select menu (without selecting a folder)
12268  S   Select the currently highlighted folder
12269  A   AddNew folder (just like Select, but you type in a new folder name)
12270 </PRE>
12271 <!--chtml endif-->
12273 FOR MORE INFORMATION: See the section on
12274 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12276 &lt;End of help on this topic&gt;
12277 </BODY>
12278 </HTML>
12279 ===== h_folder_stayopen_folders =====
12280 <HTML>
12281 <HEAD>
12282 <TITLE>Folder Select Explained</TITLE>
12283 </HEAD>
12284 <BODY>
12285 This screen is designed to allow you to quickly and easily survey your
12286 folders and select one to use as a Stay-Open folder.
12289 <!--chtml if pinemode="function_key"-->
12290 <PRE>
12291 Navigating the List of Folders             General Alpine Commands
12292 ------------------------------             -----------------------
12293 F5   Move to previous folder               F1  Show this help text
12294 F6   Move to next folder
12295 F7   Show previous screen of folders
12296 F8   Show next screen of folders
12297 F12  WhereIs (search folder names)
12299 Folder Selection Commands
12300 -------------------------
12301 F3   Exit the Folder Select menu (without selecting a folder)
12302 F4   Select the currently highlighted folder
12303 F11  AddNew folder (just like Select, but you type in a new folder name)
12304 </PRE>
12305 <!--chtml else-->
12306 <PRE>
12307 Navigating the List of Folders             General Alpine Commands
12308 ------------------------------             -----------------------
12309  P   Move to previous folder               ?  Show this help text
12310  N   Move to next folder
12311  -   Show previous screen of folders
12312 Spc  (space bar) Show next screen of folders
12313  W   WhereIs (search folder names)
12315 Folder Selection Commands
12316 -------------------------
12317  E   Exit the Folder Select menu (without selecting a folder)
12318  S   Select the currently highlighted folder
12319  A   AddNew folder (just like Select, but you type in a new folder name)
12320 </PRE>
12321 <!--chtml endif-->
12323 FOR MORE INFORMATION: See the section on
12324 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12326 &lt;End of help on this topic&gt;
12327 </BODY>
12328 </HTML>
12329 ===== h_folder_action_roles =====
12330 <HTML>
12331 <HEAD>
12332 <TITLE>Folder Select Explained</TITLE>
12333 </HEAD>
12334 <BODY>
12335 This screen is designed to allow you to quickly and easily survey your
12336 folders and select one to use as the folder into which messages
12337 matching this filter will be moved.
12340 <!--chtml if pinemode="function_key"-->
12341 <PRE>
12342 Navigating the List of Folders             General Alpine Commands
12343 ------------------------------             -----------------------
12344 F5   Move to previous folder               F1  Show this help text
12345 F6   Move to next folder
12346 F7   Show previous screen of folders
12347 F8   Show next screen of folders
12348 F12  WhereIs (search folder names)
12350 Folder Selection Commands
12351 -------------------------
12352 F3   Exit the Folder Select menu (without selecting a folder)
12353 F4   Select the currently highlighted folder
12354 F11  AddNew folder (just like Select, but you type in a new folder name)
12355 </PRE>
12356 <!--chtml else-->
12357 <PRE>
12358 Navigating the List of Folders             General Alpine Commands
12359 ------------------------------             -----------------------
12360  P   Move to previous folder               ?  Show this help text
12361  N   Move to next folder
12362  -   Show previous screen of folders
12363 Spc  (space bar) Show next screen of folders
12364  W   WhereIs (search folder names)
12366 Folder Selection Commands
12367 -------------------------
12368  E   Exit the Folder Select menu (without selecting a folder)
12369  S   Select the currently highlighted folder
12370  A   AddNew folder (just like Select, but you type in a new folder name)
12371 </PRE>
12372 <!--chtml endif-->
12374 FOR MORE INFORMATION: See the section on
12375 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12377 &lt;End of help on this topic&gt;
12378 </BODY>
12379 </HTML>
12380 ===== h_abook_config =====
12381 <HTML>
12382 <HEAD>
12383 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
12384 </HEAD>
12385 <BODY>
12386 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
12387 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
12388 <!--chtml if pinemode="function_key"-->
12389 <PRE>
12390 Available  Commands                        
12391 -------------------------------            
12392 F1  Show Help Text                         
12393 F3  Back to MAIN Alpine menu                 
12394 F4  Change configuration for address book  
12395 F5  Move to previous address book          
12396 F6  Move to next address book              
12397 F7  Previous page of address books         
12398 F8  Next page of address books             
12399 F9  Add new address book                   
12400 F10 Delete existing address book           
12401 F11 Shuffle the order of address books     
12402 F12 Whereis (search address book titles)   
12403 </PRE>
12404 <!--chtml else-->
12405 <PRE>
12406 Navigation                     General Alpine Commands
12407 -----------------------        -----------------------
12408  P  Prev Address Book           ?  Display this help text
12409  N  Next Address Book           E  Back to MAIN Alpine menu
12410  -  Previous page
12411 Spc (space bar) Next page
12412  W  WhereIs (search for word in address book titles)
12414 Setup Address Books Commands
12415 ------------------------------------------------
12416  A  Add new address book          $  Shuffle the order of address books
12417  D  Delete existing address book  C  Change configuration for address book
12418 </PRE>
12419 <!--chtml endif-->
12421 <H2>Description of the Setup Address Books Screen</H2>
12423 This screen lets you add, delete, modify, or change the order of your
12424 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
12425 fill in.  If you are adding a remote address book on an IMAP server
12426 you should fill in the name of the IMAP server.  Otherwise, leave
12427 that field blank.  (Note that remote IMAP address books are an Alpine
12428 concept and are unlikely to interoperate with other mail clients.)
12429 For a remote address book, fill in the name of the remote folder
12430 in the Folder field.  This should be a folder that is used only for
12431 this one purpose, not a general purpose folder you expect to store
12432 messages in.
12433 <P>If you are adding a local address book, fill in the
12434 Folder Name field with a local file name (e.g., .addressbook).
12436 <B>Please note:</B> Remote address books stored on an IMAP server are 
12437 of an entirely different format (namely, a special-purpose 
12438 &quot;mail folder&quot;) than that of the local addressbook familiar 
12439 to Alpine users.  Therefore, 
12440 you cannot use &quot;add a remote address book&quot; to make an existing 
12441 Alpine .addressbook file you may have on a remote IMAP server accessible to 
12442 Alpine running on a different host.  
12445 The &quot;Del Abook&quot; command allows you to remove an address book
12446 from your configuration.  It will also ask you if you wish to remove
12447 the data for that address book, which would erase all traces of the
12448 address book if you answer Yes.
12451 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
12452 The difference is that instead of adding a new address book to your
12453 configuration, you are changing the configuration of an existing entry.
12454 For example, you might want to correct a typing error or change a
12455 nickname.  The &quot;Change&quot; command is not a move command.  If you
12456 change the folder name or server name the data will not be moved for you.
12459 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
12460 an address book toward another address book in the same group then
12461 the order of those two address books will be swapped.  If you shuffle
12462 the last Personal address book down towards the Global address book
12463 section, it will become a Global address book.  If you shuffle
12464 the first Global address book up it will become a Personal address
12465 book.  The main difference between Personal and Global address
12466 books is that Global address books are forced read-only.
12467 <P><UL>
12468 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12469 </UL>
12471 &lt;End of help on this topic&gt;
12472 </BODY>
12473 </HTML>
12474 ===== h_abook_top =====
12475 <HTML>
12476 <HEAD>
12477 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
12478 </HEAD>
12479 <BODY>
12480 <H1>ADDRESS BOOK LIST COMMANDS</H1>
12481 <!--chtml if pinemode="function_key"-->
12482 <PRE>
12483 Available  Commands -- Group 1         Available Commands -- Group 2
12484 -------------------------------        ------------------------------
12485 F1  Show Help Text                      F1  Show Help Text
12486 F2  See commands in next group          F2  See commands in next group
12487 F3  Exit to MAIN MENU                   F3  Quit Alpine
12488 F4  View/Edit selected address book
12489 F5  Move to previous address book       F5  FOLDER LIST screen
12490 F6  Move to next address book           F6  Specify a folder to go to
12491 F7  Previous page                       F7  MESSAGE INDEX screen
12492 F8  Next page                           F9  Print list of address books
12493 F12 Whereis (search for word)
12494 </PRE>
12495 <!--chtml else-->
12496 <PRE>
12497 Navigation                       General Alpine Commands
12498 -----------------------          -----------------------
12499  P  Previous Entry                ?  Display this help text
12500  N  Next Entry                    O  Show all other available commands
12501  -  Previous page                 &lt;  Back to MAIN Alpine menu
12502 Spc (space bar) Next page         Q  Quit Alpine
12503  W  WhereIs (search for word)     L  FOLDER LIST screen
12504                                   G  Specify a folder to go to
12505 Address Book Commands             I  MESSAGE INDEX screen
12506 ------------------------------------------------
12507  &gt;  View/Edit selected address book
12508               or
12509  &gt;  Search on selected directory server
12511  %  Print list of address books and directory servers
12512 </PRE>
12513 <!--chtml endif-->
12515 <H2>Description of the Address Book List Screen</H2>
12517 From this screen you may choose which address book you wish to view
12518 or edit. For more information on address books, view one of your
12519 address books (with
12520 <!--chtml if pinemode="function_key"-->
12522 <!--chtml else-->
12523 &quot;&gt;&quot;
12524 <!--chtml endif-->)
12525 and see the Help Text there.<P>
12527 You may also choose a directory server on which to search for entries.
12528 You do that by highlighting the directory server line and using
12529 <!--chtml if pinemode="function_key"-->
12531 <!--chtml else-->
12532 &quot;&gt;&quot;
12533 <!--chtml endif-->.<P>
12535 If you wish to define new address books or directory servers go to the Main
12536 menu and choose Setup. You may then either choose to setup AddressBooks or
12537 Directory (among other things). It's possible that the Directory option
12538 will not be there if the Alpine you are using does not contain LDAP directory
12539 lookup functionality.
12541 <P><UL>
12542 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12543 </UL><P>
12544 &lt;End of help on this topic&gt;
12545 </BODY>
12546 </HTML>
12547 ===== h_abook_opened =====
12548 <HTML>
12549 <HEAD>
12550 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
12551 </HEAD>
12552 <BODY>
12553 <H1>THE ALPINE ADDRESS BOOK</H1>
12554 <H2>ADDRESS BOOK COMMANDS</H2>
12555 <PRE>
12556 <!--chtml if pinemode="function_key"-->
12557 Available  Commands -- Group 1         Available Commands -- Group 2   
12558 -------------------------------        ------------------------------  
12559 F1  Show Help Text                      F1  Show Help Text             
12560 F2  See commands in next group          F2  See commands in next group
12561 F3  Exit this screen                    F3  Quit Alpine                  
12562 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
12563 F5  Move to previous entry              F5  FOLDER LIST screen         
12564 F6  Move to next entry                  F6  Specify a folder to go to  
12565 F7  Previous page of address book       F7  MESSAGE INDEX screen        
12566 F8  Next page of address book           F8  Compose to entry using roles
12567 F9  Add new entry to address book       F9  Print address book         
12568 F10 Delete selected entry               F10 TakeAddr to another addrbook
12569 F11 Compose to selected entry           F11 Save or Export addrbook selections
12570 F12 Whereis (search address book)       F12 Forward entry by mail       
12572 Available Commands -- Group 3                                           
12573 ------------------------------                                          
12574 F3  Select                              F6  Zoom (or unZoom)            
12575 F5  Select Current                      F7  Apply Command to Selection  
12576 <!--chtml else-->
12577 Address Book Navigation        General Alpine Commands
12578 -----------------------        -----------------------
12579  P  Prev Address                  ?  Display this help text
12580  N  Next Address                  O  Show all other available commands
12581  -  Previous page of address book M  Back to MAIN MENU
12582 Spc (space bar) Next page         Q  Quit Alpine
12583  W  WhereIs (search for word      C  Compose message to selected addr
12584      or name in address book)     #  Compose to addr using roles
12585  &lt;  To List of Address Books if   L  FOLDER LIST screen
12586      more than one, else to MAIN  G  Specify a folder to go to
12587                                   I  MESSAGE INDEX screen
12589 Address Book Commands
12590 ----------------------------------------------------
12591  &gt;  View/Update selected entry    D  Delete selected entries
12592  %  Print address book            S  Save or Export address book selections
12593  F  Forward entries by mail       @  Add new entry to address book
12595  ;  Select command                Z  Toggle Zoom Mode
12596  :  Select highlighted entry      A  Apply command to selected entries
12598 <!--chtml endif-->
12599 </PRE>
12600 Note:  The presence or absence of the final four commands above is
12601 controlled by the option 
12602 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
12605 <H2>Description of the Address Book Screen</H2>
12607 This screen lets you edit and manage entries in your address book.  It
12608 also acts as a short-cut for composing messages to people in the address
12609 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
12610 message starts &quot;pre-addressed&quot; to whatever address book entry is
12611 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
12612 role to use in your composition.
12614 Alpine's address book helps you keep a list of addresses you send email to so
12615 you do not have to remember addresses that are often complex.  Each entry
12616 in the address book has five fields, all of them optional.  The three
12617 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
12619         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
12620         This is what you type in as you are addressing the message in the
12621         composer.  If there is a matching entry in your address book(s),
12622         Alpine will extract the corresponding FullName and Address fields to
12623         generate the actual address for your message.
12625         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
12626 of the
12627         person or organization.  Usually the full names are put in last
12628         name first so they sort nicely in alphabetical order.  Whatever
12629         you put as the name here will appear on the message when it is
12630         finally delivered.  Examples:<PRE>
12631            Garcia Marquez, Gabriel
12632            Henscheid, Eckhard
12633            Alpine-Info mailing list
12634            Library materials renewal requests
12635            Kim An-guk
12636            &quot;George III, King of Great Britain, 1738-1820&quot;
12637 </PRE>
12638 (In the second-to-last example, no comma is used in the name so that 
12639 the family name appears first in the address book and when the entry is 
12640 used in the composer.
12641 In the last example, retaining the commas is intended; 
12642 double-quotation marks surround the name to 
12643 prevent the transposition of its parts when the entry is used in 
12644 the composer.)
12646         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
12647         a valid Internet address that conforms to the Internet message
12648         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
12650 The two fields that aren't usually visible are:<DL>
12652   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
12653         message to this address to be saved in.  If this field is set, and
12654         this address is the first one in the message's To: header, then
12655         Alpine will use this folder name for the FCC in lieu of the normal
12656         FCC folder name.
12658   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
12659         </DL>
12661 Due to screen width limitations, these last two fields do not show up in
12662 the normal ADDRESS BOOK display.  You may select the 
12663 &quot;View/Update&quot; command to
12664 view or modify them.  You may use the configuration variable
12665 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
12666 to add these fields to your ADDRESS BOOK 
12667 display, or to modify the format of the display.
12669 <H2>Sorting the Address book</H2>
12671 By default, address book entries are sorted alphabetically on the full
12672 name with distribution lists sorted to the end.  Sorting can be changed by
12673 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
12674 --assuming you have &quot;write&quot; permission for the address book file.
12676 Unlike the sorting of folders (which only changes presentation), sorting an
12677 address book actually changes the file as it is kept on the computer.  For
12678 this reason you won't be able to sort a shared or system-wide address
12679 book.
12681 <H2>Adding New Entries</H2>
12683 The easiest way to add new entries to your address book is to use the
12684 &quot;TakeAddr&quot; command when viewing a message.
12685 This command allows you to take addresses from the header and body of the
12686 message and put them into your address book, without having to type
12687 them in.
12690 To manually add a new entry from within the address book screen, use the AddNew
12691 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
12692 Use this command both for adding a simple alias and for adding a
12693 distribution list.
12695 <H2>Distribution Lists</H2>
12697 Address book entries can be simple cases of aliases (a single nickname is linked
12698 to a single email address) or distribution lists (a single nickname
12699 pointing at more than one email address).  Each distribution list has a
12700 nickname, a full name and a list of addresses.  The addresses may be
12701 actual addresses or they may be other nicknames in your address book.
12702 They may even refer to other distribution lists.
12703 There's really no difference between a simple alias and a distribution list,
12704 other than the number of addresses.
12705 Therefore, you can turn a simple alias with one address into a distribution
12706 list simply by adding more addresses.
12707 To add entries to an existing list or alias
12708 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
12709 a single address from the list if the cursor is placed on the address;
12710 it will delete the entire distribution list if the cursor is on the
12711 nickname/fullname line.  View/Update may also be used to delete addresses
12712 from a list.
12714 Address field entries in distribution lists may take any one of three
12715 forms: a nickname existing in any of the defined address books, a normal
12716 address of the form &quot;jsmith@art.example.com&quot;, or a complete
12717 fullname/address combination, e.g. &quot;John Smith
12718 &lt;jsmith@art.example.com&gt;&quot;.
12720 Distribution lists in Alpine address books can only be used by the person or
12721 people who have access to that address book.  They are not usually used to
12722 implement discussion groups, but can be used to facilitate small
12723 discussion groups if all the participants have access to the same shared
12724 address book.
12726 <H2>FCC and Comments</H2>
12728 As mentioned above, each entry in the address book also has two other optional
12729 fields, Fcc and Comments.  The command to look at or change either of these
12730 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
12731 Comments field is just for your own use.  The Fcc field overrides the
12732 default Fcc if this address is the first one on the To line.  The WhereIs
12733 command may be used to search for particular strings in the address book,
12734 including fields that are not visible (like Comment and Fcc by default).
12736 <H2>Aggregate Operations</H2>
12738 If the feature
12739 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
12740 is turned on (the default), then the four commands &quot;Select&quot;,
12741 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
12742 are available.  The two selection commands allow you to mark a set of
12743 address book entries as being selected.  If you have more than one address
12744 book, the selections may be in more than one of those address books.
12745 The &quot;Zoom&quot; command will toggle between displaying only the selected
12746 entries and all of the entries.  The &quot;Apply&quot; command allows you to
12747 apply one of the regular address book commands to all of the selected
12748 entries.  Usually the address book commands apply to only the entry
12749 highlighted by the cursor.  The &quot;Apply&quot; command works with the
12750 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
12751 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
12753 <H2>Exporting and Forwarding Address book entries</H2>
12755 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
12756 address book entry is placed in a plain text file in your home directory
12757 <!--chtml if pinemode="running"-->
12758 (which, in the present configuration of your system, is
12759  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12760 <!--chtml endif-->
12761 or current working directory
12762 <!--chtml if pinemode="running"-->
12763 (which, at least for your current Alpine &quot;session,&quot; 
12764 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12765 <!--chtml endif-->, depending on the 
12766 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12767 configuration setting.  If you have some entries selected and use the
12768 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
12769 placed in the text file.
12771 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
12772 address book entry is placed in a special attachment and you are put into
12773 the composer.  You can fill in some comments in the body of the message,
12774 if you'd like, and send it to somebody else who uses Alpine.  The recipient
12775 may use the TakeAddr command on that message to insert the address book
12776 entry you sent in their own address book.  If you have some entries
12777 selected and use the Apply Forward command all of the selected entries
12778 will be forwarded in a single message.  You may
12779 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.
12780 The recipient must be using Alpine in order to receive this correctly.
12781 One way for the recipient to handle this might be to create an empty
12782 address book and then &quot;Take&quot; your forwarded address book entries into
12783 that empty address book.
12785 <H2>Multiple and/or Site-Wide Address books</H2>
12787 You may have more than one personal address book.  In addition, there may
12788 be one or more global address books.  This capability allows you to have
12789 multiple personal address books (some of which may be shared) and it also
12790 allows system administrators to implement site-wide address books that
12791 contain entries for users on multiple machines within the organization.
12792 <P><DL>
12793 <DT>Searching
12794   <DD> If you enter a nickname when composing a message, your
12795   personal address books will be searched through in order, and then the
12796   global address book(s) searched. If more than one address book has an entry
12797   for the nickname, Alpine uses the first one that it finds, so an entry in
12798   your personal address book would override a global address book entry. If
12799   after searching all the address books there is still no match, (Unix) Alpine
12800   then searches the local host password file on the assumption that you have
12801   entered a local user name rather than an address book nickname.
12802   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
12803   command, but global address books are always searched after personal
12804   address books.
12806   <P><DT>Tab completion
12807   <DD> If the
12808   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
12809   feature is turned on (the default) then the Tab key may be used
12810   in the composer to complete partially typed nicknames in the To
12811   or Cc lines. You type the first few letters of a nickname and then
12812   press the Tab key. It there is only one nickname that matches it will
12813   be filled in by Alpine. If there is more than one the unambiguous part
12814   of the nicknames will be filled in. For example, if your address book or
12815   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
12816   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
12817   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
12818   If you then type a second Tab character you will be presented with a list
12819   of matching nicknames to select from. Alternatively, you could type another
12820   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
12821   in the entire &quot;barbecue&quot; entry.
12823   <P><DT>Defining
12824   <DD> You define multiple personal address books in the 
12825   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
12826   from the MAIN MENU.  
12827   You may add as many as you like.  Global address books are usually
12828   site-wide address books defined by the System administrator, but
12829   you may define global address books of your own just like you define
12830   personal address books.
12832   <P><DT>Creating and updating
12833   <DD> Personal address books are normally created empty
12834   and populated by explicit additions from within Alpine, e.g. via the
12835   TakeAddr command.  Unlike personal address books, global address books may
12836   not be modified/updated from within Alpine; that is, they are Read-Only.
12837   Thus, global address books are created, populated and updated outside of
12838   Alpine. They might be hand-edited, generated by a program from another
12839   database, or by copying an existing address book.  They might also be
12840   some other user's personal address book, and so be modified normally by
12841   that user but accessed Read-Only by you.  See the Alpine Technical
12842   Notes document (included in the Alpine distribution) for more information on
12843   this.
12845   <P><DT>Accessing
12846   <DD>There are two different types of address books in Alpine.
12847   A local address book is stored in a regular file and the normal file
12848   access permissions apply.  A remote address book is stored on an IMAP
12849   server in a special folder that contains only messages pertaining to
12850   that address book.  The last message in the remote folder contains a
12851   copy of the address book data, and that data is copied to a local cache
12852   file in your home directory.  From there it is accessed just like a local
12853   address book.  The name of the cache file is kept track of in a special
12854   file called the
12855   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
12856   the name of which is stored in
12857   your Alpine configuration file the first time you use a remote address book.
12858   Just as local Alpine address books use a format that only Alpine understands,
12859   remote Alpine address books do the same and other mail reading programs
12860   are unlikely to be able to understand them.<P>
12861   While global address books are explicitly intended to be shared, there is
12862   nothing to prevent you from sharing a personal address book with other
12863   Alpine users. This might be useful in the case of a small workgroup.
12864   However, it is recommended that updates to shared personal address books
12865   be done when other Alpine users are not accessing the address book. Alpine
12866   does not do any file-locking to manage concurrent updates to the
12867   addressbook, but it does check to see if the file has been modified before
12868   making any changes.  Consequently, inadvertent concurrent updates will
12869   only cause other Alpine users to have to restart their address book
12870   operation, which will cause Alpine to reopen the updated file.
12872   <P><DT>Converting to Remote
12873   <DD>The easiest way to convert an existing local
12874   address book into a remote address book is to create an empty new remote
12875   personal address book by typing &quot;A&quot; to execute the
12876   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
12877   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
12878   address book.
12879   After you have added the empty
12880   remote address book, go into the screen for the address book you wish
12881   to copy and &quot;Select&quot; &quot;All&quot;.
12882   This selects every entry in that
12883   address book.  Then type the command &quot;Apply Save&quot;.
12884   You will be asked for the address book to save to.  You may use ^P and ^N
12885   to get to the new empty address book, then hit RETURN and the addresses
12886   will be copied.
12887   At this point you'll probably want to unselect all the entries in the local
12888   address book before proceeding. You do that with
12889   &quot;Select&quot; &quot;unselect All&quot;.
12891 </DL>
12892 <UL>
12893 <LI><A HREF="h_address_format">Explanation of Address formats</A>
12894 </UL>
12895 <P><UL>
12896 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12897 </UL>
12899 &lt;End of help on this topic&gt;
12900 </BODY>
12901 </HTML>
12902 ===== h_abook_select_addr =====
12903 <HTML>
12904 <HEAD>
12905 <TITLE>Addressbook Selection Explained</TITLE>
12906 </HEAD>
12907 <BODY>
12908 <H1>SELECT ADDRESS</H1>
12909 <!--chtml if pinemode="function_key"-->
12910 <PRE>
12911 Navigating the List of Messages               General Alpine Commands
12912 -------------------------------               -----------------------
12913 F5   Move to previous entry                   F1  Show this help text
12914 F6   Move to next entry
12915 F7   Show previous screen of address book
12916 F8   Show next screen of address book
12917 F12  WhereIs (search through address book)
12919 Address Selection Commands
12920 --------------------------
12921 F3   Exit the Address Select screen (without selecting an address)
12922 F4   Select the currently highlighted entry
12923 </PRE>
12924 <!--chtml else-->
12925 <PRE>
12926 Navigating the List of Messages               General Alpine Commands
12927 -------------------------------               -----------------------
12928  P   Move to previous entry                    ?  Show this help text
12929  N   Move to next entry
12930  -   Show previous screen of address book
12931 Spc  (space bar) Show next screen of address book
12932  W   WhereIs (search through address book)
12934 Address Selection Commands
12935 --------------------------
12936  E   Exit the Address Select screen (without selecting an address)
12937  S   Select the currently highlighted entry
12938 </PRE>
12939 <!--chtml endif-->
12942 This screen is designed to let you easily scan your address book(s) in
12943 order to select an entry for the message you are composing.  You cannot
12944 edit your address book in any way at this time, for address book
12945 maintenance, select the address book command when not composing a message.
12948 If you are composing a message and know the nickname of the person/list you
12949 want, you can bypass this screen by simply typing in the nickname on the
12950 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12951 selecting an entry does not cancel your message.
12954 FOR MORE INFORMATION on addressing see
12955 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12956 <A HREF="h_abook_opened">Address Book Screen's</A>
12957 help text.
12959 &lt;End of help on this topic&gt;
12960 </BODY>
12961 </HTML>
12962 ===== h_abook_select_top =====
12963 <HTML>
12964 <HEAD>
12965 <TITLE>Addressbook Selection Navigation Explained</TITLE>
12966 </HEAD>
12967 <BODY>
12968 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
12969 <!--chtml if pinemode="function_key"-->
12970 <PRE>
12971 Navigating the List of Address Books       General Alpine Commands
12972 ------------------------------------       -----------------------
12973 F4   View the highlighted address book
12974 F5   Move to previous address book         F1  Show this help text
12975 F6   Move to next address book
12976 F7   Show previous screen of address books
12977 F8   Show next screen of address books
12978 F12  WhereIs (search through address books)
12980 Address Selection Commands
12981 --------------------------
12982 F3   Exit the Address Select screen (without selecting an address)
12983 F4   Select the currently selected entries (if using ListMode)
12984 F9   Change to ListMode
12985 </PRE>
12986 <!--chtml else-->
12987 <PRE>
12988 Navigating the List of Address Books       General Alpine Commands
12989 ------------------------------------       -----------------------
12990  &gt;   View the highlighted address book
12991  P   Move to previous address book         ?  Show this help text
12992  N   Move to next address book
12993  -   Show previous screen of address books
12994 Spc  (space bar) Show next screen of address books
12995  W   WhereIs (search through address books)
12997 Address Selection Commands
12998 --------------------------
12999  E   Exit the Address Select screen (without selecting an address)
13000  S   Select the currently selected entries (if using ListMode)
13001  L   Change to ListMode
13002 </PRE>
13003 <!--chtml endif-->
13006 This screen is designed to let you easily scan your address book(s) in
13007 order to select entries for the message you are composing.  You cannot
13008 edit your address book in any way at this time.  For address book
13009 maintenance, select the address book command when not composing a message.
13012 If you are composing a message and know the nickname of the person/list you
13013 want, you can bypass this screen by simply typing in the nickname on the
13014 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13015 selecting an entry does not cancel your message.
13018 The ListMode command will add a column at the left edge of the screen.
13019 You mark the entries that you wish to select with the &quot;X&quot; command.
13020 This allows you to choose more than one entry at a time.
13023 An alternative method of composing a message to entries in your
13024 address book(s) is to first use the &quot;Select&quot; command from
13025 the address book maintenance screen and then the &quot;Apply&quot;
13026 &quot;ComposeTo&quot; command to start the composer composing to the
13027 selected entries.
13030 FOR MORE INFORMATION on addressing see
13031 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13032 <A HREF="h_abook_opened">Address Book Screen's</A>
13033 help text.
13035 &lt;End of help on this topic&gt;
13036 </BODY>
13037 </HTML>
13038 ===== h_abook_select_listmode =====
13039 <HTML>
13040 <HEAD>
13041 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
13042 </HEAD>
13043 <BODY>
13044 <H1>COMPOSER: SELECT ADDRESSES</H1>
13045 <!--chtml if pinemode="function_key"-->
13046 <PRE>
13047 Navigating the List of Messages                 General Alpine Commands
13048 -------------------------------                 -----------------------
13049 F5   Move to previous entry                     F1  Show this help text
13050 F6   Move to next entry
13051 F7   Show previous screen of address book
13052 F8   Show next screen of address book
13053 F12  WhereIs (search through address book)
13055 Address Selection Commands
13056 --------------------------
13057 F3   Exit the Address Select screen (without selecting an address)
13058 F4   Select the currently highlighted entry
13059 F9   Change to ListMode
13060 </PRE>
13061 <!--chtml else-->
13062 <PRE>
13063 Navigating the List of Messages                 General Alpine Commands
13064 -------------------------------                 -----------------------
13065  P   Move to previous entry                     ?  Show this help text
13066  N   Move to next entry
13067  -   Show previous screen of address book
13068 Spc  (space bar) Show next screen of address book
13069  W   WhereIs (search through address book)
13071 Address Selection Commands
13072 --------------------------
13073  E   Exit the Address Select screen (without selecting an address)
13074  S   Select the currently highlighted entry
13075  L   Change to ListMode
13076 </PRE>
13077 <!--chtml endif-->
13080 This screen is designed to let you easily scan your address book(s) in
13081 order to select entries for the message you are composing.  You cannot
13082 edit your address book in any way at this time, for address book
13083 maintenance, select the address book command when not composing a message.
13086 If you are composing a message and know the nickname of the person/list you
13087 want, you can bypass this screen by simply typing in the nickname on the
13088 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13089 selecting an entry does not cancel your message.
13092 The ListMode command will add a column at the left edge of the screen.
13093 You mark the entries that you wish to select with the &quot;X&quot; command.
13094 This allows you to choose more than one entry at a time.
13097 An alternative method of composing a message to entries in your
13098 address book(s) is to first use the &quot;Select&quot; command from
13099 the address book maintenance screen and then the &quot;Apply&quot;
13100 &quot;ComposeTo&quot; command to start the composer composing to the
13101 selected entries.
13104 FOR MORE INFORMATION on addressing see
13105 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13106 <A HREF="h_abook_opened">Address Book Screen's</A>
13107 help text.
13109 &lt;End of help on this topic&gt;
13110 </BODY>
13111 </HTML>
13112 ===== h_abook_select_checks =====
13113 <HTML>
13114 <HEAD>
13115 <TITLE>Address Selection from Composer Explained</TITLE>
13116 </HEAD>
13117 <BODY>
13118 <H1>COMPOSER: SELECT ADDRESSES</H1>
13119 <!--chtml if pinemode="function_key"-->
13120 <PRE>
13121 Navigating the List of Messages                 General Alpine Commands
13122 -------------------------------                 -----------------------
13123 F5   Move to previous entry                     F1  Show this help text
13124 F6   Move to next entry
13125 F7   Show previous screen of address book
13126 F8   Show next screen of address book
13127 F12  WhereIs (search through address book)
13129 Address Selection Commands
13130 --------------------------
13131 F3   Exit the Address Select screen (without selecting an address)
13132 F4   Select the currently highlighted entry
13133 F8   Either Sets or Unsets all entries in this address book
13134 F9   Set or Unset the highlighted entry
13135 </PRE>
13136 <!--chtml else-->
13137 <PRE>
13138 Navigating the List of Messages                 General Alpine Commands
13139 -------------------------------                 -----------------------
13140  P   Move to previous entry                     ?  Show this help text
13141  N   Move to next entry
13142  -   Show previous screen of address book
13143 Spc  (space bar) Show next screen of address book
13144  W   WhereIs (search through address book)
13146 Address Selection Commands
13147 --------------------------
13148  E   Exit the Address Select screen (without selecting an address)
13149  S   Select the currently highlighted entry
13150  X   Set or Unset the highlighted entry
13151  A   Either Sets or Unsets all entries in this address book
13152 </PRE>
13153 <!--chtml endif-->
13156 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
13157 command.  Type &quot;S Select&quot; to select all of the entries you
13158 have marked, just as if you had typed them in by hand.
13161 An alternative method of composing a message to entries in your
13162 address book(s) is to first use the &quot;Select&quot; command from
13163 the address book maintenance screen and then the &quot;Apply&quot;
13164 &quot;ComposeTo&quot; command to start the composer composing to the
13165 selected entries.
13168 FOR MORE INFORMATION on addressing see
13169 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13170 <A HREF="h_abook_opened">Address Book Screen's</A>
13171 help text.
13173 &lt;End of help on this topic&gt;
13174 </BODY>
13175 </HTML>
13176 ===== h_abook_select_nicks_take =====
13177 <HTML>
13178 <HEAD>
13179 <TITLE>Take Address Nickname Selection Explained</TITLE>
13180 </HEAD>
13181 <BODY>
13182 <H1>TAKEADDR: SELECT NICKNAME</H1>
13183 <!--chtml if pinemode="function_key"-->
13184 <PRE>
13185 Navigating the List of Messages                 General Alpine Commands
13186 -------------------------------                 -----------------------
13187 F5   Move to previous entry                     F1  Show this help text
13188 F6   Move to next entry
13189 F7   Show previous screen of address book
13190 F8   Show next screen of address book
13191 F12  WhereIs (search through address book)
13193 Message Selection Commands
13194 --------------------------
13195 F3   Exit the Nickname Select screen (without selecting an address)
13196 F4   Select the currently highlighted entry
13197 </PRE>
13198 <!--chtml else-->
13199 <PRE>
13200 Navigating the List of Messages                 General Alpine Commands
13201 -------------------------------                 -----------------------
13202  P   Move to previous entry                     ?  Show this help text
13203  N   Move to next entry
13204  -   Show previous screen of address book
13205 Spc  (space bar) Show next screen of address book
13206  W   WhereIs (search through address book)
13208 Message Selection Commands
13209 --------------------------
13210  E   Exit the Nickname Select screen (without selecting an address)
13211  S   Select the currently highlighted entry
13212 </PRE>
13213 <!--chtml endif-->
13216 This screen is designed to let you modify or add to an existing
13217 address book entry.  You have already selected the name(s) and
13218 address(es) through &quot;Take Address&quot;.  This screen simply lets
13219 you scan your address books and select the nickname to be
13220 changed/augmented.  If you want to add a new entry, then you are in
13221 the wrong place-- Select &quot;Exit&quot; command.
13224 FOR MORE INFORMATION on addressing see
13225 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13226 <A HREF="h_abook_opened">Address Book Screen's</A>
13227 help text.
13229 &lt;End of help on this topic&gt;
13230 </BODY>
13231 </HTML>
13232 ===== h_abook_select_nick =====
13233 <HTML>
13234 <HEAD>
13235 <TITLE>Nickname Selection Explained</TITLE>
13236 </HEAD>
13237 <BODY>
13238 <H1>SELECT NICKNAME</H1>
13239 <!--chtml if pinemode="function_key"-->
13240 <PRE>
13241 Navigating the List of Messages                 General Alpine Commands
13242 -------------------------------                 -----------------------
13243 F5   Move to previous entry                     F1  Show this help text
13244 F6   Move to next entry
13245 F7   Show previous screen of address book
13246 F8   Show next screen of address book
13247 F12  WhereIs (search through address book)
13249 Message Selection Commands
13250 --------------------------
13251 F3   Exit the Nickname Select screen (without selecting an address)
13252 F4   Select the currently highlighted entry
13253 </PRE>
13254 <!--chtml else-->
13255 <PRE>
13256 Navigating the List of Messages                 General Alpine Commands
13257 -------------------------------                 -----------------------
13258  P   Move to previous entry                     ?  Show this help text
13259  N   Move to next entry
13260  -   Show previous screen of address book
13261 Spc  (space bar) Show next screen of address book
13262  W   WhereIs (search through address book)
13264 Message Selection Commands
13265 --------------------------
13266  E   Exit the Nickname Select screen (without selecting an address)
13267  S   Select the currently highlighted entry
13268 </PRE>
13269 <!--chtml endif-->
13272 This screen is designed to let you look at the nicknames in your address
13273 books before choosing a new one.
13276 FOR MORE INFORMATION on addressing see
13277 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13278 <A HREF="h_abook_opened">Address Book Screen's</A>
13279 help text.
13281 &lt;End of help on this topic&gt;
13282 </BODY>
13283 </HTML>
13284 ===== h_takeaddr_screen =====
13285 <HTML>
13286 <HEAD>
13287 <TITLE>Take Address Screen Explained</TITLE>
13288 </HEAD>
13289 <BODY>
13290 <H1>TAKE ADDRESS COMMANDS</H1>
13291 <!--chtml if pinemode="function_key"-->
13292 <PRE>
13293 Navigating the List of Addresses       Address Selection Commands        
13294 --------------------------------       --------------------------        
13295  F5  Move to previous entry            F3  Exit without taking address
13296  F6  Move to next entry                F4  Take current address(es)
13297  F7  Show previous page of address list
13298  F8  Show next page of address list
13299  F2  WhereIs (search list)
13300                                --------------
13301 Mode Toggle            F9  Set/Unset current address
13302 -----------            F10 Set all
13303  F12 Toggle between List and single mode       F11 Unset all
13304 </PRE>
13305 <!--chtml else-->
13306 <PRE>
13307 Navigating the List of Addresses       Address Selection Commands
13308 --------------------------------       --------------------------
13309  P  Move to previous entry              &lt;  Exit without taking address
13310  N  Move to next entry                  T  Take address
13311  -  Show previous page of address list
13312 Spc (space bar) Show next page of address list
13313  W  WhereIs (search list)              List Mode
13314                                        ---------
13315 Single Mode                             X  Set/Unset current address
13316 -----------                             A  Set all addresses
13317  L  Switch to list mode                 U  Unset all addresses
13318                                         S  Switch to single mode
13319 </PRE>
13320 <!--chtml endif-->
13322 <H2>Description of the Take Address Screen</H2>
13324 This screen is designed to let you select one or more address/name
13325 combinations from the current message and put them into your address book.
13326 The cursor is initially placed on the line with the message author.
13327 Other lines include the names of people and/or mailing lists who also
13328 received the message.  Other people &quot;involved&quot; in the
13329 message (e.g. the person named as Reply-To:) are also listed here.
13332 The simple case is adding a new, single entry into your address book. To
13333 do this, simply highlight the correct line and press 
13334 <!--chtml if pinemode="function_key"-->
13336 <!--chtml else-->
13337 &quot;T&quot;.
13338 <!--chtml endif-->
13339 To create a new list or add to an existing list, switch the screen display
13340 into List Mode by pressing
13341 <!--chtml if pinemode="function_key"-->
13342 F12.
13343 <!--chtml else-->
13344 &quot;L&quot;.
13345 <!--chtml endif-->
13346 In List Mode, you select the
13347 group of addresses you wish to manipulate by marking them with an
13348 &quot;X&quot;.
13349 The Set/Unset
13350 <!--chtml if pinemode="function_key"-->
13351 (F9)
13352 <!--chtml else-->
13353 (&quot;X&quot;)
13354 <!--chtml endif-->
13355 command will turn the &quot;X&quot; on for the
13356 highlighted address if it was off or turn it off if it was previously on.
13357 The SetAll command will select all of the addresses, and the UnSetAll
13358 command will turn off all the selections.  Once you've gotten the
13359 selection the way you want it, you may create a new list by pressing
13360 <!--chtml if pinemode="function_key"-->
13362 <!--chtml else-->
13363 &quot;T&quot;.
13364 <!--chtml endif-->
13367 In both the simple and list cases, after choosing to take the address,
13368 you will be asked for the nickname of the entry.  Typing in a new name
13369 creates the new entry/list.  Entering an existing nickname will replace
13370 the entry (simple case) or add to the list (list case).  Alternatively,
13371 you can press Ctrl-T at the nickname prompt and select an existing
13372 nickname from your address book.
13375 You will normally start in Single Mode, unless you used the Apply command
13376 to startup the TakeAddr screen, in which case you will start in List Mode.
13377 You may switch between the two modes at any time.  If you've already
13378 selected several addresses in List Mode, those will be remembered when you
13379 switch to Single Mode and then back to List Mode.  The set of addresses
13380 that are pre-selected when you start in List Mode are the From addresses
13381 of all of the messages you are operating on.  You may, of course, easily
13382 erase those selections with the UnSetAll command.
13385 If you have more than one writable address book, you will be prompted for
13386 the name of the address book you wish to add the new entry to before
13387 anything else. You can use ^N and ^P to choose among the defined address
13388 books, or type in the address book name.
13391 FOR MORE INFORMATION on addressing see
13392 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13393 <A HREF="h_abook_opened">Address Book Screen's</A>
13394 help text.
13396 &lt;End of help on this topic&gt;
13397 </BODY>
13398 </HTML>
13399 ===== h_takeexport_screen =====
13400 <HTML>
13401 <HEAD>
13402 <TITLE>Take Export Screen Explained</TITLE>
13403 </HEAD>
13404 <BODY>
13405 <H1>TAKE EXPORT COMMANDS</H1>
13406 <!--chtml if pinemode="function_key"-->
13407 <PRE>
13408 Navigating the List of Addresses       Address Selection Commands        
13409 --------------------------------       --------------------------        
13410  F5  Move to previous entry            F3  Exit without taking address
13411  F6  Move to next entry                F4  Take current address(es)
13412  F7  Show previous page of address list
13413  F8  Show next page of address list
13414  F2  WhereIs (search list)
13415                                --------------
13416 Mode Toggle            F9  Set/Unset current address
13417 -----------            F10 Set all
13418  F12 Toggle between List and single mode       F11 Unset all
13419 </PRE>
13420 <!--chtml else-->
13421 <PRE>
13422 Navigating the List of Addresses       Address Selection Commands
13423 --------------------------------       --------------------------
13424  P  Move to previous entry              &lt;  Exit without taking address
13425  N  Move to next entry                  T  Take address
13426  -  Show previous page of address list
13427 Spc (space bar) Show next page of address list
13428  W  WhereIs (search list)              List Mode
13429                                        ---------
13430 Single Mode                             X  Set/Unset current address
13431 -----------                             A  Set all addresses
13432  L  Switch to list mode                 U  Unset all addresses
13433                                         S  Switch to single mode
13434 </PRE>
13435 <!--chtml endif-->
13437 <H2>Description of the Take Export Screen</H2>
13439 This screen is designed to let you select one or more addresses
13440 from the current message and put them into a file.
13441 Only the user@domain_name part of each address is put into the file.
13444 To put a single entry into a file simply highlight the correct line and press 
13445 <!--chtml if pinemode="function_key"-->
13447 <!--chtml else-->
13448 &quot;T&quot;.
13449 <!--chtml endif-->
13450 To put more than one entry into a file
13451 switch the screen display
13452 into List Mode by pressing
13453 <!--chtml if pinemode="function_key"-->
13454 F12.
13455 <!--chtml else-->
13456 &quot;L&quot;.
13457 <!--chtml endif-->
13458 In List Mode, you select the
13459 group of addresses you wish to manipulate by marking them with an
13460 &quot;X&quot;.
13461 The Set/Unset
13462 <!--chtml if pinemode="function_key"-->
13463 (F9)
13464 <!--chtml else-->
13465 (&quot;X&quot;)
13466 <!--chtml endif-->
13467 command will turn the &quot;X&quot; on for the
13468 highlighted address if it was off or turn it off if it was previously on.
13469 The SetAll command will select all of the addresses, and the UnSetAll
13470 command will turn off all the selections.  Once you've gotten the
13471 selection the way you want it, you may put the addresses in a file by typing
13472 <!--chtml if pinemode="function_key"-->
13474 <!--chtml else-->
13475 &quot;T&quot;.
13476 <!--chtml endif-->
13479 You will be asked for the name of a file to put the addresses in.
13480 If the file already exists, you will be asked whether you want to Overwrite
13481 (replace) the contents of the file or Append to the contents of the file.
13484 &lt;End of help on this topic&gt;
13485 </BODY>
13486 </HTML>
13487 ============= h_abook_view ========================
13488 <HTML>
13489 <HEAD>
13490 <TITLE>Address Book View Explained</TITLE>
13491 </HEAD>
13492 <BODY>
13493 This function allows you to view the contents of an address book entry. You
13494 can only view one entry at a time.
13496 <DL>
13497 <DT>Help
13498 <!--chtml if pinemode="function_key"-->
13499 (F1)
13500 <!--chtml else-->
13502 <!--chtml endif-->
13503 </DT>
13504 <DD>
13505 Display this help text.
13507 <DT>Abook
13508 <!--chtml if pinemode="function_key"-->
13509 (F3)
13510 <!--chtml else-->
13511 (&lt;)
13512 <!--chtml endif-->
13513 </DT>
13514 <DD>
13515 Go back to index of address book entries.
13517 <DT>Update
13518 <!--chtml if pinemode="function_key"-->
13519 (F4)
13520 <!--chtml else-->
13522 <!--chtml endif-->
13523 </DT>
13524 <DD>
13525 Update (modify) this entry.
13527 <DT>ComposeTo
13528 <!--chtml if pinemode="function_key"-->
13529 (F5)
13530 <!--chtml else-->
13532 <!--chtml endif-->
13533 </DT>
13534 <DD>Compose a message to the address(es) in this entry.
13536 <DT>Role
13537 <!--chtml if pinemode="function_key"-->
13538 (F6)
13539 <!--chtml else-->
13541 <!--chtml endif-->
13542 </DT>
13543 <DD>Compose a message to the address(es) in this entry using roles.
13545 <DT>Prev Page
13546 <!--chtml if pinemode="function_key"-->
13547 (F7)
13548 <!--chtml else-->
13550 <!--chtml endif-->
13551 </DT>
13552 <DD>
13553 Show the previous page of the current entry.
13555 <DT>Next Page
13556 <!--chtml if pinemode="function_key"-->
13557 (F8)
13558 <!--chtml else-->
13559 (Space)
13560 <!--chtml endif-->
13561 </DT>
13562 <DD>
13563 Show the next page of the current entry.
13565 <DT>Print
13566 <!--chtml if pinemode="function_key"-->
13567 (F9)
13568 <!--chtml else-->
13570 <!--chtml endif-->
13571 </DT>
13572 <DD>Print the current entry.  You can select the
13573 printer or the print command via the &quot;Setup&quot; command
13574 on the MAIN MENU.
13576 <DT>WhereIs
13577 <!--chtml if pinemode="function_key"-->
13578 (F10)
13579 <!--chtml else-->
13581 <!--chtml endif-->
13582 </DT>
13583 <DD>Search the entry for a string of letters.  If it is
13584 found, move to it.  The string can be one word or a phrase.
13585 If there are multiple occurrences, the cursor moves to the
13586 first occurrence beyond the current cursor position.
13588 <DT>Fwd Email
13589 <!--chtml if pinemode="function_key"-->
13590 (F11)
13591 <!--chtml else-->
13593 <!--chtml endif-->
13594 </DT>
13595 <DD>Begin composition of a new mail message with the displayed
13596 text already inserted in the message body.
13598 </DL>
13600 &lt;End of help on this topic&gt;
13601 </BODY>
13602 </HTML>
13603 ============= h_ldap_view ========================
13604 <HTML>
13605 <HEAD>
13606 <TITLE>LDAP Response View Explained</TITLE>
13607 </HEAD>
13608 <BODY>
13609 This function allows you to view the contents of a directory entry. You
13610 can only view one entry at a time.
13612 <DL>
13613 <DT>Help
13614 <!--chtml if pinemode="function_key"-->
13615 (F1)
13616 <!--chtml else-->
13618 <!--chtml endif-->
13619 </DT>
13620 <DD>
13621 Display this help text.
13623 <DT>Results Index
13624 <!--chtml if pinemode="function_key"-->
13625 (F3)
13626 <!--chtml else-->
13627 (&lt;)
13628 <!--chtml endif-->
13629 </DT>
13630 <DD>Go back to index of search results.
13632 <DT>ComposeTo
13633 <!--chtml if pinemode="function_key"-->
13634 (F5)
13635 <!--chtml else-->
13637 <!--chtml endif-->
13638 </DT>
13639 <DD>Compose a message to the address(es) in this entry.
13641 <DT>Role
13642 <!--chtml if pinemode="function_key"-->
13643 (F6)
13644 <!--chtml else-->
13646 <!--chtml endif-->
13647 </DT>
13648 <DD>Compose a message to the address(es) in this entry using roles.
13650 <DT>Prev Page
13651 <!--chtml if pinemode="function_key"-->
13652 (F7)
13653 <!--chtml else-->
13655 <!--chtml endif-->
13656 </DT>
13657 <DD>
13658 Show the previous page of the current entry.
13660 <DT>Next Page
13661 <!--chtml if pinemode="function_key"-->
13662 (F8)
13663 <!--chtml else-->
13664 (Space)
13665 <!--chtml endif-->
13666 </DT>
13667 <DD>
13668 Show the next page of the current entry.
13670 <DT>Print
13671 <!--chtml if pinemode="function_key"-->
13672 (F9)
13673 <!--chtml else-->
13675 <!--chtml endif-->
13676 </DT>
13677 <DD>Print the current entry on paper.  You can select the
13678 printer or the print command via the &quot;Setup&quot; command
13679 on the MAIN MENU.
13681 <DT>WhereIs
13682 <!--chtml if pinemode="function_key"-->
13683 (F10)
13684 <!--chtml else-->
13686 <!--chtml endif-->
13687 </DT>
13688 <DD>Search the entry for a string of letters.  If it is
13689 found, move to it.  The string can be one word or a phrase.
13690 If there are multiple occurrences, the cursor moves to the
13691 first occurrence beyond the current cursor position.
13693 <DT>Fwd Email
13694 <!--chtml if pinemode="function_key"-->
13695 (F11)
13696 <!--chtml else-->
13698 <!--chtml endif-->
13699 </DT>
13700 <DD>Begin composition of a new mail message with the displayed
13701 text already inserted in the message body.
13703 <DT>Save
13704 <!--chtml if pinemode="function_key"-->
13705 (F12)
13706 <!--chtml else-->
13708 <!--chtml endif-->
13709 </DT>
13710 <DD>Save the displayed entry to one of your address books or export
13711 it to a file.
13712 </DL>
13714 &lt;End of help on this topic&gt;
13715 </BODY>
13716 </HTML>
13717 ===== h_attachment_screen =====
13718 <HTML>
13719 <HEAD>
13720 <TITLE>Attachment Index Screen Explained</TITLE>
13721 </HEAD>
13722 <BODY>
13723 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
13724 message's attachments, and allows various operations on them.  The
13725 first attachment is usually the message text, but does not include the
13726 header portion of the message.
13728 Available commands include:
13730 <DL>
13732 <DT>Help</DT>
13733 <DD>Show this help text.
13735 <DT>Msg #<I>num</I></DT>
13736 <DD>Leave this screen without displaying or saving any attachments.
13738 <DT>View</DT>
13739 <DD>View the currently selected attachment.
13741 <DT>External</DT>
13742 <DD>Passes a TEXT/HTML message to an external browser for its display.
13744 <DT>Prev Attach</DT>
13745 <DD>Move to previous attachment.
13747 <DT>Next Attach</DT>
13748 <DD>Move to next attachment.
13750 <DT>Prev Page</DT>
13751 <DD>Previous page of the listed attachments.
13753 <DT>Next Page</DT>
13754 <DD>Next page of the listed attachments.
13756 <DT>Delete</DT>
13757 <DD>Mark the currently selected attachment for Deletion.
13758 This does not modify the current message by deleting the attachment from
13759 it, but instead the delete flag <EM>only</EM> has an effect when saving
13760 the message to a folder.
13761 Attachments marked for deletion are not copied to the destination folder
13762 along with the rest of the message when it is saved.
13763 It is ok for the destination folder to be the same as the current folder.
13764 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
13766 <DT>Undelete</DT>
13767 <DD>Turn off the Delete flag for the selected attachment.
13769 <DT>Save</DT>
13770 <DD>Save the selected attachment to a file.  If the attachment is of
13771 type &quot;RFC822/Message&quot;, then the attachment will be saved to
13772 the specified mail folder.
13774 <DT>Export</DT>
13775 <DD>If the attachment is of
13776 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
13777 copy the message to a file in the same way this command works on 
13778 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13780 <DT>Pipe</DT>
13781 <DD>Pipe the attachment contents into a UNIX command (if enabled).
13782 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
13784 <DT>WhereIs</DT>
13785 <DD>Find a matching string in the attachment list.
13787 <DT>AboutAttch</DT>
13788 <DD>Examine various aspects of the selected attachment.
13790 <DT>Print</DT>
13791 <DD>Print the selected attachment.
13793 <DT>Forward</DT>
13794 <DD>Forward the selected attachment as an attachment.
13795 </DL>
13799 All attachments can be saved or piped into a UNIX command, but some may
13800 not be readily displayed by either Alpine or an external tool.  In such
13801 cases, the reason why the message cannot be displayed is displayed on
13802 Alpine's message line.
13804 &lt;End of help on this topic&gt;
13805 </BODY>
13806 </HTML>
13807 ============= h_mail_text_att_view ========================
13808 <HTML>
13809 <HEAD>
13810 <TITLE>Attachment View Screen Explained</TITLE>
13811 </HEAD>
13812 <BODY>
13813 This function allows you to view the contents of a text attachment. You
13814 can only view one attachment at a time.
13816 Available commands include:
13818 <DL>
13820 <DT>Help</DT>
13821 <DD>Display this help text
13823 <DT>AttchIndex</DT>
13824 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
13826 <DT>Prev Page</DT>
13827 <DD>Show the previous page of the current attachment.
13829 <DT>Next Page</DT>
13830 <DD>Show the next page of the current attachment by pressing the space bar.
13832 <DT>Delete</DT>
13833 <DD>Mark the viewed attachment for Deletion.  The delete
13834 flag <EM>only</EM> has affect when saving the message to a folder.
13835 Attachments marked for deletion are excluded from the message when
13836 it is saved.  In addition, the delete mark <EM>only</EM> applies to
13837 this Alpine session.
13839 <DT>Undelete</DT>
13840 <DD>Turn off the Delete flag for the selected attachment.
13842 <DT>Save</DT>
13843 <DD>Copy the current attachment to a file.  If you just enter
13844 a filename, the attachment will be saved with that name in
13845 your home directory 
13846 <!--chtml if pinemode="running"-->
13847 (which, in the present configuration of your system, is
13848  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13849 <!--chtml endif-->
13850 or current working directory
13851 <!--chtml if pinemode="running"-->
13852 (which, at least for your current Alpine &quot;session,&quot; 
13853 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13854 <!--chtml endif-->, depending on the
13855 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13856 configuration setting.  You may enter the full
13857 path and filename to save it in another directory instead.
13859 <DT>Export</DT>
13860 <DD>If the attachment is of
13861 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
13862 copy the message to a file in the same way this command works on 
13863 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13864 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
13865 defined, they may affect the contents of the exported file.)
13867 <DT>Pipe</DT>
13868 <DD>Pipe the attachment contents into a UNIX command (if enabled)
13870 <DT>WhereIs</DT>
13871 <DD>Search the attachment for a string of letters.  If it is
13872 found, move to it.  The string can be one word or a phrase.
13873 If there are multiple occurrences, the cursor moves to the
13874 first occurrence beyond the current cursor position.
13876 <DT>Print</DT>
13877 <DD>Print the current attachment on paper.  You can select the
13878 printer or the print command via the &quot;Setup&quot; command
13879 on the MAIN MENU.
13881 <DT>Forward</DT>
13882 <DD>Forward the selected attachment as an attachment.
13883 </DL>
13885 &lt;End of help on this topic&gt;
13886 </BODY>
13887 </HTML>
13888 ============= h_journal ==============
13889 <HTML>
13890 <HEAD>
13891 <TITLE>Recent Message Journal Explained</TITLE>
13892 </HEAD>
13893 <BODY>
13895 The following commands are available on this screen:
13897 <DL>
13898 <DT>Help</DT>
13899 <DD>Show this help text
13901 <DT>Exit</DT>
13902 <DD>Exit Viewer, and go back to mail processing
13904 <DT>Prev Page</DT>
13905 <DD>Show the previous page text
13907 <DT>Next Page</DT>
13908 <DD>Show the next page of text by pressing the space bar
13910 <DT>Print</DT>
13911 <DD>Print the displayed text on paper.  You can select the
13912 printer or the print command via the &quot;Setup&quot; command
13913 on the MAIN MENU.
13915 <DT>Fwd Email</DT>
13916 <DD>Begin composition of a new mail message with the displayed
13917 text already inserted in the message body.
13919 <DT>Save</DT>
13920 <DD>Copy the displayed text to a file.  If you just enter
13921 a filename, the text will be saved with that name in
13922 your 
13923 home directory 
13924 <!--chtml if pinemode="running"-->
13925 (which, in the present configuration of your system, is
13926  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13927 <!--chtml endif-->
13928 or current working directory
13929 <!--chtml if pinemode="running"-->
13930 (which, at least for your current Alpine &quot;session,&quot; 
13931 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13932 <!--chtml endif-->, depending on the
13933 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13934 configuration setting.   You may enter the full
13935 path and filename to save it in another directory instead.
13937 <DT>WhereIs</DT>
13938 <DD>Search the text for a string of letters.  If it is
13939 found, move to it.  The string can be one word or a phrase.
13940 If there are multiple occurrences, the cursor moves to the
13941 first occurrence beyond the current cursor position.
13942 </DL>
13944 &lt;End of help on this topic&gt;
13945 </BODY>
13946 </HTML>
13947 ============= h_debugjournal ==============
13948 <HTML>
13949 <HEAD>
13950 <TITLE>Debug Journal Explained</TITLE>
13951 </HEAD>
13952 <BODY>
13954 The following commands are available on this screen:
13956 <DL>
13957 <DT>Help</DT>
13958 <DD>Show this help text
13960 <DT>Exit</DT>
13961 <DD>Exit Viewer, and go back to mail processing
13963 <DT>Timestamps</DT>
13964 <DD>Turn on or off timestamps.
13966 <DT>DebugView</DT>
13967 <DD>Set the level of debugging you want to see. The level may be any number
13968 in the range 0-9. Higher numbers show more debugging detail. Note that the
13969 debugging information has already been captured. This setting just causes the
13970 debugging information that you see to be filtered. If you set this to
13971 the number &quot;5&quot; then you will be shown all of the debugging information
13972 at levels 5 and below.
13973 It's actually a bit more complicated than that. A fixed amount of memory
13974 is used to store the debug information.
13975 Since the amount of memory used is limited the debugging information
13976 has to be trimmed back when it gets too large.
13978 <DT>Prev Page</DT>
13979 <DD>Show the previous page text
13981 <DT>Next Page</DT>
13982 <DD>Show the next page of text by pressing the space bar
13984 <DT>Print</DT>
13985 <DD>Print the displayed text on paper.  You can select the
13986 printer or the print command via the &quot;Setup&quot; command
13987 on the MAIN MENU.
13989 <DT>Fwd Email</DT>
13990 <DD>Begin composition of a new mail message with the displayed
13991 text already inserted in the message body.
13993 <DT>Save</DT>
13994 <DD>Copy the displayed text to a file.  If you just enter
13995 a filename, the text will be saved with that name in
13996 your 
13997 home directory 
13998 <!--chtml if pinemode="running"-->
13999 (which, in the present configuration of your system, is
14000  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14001 <!--chtml endif-->
14002 or current working directory
14003 <!--chtml if pinemode="running"-->
14004 (which, at least for your current Alpine &quot;session,&quot; 
14005 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14006 <!--chtml endif-->, depending on the
14007 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14008 configuration setting.   You may enter the full
14009 path and filename to save it in another directory instead.
14011 <DT>WhereIs</DT>
14012 <DD>Search the text for a string of letters.  If it is
14013 found, move to it.  The string can be one word or a phrase.
14014 If there are multiple occurrences, the cursor moves to the
14015 first occurrence beyond the current cursor position.
14016 </DL>
14018 &lt;End of help on this topic&gt;
14019 </BODY>
14020 </HTML>
14021 ============= h_simple_text_view ==============
14022 <HTML>
14023 <HEAD>
14024 <TITLE>Simple Text View Screen Explained</TITLE>
14025 </HEAD>
14026 <BODY>
14028 The following commands are available on this screen:
14030 <DL>
14031 <DT>Help</DT>
14032 <DD>Show this help text
14034 <DT>Exit</DT>
14035 <DD>Exit Viewer, and go back to mail processing
14037 <DT>Prev Page</DT>
14038 <DD>Show the previous page text
14040 <DT>Next Page</DT>
14041 <DD>Show the next page of text by pressing the space bar
14043 <DT>Print</DT>
14044 <DD>Print the displayed text on paper.  You can select the
14045 printer or the print command via the &quot;Setup&quot; command
14046 on the MAIN MENU.
14048 <DT>Fwd Email</DT>
14049 <DD>Begin composition of a new mail message with the displayed
14050 text already inserted in the message body.
14052 <DT>Save</DT>
14053 <DD>Copy the displayed text to a file.  If you just enter
14054 a filename, the attachment will be saved with that name in
14055 your 
14056 home directory 
14057 <!--chtml if pinemode="running"-->
14058 (which, in the present configuration of your system, is
14059  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14060 <!--chtml endif-->
14061 or current working directory
14062 <!--chtml if pinemode="running"-->
14063 (which, at least for your current Alpine &quot;session,&quot; 
14064 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14065 <!--chtml endif-->, depending on the
14066 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14067 configuration setting.   You may enter the full
14068 path and filename to save it in another directory instead.
14070 <DT>WhereIs</DT>
14071 <DD>Search the attachment for a string of letters.  If it is
14072 found, move to it.  The string can be one word or a phrase.
14073 If there are multiple occurrences, the cursor moves to the
14074 first occurrence beyond the current cursor position.
14075 </DL>
14077 &lt;End of help on this topic&gt;
14078 </BODY>
14079 </HTML>
14080 ======= h_pine_for_windows ========
14081 <HTML>
14082 <HEAD>
14083 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
14084 </HEAD>
14085 <BODY>
14086 <H1>Getting Help In PC-Alpine</H1>
14089 PC-Alpine offers general and specific help text. From the <A
14090 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
14091 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
14092 specific help for that screen is available from the toolbar Help menu or
14093 with the 
14094 <!--chtml if pinemode="function_key"-->
14095 &quot;F1&quot; key.
14096 <!--chtml else-->
14097 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
14098 typing &quot;?&quot; would be mistaken as entering text.
14099 <!--chtml endif-->
14102 Although this version of Alpine is for Microsoft Windows, it is not
14103 considered a full &quot;Graphical User Interface&quot; application. 
14104 Yet, many of the controls that Windows users are accustomed to seeing, 
14105 such as scrollbars and toolbars, are available.
14108 PC-Alpine offers considerable mouse support.  You can view what is
14109 &quot;click-able&quot; by dragging your mouse over any screen; when the
14110 arrow cursor changes into a hand, you found something. Mouse-click
14111 possibilities include navigating between screens and folders and
14112 double-clicking on hyperlinks to open your Web browser.
14113 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
14114 screen.  Examples of right-click options include &quot;copy&quot; after
14115 selecting text to copy and &quot;View in New Window&quot; when you click
14116 on a particular message in the Message Index. The menu choices available
14117 to you will vary based upon what screen is open, where on the screen your
14118 cursor is located, and even what action you have already taken.
14121 &lt;End of help on this topic&gt;
14122 </BODY>
14123 </HTML>
14124 ===== h_composer =====
14125 <HTML>
14126 <HEAD>
14127 <TITLE>COMPOSER COMMANDS</TITLE>
14128 </HEAD>
14129 <BODY>
14130 <H1>COMPOSER COMMANDS</H1>
14132 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>
14133 &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>
14134 &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>
14135 &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>
14136 &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>
14137 &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>
14138 &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>
14139 &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>
14140 &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>
14141 &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>
14142 ---------------------------------------|&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>
14143 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>
14144 &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>
14145 &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>
14146 &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>
14149 NOTE:
14150 <OL>
14151  <LI>For help on a particular command, highlight the bold text associated
14152 with it above and hit Return.
14153  <LI> The availability of certain commands
14154 is determined by Alpine configuration files and system capabilities.
14155 At some sites, certain commands may not be available due to security or
14156 support concerns.
14157  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14158 Ctrl-&#92;, ESC.
14159  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14160 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14161 </OL>
14164 HINT: To move rapidly to the bottom of a message you are composing,
14165 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
14166 with the Mark and Cut commands to eliminate large amounts of unwanted
14167 text in a Reply.
14169 <H2>Description of Composer</H2>
14171 Alpine has a built-in editing program that allows you to compose messages
14172 without having to leave Alpine.  The editor is designed to be very simple to
14173 use so that you can get started writing email right away.
14176 Messages are usually just text, about 80 columns wide.  Using upper and
14177 lower case is encouraged.  On some systems the size limit of the message
14178 is about 100,000 characters, which is about 2,000 lines.  You can include
14179 punctuation and special characters found on most keyboards, but you can't
14180 include characters with diacritical marks and certain special symbols.
14183 Text automatically wraps as you type past the end of a line so you do not
14184 have to hit return.  Using the
14185 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
14186 you can also reformat text explicitly, perhaps after you have
14187 deleted some text.
14190 You can include other text files with the 
14191 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
14192 which will prompt you for the name of the file to insert at the
14193 current cursor position.
14196 <UL>
14197 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14198 </UL>
14200 &lt;End of help on this topic&gt;
14201 </BODY>
14202 </HTML>
14203 ====== h_composer_browse =====
14204 <HTML>
14205 <HEAD>
14206 <TITLE>BROWSER</TITLE>
14207 </HEAD>
14208 <BODY>
14209 <H1>BROWSER</H1>
14210 This screen lets you browse your files and directories.  To go to another 
14211 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
14212 choose &quot;Select&quot; (the default choice on the menu); 
14213 or choose &quot;Goto&quot; and enter the name of the directory.
14214 <!--chtml if pinemode="os_windows"-->
14215 <!--chtml else--> 
14216 In Unix Alpine, you may use 
14217 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
14218 to another's home directory.  
14219 <!--chtml endif--><P>
14220 To select a file, move the cursor to it and 
14221 choose &quot;Select&quot; (the default choice on the menu).  
14223 <UL>
14224 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
14225 inclusion in the 
14226 message body (that is, you chose &quot;Read File&quot; with the cursor under 
14227 the 
14228 &quot;----- Message Text -----&quot; line
14229 while composing, then &quot;To Files&quot;):  Since the file 
14230 selected will become part of the message text, it must be in a format 
14231 suitable for that (Alpine does not check!), such as a plain text file.
14232 Files of other formats (for example, graphics, databases, software 
14233 programs) should be 
14234 <B>attached</B> to the message instead --
14235 by moving the cursor in the COMPOSE MESSAGE screen into the 
14236 message header area and pressing 
14237 <!--chtml if pinemode="function_key"-->
14239 <!--chtml else-->
14240 Ctrl-J.
14241 <!--chtml endif--> 
14243 <P><LI>
14244 Note <B>if</B> you are currently using the BROWSER for saving a message 
14245 attachment, or exporting a message, to a file: You can use the Add command to 
14246 provide the name for a new file to save/export to, and then select that name 
14247 to use it for the save/export operation.  Back at the prompt 
14248 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
14249 either Overwrite or Append (it doesn't make a difference, since the file is 
14250 so far empty).  Note: If you cancel the 
14251 operation at that point, the file created with the Add command will remain 
14252 0 bytes in size.
14254 </UL>
14255 <P><UL>
14256 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14257 </UL>
14259 &lt;End of help on this topic&gt;
14260 </BODY>
14261 </HTML>
14262 ====== h_composer_ins =====
14263 <HTML>
14264 <HEAD>
14265 <TITLE>INSERT TEXT FILE</TITLE>
14266 </HEAD>
14267 <BODY>
14268 <H1>INSERT TEXT FILE</H1>
14270 Use this function to insert a text file. The file name
14271 given can be an absolute file path name for your system
14272 <!--chtml if pinemode="os_windows"-->
14273 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14274 with a relative pathname, or simply a file name without
14275 drive or directory specification.  
14276 <!--chtml else-->
14277 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14278 a file in your home directory, or a file path relative to your 
14279 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14280 your home directory or &quot;~user&quot; to refer to another
14281 account's home directory.
14282 <!--chtml endif-->
14284 No wild card characters may be used.  
14285 The file must reside on the system running Alpine.
14287 If the 
14288 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14289 feature is set, names are relative to your current working directory 
14290 <!--chtml if pinemode="running"-->
14291 (which, at least for your current Alpine &quot;session,&quot; 
14292 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14293 <!--chtml endif-->
14294 rather than your home directory
14295 <!--chtml if pinemode="running"-->
14296 (which, in the present configuration of your system, is
14297  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14298 <!--chtml endif-->
14300 <P><UL>
14301 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14302 </UL>
14304 &lt;End of help on this topic&gt;
14305 </BODY>
14306 </HTML>
14307 ====== h_composer_ins_m =====
14308 <HTML>
14309 <HEAD>
14310 <TITLE>INSERT MESSAGE</TITLE>
14311 </HEAD>
14312 <BODY>
14313 <H1>INSERT MESSAGE</H1>
14315 Type in the number of a message in the currently open folder to insert it
14316 into your message.
14317 <P><UL>
14318 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14319 </UL>
14321 &lt;End of help on this topic&gt;
14322 </BODY>
14323 </HTML>
14324 ====== h_composer_search =====
14325 <HTML>
14326 <HEAD>
14327 <TITLE>Explanation of Composer Whereis Command </TITLE>
14328 </HEAD>
14329 <BODY>
14330 <H1>Help For Whereis Command</H1>
14332 Whereis is used to search the message for a word or part of a word.
14333 When searching in the composer, only the message part of your mail is
14334 searched, and the cursor is put on the first occurrence appearing
14335 after the location of the cursor.  The search will wrap to the
14336 beginning of the message when it no longer finds matches in the
14337 remainder of the message.
14339 To search for the same string a second time, press 
14340 <!--chtml if pinemode="function_key"-->
14341 &quot;F6&quot;
14342 <!--chtml else-->
14343 &quot;^W&quot;
14344 <!--chtml endif-->
14345 to begin search and then just press RETURN to accept the previous
14346 search string shown in square brackets rather than entering a new
14347 search string.<P>
14349 The &quot;Search&quot; prompt has several sub-command available:
14351 <DL>
14352 <DT>Get Help</DT>
14353 <DD> Takes you to this help page.
14355 <DT>Cancel</DT>
14356 <DD> Cancels the prompt.  No search takes place.
14358 <DT>First Line</DT>
14359 <DD> Takes you back to the composer with the cursor on the first character
14360 of the first line of text.
14362 <DT>Last Line</DT>
14363 <DD> Takes you back to the composer with the cursor on the last character
14364 of the last line of text.
14366 <DT>Replace (Optional)</DT>
14367 <DD> This sub-command is enabled by the 
14368 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14369 feature (which is on by default); see its help screen for details on how replacing works.
14371 </DL>
14373 &lt;End of help on this topic&gt;
14374 </BODY>
14375 </HTML>
14376 ====== h_sigedit_search =====
14377 <HTML>
14378 <HEAD>
14379 <TITLE>Explanation of Whereis Command </TITLE>
14380 </HEAD>
14381 <BODY>
14382 <H1>Help For Whereis Command</H1>
14384 Whereis is used to search for a word or part of a word.
14385 When searching the cursor is put on the first occurrence appearing
14386 after the location of the cursor.  The search will wrap to the
14387 beginning of the signature when it no longer finds matches in the
14388 remainder of the signature.
14390 To search for the same string a second time, press 
14391 <!--chtml if pinemode="function_key"-->
14392 &quot;F6&quot;
14393 <!--chtml else-->
14394 &quot;^W&quot;
14395 <!--chtml endif-->
14396 to begin search and then just press RETURN to accept the previous
14397 search string shown in square brackets rather than entering a new
14398 search string.<P>
14400 The &quot;Search&quot; prompt has several sub-command available:
14402 <DL>
14403 <DT>Get Help</DT>
14404 <DD> Takes you to this help page.
14406 <DT>Cancel</DT>
14407 <DD> Cancels the prompt.  No search takes place.
14409 <DT>First Line</DT>
14410 <DD> Takes you back to the composer with the cursor on the first character
14411 of the first line of text.
14413 <DT>Last Line</DT>
14414 <DD> Takes you back to the composer with the cursor on the last character
14415 of the last line of text.
14417 <DT>Replace (Optional)</DT>
14418 <DD> This sub-command is enabled by the 
14419 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14420 feature (which is on by default); see its help screen for details on how replacing works.
14422 </DL>
14424 &lt;End of help on this topic&gt;
14425 </BODY>
14426 </HTML>
14427 ======= h_composer_to ====
14428 <HTML>
14429 <HEAD>
14430 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
14431 </HEAD>
14432 <BODY>
14433 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
14435 <H2>The &quot;To:&quot; field</H2>
14436 The address you enter here must be a valid email address that is reachable
14437 from your site. 
14439 <H2>Email Address Format</H2>
14440 You may enter a full name and email address, 
14441 <!--chtml if pinemode="os_windows"-->
14442 <!--chtml else-->
14443 a local (meaning, on the same 
14444 host as the one you are running Alpine on) username that Alpine will
14445 complete for you, 
14446 <!--chtml endif-->
14447 the nickname of someone in a 
14448 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
14449 mail alias defined by your system administrator.  When you move the cursor
14450 out of this field, the nicknames will be expanded to the addresses in your
14451 address book, and the local usernames will be expanded to include the 
14452 persons' actual names.  You may enter as many addresses as you wish, but they 
14453 must be separated by commas.  You can move around this and other header fields
14454 with the arrow keys and use many of the usual composer editing keys.
14456 <UL>
14457 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14458 </UL>
14461 <H2>MESSAGE HEADER COMMANDS</H2>
14462 <!--chtml if pinemode="function_key"-->
14463 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14464 ^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>
14465 ^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>
14466 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
14467 ^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>
14468 ^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>
14469 ^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>
14470 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>
14471 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>
14472 ^@&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>
14473 ----------------------------------------|<BR>
14474 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
14475 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>
14476 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>
14477 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>
14478 <!--chtml else-->
14479 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14480 ^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>
14481 ^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>
14482 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
14483 ^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>
14484 ^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>
14485 ^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>
14486 ^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>
14487 ^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>
14488 ^@&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>
14489 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
14490 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>
14491 ^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>
14492 ^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>
14493 ^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>
14494 <!--chtml endif-->
14497 NOTE:
14498 <OL>
14499  <LI>For help on a particular command, highlight the bold text associated
14500 with it above and hit Return.
14501  <LI> The availability of certain commands 
14502 is determined by Alpine configuration files and system capabilities.
14503 At some sites, certain commands may not be available due to security or
14504 support concerns.
14505 </OL>
14508 <UL>   
14509 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14510 </UL><P>
14511 &lt;End of help on this topic&gt;
14512 </BODY>
14513 </HTML>
14514 ======= h_composer_cc ====
14515 <HTML>
14516 <HEAD>
14517 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
14518 </HEAD>
14519 <BODY>
14520 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
14521 The Cc: field is just like the To: field, except it is used for addressees
14522 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
14523 not directly meant directly &quot;for&quot; these recipients, but you wanted 
14524 them to see the message.  The only difference the recipients see is that their 
14525 name is in the Cc: field, rather than the To: field.
14527 For help with Cc: field editing
14528 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14530 <UL>
14531 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14532 </UL>
14534 <UL>   
14535 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14536 </UL><P>
14537 &lt;End of help on this topic&gt;
14538 </BODY>
14539 </HTML>
14540 ======= h_composer_bcc ====
14541 <HTML>
14542 <HEAD>
14543 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
14544 </HEAD>
14545 <BODY>
14546 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
14547 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
14548 a copy of the message to one or more people whose addresses you do not
14549 wish disclosed, either to reduce clutter or for confidentiality.
14551 The format of the Bcc: field is just the same as the To: and Cc: fields in
14552 the way the addresses are entered.  The recipients listed here will
14553 receive a copy of the message, but --assuming your site's mail transport
14554 software is properly configured-- their addresses will not show up in the
14555 headers of the message, as delivered to all of the recipients.  The To:
14556 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
14558 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
14559 will automatically generate and place in the To: field a pseudo-address of 
14560   &quot;undisclosed-recipients: ;&quot;
14561 or whatever string has been specified in the 
14562 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
14563 variable.
14565 The reason for this is to avoid embarrassment caused by some Internet
14566 mail transfer software that interprets a &quot;missing&quot; To: header as 
14567 an error and replaces it with an Apparently-to: header that may contain
14568 the addresses you entered on the Bcc: line.  In addition, it may be
14569 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
14571 You can manipulate what text ends up on the (originally) empty To:
14572 field.  Just remember to put a colon and semicolon at the end of the
14573 field, which is a special notation denoting that it is not a real address.
14575 For information on message header editing
14576 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14578 <UL>
14579 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14580 </UL>
14582 <UL>   
14583 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14584 </UL><P>
14585 &lt;End of help on this topic&gt;
14586 </BODY>
14587 </HTML>
14588 ======= h_composer_lcc ====
14589 <HTML>
14590 <HEAD>
14591 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
14592 </HEAD>
14593 <BODY>
14594 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
14595 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
14596 you wish to send a message to a list of people but avoid having all
14597 of their addresses visible, in order to reduce clutter when the
14598 message is received.
14600 It is similar to the 
14601 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
14602 in that individual
14603 addressees are hidden, but Lcc is designed to work specifically with
14604 distribution lists you have created in your 
14605 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
14606 the nickname of the list on the Lcc line will result in the full name of
14607 your Alpine Address Book list being placed on the To: line of the message,
14608 using a special notation that distinguishes it from a real address. You
14609 must leave the To: line blank for your list name to appear there.
14611 For example, if you have this list entered in your Address Book:<PRE>
14613         largo         Key Largo List       DISTRIBUTION LIST:
14614                                            bogie@mgm.com
14615                                            lauren@mgm.com
14616                                            walter@mgm.com</PRE>
14619 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
14620 the result is:<PRE>
14622         To      : Key Largo List: ;
14623         Cc      :
14624         Bcc     :
14625         Fcc     : sent-mail
14626         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
14627                   lauren@mgm.com,
14628                   walter@mgm.com
14629         Subject :</PRE>
14631 Each recipient listed on the Lcc: line receives a copy of the message
14632 without their address being visible (as though they were listed on the
14633 Bcc: line). The colon-semicolon notation used to put the full-name of the
14634 list on the To: line is a special address format that doesn't specify any
14635 actual addressees, but does give some information to the recipients of the
14636 message.
14638 Note: if after entering an LCC, you delete the list name that is placed
14639 on the To: line, then recipients will see <PRE>
14640        To: undisclosed-recipients: ;</PRE>
14642 (or whatever string is defined in the 
14643 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
14644 variable) just as in the BCC case. 
14646 For help with Lcc: field editing
14647 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14649 <UL>
14650 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14651 </UL>
14653 <UL>   
14654 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14655 </UL><P>
14656 &lt;End of help on this topic&gt;
14657 </BODY>
14658 </HTML>
14659 ======= h_composer_from =======
14660 <HTML>
14661 <HEAD>
14662 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
14663 </HEAD>
14664 <BODY>
14665 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
14667 This header carries your return address.  It is the address toward which
14668 replies (and often, future unrelated correspondence) will be directed,
14669 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
14670 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
14671 sure this address is correct.
14673 For help with message header editing
14674 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14676 <UL>
14677 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14678 </UL>
14680 <UL>   
14681 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14682 </UL><P>
14683 &lt;End of help on this topic&gt;
14684 </BODY>
14685 </HTML>
14686 ======= h_composer_reply_to =======
14687 <HTML>
14688 <HEAD>
14689 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
14690 </HEAD>
14691 <BODY>
14692 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
14694 Most people should not need this header. The Reply-To: header is used in
14695 cases where you would like replies to your messages to be directed to an
14696 address other than your normal &quot;From:&quot; address.  This is atypical, 
14697 but can happen when you use multiple machines and do not have the same account
14698 name on each one, or when you wish to direct certain replies to accounts
14699 or folders designated for specific classes of correspondence.
14701 For help with message header editing
14702 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14704 <UL>
14705 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14706 </UL>
14709 <UL>   
14710 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14711 </UL><P>
14712 &lt;End of help on this topic&gt;
14713 </BODY>
14714 </HTML>
14715 ======= h_composer_custom_addr ====
14716 <HTML>
14717 <HEAD>
14718 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
14719 </HEAD>
14720 <BODY>
14721 <H1>CUSTOMIZED HEADER FIELD</H1>
14722 This is a customized header, i.e. not one that is part of Alpine's normal
14723 set of Compose headers.
14725 For help with message header editing
14726 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14728 <UL>
14729 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14730 </UL>
14732 <UL>   
14733 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14734 </UL><P>
14735 &lt;End of help on this topic&gt;
14736 </BODY>
14737 </HTML>
14738 ======= h_composer_custom_free ====
14739 <HTML>
14740 <HEAD>
14741 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
14742 </HEAD>
14743 <BODY>
14744 <H1>CUSTOMIZED HEADER FIELD</H1>
14745 This is a customized header, i.e. not one that is part of Alpine's normal
14746 set of Compose headers.
14748 This field consists of arbitrary text.
14750 For help with message header editing
14751 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14753 <UL>   
14754 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14755 </UL><P>
14756 &lt;End of help on this topic&gt;
14757 </BODY>
14758 </HTML>
14759 ====== h_composer_news =====
14760 <HTML>
14761 <HEAD>
14762 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
14763 </HEAD>
14764 <BODY>
14765 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
14766 Use the newsgroups line to specify any and all USENET newsgroups to which
14767 your message should be posted.  When composing a message from scratch, this
14768 line may be hidden.  If so, just press the rich headers command
14769 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
14770 to make it visible.
14772 <EM>Be aware</EM> that when you post to a newsgroup thousands of
14773 people will be reading your message.  Also, you or your system manager
14774 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
14775 in order for you to be able to post.
14777 For help with message header editing
14778 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14779 <P><UL>
14780 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14781 </UL>
14783 &lt;End of help on this topic&gt;
14784 </BODY>
14785 </HTML>
14786 ======= h_composer_fcc ====
14787 <HTML>
14788 <HEADER>
14789 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
14790 </HEADER>
14791 <BODY>
14792 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
14793 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
14794 each outgoing message.  The default value can be configured with the
14795 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
14796 the file carbon copy on any message you send by editing the FCC header.<p>
14798 You may type ^T to get a list of all your folders and select one to use as
14799 the FCC for this message.<P>
14801 For help with message header editing
14802 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14804 <UL>   
14805 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14806 </UL><P>
14807 &lt;End of help on this topic&gt;
14808 </BODY>
14809 </HTML>
14810 ======= h_composer_subject ====
14811 <HTML>
14812 <HEADER>
14813 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
14814 </HEADER>
14815 <BODY>
14816 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
14818 The subject header provides a place to enter a few words that summarize
14819 the topic of the message you are sending.  You may leave this line blank,
14820 but it is considered a courtesy to use a meaningful subject.<p>
14822 For help with message header editing
14823 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14825 <UL>   
14826 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14827 </UL><P>
14828 &lt;End of help on this topic&gt;
14829 </BODY>
14830 </HTML>
14831 ======= h_composer_attachment ====
14832 <HTML>
14833 <HEAD>
14834 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
14835 </HEAD>
14836 <BODY>
14837 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
14839 The &quot;Attchmnt:&quot; field is where you specify what file or
14840 files you'd like attached to
14841 the message you are composing.  Those files must reside on the machine
14842 running Alpine. If your file is on a PC or Mac and you run Alpine with an
14843 account on a Unix machine, you'll have to transfer it before attaching it.
14844 Contact local computer support people for assistance with transferring.
14847 The file name
14848 given can be an absolute file path name for your system
14849 <!--chtml if pinemode="os_windows"-->
14850 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14851 with a relative pathname, or simply a file name without
14852 drive or directory specification.  
14853 <!--chtml else-->
14854 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14855 a file in your home directory, or a file path relative to your 
14856 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14857 your home directory or &quot;~user&quot; to refer to another
14858 account's home directory.
14859 <!--chtml endif--><P>
14860 No wild card characters may be used.
14861 <P>If the 
14862 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14863 feature is set, names are relative to your current working directory 
14864 <!--chtml if pinemode="running"-->
14865 (which, at least for your current Alpine &quot;session,&quot; 
14866 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14867 <!--chtml endif-->
14868 rather than your home directory
14869 <!--chtml if pinemode="running"-->
14870 (which, in the present configuration of your system, is
14871  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14872 <!--chtml endif-->
14875 Alpine uses MIME encoding for attachments, so binaries and files of any
14876 length can safely be delivered to any MIME-capable mail reading program.
14877 If you send an attachment to someone who does not have a MIME-capable mail
14878 reading program yet, then the main message text will be readable, but
14879 attachments (even attachments that are just plain text) are not.
14882 Typing the filename on the Attchmnt: line achieves the same
14883 result as using the 
14884 <!--chtml if pinemode="function_key"-->
14886 <!--chtml else-->
14887 Ctrl-J
14888 <!--chtml endif--> command.
14891 If you Forward a message with attachments, you may delete them from your
14892 Forwarded message by editing the Attchmnt header line.
14895 For help with message header editing
14896 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14898 <UL>   
14899 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14900 </UL><P>
14901 &lt;End of help on this topic&gt;
14902 </BODY>
14903 </HTML>
14904 ======= h_composer_ctrl_j ====
14905 <HTML>
14906 <HEAD>
14907 <TITLE>COMPOSER ATTACH</TITLE>
14908 </HEAD>
14909 <BODY>
14910 After the
14911 <!--chtml if pinemode="function_key"-->
14913 <!--chtml else-->
14914 Ctrl-J
14915 <!--chtml endif--> command:
14916 At the &quot;File to attach:&quot; prompt, enter the name of the 
14917 existing file to attach to your message.  
14918 When the feature
14919 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
14920 is set
14921 you need only enter the beginning of the filename (enough of it to uniquely 
14922 identify the file) and press TAB to complete it.
14924 Or, press ^T to use the BROWSER screen for 
14925 selecting the file.  <P>
14926 For more information on attaching files, see the help screen for the 
14927 composer's 
14928 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
14929 but can be revealed using the 
14930 <!--chtml if pinemode="function_key"-->
14932 <!--chtml else-->
14933 Ctrl-R
14934 <!--chtml endif--> 
14935 command with the cursor positioned above the
14936 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
14938 &lt;End of help on this topic&gt;
14939 </BODY>
14940 </HTML>
14941 ======= h_edit_nav_cmds =========
14942 <HTML>
14943 <HEAD>
14944 <TITLE>Composer Editing Commands Explained</TITLE>
14945 </HEAD>
14946 <BODY>
14947 <H1>EDITING and NAVIGATION COMMANDS</H1>
14948 <!--chtml if pinemode="function_key"-->
14949 <PRE>
14950 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14951 ^B (Left Arrow)    Back character       | ^D       Delete current character
14952 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14953 ^P (Up Arrow)      Previous line        |
14954 ^N (Down Arrow)    Next line            | F9       Cut marked text or
14955 ^A                 Beginning of line    |            delete current line
14956 ^E                 End of line          | F10      Undelete line(s)
14957 F7                 Previous page        |
14958 F8                 Next page            |-------------------------------------
14959 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14960 ----------------------------------------|
14961 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
14962 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
14963 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
14964 </PRE>
14965 <!--chtml else-->
14966 <PRE>
14967 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14968 ^B (Left Arrow)    Back character       | ^D       Delete current character
14969 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14970 ^P (Up Arrow)      Previous line        |
14971 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
14972 ^A                 Beginning of line    |            delete current line
14973 ^E                 End of line          | ^U       Undelete line(s)
14974 ^Y                 Previous page        |
14975 ^V                 Next page            |-------------------------------------
14976 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14977 ----------------------------------------|
14978 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
14979 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
14980 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
14981 </PRE>
14982 <!--chtml endif-->
14983 &lt;End of help on this topic&gt;
14984 </BODY>
14985 </HTML>
14986 ===== h_composer_sigedit =====
14987 <HTML>
14988 <HEAD>
14989 <TITLE>Signature Editor Commands Explained</TITLE>
14990 </HEAD>
14991 <BODY>
14992 <H1>SIGNATURE EDITOR COMMANDS</H1>
14993 <!--chtml if pinemode="function_key"-->
14994 <PRE>
14995 CURSOR MOTION KEYS                     |EDITING KEYS
14996   ^B (Left Arrow)   Back character     | ^D       Delete current character
14997   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14998   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14999   ^N (Down Arrow)   Next line          | F9       Cut marked text or
15000   ^A                Beginning of line  |           delete current line
15001   ^E                End of line        | F10       Paste text, undelete lines
15002   F7                Previous page      |           cut with ^K, or unjustify
15003   F8                Next page          |-------------------------------------
15004   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15005 ---------------------------------------| F6       Whereis (search for string)
15006 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
15007  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
15008                  |  ^Z    Suspend      | ^L       Redraw Screen
15009  F2   Send       |  F6    Alt. editor  | F5       Read in a file
15010 </PRE>
15011 <!--chtml else-->
15012 <PRE>
15013 CURSOR MOTION KEYS                     |EDITING KEYS
15014   ^B (Left Arrow)   Back character     | ^D       Delete current character
15015   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15016   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15017   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
15018   ^A                Beginning of line  |           delete current line
15019   ^E                End of line        | ^U        Paste text, undelete lines
15020   ^Y                Previous page      |           cut with ^K, or unjustify
15021   ^V                Next page          |-------------------------------------
15022   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15023 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
15024 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
15025  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
15026                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
15027  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
15028 </PRE>
15029 <!--chtml endif-->
15031 NOTE: The presence or absence of the following commands is determined
15032 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
15033 some of these commands may be administratively disabled by your system
15034 manager; if they don't work, please check with your local help desk
15035 before reporting a bug.
15037 <UL>
15038  <LI>Suspend (suspends Alpine and gives a system prompt)
15039  <LI>Alternate editor (allows you to compose with your own editor)
15040 </UL>
15043 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
15044 Ctrl-&#92;, ESC
15047 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
15048 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
15050 &lt;End of help on this topic&gt;
15051 </BODY>
15052 </HTML>
15053 ===== h_composer_commentedit =====
15054 <HTML>
15055 <HEAD>
15056 <TITLE>Comment Editor Commands Explained</TITLE>
15057 </HEAD>
15058 <BODY>
15059 <H1>COMMENT EDITOR COMMANDS</H1>
15060 <!--chtml if pinemode="function_key"-->
15061 <PRE>
15062 CURSOR MOTION KEYS                     |EDITING KEYS
15063   ^B (Left Arrow)   Back character     | ^D       Delete current character
15064   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15065   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15066   ^N (Down Arrow)   Next line          | F9       Cut marked text or
15067   ^A                Beginning of line  |           delete current line
15068   ^E                End of line        | F10       Paste text, undelete lines
15069   F7                Previous page      |           cut with ^K, or unjustify
15070   F8                Next page          |-------------------------------------
15071   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15072 ---------------------------------------| F6       Whereis (search for string)
15073 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
15074  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
15075                  |  ^Z    Suspend      | ^L       Redraw Screen
15076  F2   Send       |  F6    Alt. editor  | F5       Read in a file
15077 </PRE>
15078 <!--chtml else-->
15079 <PRE>
15080 CURSOR MOTION KEYS                     |EDITING KEYS
15081   ^B (Left Arrow)   Back character     | ^D       Delete current character
15082   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15083   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15084   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
15085   ^A                Beginning of line  |           delete current line
15086   ^E                End of line        | ^U        Paste text, undelete lines
15087   ^Y                Previous page      |           cut with ^K, or unjustify
15088   ^V                Next page          |-------------------------------------
15089   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15090 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
15091 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
15092  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
15093                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
15094  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
15095 </PRE>
15096 <!--chtml endif-->
15098 NOTE: The presence or absence of the following commands is determined
15099 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
15100 some of these commands may be administratively disabled by your system
15101 manager; if they don't work, please check with your local help desk
15102 before reporting a bug.
15104 <UL>
15105  <LI>Suspend (suspends Alpine and gives a system prompt)
15106  <LI>Alternate editor (allows you to compose with your own editor)
15107 </UL>
15110 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
15111 Ctrl-&#92;, ESC
15114 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
15115 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
15117 &lt;End of help on this topic&gt;
15118 </BODY>
15119 </HTML>
15120 ======= h_composer_abook_nick =======
15121 <HTML>
15122 <HEAD>
15123 <TITLE>Addressbook Nickname Explained</TITLE>
15124 </HEAD>
15125 <BODY>
15126 This is a short nickname for this address book entry.  If it is used in
15127 place of an address from the composer, the composer will fill in the
15128 address(es) for the entry that matches the nickname. 
15131 Look <A HREF="h_edit_nav_cmds">here</A>
15132 to see the available Editing and Navigation commands.
15134 &lt;End of help on this topic&gt;
15135 </BODY>
15136 </HTML>
15137 ======= h_composer_abook_full =======
15138 <HTML>
15139 <HEAD>
15140 <TITLE>Addressbook Fullname Explained</TITLE>
15141 </HEAD>
15142 <BODY>
15143 This is the full name field for this entry.  If this is going to be a
15144 distribution list (more than one address), it should be a descriptive
15145 phrase describing the list.  It will be included in the mail header if you
15146 put the list in the To: or CC: field, or in the To: line if you put the
15147 list in the Lcc: field.  It's OK to leave this field blank (and OK to
15148 leave any of the other fields blank, too). If this address book entry is
15149 going to be a simple entry with just one address, then this field is the
15150 person's name. When you send mail to this entry, this is the field to the
15151 left of the brackets. That is, it is the most readable part of the 
15152 address. For example, in the sample address:
15153 <PRE>
15154        John Doe &lt;jdoe@some.domain&gt;
15155 </PRE>
15156 "John Doe" is the full name field. If you are sorting your address book
15157 with one of the options that uses full names, then it might be useful to
15158 enter the full name as "Last, First", for example:
15159 <PRE>
15160        Doe, John
15161 </PRE>
15162 so that it will be sorted using Doe instead of John. This will be changed
15163 back into John Doe when you use it.
15165 Look <A HREF="h_edit_nav_cmds">here</A>
15166 to see the available Editing and Navigation commands.
15168 &lt;End of help on this topic&gt;
15169 </BODY>
15170 </HTML>
15171 ======= h_composer_abook_fcc =======
15172 <HTML>
15173 <HEAD>
15174 <TITLE>Addressbook Fcc Explained</TITLE>
15175 </HEAD>
15176 <BODY>
15177 If this entry is the first one in the To: line of an outgoing message,
15178 this field will be used for the Fcc (File Carbon Copy) instead of whatever
15179 you would normally get (which depends on which
15180 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
15181 you've chosen). 
15183 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
15184 that you don't want any Fcc associated with this entry.
15186 Look <A HREF="h_edit_nav_cmds">here</A>
15187 to see the available Editing and Navigation commands.
15189 &lt;End of help on this topic&gt;
15190 </BODY>
15191 </HTML>
15192 ====== h_config_combined_abook_display =====
15193 <HTML>
15194 <HEAD>
15195 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
15196 </HEAD>
15197 <BODY>
15198 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
15200 This feature affects the address book display screens.
15201 Normally, expanding an address book from the ADDRESS BOOK LIST screen
15202 will cause the remaining address books and directory servers to disappear
15203 from the screen, leaving only the entries of the expanded address book.
15204 If this feature is set, then the other address books will remain on the screen,
15205 so that all of the address books can be present at once.
15208 The way that commands work won't be changed.
15209 For example, the Select All command will select all of the entries in the
15210 current address book, not all of the entries in all of the address books.
15211 The WhereIs command will change a little.
15212 It will search through all of the text on the screen plus all of the entries
15213 from expanded address books.
15216 When this feature is set, the setting of the feature
15217 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
15218 has an effect.
15220 &lt;End of help on this topic&gt;
15221 </BODY>
15222 </HTML>
15223 ====== h_config_titlebar_color_style =====
15224 <HTML>
15225 <HEAD>
15226 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
15227 </HEAD>
15228 <BODY>
15229 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
15231 This option affects the colors used to display the titlebar (the top
15232 line on the screen) when viewing a message.
15235 The available options include:
15238 <DL>
15239 <DT>default</DT>
15240 <DD>The color of the titlebar will be the color you set for the
15241 <A HREF="h_config_title_color">Title Color</A>.
15242 The Title Color may be set by using the
15243 <A HREF="h_color_setup">Setup Kolor</A> screen.
15244 </DD>
15246 <DT>indexline</DT>
15247 <DD>The color of the titlebar will be the same as the color of the
15248 index line corresponding to the message being viewed.
15249 The rules that determine what color the index line will be may be set
15250 up by going to the Setup/Rules/Indexcolor screen.
15251 If the index line for a message is not colored explicitly by the
15252 Indexcolor rules, then the titlebar will be colored the same as for
15253 the &quot;default&quot; option above (which is not the same color that
15254 the index line itself will have).
15255 </DD>
15257 <DT>reverse-indexline</DT>
15258 <DD>This is similar to the &quot;indexline&quot; option except the
15259 foreground and background colors from the corresponding index line will
15260 be reversed.
15261 For example, if the index line color is red letters on a white background,
15262 then the titlebar will be white letters on a red background.
15263 If the index line for a message is not colored explicitly by the
15264 Indexcolor rules, then the titlebar will be colored the same as for
15265 the &quot;default&quot; option above (which is not the same color that
15266 the index line itself will have).
15267 </DD>
15268 </DL>
15272 <UL>   
15273 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15274 </UL><P>
15275 &lt;End of help on this topic&gt;
15276 </BODY>
15277 </HTML>
15278 ====== h_config_index_color_style =====
15279 <HTML>
15280 <HEAD>
15281 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
15282 </HEAD>
15283 <BODY>
15284 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
15286 This option affects the colors used to display the current line in the
15287 MESSAGE INDEX screen.
15288 If you do not have Index Color Rules defined, then this option will
15289 have no effect in the index.
15290 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
15292 If the option
15293 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
15294 is turned on and the
15295 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
15296 is set to something other than the default, then
15297 this option also affects the color used to display the current folder
15298 in the Incoming FOLDER LIST screen.
15301 The available options include:
15304 <DL>
15305 <DT>flip-colors</DT>
15306 <DD>This is the default.
15307 If an index line is colored because it matches one of your
15308 Index Color Rules, then its colors will be reversed when it is the currently
15309 highlighted line.
15310 For example, if the line is normally red text on a blue background, then
15311 when it is the current line it will be drawn as blue text on a red background.
15313 The rest of the option values all revert to this flip-colors behavior if
15314 there is no Reverse Color defined.
15315 </DD>
15317 <DT>reverse</DT>
15318 <DD>With this option the Reverse color is always used to highlight the
15319 current line.
15320 </DD>
15322 <DT>reverse-fg</DT>
15323 <DD>The foreground part of the Reverse Color is used to highlight
15324 the current line.
15325 If this would cause the text to be unreadable (because the foreground and
15326 background colors are the same) or if it would cause no change in the
15327 color of the index line, then the colors are flipped instead.
15329 Some people think this works particularly well if you use different
15330 background colors to emphasize &quot;interesting&quot; lines,
15331 but always with the same Normal foreground color,
15332 and you use a different foreground color for the Reverse Color.
15333 </DD>
15335 <DT>reverse-fg-no-ambiguity</DT>
15336 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
15337 the resulting color will be exactly the same as the regular Reverse
15338 Color.
15339 That can lead to some possible confusion because an
15340 &quot;interesting&quot;
15341 line that is the current line will be displayed exactly the same as a
15342 non-interesting line that is current.
15343 You can't tell whether the line is just a regular current line or if it is
15344 an &quot;interesting&quot; current line by looking at the color.
15345 Setting the option to this value removes that ambiguity.
15346 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
15347 interesting current line would look just like a non-interesting current line.
15348 In that case, the interesting line's colors are simply flipped (like in the
15349 default behavior).
15351 As an alternative way to preserve the line's interestingness in this case,
15352 you may find that using both a different foreground and a different
15353 background color for the interesting line will help.
15354 </DD>
15356 <DT>reverse-bg</DT>
15357 <DD>The background part of the Reverse Color is used to highlight
15358 the current line.
15359 If this would cause the text to be unreadable (because the foreground and
15360 background colors are the same) or if it would cause no change in the
15361 color of the index line, then the colors are flipped instead.
15363 Some people think this works particularly well if you use different
15364 foreground colors to emphasize &quot;interesting&quot; lines,
15365 but always with the same Normal background color,
15366 and you use a different background color for the Reverse Color.
15367 </DD>
15369 <DT>reverse-bg-no-ambiguity</DT>
15370 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
15371 rule may also result in a color that is exactly the same as the regular
15372 Reverse Color.
15373 Setting the option to this value removes that ambiguity.
15374 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
15375 current line has the same color as the Reverse Color.
15376 In that case, the interesting line's colors are simply flipped (like in the
15377 default behavior).
15378 </DD>
15379 </DL>
15383 <UL>   
15384 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15385 </UL><P>
15386 &lt;End of help on this topic&gt;
15387 </BODY>
15388 </HTML>
15389 ====== h_config_expanded_addrbooks =====
15390 <HTML>
15391 <HEAD>
15392 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
15393 </HEAD>
15394 <BODY>
15395 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
15397 If multiple address books (either personal or global) are defined, and you
15398 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
15399 screen, then set this feature. This feature will have no effect unless the
15400 feature
15401 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
15402 is also set.
15404 &lt;End of help on this topic&gt;
15405 </BODY>
15406 </HTML>
15407 ====== h_config_combined_folder_display =====
15408 <HTML>
15409 <HEAD>
15410 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
15411 </HEAD>
15412 <BODY>
15413 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
15415 This feature affects the folder list display screens.
15416 Normally, each folder list is viewed within its collection only.  This
15417 command allows folder lists to be viewed within a single screen that
15418 combines the contents of all collections.
15421 The way that commands work won't be changed.
15422 For example, the Select All command will select all of the folders in the
15423 current collection, not all of the entries in all of the collections.
15424 The WhereIs command will change a little.
15425 It will search through all of the folders in the current collection as well
15426 as all the folder in any other expanded collection.
15429 When this feature is set, the setting of the feature
15430 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
15431 has an effect.
15433 &lt;End of help on this topic&gt;
15434 </BODY>
15435 </HTML>
15436 ====== h_config_combined_subdir_display =====
15437 <HTML>
15438 <HEAD>
15439 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
15440 </HEAD>
15441 <BODY>
15442 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
15444 This feature affects the Folder List screen when
15446 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15447 feature is enabled.  Normally, selecting a directory from the Folder
15448 List takes you into a new screen displaying only the contents of
15449 that directory.
15452 Enabling this feature will cause the contents of the selected
15453 directory to be
15454 displayed within the boundaries of the &quot;Collection&quot; it
15455 is a part of.  All previously displayed collections will remain
15456 in the screen.
15459 The way that commands work won't be changed.
15460 For example, the Select All command will select all of the folders in the
15461 directory, as opposed to all of the entries in all of the collections.
15462 The WhereIs command will change a little.
15463 It will search through all of the folders in the current collection as well
15464 as all the folder in any other expanded collection.
15467 &lt;End of help on this topic&gt;
15468 </BODY>
15469 </HTML>
15470 ====== h_config_separate_fold_dir_view =====
15471 <HTML>
15472 <HEAD>
15473 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
15474 </HEAD>
15475 <BODY>
15476 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
15478 This feature affects folder collections wherein a folder
15479 and directory can have the same name.  By default, Alpine displays them
15480 only once, denoting that it is both a folder and directory by appending
15481 the folder name with the hierarchy character enclosed
15482 in square brackets.
15486 Enabling this feature will cause Alpine to display such names
15487 separately marking the name representing a directory with a trailing
15488 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
15491 The feature also alters the command set slightly.  By default, the
15492 right-arrow descends into the directory, while hitting the Return key will
15493 cause the folder by that name to be opened.
15496 With this feature set, the Return key will open the highlighted folder, or
15497 enter the highlighted directory.
15500 &lt;End of help on this topic&gt;
15501 </BODY>
15502 </HTML>
15503 ====== h_config_expanded_folders =====
15504 <HTML>
15505 <HEAD>
15506 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
15507 </HEAD>
15508 <BODY>
15509 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
15511 If multiple folder collections are defined, and you
15512 wish to have them all expanded implicitly upon entering the FOLDER LIST
15513 screen, then set this feature. This feature will have no effect unless the
15514 feature
15515 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15516 is also set.
15518 &lt;End of help on this topic&gt;
15519 </BODY>
15520 </HTML>
15521 ======= h_config_ldap_server =======
15522 <HTML>
15523 <HEAD>
15524 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
15525 </HEAD>
15526 <BODY>
15527 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
15528 This is the name of the host where an LDAP server is running.
15529 For redundancy, this may be a space-delimited set of server names, in which
15530 case the first server that answers is used.
15531 Each of the server names may be optionally followed by
15532 a colon and a port number.
15533 If this form is used then the port number configured below in the
15534 <EM>port</EM> field is not used.
15536 To find out whether your organization has its own LDAP server, 
15537 contact its computing support staff.
15538 <P><UL>
15539 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15540 </UL>
15542 &lt;End of help on this topic&gt;
15543 </BODY>
15544 </HTML>
15545 ======= h_config_ldap_base =======
15546 <HTML>
15547 <HEAD>
15548 <TITLE>LDAP OPTION: Search-Base</TITLE>
15549 </HEAD>
15550 <BODY>
15551 <H1>LDAP OPTION: Search-Base</H1>
15553 This is the search base to be used on this server.  It functions as a filter 
15554 by restricting your searches in the LDAP server database
15555 to the specified contents of the specified fields.  Without it, searches 
15556 submitted to this directory server may fail.  It might be something
15557 like:
15559 <PRE>
15560       O = &lt;Your Organization Name&gt;, C = US
15561 </PRE>
15562 or it might be blank.  
15563 (Some LDAP servers actually ignore anything specified here.)
15565 If in doubt what parameters you should specify here, 
15566 contact the maintainers of the LDAP server.
15567 <P><UL>
15568 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15569 </UL>
15571 &lt;End of help on this topic&gt;
15572 </BODY>
15573 </HTML>
15574 ======= h_config_ldap_port =======
15575 <HTML>
15576 <HEAD>
15577 <TITLE>LDAP OPTION: Port</TITLE>
15578 </HEAD>
15579 <BODY>
15580 <H1>LDAP OPTION: Port</H1>
15582 This is the TCP port number to be used with this LDAP server. If you leave
15583 this blank port 389 will be used.
15585 &lt;End of help on this topic&gt;
15586 </BODY>
15587 </HTML>
15588 ======= h_config_ldap_nick =======
15589 <HTML>
15590 <HEAD>
15591 <TITLE>LDAP OPTION: Nickname</TITLE>
15592 </HEAD>
15593 <BODY>
15594 <H1>LDAP OPTION: Nickname</H1>
15596 This is a nickname to be used in displays. If you don't supply a
15597 nickname the server name
15598 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
15599 will be used instead.  This option is strictly for your convenience.
15601 &lt;End of help on this topic&gt;
15602 </BODY>
15603 </HTML>
15604 ======= h_config_ldap_binddn =======
15605 <HTML>
15606 <HEAD>
15607 <TITLE>LDAP OPTION: Bind-DN</TITLE>
15608 </HEAD>
15609 <BODY>
15610 <H1>LDAP OPTION: Bind-DN</H1>
15612 You may need to authenticate to the LDAP server before you are able to use it.
15613 This is the Distinguished Name to bind to when authenticating to this server.
15614 Try leaving this blank until you know you need it.
15616 Alpine only knows about LDAP Simple authentication.
15617 It does not attempt LDAP SASL authentication.
15618 The DN and password will be sent in the clear unless TLS encryption is
15619 being used on this connection.
15620 Because of this, you may want to set the LDAP feature
15621 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
15622 or the feature
15623 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15624 if you are going to be providing a password.
15625 <P><UL>
15626 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15627 </UL>
15629 &lt;End of help on this topic&gt;
15630 </BODY>
15631 </HTML>
15632 ======= h_config_ldap_opts_impl =======
15633 <HTML>
15634 <HEAD>
15635 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
15636 </HEAD>
15637 <BODY>
15638 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
15640 Set this to have lookups done to this server implicitly from the composer.
15641 If an address doesn't look like a fully-qualified address, it will be looked
15642 up in your address books, and if it doesn't match a nickname there, then it
15643 will be looked up on the LDAP servers that have this feature set.
15644 The lookups will also be done when using the address completion feature
15645 (TAB command) in the composer if any of the serves have this feature set.
15646 Also see the LDAP feature
15647 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
15648 and the Setup/Config feature
15649 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
15651 &lt;End of help on this topic&gt;
15652 </BODY>
15653 </HTML>
15654 ======= h_config_ldap_opts_tls =======
15655 <HTML>
15656 <HEAD>
15657 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
15658 </HEAD>
15659 <BODY>
15660 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
15662 When connecting to this server Alpine will attempt to use TLS encryption
15663 on the connection.
15664 Also see the closely related feature
15665 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15667 Note that if this option is set, then 
15668 <A HREF="h_config_ldap_opts_ldaps">
15669 &quot;Require-LDAPS-On-Connection&quot;</A>
15670 can not be enabled for this server. You must disable this feature in
15671 order to use 
15672 <A HREF="h_config_ldap_opts_ldaps">
15673 &quot;Require-LDAPS-On-Connection&quot;</A>
15675 &lt;End of help on this topic&gt;
15676 </BODY>
15677 </HTML>
15678 ======= h_config_ldap_opts_tlsmust =======
15679 <HTML>
15680 <HEAD>
15681 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
15682 </HEAD>
15683 <BODY>
15684 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
15686 When connecting to this server Alpine will attempt to use TLS encryption
15687 on the connection.
15688 If the StartTLS operation fails then the connection will not be used.
15690 Note that if this option is set, then 
15691 <A HREF="h_config_ldap_opts_ldaps">
15692 &quot;Require-LDAPS-On-Connection&quot;</A>
15693 can not be enabled for this server. You must disable this feature in
15694 order to use 
15695 <A HREF="h_config_ldap_opts_ldaps">
15696 &quot;Require-LDAPS-On-Connection&quot;</A>
15698 &lt;End of help on this topic&gt;
15699 </BODY>
15700 </HTML>
15701 ======= h_config_ldap_opts_ldaps =======
15702 <HTML>
15703 <HEAD>
15704 <TITLE>LDAP FEATURE: Require-LDAPS-On-Connection</TITLE>
15705 </HEAD>
15706 <BODY>
15707 <H1>LDAP FEATURE: Require-LDAPS-On-Connection</H1>
15709 When connecting to this server Alpine will use LDAPS (LDAP over SSL/TLS) 
15710 on the connection.
15712 This feature can not be used along with 
15713 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15714  or
15715 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>.
15716 If you want to connect using StartTLS to this server, you must disable
15717 this feature first.
15719 &lt;End of help on this topic&gt;
15720 </BODY>
15721 </HTML>
15722 ====== h_config_ldap_opts_rhs =====
15723 <HTML>
15724 <HEAD>
15725 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
15726 </HEAD>
15727 <BODY>
15728 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
15730 Normally implicit LDAP lookups from the composer are done only for the
15731 strings you type in from the composer screen. In other words, you type in
15732 something in the To or CC field and press return, then the string is looked up.
15733 First that string is looked up in your address books. If a match is found
15734 there, then the results of that match are looked up again. If you place
15735 a string in your address book that you want to have looked up on the LDAP
15736 directory server, you need to turn on this feature. If you set this feature
15737 for a server, you almost always will also want to set the
15738 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
15739 feature. An example might serve to best illustrate this feature.
15741 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
15742 entry with an
15743 address of pres@whitehouse.gov, then you might put an entry in your address
15744 book that looks like:
15746 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
15747 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
15749 Now, when you type &quot;bill&quot; into an
15750 address field in the composer Alpine will
15751 find the &quot;bill&quot; entry in your address book.
15752 It will replace &quot;bill&quot; with
15753 &quot;William Clinton&quot;.
15754 It will then search for an entry with that nickname
15755 in your address book and not find one. If this feature
15756 is set, Alpine will then attempt to lookup
15757 &quot;William Clinton&quot; on the LDAP server and find the entry with address
15758 pres@whitehouse.gov.
15760 A better way to accomplish the same thing is probably to use the feature
15761 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
15763 &lt;End of help on this topic&gt;
15764 </BODY>
15765 </HTML>
15766 ====== h_config_ldap_opts_ref =====
15767 <HTML>
15768 <HEAD>
15769 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
15770 </HEAD>
15771 <BODY>
15772 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
15774 Normally when you save the results of an LDAP directory lookup to your
15775 address book the results of the lookup are saved. If this feature is set
15776 and the entry being saved was found on this directory server, then the
15777 search criteria is saved instead of the results of the search. When this
15778 address book entry is used in the future, instead of copying the results
15779 from the address book the directory lookup will be done again. This could
15780 be useful if the copied result might become stale because the data on
15781 the directory server changes (for example, the entry's email address changes).
15782 You probably don't want to set this feature if the server is at all slow or
15783 unreliable.
15785 The way this actually works is that instead of saving the email address
15786 in your address book, Alpine saves enough information to look up the same
15787 directory entry again. In particular, it saves the server name and the
15788 distinguished name of the entry. It's possible that the server administrators
15789 might change the format of distinguished names on the server, or that the
15790 entry might be removed from the server. If Alpine notices this, you will be warned
15791 and a backup copy of the email address will be used. You may want to create
15792 a new entry in this case, since you will get the annoying warning every
15793 time you use the old entry. You may do that by Saving the entry to a new
15794 nickname in the same address book. You will be asked whether or not you
15795 want to use the backup email address.
15797 A related feature in the Setup/Config screen is
15798 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
15800 &lt;End of help on this topic&gt;
15801 </BODY>
15802 </HTML>
15803 ======= h_config_ldap_opts_nosub =======
15804 <HTML>
15805 <HEAD>
15806 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
15807 </HEAD>
15808 <BODY>
15809 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
15811 Spaces in your input are normally handled specially.
15812 Each space character is replaced
15815 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
15817 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
15818 The reason this is done is so the input string
15820 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
15822 (which is converted to &quot;Greg* Donald&quot;) will match
15823 the names &quot;Greg Donald&quot;,
15824 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
15825 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
15826 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
15827 then it would also match the name &quot;Greg Donaldson&quot;.
15829 Turning on this feature will disable this substitution.
15831 &lt;End of help on this topic&gt;
15832 </BODY>
15833 </HTML>
15834 ====== h_config_ldap_searchtypes =======
15835 <HTML>
15836 <HEAD>
15837 <TITLE>LDAP OPTION: Search-Type</TITLE>
15838 </HEAD>
15839 <BODY>
15840 <H1>LDAP OPTION: Search-Type</H1>
15842 This affects the way that LDAP searches are done.
15843 In particular, this tells the server where to look for the string to be matched.
15844 If set to &quot;name&quot; then the string that is being searched for will
15845 be compared with the string in the
15846 &quot;Name&quot; field on the server
15847 (technically, it is the &quot;commonname&quot; field on the server).
15848 &quot;Surname&quot; means we're looking for a
15849 match in the &quot;Surname&quot; field on the
15850 server (actually the &quot;sn&quot; field).
15851 &quot;Givenname&quot; really is &quot;givenname&quot;
15852 and &quot;email&quot; is the electronic mail address (this is actually the field
15853 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
15854 The other three types are combinations of
15855 the types listed so far. &quot;Name-or-email&quot;
15856 means the string should appear
15857 in either the &quot;name&quot; field OR the &quot;email&quot; field.
15858 Likewise, &quot;surname-or-givenname&quot;
15859 means &quot;surname&quot; OR &quot;givenname&quot;
15860 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
15862 This search TYPE is combined with the
15863 search <A HREF="h_config_ldap_searchrules">RULE</A>
15864 to form the actual search query.
15866 The usual default value for this
15867 option is &quot;sur-or-given-or-name-or-email&quot;.
15868 This type of search may be slow on some servers.
15869 Try &quot;name-or-email&quot;, which is often
15870 faster, or just &quot;name&quot; if the performance seems to be a problem.
15872 Some servers have been configured with different attribute names for
15873 these four fields.
15874 In other words, instead of using the attribute name &quot;mail&quot;
15875 for the email address field, the server might be configured to use something
15876 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
15877 Alpine can be configured to use these different attribute names by using
15878 the four configuration options:
15879 <P><UL>
15880 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15881 </UL>
15882 <P><UL>
15883 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15884 </UL>
15885 <P><UL>
15886 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15887 </UL>
15888 <P><UL>
15889 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15890 </UL>
15892 &lt;End of help on this topic&gt;
15893 </BODY>
15894 </HTML>
15895 ====== h_config_ldap_searchrules =======
15896 <HTML>
15897 <HEAD>
15898 <TITLE>LDAP OPTION: Search-Rule</TITLE>
15899 </HEAD>
15900 <BODY>
15901 <H1>LDAP OPTION: Search-Rule</H1>
15903 This affects the way that LDAP searches are done.
15904 If set to &quot;equals&quot; then
15905 only exact matches count.
15906 &quot;Contains&quot; means that the string you type in
15907 is a substring of what you are matching against.
15908 &quot;Begins-with&quot; and &quot;ends-with&quot;
15909 mean that the string starts or ends with the string you type in.
15911 Spaces in your input are normally handled specially, but you can turn that
15912 special handling off with the
15913 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15914 feature.
15916 The usual default value for this option is &quot;begins-with&quot;.
15918 &lt;End of help on this topic&gt;
15919 </BODY>
15920 </HTML>
15921 ======= h_config_ldap_email_attr =======
15922 <HTML>
15923 <HEAD>
15924 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
15925 </HEAD>
15926 <BODY>
15927 <H1>LDAP OPTION: EmailAttribute</H1>
15929 This is the name of the attribute that is searched for when looking for
15930 an email address. The default value for this option is &quot;mail&quot; or
15931 &quot;electronicmail&quot;.
15932 If the server you are using uses a different attribute name for the email
15933 address, put that attribute name here.
15935 This will affect the search filter used if your Search-Type is one that
15936 contains a search for &quot;email&quot;.
15937 It will also cause the attribute value matching this attribute name to be used
15938 as the email address when you look up an entry from the composer.
15940 &lt;End of help on this topic&gt;
15941 </BODY>
15942 </HTML>
15943 ======= h_config_ldap_sn_attr =======
15944 <HTML>
15945 <HEAD>
15946 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
15947 </HEAD>
15948 <BODY>
15949 <H1>LDAP OPTION: SurnameAttribute</H1>
15951 This is the name of the attribute that is searched for when looking for
15952 the surname of the entry. The default value for this option is &quot;sn&quot;.
15953 If the server you are using uses a different attribute name for the surname,
15954 put that attribute name here.
15955 This will affect the search filter used if your Search-Type is one that
15956 contains a search for &quot;surname&quot;.
15958 &lt;End of help on this topic&gt;
15959 </BODY>
15960 </HTML>
15961 ======= h_config_ldap_gn_attr =======
15962 <HTML>
15963 <HEAD>
15964 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
15965 </HEAD>
15966 <BODY>
15967 <H1>LDAP OPTION: GivennameAttribute</H1>
15969 This is the name of the attribute that is searched for when looking for
15970 the given name of the entry. The default value for this option is &quot;givenname&quot;.
15971 If the server you are using uses a different attribute name for the given name,
15972 put that attribute name here.
15973 This will affect the search filter used if your Search-Type is one that
15974 contains a search for &quot;givenname&quot;.
15976 &lt;End of help on this topic&gt;
15977 </BODY>
15978 </HTML>
15979 ======= h_config_ldap_cn_attr =======
15980 <HTML>
15981 <HEAD>
15982 <TITLE>LDAP OPTION: NameAttribute</TITLE>
15983 </HEAD>
15984 <BODY>
15985 <H1>LDAP OPTION: NameAttribute</H1>
15987 This is the name of the attribute that is searched for when looking for
15988 the name of the entry. The default value for this option is &quot;cn&quot;, which
15989 stands for common name.
15990 If the server you are using uses a different attribute name for the name,
15991 put that attribute name here.
15992 This will affect the search filter used if your Search-Type is one that
15993 contains a search for &quot;name&quot;.
15995 &lt;End of help on this topic&gt;
15996 </BODY>
15997 </HTML>
15998 ======= h_config_ldap_time =======
15999 <HTML>
16000 <HEAD>
16001 <TITLE>LDAP OPTION: Timelimit</TITLE>
16002 </HEAD>
16003 <BODY>
16004 <H1>LDAP OPTION: Timelimit</H1>
16006 This places a limit on the number of seconds the LDAP search will continue.
16007 The default is 30 seconds. A value of 0 means no limit. Note that some servers
16008 may place limits of their own on searches.
16010 &lt;End of help on this topic&gt;
16011 </BODY>
16012 </HTML>
16013 ======= h_config_ldap_size =======
16014 <HTML>
16015 <HEAD>
16016 <TITLE>LDAP OPTION: Sizelimit</TITLE>
16017 </HEAD>
16018 <BODY>
16019 <H1>LDAP OPTION: Sizelimit</H1>
16021 This places a limit on the number of entries returned by the LDAP server.
16022 A value of 0 means no limit. The default is 0. Note that some servers
16023 may place limits of their own on searches.
16025 &lt;End of help on this topic&gt;
16026 </BODY>
16027 </HTML>
16028 ======= h_config_ldap_cust =======
16029 <HTML>
16030 <HEAD>
16031 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
16032 </HEAD>
16033 <BODY>
16034 <H1>LDAP OPTION: Custom-Search-Filter</H1>
16036 This one is for advanced users only! If you define this, then the
16037 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
16038 However, the feature
16039 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
16040 is still in effect.
16041 That is, the space substitution will take place even in a custom filter unless
16042 you disable it.
16044 If your LDAP service stops working and you suspect it might be because
16045 of your custom filter, just delete this filter and try using the
16046 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
16047 Another option that sometimes causes trouble is the
16048 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
16050 This variable may be set to the string representation of an LDAP search
16051 filter (see RFC1960). In the places where you want the address string to be
16052 substituted in, put a '%s' in this filter string. Here are some examples:
16054 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
16055 is equivalent to the &quot;Custom-Search-Filter&quot;
16056 <PRE>
16057      (cn=%s*)
16058 </PRE>
16059 When you try to match against the string &quot;string&quot; the program replaces
16060 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
16061 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
16063 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
16064 of &quot;contains&quot; is equivalent to
16065 <PRE>
16066      (|(cn=*%s*)(mail=*%s*))
16067 </PRE>
16069 If your server uses a different attribute <EM>name</EM> than
16070 Alpine uses by default,
16071 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
16072 then you may be able to use one or more of the four attribute configuration
16073 options instead of defining a custom filter:
16074 <P><UL>
16075 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
16076 </UL>
16077 <P><UL>
16078 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
16079 </UL>
16080 <P><UL>
16081 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
16082 </UL>
16083 <P><UL>
16084 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
16085 </UL>
16087 &lt;End of help on this topic&gt;
16088 </BODY>
16089 </HTML>
16090 ======= h_composer_abook_comment =======
16091 <HTML>
16092 <HEAD>
16093 <TITLE>Addressbook Comment Explained</TITLE>
16094 </HEAD>
16095 <BODY>
16096 This is a comment to help you remember what this entry is. The WhereIs
16097 command searches comments so that it is easier to find an entry with a comment
16098 you know about attached to it. This field is not used in the outgoing message.
16100 Look <A HREF="h_edit_nav_cmds">here</A>
16101 to see the available Editing and Navigation commands.
16103 &lt;End of help on this topic&gt;
16104 </BODY>
16105 </HTML>
16106 ======= h_composer_abook_addrs =======
16107 <HTML>
16108 <HEAD>
16109 <TITLE>Addressbook Lists</TITLE>
16110 </HEAD>
16111 <BODY>
16112 <H1>Addressbook Lists</H1>
16114 This is a list of addresses to send to when sending to this address book
16115 entry.  Each member of the list may be an address or another nickname from
16116 any of your address books.  If it is an address, it is OK to include the
16117 full name field as well as the electronic address portion of that address.
16118 For example, the following are all legitimate entries in this field:
16120 <DL><DT>&nbsp;</DT>
16121 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
16122 <DD>jdoe@some.domain
16123 <DD>John Doe &lt;jdoe@some.domain&gt;
16124 </DL>
16126 The addresses should be listed separated by commas, just like you would
16127 enter them from the composer.
16131 The only difference between a distribution list and a simple entry with a
16132 single address, is that a distribution list has more than one address   
16133 listed in the Addresses: field, whereas a simple personal entry has just  
16134 one address.
16138 For individual address book entries, if there is a full name in the
16139 Fullname: field (filling in the Fullname: field is not required), it is
16140 used.  If the full name is specified in the Address: field and not in the
16141 Fullname: field, then the full name from the Address: field is used.
16145 If you type the nickname of a distribution list from one of your address 
16146 books in the Lcc: field, then the full name of that list is used in the  
16147 To: field.  If you put a list in the To: or Cc: fields, that list will be
16148 expanded into all of its addresses.  If the list has a full name, then
16149 that will appear at the beginning of the addresses.
16151 <DL><DT>&nbsp;</DT>
16152 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
16153 &lt;sal@here.there&gt;
16154 </DL>
16156 If the first address in the distribution list also has a full name, then
16157 the list full name and that full name are combined into something like the
16158 following:
16160 <DL><DT>&nbsp;</DT>
16161 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
16162 </DL>
16165 If you specify a list via Lcc, the full name is used in the To: line.  If
16166 you specify a list in the To: or Cc: fields, then it uses the same method
16167 as for individual entries for filling in the full name.
16171 For help with editing and navigation commands, check the Help for the
16172 Nickname: field.
16175 &lt;End of help on this topic&gt;
16176 </BODY>
16177 </HTML>
16178 ======= h_config_xoauth2_client_id =======
16179 <HTML>
16180 <HEAD>
16181 <TITLE>Client-Id Explained</TITLE>
16182 </HEAD>
16183 <BODY>
16184 <H1>Client-Id Explained</H1>
16186 If you have registered Alpine with your service provider to use the XOAUTH2 authenticator, or
16187 someone has shared a client-id and client-secret with you, use this field to input the
16188 client-id.
16190 The Client-Id field is a string that your provider generates for the program
16191 being registered. However, some providers allow different users to register
16192 the same program. Users of the Mutt email program already do this to use
16193 XOAUTH2 authentication in Gmail.
16196 &lt;End of help on this topic&gt;
16197 </BODY>
16198 </HTML>
16199 ======= h_config_xoauth2_client_secret =======
16200 <HTML>
16201 <HEAD>
16202 <TITLE>Client-Secret Explained</TITLE>
16203 </HEAD>
16204 <BODY>
16205 <H1>Client-Secret Explained</H1>
16207 If you have registered Alpine with your service provider to use the XOAUTH2 authenticator, or
16208 someone has shared a client-id and client-secret with you, use this field to input the
16209 client-secret. Some servers require both a client-id and a client-secret, some other servers do
16210 not require a client-secret. If a client-secret is required, use this field to add one.
16212 <P> The client-secret field is supposed to be kept secret, that is, not
16213 shared with any of the users, but due to the open source nature of Alpine,
16214 it is not possible to keep it secret in any meaningful way. The intention
16215 of this field is so that only the coders of an app can use the codes given
16216 to them and authenticate their users to the services they are requesting.
16217 This means that other coders would not be able to impresonate that app,
16218 and use it to steal data from those users. In the case of Alpine this is
16219 not possible, as Alpine does not steal data from its users, so users are safe
16220 sharing client-secrets. Just make sure you obtain your copy of Alpine from
16221 a reputable provider or compile the source code by yourself. The official
16222 source code of this project is located at
16224 <P><CENTER><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A>.</CENTER>
16227 &lt;End of help on this topic&gt;
16228 </BODY>
16229 </HTML>
16230 ======= h_config_xoauth2_tenant =======
16231 <HTML>
16232 <HEAD>
16233 <TITLE>Tenant Explained</TITLE>
16234 </HEAD>
16235 <BODY>
16236 <H1>Tenant Explained</H1>
16238 The tenant is a way in which a service can either restrict an app to access
16239 only certain portions of its service. For example, a service may allow
16240 an app to have access to your work data, or school data, and not every app
16241 is allowed to access this data, or the access is not allowed for all accounts,
16242 but only those restructed in the tenant.
16244 <P> When Alpine registers with an email service provider, it does so with the
16245 intention that you can use Alpine for any of your needs (work, school or
16246 personal), and the client-id and tenant that it uses would allow you access to
16247 only your work email, say, and not your personal email, because the app is
16248 trusted only at work, and so the client-id and tenant are good for that
16249 organization only.
16251 &lt;End of help on this topic&gt;
16252 </BODY>
16253 </HTML>
16254 ======= h_config_xoauth2_flow =======
16255 <HTML>
16256 <HEAD>
16257 <TITLE>Flow Explained</TITLE>
16258 </HEAD>
16259 <BODY>
16260 <H1>Flow Explained</H1>
16262 The first time you connect to a service to authorize Alpine access to your
16263 email, you will have to do a certain number of steps, which typically involve
16264 to login to your account using a browser, and agreeing to give Alpine certain
16265 rights to access your account.
16268 How this process is going to be done depends on the service. Some services
16269 allow you to give access to Alpine and later generate a code that you
16270 input into Alpine, while others give you a code you have to use before you
16271 approve access to Alpine to access your email.
16273 <P> An example of a service that gives you a code after you authorize
16274 Alpine is Gmail, and this process is called internally as &quot;Authorize&quot;.
16275 An example of a service that gives you a code before you authorize Alpine
16276 is Outlook, and this process is called &quot;Device&quot;. However, some services,
16277 like Outlook, offer both services, and you can choose which flow you would like
16278 to use. You
16279 can choose between the &quot;Authorize&qupt; and &quot;Device&quot; in these servers.
16280 If you forget to configure
16281 this, Alpine will ask you in these situations which method to use before it starts
16282 to setup the process to get your authrization.
16285 &lt;End of help on this topic&gt;
16286 </BODY>
16287 </HTML>
16288 ======= h_config_xoauth2_username =======
16289 <HTML>
16290 <HEAD>
16291 <TITLE>Username Explained</TITLE>
16292 </HEAD>
16293 <BODY>
16294 <H1>Username Explained</H1>
16296 This variable is a list of usernames for which the configuration for the
16297 given service is valid. You may have more than one username for which this
16298 configuration is correct.
16301 Alpine will use the usernames in this list to associate your username with
16302 the correct configuration in Alpine. If Alpine cannot determine which configuration
16303 to use, Alpine will offer you a list of client-ids that you have configured
16304 for that service and ask you to pick one. Your answer will be saved  in your
16305 .pinerc file.
16308 &lt;End of help on this topic&gt;
16309 </BODY>
16310 </HTML>
16311 ======= h_config_role_nick =======
16312 <HTML>
16313 <HEAD>
16314 <TITLE>Nickname Explained</TITLE>
16315 </HEAD>
16316 <BODY>
16317 <H1>Nickname Explained</H1>
16319 This is a nickname to help you.
16320 You should have a different nickname for each role you define.
16321 The nickname will be used in the SETUP ROLE RULES screen to allow you to
16322 pick a role to edit.
16323 It will also be used when you send a message to let you know you are
16324 sending with a different role than you use by default, and
16325 it will be useful for choosing a role when composing with the Role command
16326 or when composing with one of the Role Uses set to With Confirmation.
16327 This field is not used in the outgoing message.
16329 Look <A HREF="h_edit_nav_cmds">here</A>
16330 to see the available Editing and Navigation commands.
16332 &lt;End of help on this topic&gt;
16333 </BODY>
16334 </HTML>
16335 ======= h_config_role_comment =======
16336 <HTML>
16337 <HEAD>
16338 <TITLE>Comment Explained</TITLE>
16339 </HEAD>
16340 <BODY>
16341 <H1>Comment Explained</H1>
16343 This is a comment to help you.
16344 This comment does not play any functional role, it is simply an optional
16345 comment to help you remember what the rule is for.
16347 Look <A HREF="h_edit_nav_cmds">here</A>
16348 to see the available Editing and Navigation commands.
16350 &lt;End of help on this topic&gt;
16351 </BODY>
16352 </HTML>
16353 ======= h_config_other_nick =======
16354 <HTML>
16355 <HEAD>
16356 <TITLE>Nickname Explained</TITLE>
16357 </HEAD>
16358 <BODY>
16359 <H1>Nickname Explained</H1>
16361 This is a nickname to help you.
16362 You should have a different nickname for each rule you define.
16363 The nickname will be used in the SETUP OTHER RULES screen to allow you to
16364 pick a rule to edit.
16366 Look <A HREF="h_edit_nav_cmds">here</A>
16367 to see the available Editing and Navigation commands.
16369 &lt;End of help on this topic&gt;
16370 </BODY>
16371 </HTML>
16372 ======= h_config_score_nick =======
16373 <HTML>
16374 <HEAD>
16375 <TITLE>Nickname Explained</TITLE>
16376 </HEAD>
16377 <BODY>
16378 <H1>Nickname Explained</H1>
16380 This is a nickname to help you.
16381 You should have a different nickname for each scoring rule you define.
16382 The nickname will be used in the SETUP SCORING RULES screen to allow you to
16383 pick a rule to edit.
16385 Look <A HREF="h_edit_nav_cmds">here</A>
16386 to see the available Editing and Navigation commands.
16388 &lt;End of help on this topic&gt;
16389 </BODY>
16390 </HTML>
16391 ======= h_config_incol_nick =======
16392 <HTML>
16393 <HEAD>
16394 <TITLE>Nickname Explained</TITLE>
16395 </HEAD>
16396 <BODY>
16397 <H1>Nickname Explained</H1>
16399 This is a nickname to help you.
16400 You should have a different nickname for each color rule you define.
16401 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
16402 pick a rule to edit.
16404 Look <A HREF="h_edit_nav_cmds">here</A>
16405 to see the available Editing and Navigation commands.
16407 &lt;End of help on this topic&gt;
16408 </BODY>
16409 </HTML>
16410 ======= h_config_filt_nick =======
16411 <HTML>
16412 <HEAD>
16413 <TITLE>Nickname Explained</TITLE>
16414 </HEAD>
16415 <BODY>
16416 <H1>Nickname Explained</H1>
16418 This is a nickname to help you.
16419 You should have a different nickname for each filtering rule you define.
16420 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
16421 pick a rule to edit.
16423 Look <A HREF="h_edit_nav_cmds">here</A>
16424 to see the available Editing and Navigation commands.
16426 &lt;End of help on this topic&gt;
16427 </BODY>
16428 </HTML>
16429 ======= h_config_score_topat =======
16430 <HTML>
16431 <HEAD>
16432 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16433 </HEAD>
16434 <BODY>
16435 <H1>&quot;To:&quot; Pattern Explained</H1>
16437 Any text you enter as the &quot;To pattern&quot;
16438 will be compared to the recipients from the To: line of
16439 the message being scored.
16440 When the text you entered matches
16441 all or part of the To: line of a message, then the Score Value
16442 you have specified will be added to the score for the message.
16443 (Any other non-blank parts of the Pattern must match, too.)
16446 You may enter a complete email address, part of an address, or a
16447 list of addresses or partial addresses.
16448 For example:
16451 <PRE>
16452  To pattern = friend@public.com
16454  To pattern = rated.net
16456  To pattern = xxx@adults.com
16457               admin@msn.com
16458               fool@motleyfool.com
16459 </PRE>
16462 Each of those are valid To patterns.
16465 Messages match those patterns if any of the
16466 addresses in the To: line of the message contains the pattern.
16467 If the pattern is a list of patterns
16468 (like the last example above) then it is a match if any of the patterns in
16469 the list match any of the addresses in the To: line.
16470 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16471 present for a match.
16472 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16473 address2 must be present.
16474 That is exactly what using a list does.)
16477 Some messages may be &quot;bounced&quot; to you, and will
16478 have a &quot;Resent-To:&quot; header line.
16479 If the message contains a Resent-To: line
16480 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16481 Alpine will look for
16482 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16483 the original To: line.
16486 When entering a pattern, you may choose an address from your address book
16487 with the &quot;T&quot; command.
16490 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16491 &quot;!&quot; &quot;toggle NOT&quot; command.
16492 This changes the meaning of the To pattern so that it has the opposite meaning.
16493 It will be considered a match if there are no matches between the
16494 addresses in the To: line and the list of To patterns.
16496 Don't make the mistake of putting the &quot;!&quot; in the data field for
16497 the pattern.
16498 For example, if you type the characters &quot;!frizzle&quot; into the To
16499 pattern, the pattern will look like:
16501 <PRE>
16502  To pattern = !frizzle
16503 </PRE>
16505 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16506 In order to match messages that do not have &quot;frizzle&quot; in
16507 their To field, first type the characters &quot;frizzle&quot; followed
16508 by carriage return for the value of the To pattern, then negate it
16509 by typing the &quot;!&quot; command.
16510 It should end up looking like
16512 <PRE>
16513  ! To pattern = frizzle
16514 </PRE>
16516 You are not limited to using the six standard header patterns that are
16517 normally shown (To, From, Sender, Cc, News, and Subject).
16518 You may add any other header to a Pattern by
16519 using the &quot;eXtraHdr&quot; command to specify a different
16520 message header line; and then the Add or Change command to fill in
16521 a pattern for the new header line, just like you would for a standard header.
16523 A technicality: Since comma is the character used to separate multiple
16524 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16525 you want to include a literal comma in the field.
16526 In other words, if you type a backslash followed by a comma it will
16527 be interpreted as a comma by Alpine, instead of as a separator between
16528 pattern values.
16529 All other backslashes are literal backslashes and should not be escaped.
16531 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16532 for more information on Patterns.
16534 Look <A HREF="h_edit_nav_cmds">here</A>
16535 to see the available Editing and Navigation commands.
16537 &lt;End of help on this topic&gt;
16538 </BODY>
16539 </HTML>
16540 ======= h_config_incol_topat =======
16541 <HTML>
16542 <HEAD>
16543 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16544 </HEAD>
16545 <BODY>
16546 <H1>&quot;To:&quot; Pattern Explained</H1>
16548 Any text you enter as the &quot;To pattern&quot;
16549 will be compared to the recipients from the To: lines of
16550 the messages in the index.
16551 When the text you entered matches
16552 all or part of the To: line of a message, then the Index Line Color you have
16553 specified will be used for that line in the index.
16554 (Any other non-blank parts of the Pattern must match, too.)
16557 You may enter a complete email address, part of an address, or a
16558 list of addresses or partial addresses.
16559 For example:
16562 <PRE>
16563  To pattern = friend@public.com
16564  To pattern = rated.net
16565  To pattern = xxx@adults.com
16566               admin@msn.com
16567               fool@motleyfool.com
16568 </PRE>
16571 Each of those are valid To patterns.
16574 Messages match those patterns if any of the
16575 addresses in the To: line of the message contains the pattern.
16576 If the pattern is a list of patterns
16577 (like the last example above) then it is a match if any of the patterns in
16578 the list match any of the addresses in the To: line.
16579 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16580 present for a match.
16581 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16582 address2 must be present.
16583 That is exactly what using a list does.)
16586 Some messages may be &quot;bounced&quot; to you, and will
16587 have a &quot;Resent-To:&quot; header line.
16588 If the message contains a Resent-To: line
16589 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16590 Alpine will look for
16591 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16592 the original To: line.
16595 When entering a pattern, you may choose an address from your address book
16596 with the &quot;T&quot; command.
16599 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16600 &quot;!&quot; &quot;toggle NOT&quot; command.
16601 This changes the meaning of the To pattern so that it has the opposite meaning.
16602 It will be considered a match if there are no matches between the
16603 addresses in the To: line and the list of To patterns.
16605 Don't make the mistake of putting the &quot;!&quot; in the data field for
16606 the pattern.
16607 For example, if you type the characters &quot;!frizzle&quot; into the To
16608 pattern, the pattern will look like:
16610 <PRE>
16611  To pattern = !frizzle
16612 </PRE>
16614 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16615 In order to match messages that do not have &quot;frizzle&quot; in
16616 their To field, first type the characters &quot;frizzle&quot; followed
16617 by carriage return for the value of the To pattern, then negate it
16618 by typing the &quot;!&quot; command.
16619 It should end up looking like
16621 <PRE>
16622  ! To pattern = frizzle
16623 </PRE>
16626 You are not limited to using the six standard header patterns that are
16627 normally shown (To, From, Sender, Cc, News, and Subject).
16628 You may add any other header to a Pattern by
16629 using the &quot;eXtraHdr&quot; command to specify a different
16630 message header line; and then the Add or Change command to fill in
16631 a pattern for the new header line, just like you would for a standard header.
16633 A technicality: Since comma is the character used to separate multiple
16634 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16635 you want to include a literal comma in the field.
16636 In other words, if you type a backslash followed by a comma it will
16637 be interpreted as a comma by Alpine, instead of as a separator between
16638 pattern values.
16639 All other backslashes are literal backslashes and should not be escaped.
16641 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16642 for more information on Patterns.
16644 Look <A HREF="h_edit_nav_cmds">here</A>
16645 to see the available Editing and Navigation commands.
16647 &lt;End of help on this topic&gt;
16648 </BODY>
16649 </HTML>
16650 ======= h_config_other_topat =======
16651 <HTML>
16652 <HEAD>
16653 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16654 </HEAD>
16655 <BODY>
16656 <H1>&quot;To:&quot; Pattern Explained</H1>
16658 For some of the OTHER RULES actions, there is no message that is being
16659 compared against.
16660 If that is the case, then only the Current Folder Type is checked.
16661 In particular, this To pattern is ignored.
16662 Actions that fall into this category include both
16663 Sort Order and Index Format.
16665 A technicality: Since comma is the character used to separate multiple
16666 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16667 you want to include a literal comma in the field.
16668 In other words, if you type a backslash followed by a comma it will
16669 be interpreted as a comma by Alpine, instead of as a separator between
16670 pattern values.
16671 All other backslashes are literal backslashes and should not be escaped.
16673 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16674 for more information on Patterns.
16676 Look <A HREF="h_edit_nav_cmds">here</A>
16677 to see the available Editing and Navigation commands.
16679 &lt;End of help on this topic&gt;
16680 </BODY>
16681 </HTML>
16682 ======= h_config_filt_topat =======
16683 <HTML>
16684 <HEAD>
16685 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16686 </HEAD>
16687 <BODY>
16688 <H1>&quot;To:&quot; Pattern Explained</H1>
16690 Any text you enter as the &quot;To pattern&quot;
16691 will be compared to the recipients from the To: line of
16692 messages when Alpine opens folders.
16693 When the text you entered matches
16694 all or part of the To: line of a message, then the Filter Action you have
16695 specified will be carried out.
16696 (Any other non-blank parts of the Pattern must match, too.)
16699 You may enter a complete email address, part of an address, or a
16700 list of addresses or partial addresses.
16701 For example:
16704 <PRE>
16705  To pattern = friend@public.com
16706  To pattern = rated.net
16707  To pattern = xxx@adults.com
16708               admin@msn.com
16709               fool@motleyfool.com
16710 </PRE>
16713 Each of those are valid To patterns.
16716 Messages match those patterns if any of the
16717 addresses in the To: line of the message contains the pattern.
16718 If the pattern is a list of patterns
16719 (like the last example above) then it is a match if any of the patterns in
16720 the list match any of the addresses in the To: line.
16721 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16722 present for a match.
16723 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16724 address2 must be present.
16725 That is exactly what using a list does.)
16728 Some messages may be &quot;bounced&quot; to you, and will
16729 have a &quot;Resent-To:&quot; header line.
16730 If the message contains a Resent-To: line
16731 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16732 Alpine will look for
16733 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16734 the original To: line.
16737 When entering a pattern, you may choose an address from your address book
16738 with the &quot;T&quot; command.
16741 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16742 &quot;!&quot; &quot;toggle NOT&quot; command.
16743 This changes the meaning of the To pattern so that it has the opposite meaning.
16744 It will be considered a match if there are no matches between the
16745 addresses in the To: line and the list of To patterns.
16747 Don't make the mistake of putting the &quot;!&quot; in the data field for
16748 the pattern.
16749 For example, if you type the characters &quot;!frizzle&quot; into the To
16750 pattern, the pattern will look like:
16752 <PRE>
16753  To pattern = !frizzle
16754 </PRE>
16756 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16757 In order to match messages that do not have &quot;frizzle&quot; in
16758 their To field, first type the characters &quot;frizzle&quot; followed
16759 by carriage return for the value of the To pattern, then negate it
16760 by typing the &quot;!&quot; command.
16761 It should end up looking like
16763 <PRE>
16764  ! To pattern = frizzle
16765 </PRE>
16768 You are not limited to using the six standard header patterns that are
16769 normally shown (To, From, Sender, Cc, News, and Subject).
16770 You may add any other header to a Pattern by
16771 using the &quot;eXtraHdr&quot; command to specify a different
16772 message header line; and then the Add or Change command to fill in
16773 a pattern for the new header line, just like you would for a standard header.
16775 A technicality: Since comma is the character used to separate multiple
16776 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16777 you want to include a literal comma in the field.
16778 In other words, if you type a backslash followed by a comma it will
16779 be interpreted as a comma by Alpine, instead of as a separator between
16780 pattern values.
16781 All other backslashes are literal backslashes and should not be escaped.
16783 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16784 for more information on Patterns.
16786 Look <A HREF="h_edit_nav_cmds">here</A>
16787 to see the available Editing and Navigation commands.
16789 &lt;End of help on this topic&gt;
16790 </BODY>
16791 </HTML>
16792 ======= h_config_role_topat =======
16793 <HTML>
16794 <HEAD>
16795 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16796 </HEAD>
16797 <BODY>
16798 <H1>&quot;To:&quot; Pattern Explained</H1>
16800 Any text you enter as the &quot;To pattern&quot;
16801 will be compared to the recipients from the To: line of
16802 the message being replied to or forwarded.
16803 (Any other non-blank parts of the Pattern must match, too.)
16804 In the case of the Compose command, this pattern and the other header
16805 patterns are ignored.
16808 You may enter a complete email address, part of an address, or a
16809 list of addresses or partial addresses.
16810 For example:
16813 <PRE>
16814  To pattern = friend@public.com
16815  To pattern = rated.net
16816  To pattern = xxx@adults.com
16817               admin@msn.com
16818               fool@motleyfool.com
16819 </PRE>
16822 Each of those are valid To patterns.
16825 Messages match those patterns if any of the
16826 addresses in the To: line of the message contains the pattern.
16827 If the pattern is a list of patterns
16828 (like the last example above) then it is a match if any of the patterns in
16829 the list match any of the addresses in the To: line.
16830 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16831 present for a match.
16832 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16833 address2 must be present.
16834 That is exactly what using a list does.)
16837 Some messages may be &quot;bounced&quot; to you, and will
16838 have a &quot;Resent-To:&quot; header line.
16839 If the message contains a Resent-To: line
16840 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16841 Alpine will look for
16842 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16843 the original To: line.
16846 When entering a pattern, you may choose an address from your address book
16847 with the &quot;T&quot; command.
16850 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16851 &quot;!&quot; &quot;toggle NOT&quot; command.
16852 This changes the meaning of the To pattern so that it has the opposite meaning.
16853 It will be considered a match if there are no matches between the
16854 addresses in the To: line and the list of To patterns.
16856 Don't make the mistake of putting the &quot;!&quot; in the data field for
16857 the pattern.
16858 For example, if you type the characters &quot;!frizzle&quot; into the To
16859 pattern, the pattern will look like:
16861 <PRE>
16862  To pattern = !frizzle
16863 </PRE>
16865 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16866 In order to match messages that do not have &quot;frizzle&quot; in
16867 their To field, first type the characters &quot;frizzle&quot; followed
16868 by carriage return for the value of the To pattern, then negate it
16869 by typing the &quot;!&quot; command.
16870 It should end up looking like
16872 <PRE>
16873  ! To pattern = frizzle
16874 </PRE>
16877 You are not limited to using the six standard header patterns that are
16878 normally shown (To, From, Sender, Cc, News, and Subject).
16879 You may add any other header to a Pattern by
16880 using the &quot;eXtraHdr&quot; command to specify a different
16881 message header line; and then the Add or Change command to fill in
16882 a pattern for the new header line, just like you would for a standard header.
16884 A technicality: Since comma is the character used to separate multiple
16885 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16886 you want to include a literal comma in the field.
16887 In other words, if you type a backslash followed by a comma it will
16888 be interpreted as a comma by Alpine, instead of as a separator between
16889 pattern values.
16890 All other backslashes are literal backslashes and should not be escaped.
16892 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16893 for more information on Patterns.
16895 Look <A HREF="h_edit_nav_cmds">here</A>
16896 to see the available Editing and Navigation commands.
16898 &lt;End of help on this topic&gt;
16899 </BODY>
16900 </HTML>
16901 ======= h_config_role_frompat =======
16902 <HTML>
16903 <HEAD>
16904 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
16905 </HEAD>
16906 <BODY>
16907 <H1>&quot;From:&quot; Pattern Explained</H1>
16909 This is just like the &quot;To pattern&quot; except that it is compared with
16910 the address in the From: line of the message
16911 instead of the addresses from the To: line.
16912 See the help for the To pattern for more information on header patterns.
16914 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16915 for more information on Patterns.
16917 Look <A HREF="h_edit_nav_cmds">here</A>
16918 to see the available Editing and Navigation commands.
16920 &lt;End of help on this topic&gt;
16921 </BODY>
16922 </HTML>
16923 ======= h_config_role_senderpat =======
16924 <HTML>
16925 <HEAD>
16926 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
16927 </HEAD>
16928 <BODY>
16929 <H1>&quot;Sender:&quot; Pattern Explained</H1>
16931 This is just like the &quot;To pattern&quot; except that it is compared with
16932 the address from the Sender: line of the message
16933 instead of the addresses from the To: line.
16934 See the help for the To pattern for more information on header patterns.
16936 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16937 for more information on Patterns.
16939 Look <A HREF="h_edit_nav_cmds">here</A>
16940 to see the available Editing and Navigation commands.
16942 &lt;End of help on this topic&gt;
16943 </BODY>
16944 </HTML>
16945 ======= h_config_role_ccpat =======
16946 <HTML>
16947 <HEAD>
16948 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
16949 </HEAD>
16950 <BODY>
16951 <H1>&quot;Cc:&quot; Pattern Explained</H1>
16953 This is just like the &quot;To pattern&quot; except that it is compared with
16954 the addresses from the Cc: line of the message
16955 instead of the addresses from the To: line.
16956 See the help for the To pattern for more information on header patterns.
16958 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16959 for more information on Patterns.
16961 Look <A HREF="h_edit_nav_cmds">here</A>
16962 to see the available Editing and Navigation commands.
16964 &lt;End of help on this topic&gt;
16965 </BODY>
16966 </HTML>
16967 ======= h_config_role_recippat =======
16968 <HTML>
16969 <HEAD>
16970 <TITLE>Recipient Pattern Explained</TITLE>
16971 </HEAD>
16972 <BODY>
16973 <H1>Recipient Pattern Explained</H1>
16975 This is just like the &quot;To pattern&quot; except that it is compared with
16976 the addresses from both the To: line and the Cc: line of the
16977 message instead of just the addresses from the To: line.
16978 In other words, it is considered a match if the pattern matches
16979 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
16980 in the Cc: line.
16981 (Notice that defining the Recipient pattern does not have the same
16982 effect as defining both the To and Cc patterns.
16983 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
16984 It is equivalent to having two different rules;
16985 one with a To pattern and the other with the same Cc pattern.)
16987 A technicality: Since comma is the character used to separate multiple
16988 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16989 you want to include a literal comma in the field.
16990 In other words, if you type a backslash followed by a comma it will
16991 be interpreted as a comma by Alpine, instead of as a separator between
16992 pattern values.
16993 All other backslashes are literal backslashes and should not be escaped.
16995 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16996 for more information on Patterns.
16998 Look <A HREF="h_edit_nav_cmds">here</A>
16999 to see the available Editing and Navigation commands.
17001 &lt;End of help on this topic&gt;
17002 </BODY>
17003 </HTML>
17004 ======= h_config_role_particpat =======
17005 <HTML>
17006 <HEAD>
17007 <TITLE>Participant Pattern Explained</TITLE>
17008 </HEAD>
17009 <BODY>
17010 <H1>Participant Pattern Explained</H1>
17012 This is just like the &quot;To pattern&quot; except that it is compared with
17013 the addresses from the From: line, the To: line, and the Cc: line of the
17014 message instead of just the addresses from the To: line.
17015 In other words, it is considered a match if the pattern matches
17016 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
17017 in the To: line, <EM>OR</EM> an address in the Cc: line.
17018 (Notice that defining the Participant pattern does not have the same
17019 effect as defining all of the From, To, and Cc patterns.
17020 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
17021 From <EM>AND</EM> To <EM>AND</EM> Cc.
17022 It is equivalent to having three different rules;
17023 one with a From pattern, another with the same To pattern, and a third with
17024 the same Cc pattern.)
17026 A technicality: Since comma is the character used to separate multiple
17027 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17028 you want to include a literal comma in the field.
17029 In other words, if you type a backslash followed by a comma it will
17030 be interpreted as a comma by Alpine, instead of as a separator between
17031 pattern values.
17032 All other backslashes are literal backslashes and should not be escaped.
17034 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17035 for more information on Patterns.
17037 Look <A HREF="h_edit_nav_cmds">here</A>
17038 to see the available Editing and Navigation commands.
17040 &lt;End of help on this topic&gt;
17041 </BODY>
17042 </HTML>
17043 ======= h_config_role_newspat =======
17044 <HTML>
17045 <HEAD>
17046 <TITLE>News Pattern Explained</TITLE>
17047 </HEAD>
17048 <BODY>
17049 <H1>News Pattern Explained</H1>
17051 If this pattern is non-blank, then for this rule to be considered a
17052 match, at least one of the newsgroups from
17053 the Newsgroups line of the message must match this pattern.
17054 If this pattern is a list of patterns, then at least one of the
17055 newsgroups must match at least one of the patterns.
17056 (Any other non-blank parts of the Pattern must match, too.)
17058 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
17059 &quot;!&quot; &quot;toggle NOT&quot; command.
17060 This changes the meaning of the News pattern so that it has the opposite meaning.
17061 It will be considered a match if there are no matches between the
17062 addresses in the Newsgroups: line and the list of News patterns.
17064 Don't make the mistake of putting the &quot;!&quot; in the data field for
17065 the pattern.
17066 For example, if you type the characters &quot;!frizzle&quot; into the News
17067 pattern, the pattern will look like:
17069 <PRE>
17070  News pattern = !frizzle
17071 </PRE>
17073 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17074 In order to match messages that do not have &quot;frizzle&quot; in
17075 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
17076 by carriage return for the value of the News pattern, then negate it
17077 by typing the &quot;!&quot; command.
17078 It should end up looking like
17080 <PRE>
17081  ! News pattern = frizzle
17082 </PRE>
17084 A technicality: Since comma is the character used to separate multiple
17085 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17086 you want to include a literal comma in the field.
17087 In other words, if you type a backslash followed by a comma it will
17088 be interpreted as a comma by Alpine, instead of as a separator between
17089 pattern values.
17090 All other backslashes are literal backslashes and should not be escaped.
17093 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17094 for more information on Patterns.
17096 Look <A HREF="h_edit_nav_cmds">here</A>
17097 to see the available Editing and Navigation commands.
17099 &lt;End of help on this topic&gt;
17100 </BODY>
17101 </HTML>
17102 ======= h_config_role_subjpat =======
17103 <HTML>
17104 <HEAD>
17105 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
17106 </HEAD>
17107 <BODY>
17108 <H1>&quot;Subject:&quot; Pattern Explained</H1>
17110 This is similar to the other parts of the Pattern.
17111 It is compared with
17112 the contents from the Subject of the message.
17114 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17115 for more information on Patterns.
17117 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
17118 &quot;!&quot; &quot;toggle NOT&quot; command.
17119 This changes the meaning of the Subject pattern so that it has the opposite meaning.
17120 It will be considered a match if there are no matches between the
17121 text in the Subject: line and the list of Subject patterns.
17124 If you wish to have a header pattern that is not one of the six standard
17125 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
17127 A technicality: Since comma is the character used to separate multiple
17128 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17129 you want to include a literal comma in the field.
17130 In other words, if you type a backslash followed by a comma it will
17131 be interpreted as a comma by Alpine, instead of as a separator between
17132 pattern values.
17133 All other backslashes are literal backslashes and should not be escaped.
17135 Look <A HREF="h_edit_nav_cmds">here</A>
17136 to see the available Editing and Navigation commands.
17138 &lt;End of help on this topic&gt;
17139 </BODY>
17140 </HTML>
17141 ======= h_config_role_alltextpat =======
17142 <HTML>
17143 <HEAD>
17144 <TITLE>AllText Pattern Explained</TITLE>
17145 </HEAD>
17146 <BODY>
17147 <H1>AllText Pattern Explained</H1>
17149 This is similar to the header patterns.
17150 Instead of comparing with text in a particular header field it 
17151 is compared with all of the text in the message header and body.
17153 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
17154 &quot;!&quot; &quot;toggle NOT&quot; command.
17155 This changes the meaning of the AllText pattern so that it has the opposite meaning.
17156 It will be considered a match if there are no matches between the
17157 text of the message and the list of AllText patterns.
17159 Don't make the mistake of putting the &quot;!&quot; in the data field for
17160 the pattern.
17161 For example, if you type the characters &quot;!frizzle&quot; into the AllText
17162 pattern, the pattern will look like:
17164 <PRE>
17165  AllText pattern = !frizzle
17166 </PRE>
17168 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17169 In order to match messages that do not have &quot;frizzle&quot; in
17170 the text of the message, first type the characters &quot;frizzle&quot; followed
17171 by carriage return for the value of the AllText pattern, then negate it
17172 by typing the &quot;!&quot; command.
17173 It should end up looking like
17175 <PRE>
17176  ! AllText pattern = frizzle
17177 </PRE>
17179 It is possible that you may notice degraded performance when using
17180 AllText Patterns.
17182 A technicality: Since comma is the character used to separate multiple
17183 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17184 you want to include a literal comma in the field.
17185 In other words, if you type a backslash followed by a comma it will
17186 be interpreted as a comma by Alpine, instead of as a separator between
17187 pattern values.
17188 All other backslashes are literal backslashes and should not be escaped.
17190 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17191 for more information on Patterns.
17193 Look <A HREF="h_edit_nav_cmds">here</A>
17194 to see the available Editing and Navigation commands.
17196 &lt;End of help on this topic&gt;
17197 </BODY>
17198 </HTML>
17199 ======= h_config_role_bodytextpat =======
17200 <HTML>
17201 <HEAD>
17202 <TITLE>BodyText Pattern Explained</TITLE>
17203 </HEAD>
17204 <BODY>
17205 <H1>BodyText Pattern Explained</H1>
17207 This is similar to the header patterns.
17208 Instead of comparing with text in a particular header field it 
17209 is compared with all of the text in the message body.
17211 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
17212 &quot;!&quot; &quot;toggle NOT&quot; command.
17213 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
17214 It will be considered a match if there are no matches between the
17215 text of the body of the message and the list of BodyText patterns.
17217 Don't make the mistake of putting the &quot;!&quot; in the data field for
17218 the pattern.
17219 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
17220 pattern, the pattern will look like:
17222 <PRE>
17223  BdyText pattern = !frizzle
17224 </PRE>
17226 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17227 In order to match messages that do not have &quot;frizzle&quot; in
17228 their BodyText, first type the characters &quot;frizzle&quot; followed
17229 by carriage return for the value of the BodyText pattern, then negate it
17230 by typing the &quot;!&quot; command.
17231 It should end up looking like
17233 <PRE>
17234  ! BodyText pattern = frizzle
17235 </PRE>
17237 It is possible that you may notice degraded performance when using
17238 BodyText Patterns.
17240 A technicality: Since comma is the character used to separate multiple
17241 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17242 you want to include a literal comma in the field.
17243 In other words, if you type a backslash followed by a comma it will
17244 be interpreted as a comma by Alpine, instead of as a separator between
17245 pattern values.
17246 All other backslashes are literal backslashes and should not be escaped.
17248 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17249 for more information on Patterns.
17251 Look <A HREF="h_edit_nav_cmds">here</A>
17252 to see the available Editing and Navigation commands.
17254 &lt;End of help on this topic&gt;
17255 </BODY>
17256 </HTML>
17257 ======= h_config_role_charsetpat =======
17258 <HTML>
17259 <HEAD>
17260 <TITLE>Character Set Pattern Explained</TITLE>
17261 </HEAD>
17262 <BODY>
17263 <H1>Character Set Pattern Explained</H1>
17265 A message may use one or more character sets.
17266 This part of the Pattern matches messages that make use of
17267 certain specified character sets.
17268 It will be considered a match if a message uses any of the character
17269 sets in the list you give here.
17272 When filling in a value for this field, you may use
17273 the &quot;T&quot; command, which presents you with a large list of
17274 possible character sets to choose from.
17275 You may also just type in the name of a character set, and it need not
17276 be one that Alpine knows about.
17279 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
17280 GB2312) you may also use some shorthand names that Alpine provides.
17281 These names are more understandable shorthand names for sets of 
17282 character set names.
17283 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
17284 Selecting one of these shorthand names is equivalent to selecting all of
17285 the character sets that make up the set.
17286 You can see all of these shorthand names and the lists of character sets
17287 they stand for by typing the &quot;T&quot; command.
17290 For the purposes of this Pattern,
17291 Alpine will search through a message for all of the text parts and
17292 collect the character sets declared for each part.
17293 It will also look in the Subject line for a character set used there.
17294 Alpine does not actually look at the text of the message or the text
17295 of the Subject to determine if a declared character set is actually
17296 used, it looks only at the declarations themselves in the MIME part headers
17297 and in the Subject.
17300 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
17301 &quot;!&quot; &quot;toggle NOT&quot; command.
17302 This changes the meaning of the Character Set pattern so that
17303 it has the opposite meaning.
17304 It will be considered a match if none of the character sets in the
17305 list are used in a message.
17307 Don't make the mistake of putting the &quot;!&quot; in the data field for
17308 the pattern.
17309 For example, if you type the characters &quot;!GB2312&quot; into the
17310 Character Set pattern, the pattern will look like:
17312 <PRE>
17313  Charset pattern = !GB2312
17314 </PRE>
17316 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
17317 In order to match messages that do not have the
17318 character set &quot;GB2312&quot;
17319 set, first type the characters &quot;GB2312&quot; followed
17320 by carriage return for the value of the Character Set pattern, then negate it
17321 by typing the &quot;!&quot; command.
17322 It should end up looking like
17324 <PRE>
17325  ! Charset pattern = GB2312
17326 </PRE>
17328 A technicality: Since comma is the character used to separate multiple
17329 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17330 you want to include a literal comma in the field.
17331 In other words, if you type a backslash followed by a comma it will
17332 be interpreted as a comma by Alpine, instead of as a separator between
17333 pattern values.
17334 All other backslashes are literal backslashes and should not be escaped.
17336 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17337 for more information on Patterns.
17339 Look <A HREF="h_edit_nav_cmds">here</A>
17340 to see the available Editing and Navigation commands.
17342 &lt;End of help on this topic&gt;
17343 </BODY>
17344 </HTML>
17345 ======= h_config_role_keywordpat =======
17346 <HTML>
17347 <HEAD>
17348 <TITLE>Keyword Pattern Explained</TITLE>
17349 </HEAD>
17350 <BODY>
17351 <H1>Keyword Pattern Explained</H1>
17353 A folder may have user-defined keywords.
17354 These are similar to the Important flag, which the user may set using the
17355 Flag command.
17356 The difference is that the Important flag is always present for each folder.
17357 User-defined keywords are picked by the user.
17358 You may add new keywords by defining them in the
17359 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
17360 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
17361 the Flag command may be used to set or clear the keyword on individual messages.
17362 If you have given a keyword a nickname when configuring it,
17363 that nickname may be used instead of the actual keyword.
17366 When filling in a value for this field, it may be easiest to use
17367 the &quot;T&quot; command, which presents you with a list of the keywords
17368 you have defined to choose from.
17371 This part of the Pattern matches messages with certain keywords set.
17372 It will be considered a match if a message has any of the keywords in the
17373 list set.
17374 A keyword that you have not defined using the
17375 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
17376 will not be a match.
17379 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
17380 &quot;!&quot; &quot;toggle NOT&quot; command.
17381 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
17382 It will be considered a match if none of the keywords in the list are set
17383 for a message.
17384 A keyword that you have not defined using the
17385 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
17386 will not be a match, so a <EM>NOT</EM> of that keyword does match.
17388 Don't make the mistake of putting the &quot;!&quot; in the data field for
17389 the pattern.
17390 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
17391 pattern, the pattern will look like:
17393 <PRE>
17394  Keyword pattern = !frizzle
17395 </PRE>
17397 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17398 In order to match messages that do not have the keyword &quot;frizzle&quot;
17399 set, first type the characters &quot;frizzle&quot; followed
17400 by carriage return for the value of the Keyword pattern, then negate it
17401 by typing the &quot;!&quot; command.
17402 It should end up looking like
17404 <PRE>
17405  ! Keyword pattern = frizzle
17406 </PRE>
17408 A technicality: Since comma is the character used to separate multiple
17409 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17410 you want to include a literal comma in the field.
17411 In other words, if you type a backslash followed by a comma it will
17412 be interpreted as a comma by Alpine, instead of as a separator between
17413 pattern values.
17414 All other backslashes are literal backslashes and should not be escaped.
17416 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17417 for more information on Patterns.
17419 Look <A HREF="h_edit_nav_cmds">here</A>
17420 to see the available Editing and Navigation commands.
17422 &lt;End of help on this topic&gt;
17423 </BODY>
17424 </HTML>
17425 ======= h_config_role_arbpat =======
17426 <HTML>
17427 <HEAD>
17428 <TITLE>Extra Header Patterns Explained</TITLE>
17429 </HEAD>
17430 <BODY>
17431 <H1>Extra Header Patterns Explained</H1>
17433 The header patterns that come after the Participant pattern but before the 
17434 AllText pattern are extra header patterns that you have added to a rule's
17435 Pattern. These are just like the other header patterns except that
17436 the contents of the particular header listed on the left hand side will
17437 be used for comparisons.
17439 The &quot;eXtraHdr&quot; command may be used to add more of these
17440 header patterns to the rule you are editing.
17442 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
17443 extra header pattern from the rule you are editing.
17445 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
17446 &quot;!&quot; &quot;toggle NOT&quot; command.
17447 This changes the meaning of the pattern so that it has the opposite meaning.
17448 It will be considered a match if there are no matches between the
17449 text in the header line and the list of patterns.
17451 Don't make the mistake of putting the &quot;!&quot; in the data field for
17452 the pattern.
17453 For example, if you type the characters &quot;!frizzle&quot; into the
17454 pattern, the pattern will look like:
17456 <PRE>
17457  Xyz pattern = !frizzle
17458 </PRE>
17460 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17461 In order to match messages that do not have &quot;frizzle&quot; in
17462 their Xyz field, first type the characters &quot;frizzle&quot; followed
17463 by carriage return for the value of the pattern, then negate it
17464 by typing the &quot;!&quot; command.
17465 It should end up looking like
17467 <PRE>
17468  ! Xyz pattern = frizzle
17469 </PRE>
17472 A technicality: Since comma is the character used to separate multiple
17473 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17474 you want to include a literal comma in the field.
17475 In other words, if you type a backslash followed by a comma it will
17476 be interpreted as a comma by Alpine, instead of as a separator between
17477 pattern values.
17478 All other backslashes are literal backslashes and should not be escaped.
17480 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17481 for more information on Patterns.
17483 Look <A HREF="h_edit_nav_cmds">here</A>
17484 to see the available Editing and Navigation commands.
17486 &lt;End of help on this topic&gt;
17487 </BODY>
17488 </HTML>
17489 ======= h_config_role_cat_cmd =======
17490 <HTML>
17491 <HEAD>
17492 <TITLE>Categorizer Command Explained</TITLE>
17493 </HEAD>
17494 <BODY>
17495 <H1>Categorizer Command Explained</H1>
17497 This is a command that is run with its standard input set to the message
17498 being checked and its standard output discarded.
17499 The full directory path should be specified.
17500 The command will be run and then its exit status will be checked against
17501 the Exit Status Interval, which defaults to just the value zero.
17502 If the exit status of the command falls in the interval, it is considered
17503 a match, otherwise it is not a match.
17506 This option may actually be a list of commands.
17507 The first one that exists and is executable is used.
17508 That makes it possible to use the same configuration with Unix Alpine and
17509 PC-Alpine.
17512 If none of the commands in the list exists and is executable then the rule
17513 is <EM>not</EM> a match.
17514 If it is possible that the command may not exist, you should be careful
17515 to structure your rules so that nothing destructive
17516 happens when the command does not exist.
17517 For example, you might have a filter that filters away spam when there is
17518 a match but does nothing when there is not a match.
17519 That would cause no harm if the command didn't exist.
17520 However, if you have a filter that filters away spam when there is not
17521 a match and keeps it when there is a match, that would filter everything
17522 if the categorizer command didn't exist.
17524 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
17525 setup for the bogofilter filter.
17528 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17529 for more information on Patterns.
17531 Look <A HREF="h_edit_nav_cmds">here</A>
17532 to see the available Editing and Navigation commands.
17534 &lt;End of help on this topic&gt;
17535 </BODY>
17536 </HTML>
17537 ======= h_config_role_cat_cmd_example =======
17538 <HTML>
17539 <HEAD>
17540 <TITLE>Categorizer Command Example</TITLE>
17541 </HEAD>
17542 <BODY>
17543 <H1>Categorizer Command Example</H1>
17545 Bogofilter
17546 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
17547 is a mail filter that attempts to classify mail as spam or
17548 non-spam using statistical analysis of the message content.
17549 When run with no arguments and a message as standard input, it exits with
17550 exit status 0 if it thinks a message is spam and 1 if it thinks
17551 it is not spam.
17552 To use bogofilter as your Categorizer Command you would simply set Command to
17553 the pathname of the bogofilter program.
17554 For example,
17556 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
17558 Exit status of zero is what you are interested in, so you'd set the
17559 Exit Status Interval to
17561 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
17564 In order to prevent downloading an entire huge message to check for spam, you
17565 might want to set the Character Limit to a few thousand characters (the
17566 assumption being that the spam will reveal itself in those characters)
17568 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
17571 You would probably use bogofilter in an Alpine Filter Rule, and have the action
17572 be to move the message to a spam folder.
17573 It would usually be wise to also check the &quot;Message is Recent&quot;
17574 part of the rule so that messages are only checked when they first arrive,
17575 and to restrict the Current Folder Type to just your INBOX.
17576 The reason for checking only Recent messages is to save the time it takes
17577 to run bogofilter on each message.
17578 As an experiment, you might start out by using this in an Indexcolor Rule
17579 instead of a Filter Rule.
17580 In that case, you probably wouldn't check the Recent checkbox.
17582 The use described above assumes that you are somehow maintaining bogofilter's
17583 database of words associated with spam and non-spam messages.
17584 One way to start your database would be to select a bunch of spam messages
17585 in Alpine (you might Save spam messages to a special folder or use Alpine's
17586 Select command to select several) and then Apply
17587 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
17588 a pipe command to the spam messages.
17589 For example, you could have a shell script or an alias
17590 called <EM>this_is_spam</EM>, which would simply be the command
17592 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
17595 It is probably best to use the pipe command's Raw Text, With Delimiter,
17596 and Free Output options,
17597 which are at the bottom of the screen when you type the pipe command.
17598 That's because bogofilter expects the raw message as input, and uses
17599 the Delimiters to tell when a new message starts.
17600 You would not need to use a separate pipe for each message, because
17601 bogofilter can handle multiple messages at once.
17603 Similarly, you would select a group of non-spam messages
17604 and run them through a <EM>this_is_nonspam</EM> script
17605 that was something like
17607 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
17610 For the more adventurous, the next step might be to automate the upkeep of
17611 the bogofilter database.
17612 It might make more sense to have bogofilter be part of the delivery process,
17613 but it is also possible to do it entirely from within Alpine.
17614 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
17615 the &quot;-u&quot; argument will cause bogofilter to update the database.
17617 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
17619 You'd want a couple more aliases or shell scripts called something like
17620 <EM>change_to_spam</EM>
17622 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
17625 <EM>change_to_nonspam</EM>
17627 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
17629 When you run across a message in your INBOX that should have been
17630 classified as spam you would pipe it to the change_to_spam script, and
17631 when you run across a message in your spam folder that should have been
17632 left in your INBOX you would pipe it through change_to_nonspam.
17635 There is a technical problem with this approach.
17636 Alpine may check your filters more than once.
17637 In particular, every time you start Alpine the filters will be checked for
17638 each message.
17639 Also, if you have any filters that depend on message state (New, Deleted, etc.)
17640 then Alpine will recheck for matches in messages that have changed state
17641 at the time you close the folder and before expunging.
17642 This is usually ok.
17643 However, in this case it is a problem because the command
17645 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
17647 has the side effect of updating the database.
17648 So you run the risk of updating the database multiple times for a single
17649 message instead of updating it just once per message.
17650 There are some ways to work around this problem.
17651 What you need is a way to mark the message after you have run the filter.
17652 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
17653 Besides having the filter move the message to a spam folder, also have it
17654 set the Bogo keyword.
17655 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
17656 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
17657 This rule can only set the Bogo keyword for the messages that it matches.
17658 You will also need to add a second rule right after this one that
17659 matches all the messages that don't have the Bogo keyword set
17660 (put the keyword in the Keyword pattern and toggle
17661 the Not with the ! command)
17662 and takes the action of setting it.
17663 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
17664 (and so it won't re-run the bogofilter command) if the keyword is already
17665 set.
17667 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
17668 on all messages that don't have the Bogo keyword set.
17669 This will have the side effect of inserting that message in the bogofilter
17670 database, match or not.
17671 If this rule matches (it is spam), the Bogo keyword will be set and
17672 the message will be moved to a spam folder.
17673 If it does not match, the
17674 following rule will mark the message by turning on the keyword.
17675 This second rule should be a non-terminating
17676 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
17677 rule so that it doesn't stop the filtering process before the rest of
17678 your rules are consulted.
17681 In summary, the first rule is something like
17682 <PRE>
17683   Nickname          = bogofilter -u rule
17684   Current Folder Type =
17685                (*) Specific
17686                    Folder = INBOX
17688   ! Keyword pattern = Bogo
17690   External Categorizer Commands =
17691        Command              = /usr/local/bin/bogofilter -u
17692        Exit Status Interval = (0,0)
17693        Character Limit      = <No Value Set: using "-1">  (optionally set this)
17695   Filter Action =
17696        (*) Move
17697            Folder = spam
17698   
17699   Set These Keywords   = Bogo
17700 </PRE>
17702 and the following rule is
17703 <PRE>
17704   Nickname          = Set Bogo Keyword
17705   Current Folder Type =
17706                (*) Specific
17707                    Folder = INBOX
17709   ! Keyword pattern = Bogo
17711   Filter Action =
17712        (*) Just Set Message Status
17714   Set These Keywords   = Bogo
17716   Features =
17717       [X]  dont-stop-even-if-rule-matches
17718 </PRE>
17720 If it is possible for you to insert bogofilter in the delivery process instead
17721 of having it called from Alpine you could prevent having to wait
17722 for the bogofilter processing while you read your mail.
17723 You would have bogofilter add a header to the message at the time of delivery
17724 that identified it as spam or nonspam.
17725 With this method, you could avoid using a Categorizer Command while running Alpine,
17726 and just match on the header instead.
17727 You might still want to use the scripts mentioned above to initialize the
17728 database or to re-classify wrongly classified messages.
17731 Finally, it isn't for the faint-hearted,
17732 but it is also possible to run bogofilter from PC-Alpine.
17733 You can install Cygwin from
17734 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
17735 then compile bogofilter in the cygwin environment, and run it from
17736 within PC-Alpine.
17737 You would end up with a Categorizer command that looked something like
17739 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
17741 Note that the &quot;.exe&quot; extension is explicit,
17742 and that the bogofilter.exe executable should be in the same directory
17743 as cygwin1.dll.
17746 &lt;End of help on this topic&gt;
17747 </BODY>
17748 </HTML>
17749 ======= h_config_role_cat_status =======
17750 <HTML>
17751 <HEAD>
17752 <TITLE>Exit Status Interval Explained</TITLE>
17753 </HEAD>
17754 <BODY>
17755 <H1>Exit Status Interval Explained</H1>
17757 The categorizer command is run and the result is the exit status of
17758 that command.
17759 If that exit status falls in the Exit Status Interval
17760 then it is considered a match, otherwise it is not a match.
17761 Of course for the entire rule to match, it must also be checked against
17762 the other defined parts of the Pattern.
17764 The Exit Status Interval defaults to the single value 0 (zero).
17765 If you define it, it should be set to something like:
17767 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
17769 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
17770 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
17771 positive and negative integers.
17773 Actually, a list of intervals may be used if you wish.
17774 A list would look like
17776 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
17778 When there is an Exit Status Interval defined, it is a match if the exit status
17779 of the categorizer command is contained in any of the intervals.
17780 The intervals include both endpoints.
17782 The default interval is
17784 <CENTER><SAMP>(0,0)</SAMP></CENTER>
17786 and it matches only if the command exits with exit status equal to zero.
17789 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17790 for more information on Patterns.
17792 Look <A HREF="h_edit_nav_cmds">here</A>
17793 to see the available Editing and Navigation commands.
17795 &lt;End of help on this topic&gt;
17796 </BODY>
17797 </HTML>
17798 ======= h_config_role_cat_limit =======
17799 <HTML>
17800 <HEAD>
17801 <TITLE>Character Limit Explained</TITLE>
17802 </HEAD>
17803 <BODY>
17804 <H1>Character Limit Explained</H1>
17806 Setting this option makes it possible to limit how much of the message
17807 is made available to the categorizer command as input.
17808 The default value (-1) means that the entire message is fed to the
17809 command.
17810 A value of 0 (zero) means that only the headers of the message are
17811 made available.
17812 A positive integer means that the headers plus that many characters from
17813 the body of the message are passed to the categorizer.
17816 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17817 for more information on Patterns.
17819 Look <A HREF="h_edit_nav_cmds">here</A>
17820 to see the available Editing and Navigation commands.
17822 &lt;End of help on this topic&gt;
17823 </BODY>
17824 </HTML>
17825 ======= h_config_role_age =======
17826 <HTML>
17827 <HEAD>
17828 <TITLE>Age Interval Explained</TITLE>
17829 </HEAD>
17830 <BODY>
17831 <H1>Age Interval Explained</H1>
17833 The Age Interval, if defined, is part of the Pattern.
17834 If you use this, it should be set to something like:
17836 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
17838 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
17839 The special value &quot;INF&quot; may be used for the max value.
17840 It represents infinity.
17842 In rare cases it may be useful to use the more general form of the value,
17843 which is a comma-separated list of intervals.
17844 It would look something like:
17846 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
17848 When there is an Age Interval defined, it is a match if the age, in days, of
17849 the message is contained in the interval.
17850 The interval includes both endpoints.
17851 If the option is set to a list of intervals then it is a match if the
17852 age of the message is contained in any of the intervals.
17854 Even though this option is called Age, it isn't actually
17855 the <EM>age</EM> of the message.
17856 Instead, it is how many days ago the message arrived in one of your folders.
17857 If the current time is a little past midnight, then a message that arrived
17858 just before midnight arrived yesterday, even though the message is only
17859 a few minutes old.
17860 By default, the date being used is not the date in the Date
17861 header of the message.
17862 It is the date that the message arrived in one of your folders.
17863 When you Save a message from one folder to another that arrival date
17864 is preserved.
17865 If you would like to use the date in the Date header that is possible.
17866 Turn on the option
17867 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
17868 near the bottom of the rule definition.
17870 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
17871 The age interval
17873 <CENTER><SAMP>(2,2)</SAMP></CENTER>
17875 matches all messages that arrived on the day before yesterday.
17876 The interval
17878 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
17880 matches all messages that arrived at least 180 days before today.
17881 The interval
17883 <CENTER><SAMP>(0,1)</SAMP></CENTER>
17885 matches all messages that arrived today or yesterday.
17888 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17889 for more information on Patterns.
17891 Look <A HREF="h_edit_nav_cmds">here</A>
17892 to see the available Editing and Navigation commands.
17894 &lt;End of help on this topic&gt;
17895 </BODY>
17896 </HTML>
17897 ======= h_config_role_size =======
17898 <HTML>
17899 <HEAD>
17900 <TITLE>Size Interval Explained</TITLE>
17901 </HEAD>
17902 <BODY>
17903 <H1>Size Interval Explained</H1>
17905 The Size Interval, if defined, is part of the Pattern.
17906 If you use this, it should be set to something like:
17908 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
17910 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
17911 The special value &quot;INF&quot; may be used for the max value.
17912 It represents infinity.
17914 In rare cases it may be useful to use the more general form of the value,
17915 which is a comma-separated list of intervals.
17916 It would look something like:
17918 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
17920 When there is a Size Interval defined, it is a match if the size of
17921 the message is contained in the interval.
17922 The interval includes both endpoints.
17923 If the option is set to a list of intervals then it is a match if the
17924 size of the message is contained in any of the intervals.
17926 The size interval
17928 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
17930 matches all messages with sizes greater than or equal to 10000, and less
17931 than or equal to 50000.
17932 The interval
17934 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
17936 matches all messages with sizes greater than or equal to 100000.
17939 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17940 for more information on Patterns.
17942 Look <A HREF="h_edit_nav_cmds">here</A>
17943 to see the available Editing and Navigation commands.
17945 &lt;End of help on this topic&gt;
17946 </BODY>
17947 </HTML>
17948 ======= h_config_role_scorei =======
17949 <HTML>
17950 <HEAD>
17951 <TITLE>Score Interval Explained</TITLE>
17952 </HEAD>
17953 <BODY>
17954 <H1>Score Interval Explained</H1>
17956 The Score Interval, if defined, is part of the Pattern.
17957 If you use this, it should be set to something like:
17959 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
17961 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
17962 -32000 and 32000.
17963 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
17964 the min and max values.
17965 These represent negative and positive infinity.
17967 Actually, the value may be a list of intervals rather than just a
17968 single interval if that is useful.
17969 The elements of the list are separated by commas like:
17971 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
17973 When there is a Score Interval defined, it is a match if the score for
17974 the message is contained in any of the intervals.
17975 The intervals include both endpoints.
17976 The score for a message is calculated by looking at every scoring rule
17977 defined and adding up the Score Values for the rules that match the message.
17978 Scoring rules are created using the
17979 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
17982 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17983 for more information on Patterns.
17985 Look <A HREF="h_edit_nav_cmds">here</A>
17986 to see the available Editing and Navigation commands.
17988 &lt;End of help on this topic&gt;
17989 </BODY>
17990 </HTML>
17991 ======= h_config_role_fldr_type =======
17992 <HTML>
17993 <HEAD>
17994 <TITLE>Current Folder Type Explained</TITLE>
17995 </HEAD>
17996 <BODY>
17997 <H1>Current Folder Type Explained</H1>
17999 The Current Folder Type is part of the role's Pattern.
18000 It refers to the type of the currently open folder, which is the folder
18001 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
18002 In order for a role to be considered a match, the current folder must
18003 be of the type you set here.
18004 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18005 all what you might think.
18007 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
18008 example, then
18009 that role will only be a match if the current folder is a newsgroup and
18010 the rest of the Pattern matches.
18011 The value &quot;Specific&quot; may be used when you want to limit the match
18012 to a specific folder (not just a specific type of folder), or to a list of
18013 specific folders.
18015 In order to match a specific folder you Select the &quot;Specific&quot;
18016 button <EM>AND</EM> fill in
18017 the name (or list of names) of
18018 the folder in the &quot;Folder List&quot; field.
18019 If the current folder is any of the folders in the list, that is considered
18020 a match.
18021 The name of each folder in the list may be either &quot;INBOX&quot;,
18022 the technical specification
18023 of the folder (like what appears in your configuration file) or, if the
18024 folder is one of your incoming folders, it may be the nickname you've given
18025 the folder.
18026 Here are a couple samples of specific folder names:
18028 <CENTER><SAMP>{monet.art.example.com/user=vincent}mail/art-class</SAMP></CENTER>
18030 <CENTER><SAMP>{news.example.com/nntp/user=peter}#news.comp.mail.pine</SAMP></CENTER>
18032 Observe that in order for an external folder (IMAP, POP, News) to be a match,
18033 you must also add the /user= option in the definition of the incoming folder.
18035 The easiest way to fill in the &quot;Folder List&quot; field is to use
18036 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
18037 highlighted, or to use the &quot;Take&quot; command with the configuration
18038 feature
18039 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
18040 turned on.
18041 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18042 Current Folder Type is set to &quot;Specific&quot;, and any value that
18043 &quot;Folder List&quot; has is ignored unless the type
18044 is set to &quot;Specific&quot;.
18046 When reading a newsgroup, there may be a performance penalty
18047 incurred when collecting the information necessary to check a Pattern.
18048 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18050 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18051 for more information on Patterns.
18053 Look <A HREF="h_edit_nav_cmds">here</A>
18054 to see the available Editing and Navigation commands.
18056 &lt;End of help on this topic&gt;
18057 </BODY>
18058 </HTML>
18059 ======= h_config_filt_rule_type =======
18060 <HTML>
18061 <HEAD>
18062 <TITLE>Filter Action Explained</TITLE>
18063 </HEAD>
18064 <BODY>
18065 <H1>Filter Action Explained</H1>
18067 The Filter Action specifies the action to be taken when the Pattern is a
18068 match.
18069 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
18070 &quot;Just Set Message Status&quot;.
18072 If it is set to &quot;Delete&quot;, then the message that matches the
18073 Pattern will be deleted from the open folder.
18075 If it is set to &quot;Move&quot;, then the name of the folder to which
18076 the matching message should be moved is given in the &quot;Folder List&quot; field on the
18077 next line of the screen.
18078 A list of folders separated by commas may be given, in which case the
18079 message will be copied to all of the folders in the list before it is
18080 deleted.
18082 If it is set to neither of those two values (it is set to the value
18083 labeled &quot;Just Set Message Status&quot;) then the message status
18084 setting will happen
18085 but the message will not be deleted or moved.
18087 If you are Moving a message you may also set Message Status if you wish.
18089 The easiest way to fill in the &quot;Folder List&quot; field is to use
18090 the T command that is available when the &quot;Folder List&quot; line is
18091 highlighted.
18092 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18093 Filter Action is set to &quot;Move&quot;, and any value that
18094 &quot;Folder List&quot; has is ignored unless the type
18095 is set to &quot;Move&quot;.
18097 There are a few tokens that may be used in the names in the Folder List.
18098 They are all related to the date on which the filtering is taking place.
18099 The tokens are words surrounded by underscores.
18100 For example, if you want your filter to move messages to a folder named
18101 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
18102 you could specify the folder as
18103 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
18104 which would result in a file named something like
18105 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
18107 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
18108 which would result in a file named something like
18109 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
18110 The available tokens are listed
18111 <A HREF="h_index_tokens">here</A>.
18113 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18114 for more information on Patterns.
18116 Look <A HREF="h_edit_nav_cmds">here</A>
18117 to see the available Editing and Navigation commands.
18119 &lt;End of help on this topic&gt;
18120 </BODY>
18121 </HTML>
18122 ======= h_config_score_fldr_type =======
18123 <HTML>
18124 <HEAD>
18125 <TITLE>Current Folder Type Explained</TITLE>
18126 </HEAD>
18127 <BODY>
18128 <H1>Current Folder Type Explained</H1>
18130 The Current Folder Type is part of the scoring rule's Pattern.
18131 It refers to the type of the folder that
18132 the message being scored is in.
18133 In order for a rule to be considered a match, the current folder must
18134 be of the type you set here.
18135 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18136 all what you might think.
18138 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18139 example, then
18140 that Pattern will only match if the current folder is a newsgroup and
18141 the rest of the Pattern matches.
18142 The value &quot;Specific&quot; may be used when you want to limit the match
18143 to a specific folder (not just a specific type of folder), or to a list of
18144 specific folders.
18146 In order to match a specific folder you Select the &quot;Specific&quot;
18147 button <EM>AND</EM> fill in
18148 the name (or list of names) of
18149 the folder in the &quot;Folder List&quot; field.
18150 If the current folder is any of the folders in the list, that is considered
18151 a match.
18152 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18153 of the folder (like what appears in your configuration file) or, if the
18154 folder is one of your incoming folders, it may be the nickname you've given
18155 the folder.
18156 Here are a couple samples of specific folder names:
18158 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18160 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18162 The easiest way to fill in the &quot;Folder List&quot; field is to use
18163 the T command that is available when the &quot;Folder List&quot; line is
18164 highlighted.
18165 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18166 Current Folder Type is set to &quot;Specific&quot;, and any value that
18167 &quot;Folder List&quot; has is ignored unless the type
18168 is set to &quot;Specific&quot;.
18170 When reading a newsgroup, there may be a performance penalty
18171 incurred when collecting the information necessary to check a Pattern.
18172 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18173 For example, if you have Index Line Coloring rules that have Score Intervals
18174 defined then the scores for all the visible messages will need to be calculated.
18175 If some of your Scoring rules have 
18176 a Current Folder Type of
18177 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
18178 screen to draw more slowly when in a newsgroup.
18180 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18181 for more information on Patterns.
18183 Look <A HREF="h_edit_nav_cmds">here</A>
18184 to see the available Editing and Navigation commands.
18186 &lt;End of help on this topic&gt;
18187 </BODY>
18188 </HTML>
18189 ======= h_config_other_fldr_type =======
18190 <HTML>
18191 <HEAD>
18192 <TITLE>Current Folder Type Explained</TITLE>
18193 </HEAD>
18194 <BODY>
18195 <H1>Current Folder Type Explained</H1>
18197 The Current Folder Type is part of the rule's Pattern.
18198 It refers to the type of the folder being viewed.
18199 In order for a rule to be considered a match, the current folder must
18200 be of the type you set here.
18201 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18202 all what you might think.
18204 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18205 example, then
18206 that Pattern will only match if the current folder is a newsgroup.
18207 The value &quot;Specific&quot; may be used when you want to limit the match
18208 to a specific folder (not just a specific type of folder), or to a list of
18209 specific folders.
18211 In order to match a specific folder you Select the &quot;Specific&quot;
18212 button <EM>AND</EM> fill in
18213 the name (or list of names) of
18214 the folder in the &quot;Folder List&quot; field.
18215 If the current folder is any of the folders in the list, that is considered
18216 a match.
18217 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18218 of the folder (like what appears in your configuration file) or, if the
18219 folder is one of your incoming folders, it may be the nickname you've given
18220 the folder.
18221 Here are a couple samples of specific folder names:
18223 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18225 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18227 The easiest way to fill in the &quot;Folder List&quot; field is to use
18228 the T command that is available when the &quot;Folder List&quot; line is
18229 highlighted.
18230 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18231 Current Folder Type is set to &quot;Specific&quot;, and any value that
18232 &quot;Folder List&quot; has is ignored unless the type
18233 is set to &quot;Specific&quot;.
18235 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18236 for more information on Patterns.
18238 Look <A HREF="h_edit_nav_cmds">here</A>
18239 to see the available Editing and Navigation commands.
18241 &lt;End of help on this topic&gt;
18242 </BODY>
18243 </HTML>
18244 ======= h_config_incol_fldr_type =======
18245 <HTML>
18246 <HEAD>
18247 <TITLE>Current Folder Type Explained</TITLE>
18248 </HEAD>
18249 <BODY>
18250 <H1>Current Folder Type Explained</H1>
18252 The Current Folder Type is part of the Line Coloring rule's Pattern.
18253 It refers to the type of the folder for which the MESSAGE INDEX is
18254 being viewed.
18255 In order for a rule to be considered a match, the current folder must
18256 be of the type you set here.
18257 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18258 all what you might think.
18260 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18261 example, then
18262 that Pattern will only match if the current folder is a newsgroup and
18263 the rest of the Pattern matches.
18264 The value &quot;Specific&quot; may be used when you want to limit the match
18265 to a specific folder (not just a specific type of folder), or to a list of
18266 specific folders.
18268 In order to match a specific folder you Select the &quot;Specific&quot;
18269 button <EM>AND</EM> fill in
18270 the name (or list of names) of
18271 the folder in the &quot;Folder List&quot; field.
18272 If the current folder is any of the folders in the list, that is considered
18273 a match.
18274 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18275 of the folder (like what appears in your configuration file) or, if the
18276 folder is one of your incoming folders, it may be the nickname you've given
18277 the folder.
18278 Here are a couple samples of specific folder names:
18280 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18282 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18284 The easiest way to fill in the &quot;Folder List&quot; field is to use
18285 the T command that is available when the &quot;Folder List&quot; line is
18286 highlighted.
18287 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18288 Current Folder Type is set to &quot;Specific&quot;, and any value that
18289 &quot;Folder List&quot; has is ignored unless the type
18290 is set to &quot;Specific&quot;.
18292 When reading a newsgroup, there may be a performance penalty
18293 incurred when collecting the information necessary to check a Pattern.
18294 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18295 For example, a rule with a non-Normal Index Line Color
18296 and a Current Folder Type of
18297 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
18298 screen to draw more slowly when in a newsgroup.
18300 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18301 for more information on Patterns.
18303 Look <A HREF="h_edit_nav_cmds">here</A>
18304 to see the available Editing and Navigation commands.
18306 &lt;End of help on this topic&gt;
18307 </BODY>
18308 </HTML>
18309 ======= h_config_filt_fldr_type =======
18310 <HTML>
18311 <HEAD>
18312 <TITLE>Current Folder Type Explained</TITLE>
18313 </HEAD>
18314 <BODY>
18315 <H1>Current Folder Type Explained</H1>
18317 The Current Folder Type is part of the Filtering rule's Pattern.
18318 It refers to the type of the folder for which the filtering is being done.
18319 In order for a rule to be considered a match, the current folder must
18320 be of the type you set here.
18321 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18322 all what you might think.
18324 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18325 example, then
18326 that Pattern will only match if the current folder is a newsgroup and
18327 the rest of the Pattern matches.
18328 The value &quot;Specific&quot; may be used when you want to limit the match
18329 to a specific folder (not just a specific type of folder), or to a list of
18330 specific folders.
18332 In order to match a specific folder you Select the &quot;Specific&quot;
18333 button <EM>AND</EM> fill in
18334 the name (or list of names) of
18335 the folder in the &quot;Folder List&quot; field.
18336 If the current folder is any of the folders in the list, that is considered
18337 a match.
18338 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18339 of the folder (like what appears in your configuration file) or, if the
18340 folder is one of your incoming folders, it may be the nickname you've given
18341 the folder.
18342 Here are a couple samples of specific folder names:
18344 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18346 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18348 The easiest way to fill in the &quot;Folder List&quot; field is to use
18349 the T command that is available when the &quot;Folder List&quot; line is
18350 highlighted.
18351 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18352 Current Folder Type is set to &quot;Specific&quot;, and any value that
18353 &quot;Folder List&quot; has is ignored unless the type
18354 is set to &quot;Specific&quot;.
18356 When reading a newsgroup, there may be a performance penalty
18357 incurred when collecting the information necessary to check a Pattern.
18358 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18359 For example, a rule with a Current Folder Type of either
18360 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
18361 more slowly when opening a newsgroup.
18363 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18364 for more information on Patterns.
18366 Look <A HREF="h_edit_nav_cmds">here</A>
18367 to see the available Editing and Navigation commands.
18369 &lt;End of help on this topic&gt;
18370 </BODY>
18371 </HTML>
18372 ======= h_config_role_stat_imp =======
18373 <HTML>
18374 <HEAD>
18375 <TITLE>Message Important Status Explained</TITLE>
18376 </HEAD>
18377 <BODY>
18378 <H1>Message Important Status Explained</H1>
18380 This part of the Pattern may have one of three possible values.
18381 The default value is &quot;Don't care&quot;, which matches any message.
18382 The other two values are &quot;Yes&quot;, which means the message must be
18383 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
18384 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
18385 to be a match.
18387 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18388 for more information on Patterns.
18390 Look <A HREF="h_edit_nav_cmds">here</A>
18391 to see the available Editing and Navigation commands.
18393 &lt;End of help on this topic&gt;
18394 </BODY>
18395 </HTML>
18396 ======= h_config_role_stat_new =======
18397 <HTML>
18398 <HEAD>
18399 <TITLE>Message New Status Explained</TITLE>
18400 </HEAD>
18401 <BODY>
18402 <H1>Message New Status Explained</H1>
18404 This part of the Pattern may have one of three possible values.
18405 The default value is &quot;Don't care&quot;, which matches any message.
18406 The other two values are &quot;Yes&quot;, which means the message must be
18407 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
18408 means the message must <EM>not</EM> be &quot;New&quot; in order
18409 to be a match.
18410 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
18411 same as <EM>Seen</EM>.
18413 The nomenclature for New and Recent is a bit confusing:
18415 New means that the message is Unseen.
18416 It could have been in your mailbox for a long time but if you haven't looked
18417 at it, it is still considered New.
18418 That matches the default Alpine index display that shows an N for such a
18419 message.
18421 Recent means that the message was added to this folder since the last time
18422 you opened the folder.
18423 Alpine also shows an N by default for these types of messages.
18424 If you were to run two copies of Alpine that opened a folder one right after
18425 the other, a message would only show up as Recent in (at most) the first
18426 Alpine session.
18428 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18429 for more information on Patterns.
18431 Look <A HREF="h_edit_nav_cmds">here</A>
18432 to see the available Editing and Navigation commands.
18434 &lt;End of help on this topic&gt;
18435 </BODY>
18436 </HTML>
18437 ======= h_config_role_stat_recent =======
18438 <HTML>
18439 <HEAD>
18440 <TITLE>Message Recent Status Explained</TITLE>
18441 </HEAD>
18442 <BODY>
18443 <H1>Message Recent Status Explained</H1>
18445 This part of the Pattern may have one of three possible values.
18446 The default value is &quot;Don't care&quot;, which matches any message.
18447 The other two values are &quot;Yes&quot;, which means the message must be
18448 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
18449 means the message must <EM>not</EM> be &quot;Recent&quot; in order
18450 to be a match.
18451 &quot;Recent&quot; means that the message was added to the folder since
18452 the last time the folder was opened.
18453 If more than one mail client has the folder opened, the message will
18454 appear to be &quot;Recent&quot; to only one of the clients.
18456 The nomenclature for New and Recent is a bit confusing:
18458 New means that the message is Unseen.
18459 It could have been in your mailbox for a long time but if you haven't looked
18460 at it, it is still considered New.
18461 That matches the default Alpine index display that shows an N for such a
18462 message.
18464 Recent means that the message was added to this folder since the last time
18465 you opened the folder.
18466 Alpine also shows an N by default for these types of messages.
18467 If you were to run two copies of Alpine that opened a folder one right after
18468 the other, a message would only show up as Recent in (at most) the first
18469 Alpine session.
18471 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18472 for more information on Patterns.
18474 Look <A HREF="h_edit_nav_cmds">here</A>
18475 to see the available Editing and Navigation commands.
18477 &lt;End of help on this topic&gt;
18478 </BODY>
18479 </HTML>
18480 ======= h_config_role_stat_del =======
18481 <HTML>
18482 <HEAD>
18483 <TITLE>Message Deleted Status Explained</TITLE>
18484 </HEAD>
18485 <BODY>
18486 <H1>Message Deleted Status Explained</H1>
18488 This part of the Pattern may have one of three possible values.
18489 The default value is &quot;Don't care&quot;, which matches any message.
18490 The other two values are &quot;Yes&quot;, which means the message must be
18491 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
18492 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
18493 to be a match.
18495 If you are thinking of using this part of the Pattern as a way to prevent
18496 messages from being filtered more than once in a Filter Pattern,
18497 take a look at the Filter Option
18498 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
18499 instead.
18500 It should work better than using this field since it will hide the filtered
18501 messages even if they are already Deleted.
18502 That option is at the bottom of the Filter configuration screen.
18504 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18505 for more information on Patterns.
18507 Look <A HREF="h_edit_nav_cmds">here</A>
18508 to see the available Editing and Navigation commands.
18510 &lt;End of help on this topic&gt;
18511 </BODY>
18512 </HTML>
18513 ======= h_config_role_stat_ans =======
18514 <HTML>
18515 <HEAD>
18516 <TITLE>Message Answered Status Explained</TITLE>
18517 </HEAD>
18518 <BODY>
18519 <H1>Message Answered Status Explained</H1>
18521 This part of the Pattern may have one of three possible values.
18522 The default value is &quot;Don't care&quot;, which matches any message.
18523 The other two values are &quot;Yes&quot;, which means the message must be
18524 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
18525 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
18526 to be a match.
18528 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18529 for more information on Patterns.
18531 Look <A HREF="h_edit_nav_cmds">here</A>
18532 to see the available Editing and Navigation commands.
18534 &lt;End of help on this topic&gt;
18535 </BODY>
18536 </HTML>
18537 ======= h_config_role_abookfrom =======
18538 <HTML>
18539 <HEAD>
18540 <TITLE>Address in Address Book Explained</TITLE>
18541 </HEAD>
18542 <BODY>
18543 <H1>Address in Address Book Explained</H1>
18545 This option gives you a way to match messages that contain an address
18546 that is in one of your address books.
18547 Only the simple entries in your address books are searched.
18548 Address book distribution lists are ignored!
18550 This part of the Pattern may have one of five possible values.
18551 The default value is &quot;Don't care&quot;, which matches any message.
18552 The value &quot;Yes, in any address book&quot; means at least one of the addresses
18553 from the message must be in at least one of your
18554 address books in order to be a match.
18555 The value &quot;No, not in any address book&quot;
18556 means none of the addresses may
18557 be in any of your address books in order to be a match.
18559 The values &quot;Yes, in specific address books&quot; and
18560 &quot;No, not in any of specific address books&quot; are similar but instead
18561 of depending on all address books you are allowed to give a list of address
18562 books to look in.
18563 Usually this would be a single address book but it may be a
18564 list of address books as well.
18565 For each of these &quot;specific&quot; address book options you Select which
18566 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
18567 name (or list of names) of the address book in the
18568 &quot;Abook List&quot; field.
18569 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
18570 The easiest way to fill in the Abook List field it to use
18571 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
18572 line is highlighted.
18573 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
18574 option is set to one of the two &quot;Specific&quot;, values.
18576 The addresses from the message that are checked for are determined by the
18577 setting you have for &quot;Types of addresses to check for in address book&quot;.
18578 If you set this to &quot;From&quot; the From address from the message will
18579 be looked up in the address book.
18580 If you set it to &quot;To&quot; instead then the To addresses will be used.
18581 If any of the To addresses are in the address book then it is considered
18582 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
18583 You could set it to both From and To, in which case all of the From and To
18584 addresses are used.
18585 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
18586 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
18587 exists or the From address if there is no Reply-To address.
18588 Same for the Sender address.
18590 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18591 for more information on Patterns.
18593 Look <A HREF="h_edit_nav_cmds">here</A>
18594 to see the available Editing and Navigation commands.
18596 &lt;End of help on this topic&gt;
18597 </BODY>
18598 </HTML>
18599 ======= h_config_inabook_from =======
18600 <HTML>
18601 <HEAD>
18602 <TITLE>From</TITLE>
18603 </HEAD>
18604 <BODY>
18605 <H1>From</H1>
18607 Setting the From line will cause the address from the From header line
18608 of the message to be checked for in the address book.
18610 &lt;End of help on this topic&gt;
18611 </BODY>
18612 </HTML>
18613 ======= h_config_inabook_replyto =======
18614 <HTML>
18615 <HEAD>
18616 <TITLE>Reply-To</TITLE>
18617 </HEAD>
18618 <BODY>
18619 <H1>Reply-To</H1>
18621 Setting the Reply-To line will cause the address from the Reply-To header line
18622 of the message to be checked for in the address book.
18623 However, if there is no Reply-To header line in the message the From header
18624 line will be used instead.
18625 We understand this is dumb but we don't have an easy way around it.
18627 &lt;End of help on this topic&gt;
18628 </BODY>
18629 </HTML>
18630 ======= h_config_inabook_sender =======
18631 <HTML>
18632 <HEAD>
18633 <TITLE>Sender</TITLE>
18634 </HEAD>
18635 <BODY>
18636 <H1>Sender</H1>
18638 Setting the Sender line will cause the address from the Sender header line
18639 of the message to be checked for in the address book.
18640 However, if there is no Sender header line in the message the From header
18641 line will be used instead.
18642 We understand this is dumb but we don't have an easy way around it.
18644 &lt;End of help on this topic&gt;
18645 </BODY>
18646 </HTML>
18647 ======= h_config_inabook_to =======
18648 <HTML>
18649 <HEAD>
18650 <TITLE>To</TITLE>
18651 </HEAD>
18652 <BODY>
18653 <H1>To</H1>
18655 Setting the To line will cause the address from the To header line
18656 of the message to be checked for in the address book.
18658 &lt;End of help on this topic&gt;
18659 </BODY>
18660 </HTML>
18661 ======= h_config_inabook_cc =======
18662 <HTML>
18663 <HEAD>
18664 <TITLE>CC</TITLE>
18665 </HEAD>
18666 <BODY>
18667 <H1>CC</H1>
18669 Setting the CC line will cause the address from the CC header line
18670 of the message to be checked for in the address book.
18672 &lt;End of help on this topic&gt;
18673 </BODY>
18674 </HTML>
18675 ======= h_config_role_stat_8bitsubj =======
18676 <HTML>
18677 <HEAD>
18678 <TITLE>Raw 8-bit in Subject Explained</TITLE>
18679 </HEAD>
18680 <BODY>
18681 <H1>Raw 8-bit in Subject Explained</H1>
18683 It seems that lots of unwanted email contains unencoded 8-bit characters
18684 in the Subject.
18685 Normally, characters with the 8th bit set are not allowed in the Subject
18686 header unless they are MIME-encoded.
18687 This option gives you a way to match messages that have Subjects that
18688 contain unencoded 8-bit characters.
18690 This part of the Pattern may have one of three possible values.
18691 The default value is &quot;Don't care&quot;, which matches any message.
18692 The other two values are &quot;Yes&quot;, which means the Subject of
18693 the message must contain unencoded 8-bit characters (characters with the
18694 most significant bit set)
18695 in order to be a match; or &quot;No&quot;, which
18696 means the Subject must <EM>not</EM>
18697 contain unencoded 8-bit characters in order to be a match.
18699 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18700 for more information on Patterns.
18702 Look <A HREF="h_edit_nav_cmds">here</A>
18703 to see the available Editing and Navigation commands.
18705 &lt;End of help on this topic&gt;
18706 </BODY>
18707 </HTML>
18708 ======= h_config_role_bom =======
18709 <HTML>
18710 <HEAD>
18711 <TITLE>Beginning of Month</TITLE>
18712 </HEAD>
18713 <BODY>
18714 <H1>Beginning of Month</H1>
18716 This option gives you a limited ability to take different actions depending on whether
18717 this is the first time Alpine has been run this month or not.
18718 Though it would be nice to have such an option available, this is not the
18719 same as whether or not this is the first time a paricular folder has been
18720 opened this month.
18721 If you want some action (probably Filtering) to take place in a folder each
18722 month, then you will need to be sure that the folder is opened during the
18723 first Alpine session of the month in order for this option to be helpful.
18725 This part of the Pattern may have one of three possible values.
18726 The default value is &quot;Don't care&quot;, which matches any message.
18727 The other two values are &quot;Yes&quot;, which means this is the first
18728 time Alpine has been run this month;
18729 or &quot;No&quot;, which
18730 means this is not the first time Alpine has been run this month.
18732 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18733 for more information on Patterns.
18735 Here are some technical details.
18736 The way that Alpine decides if it is the beginning of the month or not is
18737 to compare today's date with the date stored in the
18738 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
18739 variable in the config file.
18740 If the month of today's date is later than the month stored in the variable,
18741 then this is considered to be the first time you have run Alpine this month, and
18742 that turns the Beginning of the Month option on.
18744 Look <A HREF="h_edit_nav_cmds">here</A>
18745 to see the available Editing and Navigation commands.
18747 &lt;End of help on this topic&gt;
18748 </BODY>
18749 </HTML>
18750 ======= h_config_role_boy =======
18751 <HTML>
18752 <HEAD>
18753 <TITLE>Beginning of Year</TITLE>
18754 </HEAD>
18755 <BODY>
18756 <H1>Beginning of Year</H1>
18758 This option gives you a limited ability to take different actions depending on whether
18759 this is the first time Alpine has been run this year or not.
18760 Though it would be nice to have such an option available, this is not the
18761 same as whether or not this is the first time a paricular folder has been
18762 opened this year.
18763 If you want some action (probably Filtering) to take place in a folder each
18764 year, then you will need to be sure that the folder is opened during the
18765 first Alpine session of the year in order for this option to be helpful.
18767 This part of the Pattern may have one of three possible values.
18768 The default value is &quot;Don't care&quot;, which matches any message.
18769 The other two values are &quot;Yes&quot;, which means this is the first
18770 time Alpine has been run this year;
18771 or &quot;No&quot;, which
18772 means this is not the first time Alpine has been run this year.
18774 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18775 for more information on Patterns.
18777 Here are some technical details.
18778 The way that Alpine decides if it is the beginning of the year or not is
18779 to compare today's date with the date stored in the
18780 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
18781 variable in the config file.
18782 If the year of today's date is later than the year stored in the variable,
18783 then this is considered to be the first time you have run Alpine this year, and
18784 that turns the Beginning of the Year option on.
18786 Look <A HREF="h_edit_nav_cmds">here</A>
18787 to see the available Editing and Navigation commands.
18789 &lt;End of help on this topic&gt;
18790 </BODY>
18791 </HTML>
18792 ======= h_config_role_inick =======
18793 <HTML>
18794 <HEAD>
18795 <TITLE>Initialize Values From Role Explained</TITLE>
18796 </HEAD>
18797 <BODY>
18798 <H1>Initialize Values From Role Explained</H1>
18800 This is a power user feature.
18801 You will usually want to leave this field empty.
18802 The value of this field is the nickname of another one of your roles.
18803 The Action values from that other role
18804 are used as the initial values of the Action items for this role.
18805 If you put something in any of the action fields for this role, that will
18806 override whatever was in the corresponding field of the initializer role.
18808 You might use this field if the &quot;Action&quot; part of one of your roles
18809 is something you want to use in more than one role.
18810 Instead of filling in those action values again for each role, you
18811 may give the nickname of the role where the values are filled in.
18812 It's just a shortcut way to define Role Actions.
18814 Here's an example to help explain how this works.
18815 Suppose you have a role with nickname &quot;role1&quot; and role1 has
18816 (among other things)
18818 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
18820 set.
18821 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
18822 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
18823 from role1 by default (and any of the other inheritable action values
18824 that are set).
18825 So if role2 had
18827 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
18829 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
18830 However, if role2 had
18832 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
18834 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
18836 If you wish,
18837 you may choose a nickname from your list of roles by using the
18838 &quot;T&quot; command.
18839 If the role you are using to initialize also has a role it initializes from,
18840 then that initialization happens first.
18841 That is, inheritance works as expected with the grandparent and
18842 great-grandparent (and so on) roles having the expected effect.
18844 Look <A HREF="h_edit_nav_cmds">here</A>
18845 to see the available Editing and Navigation commands.
18847 &lt;End of help on this topic&gt;
18848 </BODY>
18849 </HTML>
18850 ======= h_config_role_setfrom =======
18851 <HTML>
18852 <HEAD>
18853 <TITLE>Set From Explained</TITLE>
18854 </HEAD>
18855 <BODY>
18856 <H1>Set From Explained</H1>
18858 This describes part of the action to be taken if the Pattern for this
18859 role is a match.
18860 This field consists of a single address that will be used as the From
18861 address on the message you are sending.
18862 This should be a fully-qualified address like
18864 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
18866 or just
18868 <CENTER><SAMP>user@domain</SAMP></CENTER>
18870 If you wish,
18871 you may choose an address from your address book with the
18872 &quot;T&quot; command.
18874 If this is left blank, then your normal From address will be used.
18876 You may also find it useful to add the changed From address to the
18877 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
18878 configuration option.
18880 Look <A HREF="h_edit_nav_cmds">here</A>
18881 to see the available Editing and Navigation commands.
18883 &lt;End of help on this topic&gt;
18884 </BODY>
18885 </HTML>
18886 ======= h_config_role_setreplyto =======
18887 <HTML>
18888 <HEAD>
18889 <TITLE>Set Reply-To Explained</TITLE>
18890 </HEAD>
18891 <BODY>
18892 <H1>Set Reply-To Explained</H1>
18894 This describes part of the action to be taken if the Pattern for this
18895 role is a match.
18896 This field consists of a single address that will be used as the Reply-To
18897 address on the message you are sending.
18898 This may be a fully-qualified address like
18900 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
18902 or just
18904 <CENTER><SAMP>user@domain</SAMP></CENTER>
18906 If you wish,
18907 you may choose an address from your address book with the
18908 &quot;T&quot; command.
18910 If this is left blank, then there won't be a Reply-To address unless
18911 you have configured one specially with the
18912 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
18913 configuration option.
18915 Look <A HREF="h_edit_nav_cmds">here</A>
18916 to see the available Editing and Navigation commands.
18918 &lt;End of help on this topic&gt;
18919 </BODY>
18920 </HTML>
18921 ======= h_config_role_setfcc =======
18922 <HTML>
18923 <HEAD>
18924 <TITLE>Set Fcc Explained</TITLE>
18925 </HEAD>
18926 <BODY>
18927 <H1>Set Fcc Explained</H1>
18929 This describes part of the action to be taken if the Pattern for this
18930 role is a match.
18931 This field consists of a single folder name that will be used in
18932 the Fcc field of the message you are sending.
18933 You may put anything here that you would normally type into the Fcc
18934 field from the composer.
18936 In addition, an fcc of &quot;&quot; (two double quotation marks) means
18937 no Fcc.
18939 A blank field here means that Alpine will use its normal rules for deciding
18940 the default value of the Fcc field.
18941 For many roles, perhaps most, it may make more sense for you to use the
18942 other Alpine facilities for setting the Fcc.
18943 In particular, if you want the Fcc to depend on who you are sending the
18944 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
18945 is probably more useful.
18946 In that case, you would want to leave the Fcc field here blank.
18947 However, if you have a role that depends on who the message you are replying
18948 to was From, or what address that message was sent to;
18949 then it might make sense to set the Fcc for that role here.
18951 If you wish,
18952 you may choose a folder from your folder collections by using the
18953 &quot;T&quot; command.
18955 Look <A HREF="h_edit_nav_cmds">here</A>
18956 to see the available Editing and Navigation commands.
18958 &lt;End of help on this topic&gt;
18959 </BODY>
18960 </HTML>
18961 ======= h_config_role_usesmtp =======
18962 <HTML>
18963 <HEAD>
18964 <TITLE>Use SMTP Server Explained</TITLE>
18965 </HEAD>
18966 <BODY>
18967 <H1>Use SMTP Server Explained</H1>
18969 This describes part of the action to be taken if the Pattern for this
18970 role is a match.
18971 If this field has a value, then it will be used as the SMTP server
18972 to send mail when this role is being used (unless the SMTP server variable
18973 is set in the system-wide fixed configuration file).
18974 It has the same semantics as the
18975 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
18976 variable in the Setup/Config screen.
18978 If you are using this to post from home when you are at home and from
18979 work when you are at work you need to be careful about postponing messages.
18980 When you postpone a composition that was using a role with this variable
18981 set, the SMTP server list will be saved
18982 with the postponed composition.
18983 It cannot be changed later.
18984 Because of this, you may want to make this a list of SMTP servers
18985 with the preferred server at the front of the list and alternate servers
18986 later in the list.
18987 In your &quot;Home&quot; role you would put the home SMTP server first and
18988 the work SMTP server last.
18989 In your &quot;Work&quot; role you would put the work SMTP server first and
18990 the home SMTP server last.
18991 Then if you start a composition as &quot;Work&quot;, postpone
18992 it, and then later resume it from home the work SMTP server will fail but
18993 the home SMTP server later in the list will succeed.
18995 You may be able to simplify things by making the regular
18996 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
18997 variable in the Setup/Config screen a list instead of using roles
18998 to set the SMTP server.
19001 Look <A HREF="h_edit_nav_cmds">here</A>
19002 to see the available Editing and Navigation commands.
19004 &lt;End of help on this topic&gt;
19005 </BODY>
19006 </HTML>
19007 ======= h_config_role_usenntp =======
19008 <HTML>
19009 <HEAD>
19010 <TITLE>Use NNTP Server Explained</TITLE>
19011 </HEAD>
19012 <BODY>
19013 <H1>Use NNTP Server Explained</H1>
19015 This describes part of the action to be taken if the Pattern for this
19016 role is a match.
19017 If this field has a value, then it will be used as the NNTP server
19018 to post to newsgroups when this role is being used (unless the NNTP server
19019 variable
19020 is set in the system-wide fixed configuration file).
19021 It has the same semantics as the
19022 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
19023 variable in the Setup/Config screen.
19025 This role setting can facilitate posting to the right nntp server for someone
19026 who reads news from various news sources.  The feature
19027 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
19028 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
19029 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
19030 nntp servers for roles may be more desirable for some people.
19032 If you are using this to post from home when you are at home and from
19033 work when you are at work you need to be careful about postponing messages.
19034 When you postpone a composition that was using a role with this variable
19035 set, the NNTP server list will be saved
19036 with the postponed composition.
19037 It cannot be changed later.
19038 Because of this, you may want to make this a list of NNTP servers
19039 with the preferred server at the front of the list and alternate servers
19040 later in the list.
19041 In your &quot;Home&quot; role you would put the home NNTP server first and
19042 the work NNTP server last.
19043 In your &quot;Work&quot; role you would put the work NNTP server first and
19044 the home NNTP server last.
19045 Then if you start a composition as &quot;Work&quot;, postpone
19046 it, and then later resume it from home the work NNTP server will fail but
19047 the home NNTP server later in the list will succeed.
19049 You may be able to simplify things by making the regular
19050 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
19051 variable in the Setup/Config screen a list instead of using roles
19052 to set the NNTP server.
19055 Look <A HREF="h_edit_nav_cmds">here</A>
19056 to see the available Editing and Navigation commands.
19058 &lt;End of help on this topic&gt;
19059 </BODY>
19060 </HTML>
19061 ======= h_config_role_setotherhdr =======
19062 <HTML>
19063 <HEAD>
19064 <TITLE>Set Other Headers Explained</TITLE>
19065 </HEAD>
19066 <BODY>
19067 <H1>Set Other Headers Explained</H1>
19069 This describes part of the action to be taken if the Pattern for this
19070 role is a match.
19071 This field gives you a way to set values for headers besides
19072 &quot;From&quot; and &quot;Reply-To&quot;.
19073 If you want to set either of those, use the specific
19074 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
19076 This field is similar to the
19077 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
19078 Each header you specify here must include the header tag 
19079 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
19080 and may optionally include a value for that header.
19081 In order to see these headers when you compose using this role you 
19082 must use the rich header
19083 <!--chtml if pinemode="function_key"-->(F5)
19084 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
19085 Here's an example that shows how you might set the To address.
19087 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
19089 Headers set in this way are different from headers set with the
19090 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
19091 will replace any value that already exists.
19092 For example, if you are Replying to a message there will already be at
19093 least one address in the To header (the address you are Replying to).
19094 However, if you Reply using a role that sets the To header, that role's
19095 To header value will be used instead.
19097 Limitation: Because commas are used to separate the list of
19098 Other Headers, it is not possible to have the value of a
19099 header contain a comma;
19100 nor is there currently an &quot;escape&quot; mechanism provided
19101 to make this work.
19103 Look <A HREF="h_edit_nav_cmds">here</A>
19104 to see the available Editing and Navigation commands.
19106 &lt;End of help on this topic&gt;
19107 </BODY>
19108 </HTML>
19109 ======= h_config_role_setlitsig =======
19110 <HTML>
19111 <HEAD>
19112 <TITLE>Set Literal Signature Explained</TITLE>
19113 </HEAD>
19114 <BODY>
19115 <H1>Set Literal Signature Explained</H1>
19117 This describes part of the action to be taken if the Pattern for this
19118 role is a match.
19119 This field contains the actual text for your signature, as opposed to
19120 the name of a file containing your signature.
19121 If this is defined it takes precedence over any value set in the
19122 &quot;Set Signature&quot; field.
19124 This is simply a different way to store the signature.
19125 The signature is stored inside your Alpine configuration file instead of in
19126 a separate file.
19127 Tokens work the same way they do with
19128 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
19129 help text there for more information.
19132 The two character sequence &#92;n (backslash followed by
19133 the character n) will be used to signify a line-break in your signature.
19134 You don't have to enter the &#92;n, but it will be visible in the
19135 CHANGE THIS ROLE RULE window after you are done editing the signature.
19137 Look <A HREF="h_edit_nav_cmds">here</A>
19138 to see the available Editing and Navigation commands.
19140 &lt;End of help on this topic&gt;
19141 </BODY>
19142 </HTML>
19143 ======= h_config_role_setsig =======
19144 <HTML>
19145 <HEAD>
19146 <TITLE>Set Signature Explained</TITLE>
19147 </HEAD>
19148 <BODY>
19149 <H1>Set Signature Explained</H1>
19151 This describes part of the action to be taken if the Pattern for this
19152 role is a match.
19154 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
19155 option from Setup/Config
19156 or the &quot;Set LiteralSig&quot; option for this role are defined,
19157 then this option will be ignored.
19158 You can tell that that is the case because the value of this
19159 option will show up as
19161 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
19163 You may either use all Literal Signatures (signatures stored in your
19164 configuration file) throughout Alpine, or all signature files.
19165 You can't mix the two.
19167 This field consists of a filename that will be used as the signature
19168 file when using this role.
19170 If the filename is followed by a vertical bar (|) then instead
19171 of reading the contents of the file the file is assumed to be a
19172 program that will produce the text to be used on its standard output.
19173 The program can't have any arguments and doesn't receive any input from Alpine,
19174 but the rest of the processing works as if the contents came from a file.
19176 Instead of storing the data in a local file, the
19177 signature data may be stored remotely in an IMAP folder.
19178 In order to do this, 
19179 you must use a remote name for the signature.
19180 A remote signature name might look like:
19182 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
19185 The syntax used here is the same as the syntax used for a remote
19186 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
19187 Note that you may not access an existing signature file remotely,
19188 you have to create a new <EM>folder</EM> that contains the signature data.
19189 If the name you use here for the signature data is a remote name, then when
19190 you edit the file using the &quot;F&quot; command the data will
19191 be saved remotely in the folder.
19192 You aren't required to do anything special to create the folder, it
19193 gets created if you use a remote name.
19196 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
19197 the name of the file) you have specified.
19198 If you type &quot;T&quot; you may use a browser to choose an existing filename.
19200 Besides containing regular text, a signature file may also
19201 contain (or a signature program may produce) tokens that are replaced with text
19202 that depends on the message you are replying to or forwarding.
19203 The tokens all look like _word_ (a word surrounded by underscores).
19204 For example, if the token
19206 <CENTER><SAMP>_DATE_</SAMP></CENTER>
19208 is included in the text of the signature file, then when you reply to
19209 or forward a message, the token will be replaced with the actual date
19210 the message you are replying to or forwarding was sent.
19212 If you use a role that has a signature file for a plain composition
19213 (that is, not a reply or forward) then there is no original message, so
19214 any tokens that depend on the message will be replaced with nothing.
19215 So if you want a signature file to be useful for new compositions it
19216 shouldn't include any of the tokens that depend on the message being
19217 replied to or forwarded.
19219 The list of available tokens is
19220 <A HREF="h_index_tokens">here</A>.
19222 Actually, for the adventurous, there is a way to conditionally include text based
19223 on whether or not a token would result in specific replacement text.
19224 For example, you could include some text based on whether or not
19225 the _NEWS_ token would result in any newsgroups if it was used.
19226 It's explained in detail
19227 <A HREF="h_reply_token_conditionals">here</A>.
19229 In the very unlikely event that you want to include a literal token in
19230 a signature file, you must precede it with a backslash character.
19231 For example, to include the literal text _DATE_ you must actually use
19232 &#92;_DATE_.
19233 It is not possible to have a literal backslash followed by an expanded token.
19235 A blank field here means that Alpine will use its normal rules for deciding
19236 which file (if any) to use for the signature file.
19238 An alternate method for storing the signature is available in
19239 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
19241 Look <A HREF="h_edit_nav_cmds">here</A>
19242 to see the available Editing and Navigation commands.
19244 &lt;End of help on this topic&gt;
19245 </BODY>
19246 </HTML>
19247 ======= h_config_role_settempl =======
19248 <HTML>
19249 <HEAD>
19250 <TITLE>Set Template Explained</TITLE>
19251 </HEAD>
19252 <BODY>
19253 <H1>Set Template Explained</H1>
19255 This describes part of the action to be taken if the Pattern for this
19256 role is a match.
19257 This field consists of a filename that will be used as the template
19258 file when using this role.
19259 The template file is a file that is included at the top of the message you
19260 are composing.
19262 If the filename is followed by a vertical bar (|) then instead
19263 of reading the contents of the file the file is assumed to be a
19264 program that will produce the text to be used on its standard output.
19265 The program can't have any arguments and doesn't receive any input from Alpine,
19266 but the rest of the processing works as if the contents came from a file.
19268 Instead of storing the data in a local file, the
19269 template may be stored remotely in an IMAP folder.
19270 In order to do this, 
19271 you must use a remote name for the template.
19272 A remote template name might look like:
19274 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
19277 The syntax used here is the same as the syntax used for a remote
19278 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
19279 Note that you may not access an existing template file remotely,
19280 you have to create a new <EM>folder</EM> that contains the template data.
19281 If the name you use here for the template is a remote name, then when
19282 you edit the file using the &quot;F&quot; command the data will
19283 be saved remotely in the folder.
19284 You aren't required to do anything special to create the folder, it
19285 gets created if you use a remote name.
19287 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
19288 the name of the file) you have specified.
19289 If you type &quot;T&quot; you may use a browser to choose an existing filename.
19291 Besides containing regular text, the template file may also
19292 contain (or a template file program may produce) tokens that are replaced with text
19293 that depends on the message you are replying to or forwarding.
19294 The tokens all look like _word_ (a word surrounded by underscores).
19295 For example, if the token
19297 <CENTER><SAMP>_DATE_</SAMP></CENTER>
19299 is included in the text of the template file, then when you reply to
19300 or forward a message, the token will be replaced with the actual date
19301 the message you are replying to or forwarding was sent.
19303 If you use a role that has a template file for a plain composition
19304 (that is, not a reply or forward) then there is no original message, so
19305 any tokens that depend on the message will be replaced with nothing.
19306 So if you want a template file to be useful for new compositions it
19307 shouldn't include any of the tokens that depend on the message being
19308 replied to or forwarded.
19310 The list of available tokens is
19311 <A HREF="h_index_tokens">here</A>.
19313 Actually, for the adventurous, there is a way to conditionally include text based
19314 on whether or not a token would result in specific replacement text.
19315 For example, you could include some text based on whether or not
19316 the _NEWS_ token would result in any newsgroups if it was used.
19317 It's explained in detail
19318 <A HREF="h_reply_token_conditionals">here</A>.
19320 In the very unlikely event that you want to include a literal token in
19321 a template file, you must precede it with a backslash character.
19322 For example, to include the literal text _DATE_ you must actually use
19323 &#92;_DATE_.
19324 It is not possible to have a literal backslash followed by an expanded token.
19326 A blank template field means that Alpine will not use a template file when
19327 this role is being used.
19329 Look <A HREF="h_edit_nav_cmds">here</A>
19330 to see the available Editing and Navigation commands.
19332 &lt;End of help on this topic&gt;
19333 </BODY>
19334 </HTML>
19335 ======= h_config_filt_stat_imp =======
19336 <HTML>
19337 <HEAD>
19338 <TITLE>Set Important Status Explained</TITLE>
19339 </HEAD>
19340 <BODY>
19341 <H1>Set Important Status Explained</H1>
19343 This describes part of the action to be taken if the Pattern for this
19344 filter is a match.
19345 If set to &quot;Don't change it&quot; then this does nothing.
19346 If set to &quot;Set this state&quot; then the Important flag is set
19347 for the matching message.
19348 If set to &quot;Clear this state&quot; then the Important flag is cleared
19349 for the matching message.
19350 The important flag usually causes an asterisk to show up in the MESSAGE
19351 INDEX.
19352 It may also be useful when selecting a set of messages
19353 with the Select command.
19355 Look <A HREF="h_edit_nav_cmds">here</A>
19356 to see the available Editing and Navigation commands.
19358 &lt;End of help on this topic&gt;
19359 </BODY>
19360 </HTML>
19361 ======= h_config_filt_stat_new =======
19362 <HTML>
19363 <HEAD>
19364 <TITLE>Set New Status Explained</TITLE>
19365 </HEAD>
19366 <BODY>
19367 <H1>Set New Status Explained</H1>
19369 This describes part of the action to be taken if the Pattern for this
19370 filter is a match.
19371 If set to &quot;Don't change it&quot; then this does nothing.
19372 If set to &quot;Set this state&quot; then the
19373 matching message is marked New.
19374 If set to &quot;Clear this state&quot; then the
19375 matching message is marked Seen.
19377 Look <A HREF="h_edit_nav_cmds">here</A>
19378 to see the available Editing and Navigation commands.
19380 &lt;End of help on this topic&gt;
19381 </BODY>
19382 </HTML>
19383 ======= h_config_filt_stat_ans =======
19384 <HTML>
19385 <HEAD>
19386 <TITLE>Set Answered Status Explained</TITLE>
19387 </HEAD>
19388 <BODY>
19389 <H1>Set Answered Status Explained</H1>
19391 This describes part of the action to be taken if the Pattern for this
19392 filter is a match.
19393 If set to &quot;Don't change it&quot; then this does nothing.
19394 If set to &quot;Set this state&quot; then the Answered flag is set
19395 for the matching message.
19396 If set to &quot;Clear this state&quot; then the Answered flag is cleared
19397 for the matching message.
19399 Look <A HREF="h_edit_nav_cmds">here</A>
19400 to see the available Editing and Navigation commands.
19402 &lt;End of help on this topic&gt;
19403 </BODY>
19404 </HTML>
19405 ======= h_config_filt_stat_del =======
19406 <HTML>
19407 <HEAD>
19408 <TITLE>Set Deleted Status Explained</TITLE>
19409 </HEAD>
19410 <BODY>
19411 <H1>Set Deleted Status Explained</H1>
19413 This describes part of the action to be taken if the Pattern for this
19414 filter is a match.
19415 If set to &quot;Don't change it&quot; then this does nothing.
19416 If set to &quot;Set this state&quot; then the
19417 matching message is marked Deleted.
19418 If set to &quot;Clear this state&quot; then the
19419 matching message is marked UnDeleted.
19421 You should not use this option unless you are prepared to have matching
19422 messages expunged from the folder permanently.
19423 For example, if you type the Expunge command, this filter is applied
19424 before the expunge, so matching messages will be marked Deleted and then
19425 will be permanently expunged from the folder.
19426 However, since the index isn't redrawn in between the time that the message
19427 is marked Deleted and the time that you are asked to expunge, the only
19428 indication that you are expunging the message comes in the number of messages
19429 being expunged.
19430 The same thing may happen when you close a folder.
19431 It is also possible that an expunge not initiated by you will
19432 delete matching messages.
19434 Look <A HREF="h_edit_nav_cmds">here</A>
19435 to see the available Editing and Navigation commands.
19437 &lt;End of help on this topic&gt;
19438 </BODY>
19439 </HTML>
19440 ======= h_config_role_scoreval =======
19441 <HTML>
19442 <HEAD>
19443 <TITLE>Score Value Explained</TITLE>
19444 </HEAD>
19445 <BODY>
19446 <H1>Score Value Explained</H1>
19448 A message's score is the sum of the Score Values from all of the Scoring rules
19449 with Patterns that match the message.
19450 The value you give here is the Score Value associated with this rule.
19451 A Score Value is an integer between -100 and 100, with the default
19452 value of zero.
19454 Alternatively, if the
19455 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
19456 field is defined
19457 (on the line right below the &quot;Score Value&quot; field)
19458 then the &quot;Score Value&quot; is ignored and
19459 the &quot;Score From Header&quot; field is used instead.
19461 Look <A HREF="h_edit_nav_cmds">here</A>
19462 to see the available Editing and Navigation commands.
19464 &lt;End of help on this topic&gt;
19465 </BODY>
19466 </HTML>
19467 ======= h_config_role_scorehdrtok =======
19468 <HTML>
19469 <HEAD>
19470 <TITLE>Score Value From Header Explained</TITLE>
19471 </HEAD>
19472 <BODY>
19473 <H1>Score Value From Header Explained</H1>
19475 This option provides a way to use a number that appears in the headers of your
19476 messages as the message's score, or as a component of that score.
19477 If this field is defined then it is used instead of the &quot;Score Value&quot;.
19478 The idea behind this option is that there may be a score embedded in the
19479 headers of messages that has already been calculated outside of Alpine.
19480 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
19481 somewhere in that header there is a score.
19483 The value for this option is the name of the header followed by parentheses
19484 with two arguments inside:
19486 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
19488 No space is allowed between the comma and the start of the field_separators.
19489 It would be interpreted as the first separator if it was there.
19490 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
19491 starts after that and goes to the second separator, and so on.
19492 It's easier to explain with examples.
19494 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
19496 In the above example the header that is used is the &quot;X-Spam&quot; header.
19497 The value of that header (the part after the colon and the space) is split
19498 into fields separated by spaces.
19500 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
19502 The second field is selected and converted to an integer. It only makes sense
19503 if Field2 really is an integer.
19505 Here's an example of a SpamAssassin header.
19506 The exact look of the header will vary, but if your incoming mail
19507 contains headers that look like the following
19509 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19511 you might want to use the hits value as a score.
19512 Since the score is an integer value you can't make use of the decimal part of
19513 the number, but
19514 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
19515 and &quot;.&quot; as your separators.
19517 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
19519 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
19520 hits.
19521 The second field is &quot;10&quot; so the score value would be 10.
19523 Another example we've seen has headers that look like
19525 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19527 Because there are two equals before the 7% the value
19529 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
19531 should capture the probability as the score.
19533 The Score From Header scoring value actually works just like the
19534 regular Score Value in that the rest of the pattern has to match before
19535 it is used and the scores from all the different scoring rules that
19536 match for a particular message are added together.
19537 When using the Score From Header method it may (or may not) make sense to
19538 use only a single scoring rule with a pattern that matches every message.
19540 Look <A HREF="h_edit_nav_cmds">here</A>
19541 to see the available Editing and Navigation commands.
19543 &lt;End of help on this topic&gt;
19544 </BODY>
19545 </HTML>
19546 ======= h_config_role_replyuse =======
19547 <HTML>
19548 <HEAD>
19549 <TITLE>Reply Use Explained</TITLE>
19550 </HEAD>
19551 <BODY>
19552 <H1>Reply Use Explained</H1>
19554 This option determines how this particular role will be used when Replying
19555 to a message.
19556 There are three possible values for this option.
19557 The value &quot;Never&quot;
19558 means that this role will not be a candidate for use when Replying.
19559 The role's Pattern will not be checked for a match, however the role will
19560 be available to be manually switched to if there is a confirmation prompt.
19563 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
19564 mean that you do want to consider this role when Replying.
19565 For either of these settings, the role's Pattern will be compared with
19566 the message being replied to.
19567 If there is a match then this role will either be used without confirmation
19568 or will be the default when confirmation is asked for, depending on
19569 which of the two options is selected.
19570 If confirmation is requested, you will also have a chance to
19571 manually change the role to any one of your other roles.
19574 You won't be prompted for confirmation if none of your role Patterns
19575 match the message being replied to.
19576 This is independent of the value of the current option.
19577 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
19578 feature may be used to change this behavior.
19580 &lt;End of help on this topic&gt;
19581 </BODY>
19582 </HTML>
19583 ======= h_config_role_forwarduse =======
19584 <HTML>
19585 <HEAD>
19586 <TITLE>Forward Use Explained</TITLE>
19587 </HEAD>
19588 <BODY>
19589 <H1>Forward Use Explained</H1>
19591 This option determines how this particular role will be used when Forwarding
19592 a message.
19593 There are three possible values for this option.
19594 The value &quot;Never&quot;
19595 means that this role will not be a candidate for use when Forwarding.
19596 The role's Pattern will not be checked for a match, however the role will
19597 be available to be manually switched to if there is a confirmation prompt.
19600 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
19601 mean that you do want to consider this role when Forwarding.
19602 For either of these settings, the role's Pattern will be compared with
19603 the message being forwarded.
19604 If there is a match then this role will either be used without confirmation
19605 or will be the default when confirmation is asked for, depending on
19606 which of the two options is selected.
19607 If confirmation is requested, you will also have a chance to
19608 manually change the role to any one of your other roles.
19611 You won't be prompted for confirmation if none of your role Patterns
19612 match the message being forwarded.
19613 This is independent of the value of the current option.
19614 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
19615 feature may be used to change this behavior.
19617 &lt;End of help on this topic&gt;
19618 </BODY>
19619 </HTML>
19620 ======= h_config_role_composeuse =======
19621 <HTML>
19622 <HEAD>
19623 <TITLE>Compose Use Explained</TITLE>
19624 </HEAD>
19625 <BODY>
19626 <H1>Compose Use Explained</H1>
19628 This option determines how this particular role will be used when Composing
19629 a new message using the &quot;Compose&quot; command.
19630 This does not affect what happens when using the &quot;Role&quot; command
19631 to compose a new message.
19632 The &quot;Role&quot; command allows you to select a role from all of the
19633 roles you have defined, regardless of what Uses you've assigned to those
19634 roles.
19637 There are three possible values for this option.
19638 The value &quot;Never&quot;
19639 means that this role will not be a candidate for use when Composing.
19640 The role's Current Folder Type will not be checked for a match, however the role
19641 will be available to be manually switched to if there is a confirmation prompt.
19644 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
19645 mean that you do want to consider this role when Composing.
19646 For either of these settings,
19647 the role's Current Folder Type will be checked (since there is no message
19648 to compare with, the rest of the Pattern is considered a match).
19649 If there is a match then this role will either be used without confirmation
19650 or will be the default when confirmation is asked for, depending on
19651 which of the two options is selected.
19652 If confirmation is requested, you will also have a chance to
19653 manually change the role to any one of your other roles.
19656 When using the Compose command the role checking is a little different
19657 because there is no message being replied to or forwarded.
19658 Because of this the Current Folder Type is checked but the header pattern
19659 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
19660 A role is considered to be a match if it is a candidate for Compose Use and
19661 its Current Folder Type matches the currently open folder.
19662 This could be useful if you want to set a role based on the folder you
19663 are reading, or the type of folder you are reading.
19666 You won't be prompted for confirmation if none of your role Patterns
19667 are a match.
19668 This is independent of the value of the current option.
19669 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
19670 feature may be used to change this behavior.
19672 &lt;End of help on this topic&gt;
19673 </BODY>
19674 </HTML>
19675 ======= h_config_filter_folder =======
19676 <HTML>
19677 <HEAD>
19678 <TITLE>Filter Folder Explained</TITLE>
19679 </HEAD>
19680 <BODY>
19681 <H1>Filter Folder Explained</H1>
19683 When the Filter Action is set to &quot;Move&quot;,
19684 the folder or folders specified here will be used to store messages matching
19685 the provided pattern.
19688 If you set the Filter Action to &quot;Move&quot; you must give a folder name
19689 here.
19692 If you wish,
19693 you may choose a folder from your folder collections by using the
19694 &quot;T&quot; command.
19696 Besides regular text, the folder name may also contain
19697 tokens that are replaced with text representing the current date
19698 when you run Alpine.
19699 For example, if the folder name you use is
19701 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
19703 that is replaced with something like
19705 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
19709 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
19711 becomes
19713 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
19715 The token names must be surrounded by underscores in order to be recognized
19716 as tokens.
19717 The tokens that may be used are those that are derived from the current date.
19718 They're listed near the bottom of the list of tokens give
19719 <A HREF="h_index_tokens">here</A>.
19721 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19722 for more information on Patterns.
19724 Look <A HREF="h_edit_nav_cmds">here</A>
19725 to see the available Editing and Navigation commands.
19727 &lt;End of help on this topic&gt;
19728 </BODY>
19729 </HTML>
19730 ======= h_config_filter_kw_set =======
19731 <HTML>
19732 <HEAD>
19733 <TITLE>Set These Keywords Explained</TITLE>
19734 </HEAD>
19735 <BODY>
19736 <H1>Set These Keywords Explained</H1>
19738 This describes part of the action to be taken if the Pattern for this
19739 filter is a match.
19740 Read a little about keywords in the help text for the
19741 <A HREF="h_common_flag">Flag</A> command.
19742 This option is a list of keywords that will be Set when there is a match.
19743 If you wish, you may choose keywords from the list of keywords you have
19744 defined with the &quot;T&quot; command.
19745 You may add new keywords by defining them in the
19746 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
19747 If you have given a keyword a nickname when configuring it,
19748 that nickname may be used instead of the actual keyword.
19751 Look <A HREF="h_edit_nav_cmds">here</A>
19752 to see the available Editing and Navigation commands.
19754 &lt;End of help on this topic&gt;
19755 </BODY>
19756 </HTML>
19757 ======= h_config_filter_kw_clr =======
19758 <HTML>
19759 <HEAD>
19760 <TITLE>Clear These Keywords Explained</TITLE>
19761 </HEAD>
19762 <BODY>
19763 <H1>Clear These Keywords Explained</H1>
19765 This describes part of the action to be taken if the Pattern for this
19766 filter is a match.
19767 Read a little about keywords in the help text for the
19768 <A HREF="h_common_flag">Flag</A> command.
19769 This option is a list of keywords that will be Cleared when there is a match.
19770 If you wish, you may choose keywords from the list of keywords you have
19771 defined with the &quot;T&quot; command.
19772 You may add new keywords by defining them in the
19773 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
19774 If you have given a keyword a nickname when configuring it,
19775 that nickname may be used instead of the actual keyword.
19778 Look <A HREF="h_edit_nav_cmds">here</A>
19779 to see the available Editing and Navigation commands.
19781 &lt;End of help on this topic&gt;
19782 </BODY>
19783 </HTML>
19784 ======= h_index_tokens =======
19785 <HTML>
19786 <HEAD>
19787 <TITLE>Tokens for Index and Replying</TITLE>
19788 </HEAD>
19789 <BODY>
19791 This set of special tokens may be used in the
19792 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
19793 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
19794 in signature files,
19795 in template files used in
19796 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
19797 that is the target of a Filter Rule.
19798 Some of them aren't available in all situations.
19800 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
19801 option, but they must be surrounded by underscores for the
19802 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
19803 and in the target of Filter Rules.
19807 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
19809 <DL>
19810 <DT>SUBJECT</DT>
19811 <DD>
19812 This token represents the Subject the sender gave the message.
19813 Alternatives for use in the index screen are SHORTSUBJECT,
19814 SUBJKEY, SHORTSUBJKEY, SUBJKEYINIT, SHORTSUBJKEYINIT, SUBJECTTEXT, 
19815 SUBJKEYTEXT, and SUBJKEYINITTEXT.
19816 You may color the subject text in the MESSAGE INDEX screen differently by using the
19817 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
19818 <A HREF="h_config_index_opening_color">Index Opening Color</A>
19819 options available from
19820 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19821 </DD>
19823 <DT>FROM</DT>
19824 <DD>
19825 This token represents the personal name (or email address if the name
19826 is unavailable) of the person specified in the message's &quot;From:&quot;
19827 header field.
19828 You may color the from text in the MESSAGE INDEX screen differently by using the
19829 <A HREF="h_config_index_from_color">Index From Color</A>
19830 option available from
19831 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19832 </DD>
19834 <DT>ADDRESS</DT>
19835 <DD>
19836 This is similar to the &quot;FROM&quot; token, only it is always the
19837 email address, never the personal name.
19838 For example, &quot;mailbox@domain&quot;.
19839 </DD>
19841 <DT>MAILBOX</DT>
19842 <DD>
19843 This is the same as the &quot;ADDRESS&quot; except that the 
19844 domain part of the address is left off.
19845 For example, &quot;mailbox&quot;.
19846 </DD>
19848 <DT>SENDER</DT>
19849 <DD>
19850 This token represents the personal name (or email address) of the person
19851 listed in the message's &quot;Sender:&quot; header field.
19852 </DD>
19854 <DT>TO</DT>
19855 <DD>
19856 This token represents the personal names (or email addresses if the names
19857 are unavailable) of the persons specified in the
19858 message's &quot;To:&quot; header field.
19859 </DD>
19861 <DT>NEWSANDTO</DT>
19862 <DD>
19863 This token represents the newsgroups from the
19864 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
19865 the personal names (or email addresses if the names
19866 are unavailable) of the persons specified in the
19867 message's &quot;To:&quot; header field.
19868 </DD>
19870 <DT>TOANDNEWS</DT>
19871 <DD>
19872 Same as &quot;NEWSANDTO&quot; except in the opposite order.
19873 </DD>
19875 <DT>NEWS</DT>
19876 <DD>
19877 This token represents the newsgroups from the
19878 message's &quot;Newsgroups:&quot; header field.
19879 </DD>
19881 <DT>CC</DT>
19882 <DD>
19883 This token represents the personal names (or email addresses if the names
19884 are unavailable) of the persons specified in the
19885 message's &quot;Cc:&quot; header field.
19886 </DD>
19888 <DT>RECIPS</DT>
19889 <DD>
19890 This token represents the personal names (or email addresses if the names
19891 are unavailable) of the persons specified in both the
19892 message's &quot;To:&quot; header field and
19893 the message's &quot;Cc:&quot; header field.
19894 </DD>
19896 <DT>NEWSANDRECIPS</DT>
19897 <DD>
19898 This token represents the newsgroups from the
19899 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
19900 the personal names (or email addresses if the names
19901 are unavailable) of the persons specified in the
19902 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
19903 </DD>
19905 <DT>RECIPSANDNEWS</DT>
19906 <DD>
19907 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
19908 </DD>
19910 <DT>INIT</DT>
19911 <DD>
19912 This token represents the initials from the personal name
19913 of the person specified in the message's &quot;From:&quot;
19914 header field.
19915 If there is no personal name, it is blank.
19916 </DD>
19918 <DT>DATE</DT>
19919 <DD>
19920 This token represents the date on which the message was sent, according
19921 to the &quot;Date&quot; header field.
19922 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19923 The feature
19924 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
19925 which adjusts for the timezone the message was sent from,
19926 may have an effect on the value of this token as well as the values of
19927 all of the other DATE or TIME tokens.
19928 Some of the DATE and TIME tokens are displayed in a locale-specific
19929 way unless the option
19930 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
19931 </DD>
19933 <DT>SMARTDATE</DT>
19934 <DD>
19935 This token represents the date on which the message was sent, according
19936 to the &quot;Date&quot; header field.
19937 It is &quot;Today&quot; if the message was sent today,
19938 &quot;Yesterday&quot; for yesterday,
19939 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
19940 message is from last year and is more than six months old it includes the year, as well.
19941 See the SMARTDATE alternatives below, as well.
19942 </DD>
19944 <DT>SMARTTIME</DT>
19945 <DD>
19946 This token represents the most relevant elements of the date on which
19947 the message was sent (according to the &quot;Date&quot; header field),
19948 in a compact form. If the message was sent today, only the time is used
19949 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
19950 the past week, the day of the week and the hour are used
19951 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
19952 given as date, month, and year (e.g. &quot;23Aug00&quot;,
19953 &quot;9Apr98&quot;).
19954 </DD>
19956 <DT>SMARTTIME24</DT>
19957 <DD>
19958 This token has the structure &quot;day hour:minute&quot;
19959 (e.g. &quot;Sun 19:03&quot;) for messages dated less than a week
19960 from the current date, or &quot;month day&quot; (e.g.
19961 &quot;Nov 23&quot;) for messages dated less than 6 months
19962 ago, or &quot;day/month/year&quot; (e.g &quot;06/Jan/16&quot;)
19963 for messages dated more than 6 months ago. It uses 9 characters
19964 of the width of the screen, and it left aligned.
19965 </DD>
19967 <DT>SMARTDATETIME</DT>
19968 <DD>
19969 This is a combination of SMARTDATE and SMARTTIME.
19970 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
19971 case it is SMARTTIME.
19972 See the SMARTDATETIME alternatives below, as well.
19973 </DD>
19975 <DT>DATEISO</DT>
19976 <DD>
19977 This token represents the date on which the message was sent, according
19978 to the &quot;Date&quot; header field.
19979 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19980 </DD>
19982 <DT>SHORTDATEISO</DT>
19983 <DD>
19984 This token represents the date on which the message was sent, according
19985 to the &quot;Date&quot; header field.
19986 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19987 </DD>
19989 <DT>SHORTDATE1</DT>
19990 <DD>
19991 This token represents the date on which the message was sent, according
19992 to the &quot;Date&quot; header field.
19993 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
19994 </DD>
19996 <DT>SHORTDATE2</DT>
19997 <DD>
19998 This token represents the date on which the message was sent, according
19999 to the &quot;Date&quot; header field.
20000 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
20001 </DD>
20003 <DT>SHORTDATE3</DT>
20004 <DD>
20005 This token represents the date on which the message was sent, according
20006 to the &quot;Date&quot; header field.
20007 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
20008 </DD>
20010 <DT>SHORTDATE4</DT>
20011 <DD>
20012 This token represents the date on which the message was sent, according
20013 to the &quot;Date&quot; header field.
20014 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
20015 </DD>
20017 <DT>LONGDATE</DT>
20018 <DD>
20019 This token represents the date on which the message was sent, according
20020 to the &quot;Date&quot; header field.
20021 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
20022 </DD>
20024 <DT>SMARTDATE alternatives</DT>
20025 <DD>
20026 There are several versions of SMARTDATE that are all the same except
20027 for the way they format dates far in the past.
20028 SMARTDATE formats the date using the information from your locale settings
20029 to format the date string. It may end up formatting dates so that they look
20030 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
20031 The feature
20032 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
20033 may have an effect on the values of these tokens.
20034 If you want more control you may use one of the following.
20035   <DL>
20036   <DT>SMARTDATE</DT> <DD>If the option
20037 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
20038 then this will be locale specific. Control this with the
20039 LC_TIME locale setting on a UNIX system. On Windows
20040 the Regional Options control panel may be used to set the Short date
20041 format. At the programming level, the strftime routine is what Alpine
20042 uses to print the date.
20043 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
20044 to SMARTDATES1.</DD>
20045   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
20046   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
20047   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
20048   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
20049   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
20050   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
20051   </DL>
20052 </DD>
20054 <DT>SMARTDATETIME alternatives</DT>
20055 <DD>
20056 There are several versions of SMARTDATETIME that are all very similar.
20057 The ones that end in 24 use a 24-hour clock for Today's messages instead
20058 of a 12-hour clock.
20059 The other variation is
20060 for the way they format dates far in the past.
20061 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
20062 to format the date string. It may end up formatting dates so that they look
20063 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
20064 The feature
20065 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
20066 may have an effect on the values of these tokens.
20067 The possible choices are:
20068   <DL>
20069   <DT>SMARTDATETIME</DT> <DD>If the option
20070 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
20071 then this will be locale specific. Control this with the
20072 LC_TIME locale setting on a UNIX system. On Windows
20073 the Regional Options control panel may be used to set the Short date
20074 format. At the programming level, the strftime routine is what Alpine
20075 uses to print the date.
20076 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
20077 to SMARTDATETIMES1.</DD>
20078   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
20079   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
20080   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
20081   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
20082   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
20083   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
20084   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
20085   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
20086   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
20087   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
20088   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
20089   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
20090   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
20091   </DL>
20092 </DD>
20094 <DT>DAYDATE</DT>
20095 <DD>
20096 This token represents the date on which the message was sent, according
20097 to the &quot;Date&quot; header field.
20098 It looks like &quot;Sat, 23 Oct 1998&quot;.
20099 This token is never converted in any locale-specific way.
20100 </DD>
20102 <DT>PREFDATE</DT>
20103 <DD>
20104 This token represents the date on which the message was sent, according
20105 to the &quot;Date&quot; header field.
20106 It is your operating system's idea of the preferred date representation for the current locale.
20107 Internally it uses the %x version of the date from the strftime routine.
20108 </DD>
20110 <DT>PREFTIME</DT>
20111 <DD>
20112 This token represents the time at which the message was sent, according
20113 to the &quot;Date&quot; header field.
20114 It is the preferred time representation for the current locale.
20115 Internally it uses the %X version of the time from the strftime routine.
20116 </DD>
20118 <DT>PREFDATETIME</DT>
20119 <DD>
20120 This token represents the date and time at which the message was sent, according
20121 to the &quot;Date&quot; header field.
20122 It is the preferred date and time representation for the current locale.
20123 Internally it uses the %c version of the time from the strftime routine.
20124 </DD>
20126 <DT>DAY</DT>
20127 <DD>
20128 This token represents the day of the month on which the message was sent,
20129 according to the &quot;Date&quot; header field.
20130 For example, &quot;23&quot; or &quot;9&quot;.
20131 </DD>
20133 <DT>DAY2DIGIT</DT>
20134 <DD>
20135 This token represents the day of the month on which the message was sent,
20136 according to the &quot;Date&quot; header field.
20137 For example, &quot;23&quot; or &quot;09&quot;.
20138 It is always 2 digits.
20139 </DD>
20141 <DT>DAYORDINAL</DT>
20142 <DD>
20143 This token represents the ordinal number that is the day of
20144 the month on which the message was sent,
20145 according to the &quot;Date&quot; header field.
20146 For example, &quot;23rd&quot; or &quot;9th&quot;.
20147 </DD>
20149 <DT>DAYOFWEEK</DT>
20150 <DD>
20151 This token represents the day of the week on which the message was sent,
20152 according to the &quot;Date&quot; header field.
20153 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
20154 </DD>
20156 <DT>DAYOFWEEKABBREV</DT>
20157 <DD>
20158 This token represents the day of the week on which the message was sent,
20159 according to the &quot;Date&quot; header field.
20160 For example, &quot;Sun&quot; or &quot;Wed&quot;.
20161 </DD>
20163 <DT>MONTHABBREV</DT>
20164 <DD>
20165 This token represents the month the message was sent, according
20166 to the &quot;Date&quot; header field.
20167 For example, &quot;Oct&quot;.
20168 </DD>
20170 <DT>MONTHLONG</DT>
20171 <DD>
20172 This token represents the month in which the message was sent, according
20173 to the &quot;Date&quot; header field.
20174 For example, &quot;October&quot;.
20175 </DD>
20177 <DT>MONTH</DT>
20178 <DD>
20179 This token represents the month in which the message was sent, according
20180 to the &quot;Date&quot; header field.
20181 For example, &quot;10&quot; or &quot;9&quot;.
20182 </DD>
20184 <DT>MONTH2DIGIT</DT>
20185 <DD>
20186 This token represents the month in which the message was sent, according
20187 to the &quot;Date&quot; header field.
20188 For example, &quot;10&quot; or &quot;09&quot;.
20189 It is always 2 digits.
20190 </DD>
20192 <DT>YEAR</DT>
20193 <DD>
20194 This token represents the year the message was sent, according
20195 to the &quot;Date&quot; header field.
20196 For example, &quot;1998&quot; or &quot;2001&quot;.
20197 </DD>
20199 <DT>YEAR2DIGIT</DT>
20200 <DD>
20201 This token represents the year the message was sent, according
20202 to the &quot;Date&quot; header field.
20203 For example, &quot;98&quot; or &quot;01&quot;.
20204 It is always 2 digits.
20205 </DD>
20207 <DT>TIME24</DT>
20208 <DD>
20209 This token represents the time at which the message was sent, according
20210 to the &quot;Date&quot; header field.
20211 There is no adjustment made for different time zones, so you'll get
20212 the time the message was sent according to the time zone the sender
20213 was in.
20214 It has the format HH:MM. For example, &quot;17:28&quot;.
20215 </DD>
20217 <DT>TIME12</DT>
20218 <DD>
20219 This token represents the time at which the message was sent, according
20220 to the &quot;Date&quot; header field.
20221 This time is for a 12 hour clock.
20222 It has the format HH:MMpm.
20223 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
20224 </DD>
20226 <DT>TIMEZONE</DT>
20227 <DD>
20228 This token represents the numeric timezone from
20229 the &quot;Date&quot; header field.
20230 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
20231 </DD>
20233 </DL>
20236 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
20238 <DL>
20239 <DT>MSGNO</DT>
20240 <DD>
20241 This token represents the message's current position in the folder that,
20242 of course, may change as the folder is sorted or new mail arrives.
20243 </DD>
20245 <DT>STATUS</DT>
20246 <DD>
20247 This token represents a three character wide field displaying various
20248 aspects of the message's state.
20249 The first character is either blank,
20250 a '*' for message marked Important, or a '+' indicating a message
20251 addressed directly to you (as opposed to your having received it via a
20252 mailing list, for example).
20253 When the feature
20254 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
20255 is set, if the first character would have been
20256 blank then it will instead be a '-' if the message is cc'd to you.
20257 The second character is typically blank,
20258 though the arrow cursor may occupy it if either the 
20259 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
20260 or the
20261 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
20262 is set (or you actually are on a slow link).
20263 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
20264 '<A HREF="h_flag_answered">A</A>' (Answered),
20265 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
20266 '<A HREF="h_flag_new">N</A>' (New), or blank.
20268 If you are using a threaded view of the index and this message is at the
20269 top of a collapsed portion of a thread,
20270 then this token refers to all of the messages in the collapsed portion of
20271 the thread instead of just the top message.
20272 The first character will be a '*' if <EM>any</EM> of the messages in the thread
20273 are marked Important, else a '+' if any of the messages are addressed
20274 to you, else a '-' if any of the messages are cc'd to you.
20275 The third character will be a 'D' if <EM>all</EM> of the messages
20276 in the collapsed thread are marked deleted,
20277 an 'A' if <EM>all</EM> of the messages
20278 in the collapsed thread are marked answered,
20279 it will be an 'N' if any of
20280 the messages are undeleted and unseen, and it will be blank otherwise.
20281 </DD>
20283 <DT>FULLSTATUS</DT>
20284 <DD>
20285 This token represents a less abbreviated alternative
20286 to the &quot;STATUS&quot; token.
20287 It is six characters wide.
20288 The first character is '+', '-', or blank, the
20289 second blank, the third either '*' or blank, the fourth
20290 '<A HREF="h_flag_new">N</A>' or blank,
20291 the fifth '<A HREF="h_flag_answered">A</A>'
20292 or blank, and the sixth character is
20293 either '<A HREF="h_flag_deleted">D</A>' or
20294 blank.
20296 If you are using a threaded view of the index and this message is at the
20297 top of a collapsed portion of a thread,
20298 then this token refers to all of the messages in the collapsed portion of
20299 the thread instead of just the top message.
20300 The first character is '+', '-', or blank depending on whether <EM>any</EM>
20301 of the messages in the collapsed thread are addressed to you or cc'd to you.
20302 The third character will be '*' if any of the messages are marked
20303 Important.
20304 The fourth character will be 'N' if all of the messages in the thread
20305 are New, else 'n' if some of the messages in the thread are New, else blank.
20306 The fifth character will be 'A' or 'a' or blank, and the sixth character
20307 will be 'D' or 'd' or blank.
20308 </DD>
20310 <DT>IMAPSTATUS</DT>
20311 <DD>
20312 This token represents an even less abbreviated alternative to the
20313 &quot;STATUS&quot; token.
20314 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
20315 an 'N' if the message is new to this folder since the last time
20316 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
20317 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
20318 new to the folder since it was last opened <EM>but</EM> has not been
20319 viewed, or a blank if the message has been in the folder since it was
20320 last opened and has been viewed.
20322 If you are using a threaded view of the index and this message is at the
20323 top of a collapsed portion of a thread,
20324 then the fourth character will be
20325 'N' if all of the messages in the thread are unseen and recent;
20326 else 'n' if some of the messages in the thread are unseen and recent;
20327 else 'U' if all of the messages in the thread are unseen and not recent;
20328 else 'u' if some of the messages in the thread are unseen and not recent;
20329 else 'R' if all of the messages in the thread are seen and recent;
20330 else 'r' if some of the messages in the thread are seen and recent;
20331 else blank.
20332 </DD>
20334 <DT>SHORTIMAPSTATUS</DT>
20335 <DD>
20336 This is the same as the last four of the six characters of IMAPSTATUS,
20337 so the '+' To Me information will be missing.
20338 </DD>
20340 <DT>SIZE</DT>
20341 <DD>
20342 This token represents the total size, in bytes, of the message.
20343 If a &quot;K&quot; (Kilobyte)
20344 follows the number, the size is approximately 1,000
20345 times that many bytes (rounded to the nearest 1,000).
20346 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20347 1,000,000 times that many bytes.
20348 Commas are not used in this field.
20349 This field is seven characters wide, including the enclosing parentheses.
20350 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20351 The progression of sizes used looks like:
20354 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
20356 </DD>
20358 <DT>SIZECOMMA</DT>
20359 <DD>
20360 This token represents the total size, in bytes, of the message.
20361 If a &quot;K&quot; (Kilobyte)
20362 follows the number, the size is approximately 1,000
20363 times that many bytes (rounded to the nearest 1,000).
20364 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20365 1,000,000 times that many bytes.
20366 Commas are used if the number shown is 1,000 or greater.
20367 The SIZECOMMA field is one character wider than the SIZE field.
20368 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20369 The progression of sizes used looks like:
20372 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
20374 </DD>
20376 <DT>KSIZE</DT>
20377 <DD>
20378 This token represents the total size of the message, expressed in
20379 kilobytes or megabytes, as most appropriate.
20380 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
20381 The progression of sizes used looks like:
20384 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
20386 </DD>
20388 <DT>SIZENARROW</DT>
20389 <DD>
20390 This token represents the total size, in bytes, of the message.
20391 If a &quot;K&quot; (Kilobyte)
20392 follows the number, the size is approximately 1,000
20393 times that many bytes.
20394 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20395 1,000,000 times that many bytes.
20396 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
20397 1,000,000,000 times that many bytes.
20398 This field uses only five characters of screen width, including the enclosing
20399 parentheses.
20400 The progression of sizes used looks like:
20403 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
20405 </DD>
20407 <DT>DESCRIPSIZE</DT>
20408 <DD>
20409 This token is intended to represent a more useful description of the
20410 message than just its size, but it isn't very useful at this point.
20411 The plus sign in this view means there are attachments.
20412 Note that including this token in
20413 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
20414 display a little while Alpine collects the necessary information.
20415 </DD>
20417 <DT>SHORTSUBJECT</DT> 
20418 <DD> This token is the same as SUBJECT, but removes 
20419 text between &quot;[&quot; and &quot;]&quot;. Typically text enclosed 
20420 between these characters corresponds to mailing list names, and may be 
20421 unnecessary or unwanted in some instances. 
20422 </DD>
20424 <DT>SUBJKEY</DT>
20425 <DD>
20426 This token is the same as the SUBJECT token unless keywords are set for
20427 the message.
20428 In that case, a list of keywords enclosed in braces will be prepended to
20429 the subject of the message.
20430 Only those keywords that you have defined in your
20431 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20432 in Setup/Config are considered in the list.
20433 In other words, keywords that have been set by some other means, perhaps
20434 by another email program, won't show up unless included in
20435 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20436 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
20437 prepended to the subject in the MESSAGE TEXT screen.
20438 If you have given a keyword a nickname
20439 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
20440 instead of the actual keyword.
20441 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20442 option may be used to modify this token slightly.
20443 It is also possible to color keywords in the index using the
20444 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20445 </DD>
20447 <DT>SHORTSUBJKEY</DT>
20448 <DD> This token is the same as SUBJKEY, but it is based on
20449 SHORTSUBJECT, instead of in SUBJECT.
20450 </DD>
20452 <DT>SUBJKEYINIT</DT>
20453 <DD>
20454 This token is the same as the SUBJKEY token except that instead of
20455 prepending a list of keywords to the subject, a list of first initials
20456 of keywords will be prepended instead.
20457 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
20458 set (or Work and Now are the Alpine nicknames of keywords that are set)
20459 then the SUBJKEY token would cause a result like
20461 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
20463 whereas the SUBJKEYINIT token would give
20465 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
20467 Only those keywords that you have defined in your
20468 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20469 in Setup/Config are considered in the list.
20470 In other words, keywords that have been set by some other means, perhaps
20471 by another email program, won't show up unless included in
20472 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20473 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20474 option may be used to modify this token slightly.
20475 It is also possible to color keywords in the index using the
20476 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20477 </DD>
20479 <DT>SHORTSUBJKEYINIT</DT>
20480 <DD> This token is the same as SUBJKEYINIT, but it is based on
20481 SHORTSUBJECT, instead of in SUBJECT.
20482 </DD>
20484 <DT>SUBJECTTEXT</DT>
20485 <DD>
20486 Same as SUBJECT but if there is room in the Subject field for more text,
20487 the opening part of the text of the message is displayed after the subject.
20488 The time needed to fetch the text may cause a performance problem
20489 which can, of course, be avoided by using the SUBJECT version of
20490 the Subject instead.
20491 You may color this opening text differently by using the
20492 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
20493 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20494 You may adjust the characters that are displayed between the Subject and the
20495 opening text with the option
20496 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
20497 </DD>
20499 <DT>SUBJKEYTEXT</DT>
20500 <DD>
20501 Same as SUBJKEY but with the opening message text.
20502 </DD>
20504 <DT>OPENINGTEXT</DT>
20505 <DD>
20506 This is similar to SUBJECTTEXT.
20507 Instead of combining the Subject and the opening text in a single
20508 field in the index screen this token allows you to allocate a
20509 separate column just for the opening text of the message.
20510 The time needed to fetch this text may cause a performance problem.
20511 You may color this opening text differently by using the
20512 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
20513 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20514 </DD>
20516 <DT>OPENINGTEXTNQ</DT>
20517 <DD>
20518 This is very similar to OPENINGTEXT.
20519 The NQ stands for No Quotes.
20520 The only difference is that quoted text (lines beginning with &gt;) is deleted.
20521 For some messages this may be confusing.
20522 For example, a message might have a line preceding some quoted
20523 text that reads something like &quot;On May 8th person A said.&quot;
20524 That no longer makes sense after the quoted text is deleted and it
20525 will appear that person A said whatever the text after the quote
20526 is, even though that is really person B talking.
20527 </DD>
20529 <DT>SUBJKEYINITTEXT</DT>
20530 <DD>
20531 Same as SUBJKEYINIT but with the opening message text.
20532 </DD>
20534 <DT>KEY</DT>
20535 <DD>
20536 This is a space-delimited list of keywords that are set for the message.
20537 Only those keywords that you have defined in your
20538 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20539 in Setup/Config are considered in the list.
20540 In other words, keywords that have been set by some other means, perhaps
20541 by another email program, won't show up unless included in
20542 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20543 If you have given a keyword a nickname
20544 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
20545 instead of the actual keyword.
20546 It is also possible to color keywords in the index using the
20547 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20548 This token defaults to an arbitrary width of 5.
20549 You should set it to whatever width suits you using something
20550 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
20551 </DD>
20553 <DT>KEYINIT</DT>
20554 <DD>
20555 This is a list of keyword initials that are set for the message.
20556 If you have given a keyword a nickname
20557 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
20558 is displayed instead of the initial of the actual keyword.
20559 It is also possible to color keyword initials in the index using the
20560 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20561 This token defaults to an arbitrary width of 2.
20562 You should set it to whatever width suits you using something
20563 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
20564 </DD>
20566 <DT>PRIORITY</DT>
20567 <DD>
20568 The X-Priority header is a non-standard header that is used in a
20569 somewhat standard way by many mail programs.
20570 Alpine expects the value of this header to be a digit with a value
20571 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
20572 Since this priority is something that the sender sets it is only an indication
20573 of the priority that the sender attaches to the mail and it is therefore almost
20574 totally unreliable for use as a filtering criterion.
20575 This token will display the numeric value of the priority if it is between
20576 1 and 5.
20577 It will be suppressed (blank) if the value is 3, which is normal priority.
20578 This token may be colored with the
20579 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
20580 </DD>
20582 <DT>PRIORITYALPHA</DT>
20583 <DD>
20584 This is a more verbose interpretation of the X-Priority field.
20585 Once again nothing is displayed unless the value of the field
20586 is 1, 2, 4, or 5.
20587 The values displayed for those values are:
20589 <TABLE>
20590 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
20591 <TR> <TD>2</TD> <TD>High</TD> </TR>
20592 <TR> <TD>4</TD> <TD>Low</TD> </TR>
20593 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
20594 </TABLE>
20596 This token may be colored with the
20597 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
20598 </DD>
20600 <DT>PRIORITY!</DT>
20601 <DD>
20602 This is a one character, non-numeric version of the X-Priority field.
20603 If the value of the X-Priority header is 1 or 2 an exclamation
20604 point is displayed.
20605 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
20606 This token may be colored with the
20607 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
20608 </DD>
20610 <DT>ATT</DT>
20611 <DD>
20612 This is a one column wide field that represents the number of attachments
20613 a message has. It will be blank if there are no attachments, a single
20614 digit for one to nine attachments, or an asterisk for more than nine.
20615 Note that including this token in
20616 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
20617 display a little while Alpine collects the necessary information.
20618 </DD>
20620 <DT>FROMORTO</DT>
20621 <DD>
20622 This token represents <EM>either</EM> the personal name (or email address) of
20623 the person listed in the message's &quot;From:&quot; header
20624 field, <EM>or</EM>, if that address is yours or one of your
20625 <A HREF="h_config_alt_addresses">alternate addresses</A>,
20626 the first person specified in the
20627 message's &quot;To:&quot; header field
20628 with the prefix &quot;To: &quot; prepended.
20629 If the from address is yours and there is also no &quot;To&quot; address,
20630 Alpine will use the address on the &quot;Cc&quot; line.
20631 If there is no address there, either, Alpine will look for a newsgroup name
20632 from the &quot;Newsgroups&quot; header field and put
20633 that after the &quot;To: &quot; prefix.
20634 </DD>
20636 <DT>FROMORTONOTNEWS</DT>
20637 <DD>
20638 This is almost the same as <EM>FROMORTO</EM>.
20639 The difference is that newsgroups aren't considered.
20640 When a message is from you, doesn't have a To or Cc, and does have
20641 a Newsgroups header; this token will be your name instead of the name
20642 of the newsgroup (like it would be with FROMORTO).
20643 </DD>
20645 <DT>TEXT</DT>
20646 <DD>
20647 This is a different sort of token.
20648 It allows you to display a label within each index line.
20649 It will be the same fixed text for each line.
20650 It is different from all the other tokens in that there is no space column
20651 displayed after this token.
20652 Instead, it is butted up against the following field.
20653 It also has a different syntax.
20654 The text to display is given following a colon after the
20655 word &quot;TEXT&quot;.
20656 For example,
20658 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
20660 would insert the literal text &quot;abc=&quot; (without the quotes)
20661 into the index display line.
20662 You must quote the text if it includes space characters, like
20664 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
20666 </DD>
20668 <DT>HEADER</DT>
20669 <DD>
20670 This allows you to display the text from a particular header line in the
20671 message.
20672 The syntax for this token is substantially different from all the others
20673 in order that you might be able to display a portion of the text following
20674 a particular header.
20675 The header name you are interested in is given following a colon
20676 after the word &quot;HEADER&quot;.
20677 For example,
20679 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
20681 would display the text of the X-Spam header, if any.
20682 Like for other index tokens a width field may (and probably should)
20683 follow this.
20685 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
20687 displays the first ten characters of the X-Spam header.
20688 Unlike other index tokens, the syntax for HEADER is more flexible.
20689 An optional second argument comes after a comma inside the parentheses.
20690 It specifies the &quot;field&quot; number.
20691 By default, the field separator is a space character.
20692 No extra space characters are allowed in the argument list.
20694 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
20696 would display the second field, left-justified, in a 10 character
20697 wide field.
20698 The second field would consist of all the text after the first space
20699 up to the next space or the end of the header.
20700 The default field number is zero, which stands for the entire line.
20701 There is also an optional third argument that is a list of field
20702 separators. It defaults to a space character.
20703 The example
20705 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
20707 would cause the field separators to be any of colon, percent,
20708 or space (there is a space character between the percent and the
20709 right parenthesis).
20710 The first field runs from the start of the header value up to the first
20711 colon, percent, or space; the second goes from there to the next; and so on.
20712 In order to use a comma character as a field separator you must escape
20713 it by preceding it with a backslash (&#92;).
20714 The same is true of the backslash character itself.
20715 There is one further optional argument.
20716 It is an R or an L to specify right or left adjustment of the text
20717 within the field.
20718 The default is to left justify, however if you are displaying numbers
20719 you might prefer to right justify.
20721 Here's an example of a SpamAssassin header.
20722 The exact look of the header will vary, but if your incoming mail
20723 contains headers that look like the following
20725 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
20727 you might want to display the hits value.
20728 The first field starts with the Y in Yes.
20729 To get what you're interested in you might use &quot;=&quot; and
20730 space as the field separators and display the third field, like
20732 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
20734 or maybe you would break at the dot instead
20736 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
20738 Another example we've seen has headers that look like
20740 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
20742 Because there are two equals and a comma before the 7% and a comma
20743 after it, the token
20745 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
20747 should display the probability (for example 7% or 83%) right justified
20748 in a 3-wide field.
20749 </DD>
20751 <DT>ARROW</DT>
20752 <DD>
20753 This gives an alternative way to display the current message in the
20754 MESSAGE INDEX screen.
20755 Usually the current message is indicated by the line being shown in
20756 reverse video.
20757 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
20758 the current line will include an &quot;arrow&quot; that
20759 looks like
20761 <CENTER><SAMP>-&gt;</SAMP></CENTER>
20763 in the ARROW token's field.
20764 For all of the non-current messages, the ARROW field will be filled
20765 with blanks.
20766 If you use the fixed-field width feature the length of the &quot;arrow&quot;
20767 may be adjusted.
20768 The arrow will be drawn as width-1 dashes followed by a greater than sign.
20769 For example, if you use ARROW(3) you will get
20771 <CENTER><SAMP>--&gt;</SAMP></CENTER>
20773 and ARROW(1) will give you just
20775 <CENTER><SAMP>&gt;</SAMP></CENTER>
20777 It is also possible to set the color of the ARROW field.
20778 By default (and for non-current messages) the arrow is colored the same
20779 as the index line it is part of.
20780 You may set it to be another color with the 
20781 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
20782 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20783 </DD>
20785 <DT>SCORE</DT>
20786 <DD>
20787 This gives the
20788 <a href="h_rules_score">score</a>
20789 of each message.
20790 This will be six columns wide to accommodate the widest possible score.
20791 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
20792 to limit the width of the field to the widest score that
20793 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
20794 If you have not defined any score rules the scores will all be zero.
20795 If any of your score rules contain AllText or BodyText patterns
20796 then including SCORE in the <!--#echo var="VAR_index-format"-->
20797 may slow down the display of the MESSAGE INDEX screen.
20798 </DD>
20799 </DL>
20802 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
20804 <DL>
20805 <DT>CURNEWS</DT>
20806 <DD>
20807 This token represents the current newsgroup if there is one.
20808 For example, &quot;comp.mail.pine&quot;.
20809 </DD>
20811 <DT>MSGID</DT>
20812 <DD>
20813 This token represents the message ID of the message.
20814 This token does not work with Filter Rule folder names.
20815 </DD>
20817 <DT>CURDATE</DT>
20818 <DD>
20819 This token represents the current date.
20820 It has the format MMM DD. For example, &quot;Oct 23&quot;.
20821 </DD>
20823 <DT>CURDATEISO</DT>
20824 <DD>
20825 This token represents the current date.
20826 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
20827 </DD>
20829 <DT>CURDATEISOS</DT>
20830 <DD>
20831 This token represents the current date.
20832 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
20833 </DD>
20835 <DT>CURPREFDATE</DT>
20836 <DD>
20837 This token represents the current date.
20838 It is your operating system's idea of the preferred date representation for the current locale.
20839 Internally it uses the %x version of the date from the strftime routine.
20840 </DD>
20842 <DT>CURPREFTIME</DT>
20843 <DD>
20844 This token represents the current time.
20845 It is the preferred time representation for the current locale.
20846 Internally it uses the %X version of the time from the strftime routine.
20847 </DD>
20849 <DT>CURPREFDATETIME</DT>
20850 <DD>
20851 This token represents the current date and time.
20852 It is the preferred date and time representation for the current locale.
20853 Internally it uses the %c version of the time from the strftime routine.
20854 </DD>
20856 <DT>CURTIME24</DT>
20857 <DD>
20858 This token represents the current time.
20859 It has the format HH:MM. For example, &quot;17:28&quot;.
20860 </DD>
20862 <DT>CURTIME12</DT>
20863 <DD>
20864 This token represents the current time.
20865 This time is for a 12 hour clock.
20866 It has the format HH:MMpm.
20867 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
20868 </DD>
20870 <DT>CURDAY</DT>
20871 <DD>
20872 This token represents the current day of the month.
20873 For example, &quot;23&quot; or &quot;9&quot;.
20874 </DD>
20876 <DT>CURDAY2DIGIT</DT>
20877 <DD>
20878 This token represents the current day of the month.
20879 For example, &quot;23&quot; or &quot;09&quot;.
20880 It is always 2 digits.
20881 </DD>
20883 <DT>CURDAYOFWEEK</DT>
20884 <DD>
20885 This token represents the current day of the week.
20886 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
20887 </DD>
20889 <DT>CURDAYOFWEEKABBREV</DT>
20890 <DD>
20891 This token represents the current day of the week.
20892 For example, &quot;Sun&quot; or &quot;Wed&quot;.
20893 </DD>
20895 <DT>CURMONTH</DT>
20896 <DD>
20897 This token represents the current month.
20898 For example, &quot;10&quot; or &quot;9&quot;.
20899 </DD>
20901 <DT>CURMONTH2DIGIT</DT>
20902 <DD>
20903 This token represents the current month.
20904 For example, &quot;10&quot; or &quot;09&quot;.
20905 It is always 2 digits.
20906 </DD>
20908 <DT>CURMONTHLONG</DT>
20909 <DD>
20910 This token represents the current month.
20911 For example, &quot;October&quot;.
20912 </DD>
20914 <DT>CURMONTHABBREV</DT>
20915 <DD>
20916 This token represents the current month.
20917 For example, &quot;Oct&quot;.
20918 </DD>
20920 <DT>CURYEAR</DT>
20921 <DD>
20922 This token represents the current year.
20923 For example, &quot;1998&quot; or &quot;2001&quot;.
20924 </DD>
20926 <DT>CURYEAR2DIGIT</DT>
20927 <DD>
20928 This token represents the current year.
20929 For example, &quot;98&quot; or &quot;01&quot;.
20930 It is always 2 digits.
20931 </DD>
20933 <DT>LASTMONTH</DT>
20934 <DD>
20935 This token represents last month.
20936 For example, if this is November (the 11th month),
20937 it is equal to &quot;10&quot; or if this is October (the 10th month),
20938 it is &quot;9&quot;.
20939 It is possible that this and the other tokens beginning with LASTMONTH
20940 below could be useful when used with a Filtering Rule that
20941 has the &quot;Beginning of Month&quot; option set.
20942 </DD>
20944 <DT>LASTMONTH2DIGIT</DT>
20945 <DD>
20946 This token represents last month.
20947 For example, if this is November (the 11th month),
20948 it is equal to &quot;10&quot; or if this is October (the 10th month),
20949 it is &quot;09&quot;.
20950 It is always 2 digits.
20951 </DD>
20953 <DT>LASTMONTHLONG</DT>
20954 <DD>
20955 This token represents last month.
20956 For example, if this is November the value is &quot;October&quot;.
20957 </DD>
20959 <DT>LASTMONTHABBREV</DT>
20960 <DD>
20961 This token represents last month.
20962 For example, if this is November the value is &quot;Oct&quot;.
20963 </DD>
20965 <DT>LASTMONTHYEAR</DT>
20966 <DD>
20967 This token represents what the year was a month ago.
20968 For example, if this is October, 1998, it is &quot;1998&quot;.
20969 If this is January, 1998, it is &quot;1997&quot;.
20970 </DD>
20972 <DT>LASTMONTHYEAR2DIGIT</DT>
20973 <DD>
20974 This token represents what the year was a month ago.
20975 For example, if this is October, 1998, it is &quot;98&quot;.
20976 If this is January, 1998, it is &quot;97&quot;.
20977 </DD>
20979 <DT>LASTYEAR</DT>
20980 <DD>
20981 This token represents last year.
20982 For example, if this is 1998, it equals &quot;1997&quot;.
20983 It is possible that this
20984 could be useful when used with a Filtering Rule that
20985 has the &quot;Beginning of Year&quot; option set.
20986 </DD>
20988 <DT>LASTYEAR2DIGIT</DT>
20989 <DD>
20990 This token represents last year.
20991 For example, if this is 1998, it equals &quot;97&quot;.
20992 It is always 2 digits.
20993 </DD>
20995 <DT>ROLENICK</DT>
20996 <DD>
20997 This token represents the nickname of the
20998 role currently being used.  If no role is being used,
20999 then no text will be printed for this token.
21000 This token does not work with Filter Rule folder names.
21001 </DD>
21002 </DL>
21005 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
21006 See the help for the
21007 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
21008 to see why you might want to use this.
21009 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
21010 must be surrounded by underscores when used.
21012 <DL>
21013 <DT>NEWLINE</DT>
21014 <DD>
21015 This is an end of line marker.
21016 </DD>
21017 </DL>
21020 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
21022 <DL>
21023 <DT>CURSORPOS</DT>
21024 <DD>
21025 This token is different from the others.
21026 When it is replaced it is replaced with nothing, but it sets an Alpine
21027 internal variable that tells the composer to start with the cursor
21028 positioned at the position where this token was.
21029 If both the template file and the signature file contain
21030 a &quot;CURSORPOS&quot; token, then the position in the template file
21031 is used.
21032 If there is a template file and neither it nor the signature file contains
21033 a &quot;CURSORPOS&quot; token, then the cursor is positioned
21034 after the end of the contents of the
21035 template file when the composer starts up.
21036 </DD>
21037 </DL>
21040 &lt;End of help on this topic&gt;
21041 </BODY>
21042 </HTML>
21043 ======= h_reply_token_conditionals =======
21044 <HTML>
21045 <HEAD>
21046 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
21047 </HEAD>
21048 <BODY>
21049 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
21051 Conditional text inclusion may be used with
21052 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
21053 in signature files, and in template files used in
21054 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
21055 It may <EM>not</EM> be used with the
21056 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
21059 There is a limited if-else capability for including text.
21060 The if-else condition is based
21061 on whether or not a given token would result in replacement text you
21062 specify.
21063 The syntax of this conditional inclusion is
21065 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
21067 The left parenthesis must follow the underscore immediately, with no
21068 intervening space.
21069 It means the token is expanded and the results of that expansion are
21070 compared against the &quot;match_this&quot; argument.
21071 If there is an exact match, then the &quot;if_matched&quot; text is used
21072 as the replacement text.
21073 Otherwise, the &quot;if_not_matched&quot; text is used.
21074 One of the most useful values for the &quot;match_this&quot; argument is
21075 the empty string, &quot;&quot;.
21076 In that case the expansion is compared against the empty string.
21078 Here's an example to make it clearer.
21079 This text could be included in one of your template files:
21081 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
21083 If that is included in a template file that you are using while replying
21084 to a message (because you chose to use the role it was part of),
21085 and that message has a newsgroup header and a newsgroup in that header,
21086 then the text
21088 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
21090 will be included in the message you are about to compose.
21091 On the other hand, if the message you are replying to does not have
21092 a newsgroup, then the text
21094 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
21096 would be included instead.
21097 This would also work in signature files and in
21098 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
21099 If the &quot;match_this&quot;, &quot;if_matched&quot;,
21100 or &quot;if_not_matched&quot; arguments contain
21101 spaces, parentheses, or commas;
21102 they have to be quoted with double quotation marks (like in the example
21103 above).
21104 If you want to include a literal quote (&quot;) in the text you must escape the
21105 quote by preceding it with a backslash (&#92;) character.
21106 If you want to include a literal backslash character you must escape it
21107 by preceding it with another backslash.
21109 The comma followed by &quot;if_not_matched&quot; is optional.
21110 If there is no &quot;if_not_matched&quot;
21111 present then no text is included if the not_matched case is true.
21112 Here's another example:
21114 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
21116 Here you can see that tokens may appear in the arguments.
21117 The same is true for tokens with the conditional parentheses.
21118 They may appear in arguments,
21119 though you do have to be careful to get the quoting and escaping of
21120 nested double quotes correct.
21121 If this was in the signature file being used and you were replying to a message
21122 sent to comp.mail.pine the resulting text would be:
21124 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
21126 If you were replying to a message that wasn't sent to any newsgroup the
21127 resulting text would be a single blank line.
21128 The reason you'd get a blank line is because the end of the line is
21129 outside of the conditional, so is always included.
21130 If you wanted to get rid of that blank line you could do so by moving
21131 the end of line inside the conditional.
21132 In other words, it's ok to have multi-line
21133 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
21134 template file.
21135 The text just continues until the next double quotation, even if it's not
21136 on the same line.
21138 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
21140 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
21142 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
21143 while reading the newsgroup comp.mail.pine the resulting text would be:
21145 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
21147 If you were replying to a message while reading an email folder instead
21148 of a newsgroup the resulting leadin text would be
21150 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
21152 Here's one more (contrived) example illustrating a matching argument
21153 that is not the empty string.
21155 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
21157 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
21158 were replying to
21159 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
21160 would be
21162 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
21164 But if you were replying to a message sent on Oct. 27 (and that wasn't
21165 today) you would get
21167 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
21170 &lt;End of help on this topic&gt;
21171 </BODY>
21172 </HTML>
21173 ======= h_composer_cntxt_nick =======
21174 <HTML>
21175 <HEAD>
21176 <TITLE>Collection Nickname Explained</TITLE>
21177 </HEAD>
21178 <BODY>
21179 <H1>Collection Edit Help -- Nickname Field</H1>
21181 This field is provided so you can add a short nickname to use when
21182 referring to this collection within Alpine.  Spaces are allowed, and
21183 you don't need to use double-quotes.  However, the double-quote
21184 character is not allowed.
21186 Look <A HREF="h_edit_nav_cmds">here</A>
21187 to see the available Editing and Navigation commands.
21189 &lt;End of help on this topic&gt;
21190 </BODY>
21191 </HTML>
21192 ======= h_folder_server_syntax =======
21193 <HTML>
21194 <HEAD>
21195 <TITLE>Server Name Syntax</TITLE>
21196 </HEAD>
21197 <BODY>
21198 <H1>Server Name Syntax</H1>
21200 This help describes the syntax that may be used for server names
21201 that may be associated with remote folders or SMTP servers.
21204 A server name is the hostname of the server.
21205 It's a good idea to use the host's fully-qualified network name.
21208 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
21211 However, IP addresses are allowed if surrounded
21212 with square-brackets.
21215 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
21218 An optional network port number may be supplied by appending
21219 a colon (:) followed by the port number
21220 to the server name.
21221 By default, the IMAP port number, 143, is used.
21224 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
21227 Besides server name and optional port number, various other optional
21228 parameters may be supplied that alter Alpine's interaction with the server.
21229 A parameter is supplied by appending a slash (/) character followed by
21230 the parameter's name and,
21231 depending on the particular parameter, the value assigned to that
21232 name, to the server name (and optional port number).
21233 Parameter names are <EM>not</EM> case sensitive.
21234 Currently supported parameters include:
21236 <DL>
21238 <DT>User</DT>
21239 <DD>This parameter requires an associated value, and is intended to
21240 provide the username identifier with which to establish the server
21241 connection.
21242 If your SMTP server offers SMTP AUTH authentication, adding this 
21243 parameter to the
21244 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
21245 option will cause Alpine to attempt to authenticate to the server using the
21246 supplied username.
21247 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
21248 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
21249 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
21250 option (or to the server name for any folder collection using NNTP)
21251 will cause Alpine to attempt
21252 to authenticate to the server using the supplied username.
21253 An example might be:
21256 <CENTER><SAMP>/user=katie</SAMP></CENTER>
21259 </DD>
21261 <DT>STARTTLS</DT>
21262 <DD>
21263 This is a unary parameter indicating communication with the server must 
21264 take place over a TLS connection. If you use this parameter, Alpine will 
21265 establish an insecure connection to the server, and later will attempts to 
21266 use a secure encrypted connection. If the attempt to use TLS fails then 
21267 this parameter will cause the connection to fail instead of falling back 
21268 to an insecure connection.
21270 Use this option when you are told to use STARTTLS. If you are told to use 
21271 SSL or TLS on port 993, use the /ssl unary parameter instead, and not this 
21272 parameter. Use this parameter when establishing a connection to a server 
21273 on an insecure port (normally port 143 for IMAP) and then needing to 
21274 establish a secure connection using STARTTLS.
21276 <P><A href="h_security_considerations">Learn more</A> about security 
21277 considerations when you use this option.
21280 <CENTER><SAMP>/starttls</SAMP></CENTER>
21283 </DD>
21285 <DT>SSL</DT>
21286 <DD>
21287 This is a unary parameter indicating communication with the server should 
21288 take place over a Secure Socket Layer connection.  The server must support
21289 this method, and be prepared to accept connections on the appropriate
21290 port (993 by default).
21291 Alpine must be linked with an SSL library for this option to be operational.
21292 Using this option will make Alpine try to connect to the server using the
21293 most secure encrypted SSL connection that both your version of Alpine and the
21294 server support.
21297 <CENTER><SAMP>/ssl</SAMP></CENTER>
21300 </DD>
21302 <DT>TLS1</DT>
21303 <DD>
21304 This parameter indicates that the connection to the server will be made
21305 over the SSL port, but using the TLSv1 protocol, instead of the usual
21306 SSLv3 or SSLv2 protocols.
21307 Alpine must be linked with an SSL library for this option to be operational.
21310 <CENTER><SAMP>/tls1</SAMP></CENTER>
21312 </DD>
21314 <DT>TLS1_1</DT>
21315 <DD>
21316 This parameter indicates that the connection to the server will be made
21317 over the SSL port, but using the TLSv1.1 protocol.
21318 Alpine must be linked with an SSL library that supports this encryption
21319 protocol for this option to be operational.
21322 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
21324 </DD>
21326 <DT>TLS1_2</DT>
21327 <DD>
21328 This parameter indicates that the connection to the server will be made
21329 over the SSL port, but using the TLSv1.2 protocol.
21330 Alpine must be linked with an SSL library that supports this encryption
21331 protocol for this option to be operational.
21334 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
21336 </DD>
21338 <DT>TLS1_3</DT>
21339 <DD>
21340 This parameter indicates that the connection to the server will be made
21341 over the SSL port, but using the TLSv1.3 protocol.
21342 Alpine must be linked with an SSL library that supports this encryption
21343 protocol for this option to be operational.
21346 <CENTER><SAMP>/tls1_3</SAMP></CENTER>
21348 </DD>
21350 <DT>NoValidate-Cert</DT>
21351 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
21352 This is needed if the server uses self-signed certificates or if Alpine
21353 cannot validate the certificate for some other known reason. You should avoid
21354 using this option, and instead install the certificate of the server, so you
21355 are not a victim of a cracker-in-the-middle attack.
21357 </DD>
21359 <DT>Anonymous</DT>
21360 <DD>This is a unary parameter (that means it does not have a value)
21361 indicating that the connection be logged in as
21362 &quot;anonymous&quot; rather than a specific user.
21363 Not all servers offer anonymous
21364 access; those which do generally only offer read-only access to certain
21365 &quot;public&quot; folders.
21368 <CENTER><SAMP>/anonymous</SAMP></CENTER>
21371 </DD>
21373 <DT>Secure</DT>
21374 <DD>This is a unary parameter indicating that the connection use the
21375 most secure authentication method mutually supported by Alpine and the
21376 server.
21377 Alpine is capable of authenticating connections to 
21378 the server using several methods.
21379 By default, Alpine will attempt each
21380 method until either a connection is established or the
21381 list of methods is exhausted.
21382 This parameter causes Alpine to instead fail 
21383 the connection if the first (generally most &quot;secure&quot;) method fails.
21386 <CENTER><SAMP>/secure</SAMP></CENTER>
21389 </DD>
21391 <DT>Submit</DT>
21392 <DD>This is a unary parameter for use with the
21393 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
21394 It indicates that the connection should be made to the Submit server
21395 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
21396 (port 587) instead of the SMTP port (25).
21397 At the time this help was written the submit option was equivalent to
21398 specifying port 587. <A href="h_security_considerations">Learn more</A>
21399 about security considerations when you use this option.
21402 <CENTER><SAMP>/submit</SAMP></CENTER>
21406 <CENTER><SAMP>host:587</SAMP></CENTER>
21409 </DD>
21411 <DT>Debug</DT>
21412 <DD>This is a unary parameter indicating that the connection be established
21413 in a verbose mode.  Basically, it causes Alpine to log the communication with
21414 the server in Alpine's debug file.
21415 Normally, the pine -d command-line flag would be used instead.
21417 </DD>
21419 <DT>NoRsh</DT>
21420 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
21421 the UNIX remote shell program.
21422 Including &quot;NoRsh&quot; will cause connections to this server to skip
21423 the &quot;rsh&quot; attempt.
21424 This might be useful to avoid long timeouts caused by rsh firewalls, for
21425 example.
21427 </DD>
21429 <DT>Loser</DT>
21430 <DD>This option makes sense only for IMAP servers that do not perform
21431 a SEARCH command correctly. If your filtering rules
21432 fail to filter some messages, that should have been filtered, then this
21433 option will make Alpine download all data necessary data to perform that 
21434 search. There is a performance penalty when using this option. Downloading 
21435 the data to perform the search will take longer than requesting the IMAP
21436 server to perform the filtering, but the filtering will be done correctly.
21438 </DD>
21441 <DT>Service</DT>
21442 <DD>This parameter requires an associated value.  The default value is
21443 &quot;IMAP&quot; which indicates communication with the server based
21444 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
21445 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
21447 Other service values include:
21448  <DL>
21449  <DT>NNTP</DT>
21450  <DD>This value indicates communication with the server takes place via
21451 the Network News Transfer Protocol.  Use this to define a collection
21452 of newsgroups on a remote news server.  So
21455 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
21457 or just
21459 <CENTER><SAMP>/NNTP</SAMP></CENTER>
21462 is the way to specify NNTP access.
21464  </DD>
21466  <DT>POP3</DT>
21467  <DD>This value indicates communication with the server takes place via the
21468 Post Office Protocol 3 protocol.
21471 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
21473 or just
21475 <CENTER><SAMP>/POP3</SAMP></CENTER>
21478 Note that there are several important issues
21479 to consider when selecting this option:
21480 <OL>
21481  <LI> POP3 provides access to only your INBOX.  In other words,
21482 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
21483  <LI> Alpine's implementation of POP3 does not follow the traditional POP
21484 model and will leave your mail on the server. Refer to the
21485 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
21486  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
21487 </OL>
21488 </DD>
21489 </DL>
21490 </DL>
21493 Note that it is possible to include more than one parameter in a server
21494 specification by concatenating the parameters. For example:
21497 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
21501 &lt;End of help on this topic&gt;
21502 </BODY>
21503 </HTML>
21504 ======= h_security_considerations =======
21505 <HTML>
21506 <HEAD>
21507 <TITLE>SSL, TLS, STARTTLS and More Security Considerations</TITLE>
21508 </HEAD>
21509 <BODY>
21510 <H1>SSL, TLS, STARTTLS and More Security Considerations</H1>
21512 The purpose of this text is to educate users on how to best choose
21513 the type of security connection to a remote server using the SSL and TLS
21514 encryption protocols.
21517 In the past, and when Alpine originally started to support encrypted connections
21518 to remote servers, the /ssl modifier was needed, and it meant any of the SSLv2
21519 or SSLv3 protocols. Those encryption protocols are considered not fully secure
21520 anymore, and in fact, you might not be able to use them anymore.
21522 <P> Today the /ssl modifier means to use the most secure encryption 
21523 protocol between your version of Alpine and what the server supports. This 
21524 might mean more modern protocols, such as TLS 1.0, TLS 1.1, etc. As of 
21525 this writing, Alpine supports connection using TLS 1.3. These protocols
21526 are considered more secure today and they should be preferred over the old
21527 SSL protocols.
21529 <P> A source of confusion for Alpine users might be the meaning of the 
21530 modifier /tls with respect to the names of the encryption protocols, such 
21531 as TLS 1.2. The meaning of /tls is to start an encrypted connection to a 
21532 server after an insecure connection has been established, and we will 
21533 discuss this later in this help text. The preferred way flag is to use
21534 /starttls, instead of /tls.
21536 <P>The best way to start an encrypted connection to a server is to use the 
21537 /ssl modifier. If your provider allows encrypted connections on port 993 
21538 for IMAP, or port 995 for POP3, or in port 465 for SMTP, just define your 
21539 server by adding the /ssl modifier and do not add the port to the server. 
21540 Alpine knows that the secure connection will be done in the correct port, 
21541 and will use the most secure encryption available between Alpine and the 
21542 server. You only need to use the port number when it is different from the
21543 default port numbers for this type of connections, and those were given
21544 above.
21546 <P>Most email service providers identify secure connections by saying 
21547 &quot;SSL or TLS&quot;. In this case, use the /ssl modifier, and only use 
21548 the port number in case it is different to the ones above.
21550 <P>If your service provider says to use STARTTLS, then you need to use the 
21551 /starttls modifier. If your service provider gives you the option to use SSL or 
21552 TLS and to use STARTTLS choose the secure port and choose the /ssl 
21553 modifier. This is because connections using the /starttls modifier can be 
21554 attacked and your username and password can be stolen by a hacker. The next
21555 paragraph describes in short how to do this.
21557 <P> When you use the /starttls modifier, Alpine connects insecurely to the 
21558 remote server. Because the connection is insecure, it is possible that you 
21559 connect to a different server, which connects you to the real server. This 
21560 is called &quot;man-in-the-middle&quot; attack, and so your communication 
21561 will pass through the hackers computer before it reaches the real target. 
21562 An example of a possible man-in-the-middle is your internet service provider, 
21563 or your employer in some instances.
21564 This means that the hacker can modify the replies from the correct server 
21565 and give you the illusion of security before you are actually connected to 
21566 the secure server. Therefore, you might disclose your username and 
21567 password to the hacker before you establish a secure connection to the correct
21568 server.
21570 <P> Therefore, if possible avoid using STARTTLS (for IMAP and POP) or SUBMIT
21571 for SMTP (in port 587), as these are subject to attack. If possible
21572 ask your provider for secure connections for SSL or TLS in the secure ports
21573 993 for IMAP, 995 for POP or 465 for SMTP.
21575 <P> In the current state, even as of TLS 1.3, these protocols are considered 
21576 secure but they do not protect your privacy. For example your internet 
21577 service provider might track to which servers you are connecting securely. 
21578 Encryption protocols are evolving to not only protect the security of your 
21579 data, but also your privacy.
21581 <P> Other types of errors can lead to insecure connections. An example is
21582 when the name of the server as provided by the user does not match the
21583 name of the server in the certificate. 
21584 <A href="h_tls_validation_failure">Read more</A> about security errors
21585 of this type and learn how to protect yourself against this type of
21586 errors.
21589 &lt;End of help on this topic&gt;
21590 </BODY>
21591 </HTML>
21592 ======= h_composer_cntxt_server =======
21593 <HTML>
21594 <HEAD>
21595 <TITLE>Collection Server: Explained</TITLE>
21596 </HEAD>
21597 <BODY>
21598 <H1>Collection Edit Help -- Server Field</H1>
21600 This collection's &quot;Server:&quot; definition indicates the
21601 hostname of the server providing access to the folders in this
21602 collection.
21603 The syntax of this server name is the same as for other server names used
21604 in remote folder names in
21605 Alpine and is described
21606 <A HREF="h_folder_server_syntax">here</A>.
21609 &lt;End of help on this topic&gt;
21610 </BODY>
21611 </HTML>
21612 ======= h_composer_cntxt_path =======
21613 <HTML>
21614 <HEAD>
21615 <TITLE>Collection Path: Explained</TITLE>
21616 </HEAD>
21617 <BODY>
21618 <H1>Collection Edit Help -- Path Field</H1>
21620 The collection's &quot;Path:&quot; definition indicates the location
21621 of the folders in this collection.  If the path or any of its components
21622 do not exist, Alpine will prompt you for their creation when exiting the
21623 Add/Change screen.
21625 <P> 
21626 By default the path is interpreted as defining a section of your personal
21627 folder area.  This area and how you specify it are defined by the
21628 server, if one is specified in the collection, or, typically, the home
21629 directory if no server is defined.
21632 To define a collection outside the default &quot;area&quot;, prefix
21633 the path with the &quot;namespace&quot; to use when interpreting the
21634 given path.  If a namespace is specified, the Path begins with the
21635 sharp, &quot;#&quot;, character followed by the name of the namespace
21636 and then the namespace's path-element-delimiter.  Aside from the
21637 path's format, namespaces can also imply access rights, content
21638 policy, audience, location, and, occasionally, access methods.
21641 Each server exports its own set (possibly of size one) of 
21642 namespaces.  Hence, it's likely communication with your server's
21643 administrator will be required for specific configurations.  Some of
21644 the more common namespaces, however, include:
21646 <DL>
21647 <DT>#news.</DT>
21648 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
21649 names are hierarchically defined with each level delimited by a period.
21650 </DD>
21651 <DT>#public/</DT>
21652 <DD>This specifies a folder area that the server may export to the general
21653 public.
21654 </DD>
21655 <DT>#shared/</DT>
21656 <DD>This specifies a folder area that the folder may export to groups
21657 of users.
21658 </DD>
21659 <DT>#ftp/</DT>
21660 <DD>This specifies a folder area that is the same as that it may have 
21661 exported via the &quot;File Transfer Protocol&quot;.
21662 </DD>
21663 <DT>#mh/</DT>
21664 <DD>This specifies the personal folder area associated with folders
21665 and directories that were created using the MH message handling system.
21666 </DD>
21667 </DL>
21670 In addition, the server may support access to other user's folders,
21671 provided you have suitable permissions.  Common methods use a prefix
21672 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
21673 indicate the root of the other user's folder area.
21676 No, nothing's simple.
21679 &lt;End of help on this topic&gt;
21680 </BODY>
21681 </HTML>
21682 ======= h_composer_cntxt_view =======
21683 <HTML>
21684 <HEAD>
21685 <TITLE>Collection View: Explained</TITLE>
21686 </HEAD>
21687 <BODY>
21688 <H1>Collection Edit Help -- View Field</H1>
21690 The collection's &quot;View:&quot; definition provides a way to limit
21691 the displayed list of folders within a collection.  By default, only
21692 folders that contain the specified characters anywhere in their name
21693 are shown in the collection's folder list.
21696 Additionally, you can use a wildcard character to better control
21697 the list of folders selected for display.  The wildcard specifier is
21698 the star, &quot;*&quot;, character.
21701 So, for example, to define a collection of all folders ending with
21702 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
21703 quote characters!).  Or, similarly, to define a collection of folders
21704 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
21705 specify a view of &quot;a*z&quot;.
21708 &lt;End of help on this topic&gt;
21709 </BODY>
21710 </HTML>
21711 ======= h_composer_abook_add_server =======
21712 <HTML>
21713 <HEAD>
21714 <TITLE>Addressbook Server Name Field Explained</TITLE>
21715 </HEAD>
21716 <BODY>
21717 This field should be left blank if the address book is stored in a regular
21718 file on this system.  If it is a remote address book stored on an IMAP
21719 server then this is the name of that IMAP server.
21721 Look <A HREF="h_edit_nav_cmds">here</A>
21722 to see the available Editing and Navigation commands.
21724 &lt;End of help on this topic&gt;
21725 </BODY>
21726 </HTML>
21727 ======= h_composer_abook_add_folder =======
21728 <HTML>
21729 <HEAD>
21730 <TITLE>Addressbook Folder Name Field Explained</TITLE>
21731 </HEAD>
21732 <BODY>
21733 For a remote address book (one for which the Server Name is filled in)
21734 this is the name of a folder on the remote server. The address book data
21735 will be stored in this folder. This folder should be used only for
21736 storing this single address book, not for other address books or for
21737 other messages.
21739 For a local address book (one for which the Server Name is not filled in)
21740 this is the name of a file in which the address book will be stored.
21741 The file is in the same directory as the Alpine configuration file if the
21742 configuration file is local.
21743 If the configuration file is remote, then this will be in the home directory
21744 for Unix Alpine and in the directory specified by the
21745 &quot;-aux local_directory&quot; command line argument.
21747 Look <A HREF="h_edit_nav_cmds">here</A>
21748 to see the available Editing and Navigation commands.
21750 &lt;End of help on this topic&gt;
21751 </BODY>
21752 </HTML>
21753 ======= h_composer_abook_add_nick =======
21754 <HTML>
21755 <HEAD>
21756 <TITLE>Addressbook NickName Field Explained</TITLE>
21757 </HEAD>
21758 <BODY>
21759 This is just an optional nickname for this address book. If present, it
21760 is used in some of the displays and error messages in the address book
21761 maintenance screens. It is for your convenience only and serves no
21762 other purpose.
21764 Look <A HREF="h_edit_nav_cmds">here</A>
21765 to see the available Editing and Navigation commands.
21767 &lt;End of help on this topic&gt;
21768 </BODY>
21769 </HTML>
21770 ======= h_composer_qserv_cn =======
21771 <HTML>
21772 <HEAD>
21773 <TITLE>Directory Query Form Explained</TITLE>
21774 </HEAD>
21775 <BODY>
21777 Fill in as many of these fields as you wish to narrow down your
21778 search. All the fields you fill in must match in order for an entry
21779 to be returned. You may use the wildcard character &quot;*&quot; in
21780 any of the fields, it matches any zero or more characters at that
21781 point in the string. There are no implicit wildcards, so the match is
21782 exact unless you include wildcards.
21785 Note that if an attribute isn't present at all, then the match will fail.
21786 For example, if a server doesn't support the Locality attribute, then no
21787 matter what you put in the Locality field (other than leaving it empty)
21788 the search will fail.
21791 This field, the Common Name field, is typically a person's full name.
21794 <H1>EDITING and NAVIGATION COMMANDS</H1>
21795 <!--chtml if pinemode="function_key"-->
21796 <PRE>
21797 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
21798 ^B (Left Arrow)    Back character       | ^D       Delete current character
21799 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
21800 ^P (Up Arrow)      Previous line        |
21801 ^N (Down Arrow)    Next line            | F9       Cut marked text or
21802 ^A                 Beginning of line    |            delete current line
21803 ^E                 End of line          | F10      Undelete line(s)
21804 F7                 Previous page        |
21805 F8                 Next page            |-------------------------------------
21806 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
21807 ----------------------------------------|
21808 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
21809 F2   Cancel      |   F1    Get help     |
21810 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
21811 </PRE>
21812 <!--chtml else-->
21813 <PRE>
21814 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
21815 ^B (Left Arrow)    Back character       | ^D       Delete current character
21816 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
21817 ^P (Up Arrow)      Previous line        |
21818 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
21819 ^A                 Beginning of line    |            delete current line
21820 ^E                 End of line          | ^U       Undelete line(s)
21821 ^Y                 Previous page        |
21822 ^V                 Next page            |-------------------------------------
21823 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
21824 ----------------------------------------|
21825 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
21826 ^C   Cancel      |   ^G    Get help     |
21827 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
21828 </PRE>
21829 <!--chtml endif-->
21830 <P><UL>
21831 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21832 </UL><P>
21833 &lt;End of help on this topic&gt;
21834 </BODY>
21835 </HTML>
21836 ======= h_composer_qserv_sn =======
21838 The Surname is usually the family name of a person.
21840 <End of help on this topic>
21841 ======= h_composer_qserv_gn =======
21843 This is the part of a person's name that isn't the surname or initials.
21845 <End of help on this topic>
21846 ======= h_composer_qserv_mail =======
21848 This is the email address of a person.
21850 <End of help on this topic>
21851 ======= h_composer_qserv_org =======
21853 This is the organization a person belongs to.
21855 <End of help on this topic>
21856 ======= h_composer_qserv_unit =======
21858 This is the organizational unit a person belongs to.
21860 <End of help on this topic>
21861 ======= h_composer_qserv_country =======
21863 This is the country a person belongs to.
21865 <End of help on this topic>
21866 ======= h_composer_qserv_state =======
21868 This is the state a person belongs to.
21870 <End of help on this topic>
21871 ======= h_composer_qserv_locality =======
21873 This is the locality a person belongs to.
21875 <End of help on this topic>
21876 ======= h_composer_qserv_custom =======
21878 This one is for advanced users only! If you put something in this field,
21879 then the rest of the fields are ignored.
21881 This field may be set to the string representation of an LDAP search
21882 filter (see RFC1960). Here are some examples:
21884 To search for an entry with a surname equal to "clinton" you could set
21885 the custom filter to:
21887      (sn=clinton)
21888     
21889 This is equivalent to putting "clinton" in the SurName field.
21890 To search for an entry that has a surname that begins with "clint" and
21891 has a givenname equal to "william" you could use:
21893      (&(sn=clint*)(givenname=william))
21894     
21895 This is equivalent to setting the SurName field to "clint*" and the
21896 GivenName field to "william".
21897 To search for an entry where either the common name OR the email address
21898 contains "abcde" you could use:
21900      (|(cn=*abcde*)(mail=*abcde*))
21902 That isn't equivalent to anything you can do by setting the other fields
21903 because of the OR.
21905 <End of help on this topic>
21906 ======= h_composer_qserv_qq =======
21908 This one is a little different from the rest of the categories.  It causes
21909 a search to be formed from the configured search filter that you filled
21910 in when you added the directory server to your configuration. It can also
21911 be combined with the other fields if you'd like.
21913 <End of help on this topic>
21914 ======= h_address_format =======
21915 <HTML>
21916 <HEAD>
21917 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
21918 </HEAD>
21919 <BODY>
21920 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
21922 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
21923 and then a domain, with no spaces.  
21924 For example, jsmith@art.example.com might be the email address
21925 of a person  
21926 with the username &quot;jsmith&quot; who has an account in the domain
21927 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
21928 right of the &quot;@&quot; sign can vary - a shorter example would be 
21929 isabelle@elsewhere.edu (the shortest possible form: here, only the 
21930 organization's domain is specified after the &quot;@&quot; sign); a longer 
21931 example would be 
21932  jsingh@shakti.edutech.example.com
21933 (here, the name of the host &quot;shakti&quot; in the domain 
21934 edutech.example.com is also specified).  
21935 <P>  
21936 If you do not know the exact email address of someone you want to write 
21937 to, ask them what it is using other means of communication than email; or 
21938 use the tools for 
21939 finding people's addresses that are available on the Internet.
21941 If you are sending to someone on the same system as you are, you can leave
21942 the &quot;@&quot; sign and all the information to its right off of the 
21943 address, and Alpine will fill it in automatically, 
21944 unless the feature 
21945 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
21948 When an email address you send a message to is not reachable -- either because 
21949 it is simply an incorrect address, or because email can temporarily not be 
21950 delivered to it due to a technical problem on the way to or at the recipient's 
21951 end -- you will almost always get an error notification email message back.
21953 If you encounter problems with, or have questions about, email delivery or
21954 email address syntax, contact your local network computing consultants.
21955 <P><UL>
21956 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21957 </UL>
21959 &lt;End of help on this topic&gt;
21960 </BODY>
21961 </HTML>
21962 ======= h_flag_user_flag =======
21963 <HTML>
21964 <HEAD>
21965 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
21966 </HEAD>
21967 <BODY>
21968 <H1>STATUS FLAG: User Defined Keyword</h1>
21970 This is a keyword that is defined for this folder.
21971 It was most likely defined by the owner of the folder.
21972 Alpine will not set or clear this flag on its own.
21974 <P><UL>
21975 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21976 </UL><P>
21977 &lt;End of help on this topic&gt;
21978 </BODY>
21979 </HTML>
21980 ======= h_flag_important =======
21981 <html>
21982 <title>STATUS FLAG: Important</title>
21983 <body>
21984 <h1>STATUS FLAG: Important</h1>
21987 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
21988 MESSAGE&nbsp;INDEX
21989 screen, can only be set by the user, and is intended to be used in
21990 whatever fashion makes sense to you.  You are the only one that can set or
21991 clear it. 
21994 &lt;End of help on this topic&gt;
21995 </BODY>
21996 </HTML>
21997 ======= h_flag_new =======
21998 <html>
21999 <title>STATUS FLAG: New</title>
22000 <body>
22001 <h1>STATUS FLAG: New</h1>
22004 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
22005 MESSAGE&nbsp;INDEX screen,
22006 is automatically set when messages are delivered to your Inbox (or other
22007 folder specified outside of Alpine).  Likewise, it is cleared automatically
22008 the first time you read the message it is associated with.
22011 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
22012 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
22013 you'd like to be reminded of it next time you read mail.  This can be done
22014 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
22018 &lt;End of help on this topic&gt;
22019 </BODY>
22020 </HTML>
22021 ======= h_flag_answered =======
22022 <html>
22023 <title>STATUS FLAG: Answered</title>
22024 <body>
22025 <h1>STATUS FLAG: Answered</h1>
22027 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
22028 MESSAGE&nbsp;INDEX
22029 screen, is automatically set when you reply to a message.  This flag is not
22030 automatically cleared.
22033 &lt;End of help on this topic&gt;
22034 </BODY>
22035 </HTML>
22036 ======= h_flag_forwarded =======
22037 <html>
22038 <title>STATUS FLAG: Forwarded</title>
22039 <body>
22040 <h1>STATUS FLAG: Forwarded</h1>
22042 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
22043 MESSAGE&nbsp;INDEX
22044 screen, is automatically set when you forward a message.  This flag is not
22045 automatically cleared.
22048 &lt;End of help on this topic&gt;
22049 </BODY>
22050 </HTML>
22051 ======= h_flag_deleted =======
22052 <html>
22053 <title>STATUS FLAG: Deleted</title>
22054 <body>
22055 <h1>STATUS FLAG: Deleted</h1>
22057 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
22058 MESSAGE&nbsp;INDEX
22059 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
22060 It is cleared
22061 when you use the &quot;U&nbsp;Undelete&quot; command.
22064 Messages marked with this flag will be permanently removed from
22065 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
22066 command, or
22067 when you indicate acceptance of their removal upon leaving the folder.
22070 Note, there can be other actions implicit in the
22071 &quot;D&nbsp;Delete&quot; command,
22072 such as advancing to the next message, that may be momentarily undesirable.
22073 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
22074 flag <A HREF="h_common_flag">explicitly</A>.
22077 &lt;End of help on this topic&gt;
22078 </BODY>
22079 </HTML>
22080 ====== h_config_incoming_timeo ======
22081 <HTML>
22082 <HEAD>
22083 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
22084 </HEAD>
22085 <BODY>
22086 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
22088 This option has no effect unless the feature
22089 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22090 is set, which in turn has no effect unless
22091 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22092 is set.
22094 Sets the time in seconds that Alpine will
22095 attempt to open a network connection used for monitoring for Unseen
22096 messages in Incoming Folders. The default is 5.
22097 If a connection has not completed within this many seconds Alpine will
22098 give up and consider it a failed connection.
22100 <UL>   
22101 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22102 </UL><P>
22103 &lt;End of help on this topic&gt;
22104 </BODY>
22105 </HTML>
22106 ====== h_config_incoming_interv ======
22107 <HTML>
22108 <HEAD>
22109 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
22110 </HEAD>
22111 <BODY>
22112 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
22114 This option has no effect unless the feature
22115 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22116 is set, which in turn has no effect unless
22117 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22118 is set.
22120 This option specifies, in seconds, how often Alpine will check
22121 for new mail and state changes in Incoming Folders when Incoming Folders
22122 Checking is turned on.
22123 The default is 3 minutes (180).
22124 This value applies only to folders that are local to the system that
22125 Alpine is running on or that are accessed using the IMAP protocol.
22126 The similar option
22127 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
22128 applies to all other monitored folders.
22130 <UL>   
22131 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22132 </UL><P>
22133 &lt;End of help on this topic&gt;
22134 </BODY>
22135 </HTML>
22136 ====== h_config_incoming_second_interv ======
22137 <HTML>
22138 <HEAD>
22139 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
22140 </HEAD>
22141 <BODY>
22142 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
22144 This option has no effect unless the feature
22145 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22146 is set, which in turn has no effect unless
22147 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22148 is set.
22150 This option together with the option
22151 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
22152 specifies, in seconds, how often Alpine will check
22153 for new mail and state changes in Incoming Folders when Incoming Folders
22154 Checking is turned on.
22155 The default for this option is 3 minutes (180).
22156 For folders that are local to this system or
22157 that are accessed using the IMAP protocol
22158 the value of the option
22159 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
22160 is used.
22161 For all other monitored folders, the value of this option is used.
22163 The reason there are two separate options is because it is usually
22164 less expensive to check local and IMAP folders than it is to check
22165 other types, like POP or NNTP folders.
22166 You may want to set this secondary value to a higher number than
22167 the primary check interval.
22169 <UL>   
22170 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22171 </UL><P>
22172 &lt;End of help on this topic&gt;
22173 </BODY>
22174 </HTML>
22175 ====== h_config_incoming_list ======
22176 <HTML>
22177 <HEAD>
22178 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
22179 </HEAD>
22180 <BODY>
22181 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
22183 This option has no effect unless the feature
22184 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22185 is set, which in turn has no effect unless
22186 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22187 is set.
22189 When monitoring the Incoming Message Folders for Unseen messages Alpine will
22190 normally monitor all Incoming Folders.
22191 You may use this option to restrict the list of monitored folders to a
22192 subset of all Incoming Folders.
22194 <UL>   
22195 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22196 </UL><P>
22197 &lt;End of help on this topic&gt;
22198 </BODY>
22199 </HTML>
22200 ====== h_config_pers_name ======
22201 <HTML>
22202 <HEAD>
22203 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
22204 </HEAD>
22205 <BODY>
22206 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
22208 This value is used to determine the full name part of the "From" address
22209 on messages you send.
22210 <!--chtml if pinemode="os_windows"-->
22211  PC-Alpine requires that this be set in order to properly construct the "From" address.
22212 <!--chtml else-->
22213  If unset, Unix Alpine will obtain your full name from
22214  the system password file. PC-Alpine, on the other hand, requires that this be set.
22215 <!--chtml endif-->
22217 If you want to change the value of what gets included in the From header
22218 in messages you send (other than just the Personal Name)
22219 look <A HREF="h_config_change_your_from">here</A> for a description.
22220 <P><UL>
22221 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22222 </UL><P>
22223 &lt;End of help on this topic&gt;
22224 </BODY>
22225 </HTML>
22226 ====== h_config_pruned_folders ======
22227 <html>
22228 <header>
22229 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
22230 </header>
22231 <body>
22232 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
22234 This variable allows you to define a list of one or more folders that
22235 Alpine will offer to prune for you in the same way it automatically offers
22236 to prune your "sent-mail" folder each month.
22237 Each folder in this list must be a folder in your default folder collection
22238 (the first folder collection if you have more than one), and it is just
22239 the relative name of the folder in the collection, not the fully-qualified name.
22240 It is similar to sent-mail.
22241 Instead of something like
22243 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
22245 the correct value to use would be
22247 <CENTER><SAMP>folder</SAMP></CENTER>
22249 There is an assumption here that your first collection is the folders in
22251 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
22254 Once a month, for each folder listed, Alpine will offer to move
22255 the contents of the folder to a new folder of the same name but with
22256 the previous month's date appended.  Alpine will then look for any such
22257 date-appended folder names created for a previous month, and offer each
22258 one it finds for deletion.
22261 If you decline the first offer, no mail is moved and no new folder is
22262 created.
22265 The new folders will be created
22266 in your default folder collection.
22269 <UL>   
22270 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22271 </UL><P>
22272 &lt;End of help on this topic&gt;
22273 </body>
22274 </html>
22275 ====== h_config_upload_cmd ======
22276 <HTML>
22277 <HEAD>
22278 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
22279 </HEAD>
22280 <BODY>
22281 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
22283 This option affects the behavior of the Composer's &quot;Read File&quot; 
22284 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
22285 commands.  It specifies
22286 a Unix program name, and any necessary command line arguments, that Alpine can
22287 use to transfer files from your personal computer into messages that you are
22288 composing.<P>
22290 <B>Note:</B> this facility is intended for use with serial line transfer 
22291 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22292 to work with TCP/IP file transfer programs such as ftp.<P>
22294 If a program is specified, the commands listed above are modified to offer a
22295 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
22296 specified here must match the transfer program or protocol available on the
22297 personal computer.<P>
22299 Alpine expects to exchange uploaded data via a file on your Unix system.  When
22300 the specified upload program finishes, Alpine expects the uploaded data to be
22301 contained in this file.<P>
22303 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
22304 generates a
22305 temporary file name that it will pass to the specified Unix program.  Alpine
22306 will read the resulting uploaded text from this file and then delete it when
22307 the upload command is finished.<P>
22309 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
22310 prompt
22311 you for the name of the file that is to contain the uploaded information that
22312 it is to attach.  Alpine will attach this file to the composition, but will
22313 <B>not</B> delete this file after the upload command is finished.<P>
22315 The special token &quot;_FILE_&quot; may be included among the Unix program's 
22316 command
22317 line arguments.  Alpine will replace this symbol with the name of the file
22318 being used to exchange the uploaded information.  This token allows you to
22319 position the file name where it is required in the Unix program's command
22320 line arguments.<P>
22322 If the &quot;_FILE_&quot; token is not present in the specified command, the
22323 temporary file's name is automatically appended to the specified Unix
22324 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22325 <B>last</B> command line argument.
22326 <P><UL>
22327 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22328 </UL><P>
22329 &lt;End of help on this topic&gt;
22330 </BODY>
22331 </HTML>
22332 ====== h_config_upload_prefix ======
22333 <HTML>
22334 <HEAD>
22335 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
22336 </HEAD>
22337 <BODY>
22338 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
22340 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
22341 It defines text to be written to the terminal emulator (via standard output)
22342 immediately prior to starting upload command.  This is useful for
22343 integrated serial line file transfer agents that permit command passing
22344 (e.g., Kermit's APC method).<P>
22346 The special token &quot;_FILE_&quot; may be included in the string specification.
22347 That symbol will be replaced with the (Alpine-created) name of the temporary
22348 file in which Alpine will expect to find the uploaded file.
22349 <P><UL>
22350 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22351 </UL><P>
22352 &lt;End of help on this topic&gt;
22353 </BODY>
22354 </HTML>
22355 ====== h_config_download_cmd ======
22356 <HTML>
22357 <HEAD>
22358 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
22359 </HEAD>
22360 <BODY>
22361 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
22363 This option affects the behavior of the Export command.  It specifies a Unix
22364 program name, and any necessary command line arguments, that Alpine can use to
22365 transfer the exported message to your personal computer's disk.<P>
22366 Note: this facility is intended for use with serial line transfer 
22367 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22368 to work with TCP/IP file transfer programs such as ftp.<P>
22369 If a program is specified, the Export command is modified to offer a
22370 subcommand (^V) to activate the transfer (in lieu of saving it to
22371  the machine where Alpine is running).  Obviously, the Unix program
22372 specified here must match the transfer program or protocol available on the
22373 personal computer.<P>
22375 When this subcommand is selected and before Alpine invokes the specified Unix
22376 program, Alpine will create a temporary file containing the text of the
22377 exported message.  Alpine uses this file to pass the exported message text to
22378 the specified Unix program.<P>
22380 The special token &quot;_FILE_&quot; may be included among the Unix program's command
22381 line arguments.  Alpine will replace this symbol with the temporary file's name
22382 before executing the Unix program.  This token allows you to position the
22383 file name where it is required in the Unix program's command line arguments.
22385 If the &quot;_FILE_&quot; token is not present in the specified command, the
22386 temporary file's name is automatically appended to the specified Unix
22387 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22388 <B>last</B> command line argument.
22389 <P><UL>
22390 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22391 </UL><P>
22392 &lt;End of help on this topic&gt;
22393 </BODY>
22394 </HTML>
22395 ====== h_config_download_prefix ======
22396 <HTML>
22397 <HEAD>
22398 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
22399 </HEAD>
22400 <BODY>
22401 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
22403 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
22404 It defines text to be written to the terminal emulator (via standard output)
22405 immediately prior to starting the download command.  This is useful for
22406 integrated serial line file transfer agents that permit command passing
22407 (e.g., Kermit's APC method).
22409 The special token &quot;_FILE_&quot; may be included in the string 
22410 specification.
22411 That symbol will be replaced with the (Alpine-created) name of the temporary
22412 file into which Alpine will place the message to be downloaded.
22413 <P><UL>
22414 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22415 </UL><P>
22416 &lt;End of help on this topic&gt;
22417 </BODY>
22418 </HTML>
22419 ====== h_config_mailcap_path ======
22420 <HTML>
22421 <HEAD>
22422 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
22423 </HEAD>
22424 <BODY>
22425 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
22426 This variable is used to replace Alpine's default mailcap file search path.
22427 It takes one or more file names (full paths must be specified) in which to
22428 look for mail capability data.  The default search path can be found in this
22429 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
22430 If there is more than one file name listed, list members should be delimited
22431 by 
22432 <!--chtml if pinemode="os_windows"-->
22433 a semi-colon (;) under Windows; for example:<PRE>
22434         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
22435 </PRE>
22436 <!--chtml else-->
22437 a colon (:) under UNIX; for example:<PRE>
22438         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
22439 </PRE>
22440 <!--chtml endif-->
22441 <P><UL>
22442 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22443 </UL>
22445 &lt;End of help on this topic&gt;
22446 </BODY>
22447 </HTML>
22448 ====== h_config_mimetype_path ======
22449 <HTML>
22450 <HEAD>
22451 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
22452 </HEAD>
22453 <BODY>
22454 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
22456 This variable is used to replace Alpine's default mime.types file search path.
22457 It takes one or more file names (full paths must be specified) in which to
22458 look for file-name-extension to MIME type mapping data.  The default search
22459 path can be found in this
22460 <A HREF="h_news_config">Alpine Configuration</A> help.
22464 If there is more than one file name listed, list members should be delimited
22465 by a colon (:) under UNIX and a semi-colon (;) under Windows.
22467 &lt;End of help on this topic&gt;
22468 </BODY></HTML>
22469 ====== h_config_system_certs_path ======
22470 <HTML>
22471 <HEAD>
22472 <TITLE>OPTION: <!--#echo var="VAR_system-certs-path"--></TITLE>
22473 </HEAD>
22474 <BODY>
22475 <H1>OPTION: <!--#echo var="VAR_system-certs-path"--></H1>
22477 When Alpine is built to support secure connections to remote servers, a directory
22478 must be reserved in the system to store certificates that will be used to validate
22479 remote servers. This is normally configured at the time that Alpine is built, but
22480 there might be circumstances under which a user might want to use a different
22481 directory. For example, the directory might not be accessible, or has not been 
22482 updated and contains old certificates that have expired.
22485 This variable can be used to list
22486 the directory where such certificates can be found. Alpine will use the first
22487 directory in this list that exists in your system and can be accessed. This
22488 allows for users to be able to use the same pinerc file in different systems.
22491 Example of values for this option might be:
22493 <PRE>
22494 System CACerts Dir = /etc/ssl/certs
22495                      /usr/local/ssl/certs
22496                      C:\\libressl\\ssl\\certs
22497 <PRE>
22500 In unix systems, the default location of the certificates for openssl can
22501 be obtained by first executing the command
22503 <PRE>openssl version -d</PRE>
22505 and adding &quot;/certs&quot; to that value. In Windows the default location
22506 for the certificates is C:\\libressl\\ssl\\certs. This value was set by
22507 LibreSSL developers, and this option can be used to override this default.
22510 &lt;End of help on this topic&gt;
22511 </BODY></HTML>
22512 ====== h_config_system_certs_file ======
22513 <HTML>
22514 <HEAD>
22515 <TITLE>OPTION: <!--#echo var="VAR_system-certs-file"--></TITLE>
22516 </HEAD>
22517 <BODY>
22518 <H1>OPTION: <!--#echo var="VAR_system-certs-file"--></H1>
22520 This option sets the location of the container file that holds 
22521 certificate authority (CA) certificates.
22522 Alpine will use the first
22523 container in this list that exists in your system and can be accessed. This
22524 allows for users to be able to use the same pinerc file in different systems.
22527 Example of values for this option might be:
22529 <PRE>
22530 System CACerts File = /etc/ssl/certs/cert.pem
22531                       /usr/local/ssl/ca-root-nss.crt
22532                       C:\\libressl\\ssl\\certs\\cert.pem
22533 <PRE>
22536 In unix systems, the default location of the certificates for openssl can
22537 be obtained by first executing the command
22539 <PRE>openssl version -d</PRE>
22541 and adding &quot;/certs&quot; to that value. In Windows the default location
22542 for the certificates is C:\\libressl\\ssl\\certs\\cert.pem. This value was set 
22543 by LibreSSL developers, and this option can be used to override this default.
22546 &lt;End of help on this topic&gt;
22547 </BODY></HTML>
22548 ====== h_config_user_certs_path ======
22549 <HTML>
22550 <HEAD>
22551 <TITLE>OPTION: <!--#echo var="VAR_user-certs-path"--></TITLE>
22552 </HEAD>
22553 <BODY>
22554 <H1>OPTION: <!--#echo var="VAR_user-certs-path"--></H1>
22556 (UNIX ALPINE ONLY)
22557 This directory is used by Alpine to store certificates that a user
22558 trusts. Alpine will use the first directory in this list that exists in your
22559 system and can be accessed. This allows for users to be able to
22560 use the same pinerc file in different systems. The default location
22561 is ~/.alpine-certs.
22564 In addition to the certificates stored in this directory, Alpine also
22565 trusts certificates saved in the container file referenced in the
22566 configuration variable
22567 <A HREF="h_config_user_certs_file"><!--#echo var="VAR_user-certs-file"--></A>.
22570 Example of values for this option might be:
22572 <PRE>
22573 User Certs Dir = /home/fred/.alpine-certs
22574                  C:\\Users\\Admin\\alpine-certs
22575 <PRE>
22578 &lt;End of help on this topic&gt;
22579 </BODY></HTML>
22580 ====== h_config_user_certs_file ======
22581 <HTML>
22582 <HEAD>
22583 <TITLE>OPTION: <!--#echo var="VAR_user-certs-file"--></TITLE>
22584 </HEAD>
22585 <BODY>
22586 <H1>OPTION: <!--#echo var="VAR_user-certs-file"--></H1>
22588 (UNIX ALPINE ONLY)
22589 This option sets the location of a container file that holds certificate
22590 authority (CA) certificates that the user trusts. Its value is the
22591 full path referencing the location of this file. Alpine will use the first
22592 container in this list that exists and can be accessed in your system. This
22593 allows for users to be able to use the same pinerc file in different
22594 systems. The default location is ~/.alpine-certs/certs.pem.
22597 In addition to the certificates stored in this directory, Alpine also
22598 trusts certificates saved in the directory referenced in the
22599 configuration variable
22600 <A HREF="h_config_user_certs_path"><!--#echo var="VAR_user-certs-path"--></A>.
22603 Example of values for this option might be:
22605 <PRE>
22606 User Certs File = /home/fred/.alpine-certs/certs.pem
22607                   C:\\libressl\\ssl\\certs\\cert.pem
22608 <PRE>
22611 &lt;End of help on this topic&gt;
22612 </BODY></HTML>
22613 ====== h_config_set_att_ansi ======
22614 <HTML><HEAD>
22615 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
22616 </HEAD>
22617 <BODY>
22618 <H1>OPTION: Set printer to attached ansi printer</H1>
22620 Type "S" to set your printer to "attached-to-ansi".<BR>
22621 It is OK to include "attached-to-ansi" in your personal list below.
22623 &lt;End of help on this topic&gt;
22624 </BODY></HTML>
22625 ====== h_config_set_att_ansi2 ======
22626 <HTML><HEAD>
22627 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
22628 </HEAD>
22629 <BODY>
22630 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
22632 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
22633 It is OK to include "attached-to-ansi-no-formfeed" in your personal
22634 list below.
22638 This is the same as the "attached-to-ansi" option except that a
22639 formfeed character will not be appended to the end of the print job.
22640 If your printer already ejects the paper by itself at the end of the
22641 job, you may prefer the "no-formfeed" form of this printer so that you
22642 don't get an extra blank page between print jobs.
22645 &lt;End of help on this topic&gt;
22646 </BODY></HTML>
22647 ====== h_config_set_att_wyse ======
22648 <HTML><HEAD>
22649 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
22650 </HEAD>
22651 <BODY>
22652 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
22654 Type "S" to set your printer to "attached-to-wyse".<BR>
22655 It is OK to include "attached-to-wyse" in your personal list below.
22657 This is very similar to "attached-to-ansi".
22658 The only difference is in the control characters sent to turn the printer
22659 on and off.
22660 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
22661 to turn on the printer and ESC LEFT_BRACKET 4 i
22662 to turn it off.
22663 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
22664 &lt;End of help on this topic&gt;
22665 </BODY></HTML>
22666 ====== h_config_set_att_wyse2 ======
22667 <HTML><HEAD>
22668 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
22669 </HEAD>
22670 <BODY>
22671 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
22673 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
22674 It is OK to include "attached-to-wyse-no-formfeed" in your personal
22675 list below.
22679 This is the same as the "attached-to-wyse" option except that a
22680 formfeed character will not be appended to the end of the print job.
22681 If your printer already ejects the paper by itself at the end of the
22682 job, you may prefer the "no-formfeed" form of this printer so that you
22683 don't get an extra blank page between print jobs.
22686 &lt;End of help on this topic&gt;
22687 </BODY></HTML>
22688 ====== h_config_set_stand_print ======
22689 <HTML>
22690 <HEAD>
22691 <TITLE>OPTION: Set default printer</TITLE>
22692 </HEAD>
22693 <H1>OPTION: Set default printer</H1>
22694 <BODY>
22695 Move to the printer you want and type "S" to set it to be your
22696 default printer.  This list is not modifiable by you and has been
22697 set up by the system administrators.  If there is more than one printer
22698 listed in the Command List, you will be able to cycle through that
22699 whole list at the time you print, starting with your default.
22700 It is OK to include entries from this Standard list in your personal
22701 list below.
22703 &lt;End of help on this topic&gt;
22704 </BODY>
22705 </HTML>
22706 ====== h_config_set_custom_print ======
22707 <HTML>
22708 <HEAD>
22709 <TITLE>OPTION: Set default printer</TITLE>
22710 </HEAD>
22711 <H1>OPTION: Set default printer</H1>
22712 <BODY>
22713 You may add as many print commands as you want to your personal list.
22714 Specify one of them as your default printer by moving to the printer
22715 you want and typing "S".  If there is more than one printer listed
22716 in the Command List, you will be able to cycle through that list at
22717 the time you print, starting with your default.  It is OK to include
22718 entries from the Standard list above or to include the command
22719 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
22720 "attached-to-wyse-no-formfeed" as one of the entries here.
22722 &lt;End of help on this topic&gt;
22723 </BODY>
22724 </HTML>
22725 ====== h_config_user_id =====
22726 <HTML>
22727 <HEAD>
22728 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
22729 </HEAD>
22730 <BODY>
22731 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
22733 This value is used as part of the "From" address on messages you send.
22734 It is also the default login name for remote IMAP server access.  Set this
22735 to the username part you want to appear on outgoing email.
22737 If you want to change the value of what gets included in the From header
22738 in messages you send (other than just the User ID)
22739 look <A HREF="h_config_change_your_from">here</A> for a description.
22741 <P><UL>   
22742 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22743 </UL><P>
22744 &lt;End of help on this topic&gt;
22745 </BODY>
22746 </HTML>
22747 ====== h_config_user_dom =====
22748 <HTML>
22749 <HEAD>
22750 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
22751 </HEAD>
22752 <BODY>
22753 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
22755 This value specifies the domain part (right-hand side) of your return
22756 address on outgoing email and is also used as the default domain for email
22757 composed to a local user.
22758 <!--chtml if pinemode="os_windows"-->
22759  This value is required for PC-Alpine. If you are unsure as to what this should be,
22760  contact your local help desk, system administrator, or Internet Service Provider.
22761 <!--chtml else-->
22762  If unset, Unix Alpine will obtain the domain from
22763  the system.  Often this value will be set for your whole site by the
22764  system administrator.<P>
22765 <!--chtml endif-->
22766 If you set this, see also the <A HREF="h_config_quell_local_lookup">
22767 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
22769 If you want to change the value of what gets included in the From header
22770 in messages you send (other than just the User Domain)
22771 look <A HREF="h_config_change_your_from">here</A> for a description.
22772 <P><UL>
22773 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22774 </UL><P>
22775 &lt;End of help on this topic&gt;
22776 </BODY>
22777 </HTML>
22778 ====== h_config_smtp_server =====
22779 <HTML>
22780 <HEAD>
22781 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
22782 </HEAD>
22783 <BODY>
22784 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
22785 This value specifies the name of one or more SMTP 
22786 (Simple Mail Transfer Protocol) servers for sending mail. 
22787 <!--chtml if pinemode="os_windows"-->
22788 You must have an SMTP server for use with PC-Alpine.
22789 SMTP servers are
22790 normally set up by a system administrator for use by all members of a given
22791 campus or department.
22792 Contact your local help desk to ask what SMTP
22793 servers you should use.  
22794 <!--chtml else-->
22795 Unix Alpine users may not need to set an SMTP server.
22796 Alpine will attempt to execute the program (usually sendmail) that is used
22797 to insert mail into the mail system.
22798 If this works for you, you may leave this option blank.
22799 If there is an SMTP server running on the Unix host you may be able to
22800 improve sending performance slightly by setting the SMTP server option
22801 to &quot;localhost&quot; or to the actual name of the Unix host.
22803 If the Unix host doesn't work the way Alpine was expecting you will need to
22804 set the value of this option.
22805 SMTP servers are
22806 normally set up by a system administrator for use by all members of a given
22807 campus or department.
22808 Contact your local help desk to ask what SMTP
22809 servers you should use.  
22810 <!--chtml endif-->
22812 Your SMTP server may offer SMTP AUTH authentication.
22813 It may even require it.
22814 If your SMTP server offers SMTP AUTH authentication you may specify a
22815 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
22816 This parameter requires an associated value,
22817 the username identifier with which to establish the server
22818 connection.
22819 An example might be:
22822 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
22825 If AUTH authentication is offered by the server, this will cause Alpine to
22826 attempt to use it.
22827 If AUTH authentication is not offered by the server, this will cause Alpine
22828 to fail sending with an error similar to:
22831 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
22834 Another type of authentication that is used by some ISPs is called
22835 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
22836 which means that you have to authenticate
22837 yourself to the POP or IMAP server by opening a mailbox before you
22838 can send mail.
22839 To do this, you usually only have to open your INBOX.
22842 You may tell Alpine to use the
22843 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
22844 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
22845 parameter
22846 in this option.
22847 At this time &quot;/submit&quot; is simply equivalent to specifying
22848 port 587, though it may imply more than that at some point in the future.
22849 Some ISPs are blocking port 25 in order to reduce the amount of spam
22850 being sent to their users.
22851 You may find that the submit option allows you to get around such a block.
22854 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
22857 To specify any non-standard port number on the SMTP server you may follow
22858 the hostname with a colon followed by the portnumber.
22861 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
22864 Normally, when a connection is made to the Smtp-Server Alpine will attempt
22865 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
22866 If that fails then a non-encrypted connection will be attempted instead.
22867 You may specify that a TLS connection is required if you wish.
22868 If you append &quot;/starttls&quot; to the name then the connection will fail
22869 instead of falling back to a non-secure connection.
22872 <CENTER><SAMP>smtpserver.example.com/starttls</SAMP></CENTER>
22876 For more details about server name possibilities see
22877 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
22880 <UL>
22881 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22882 </UL>
22884 &lt;End of help on this topic&gt;
22885 </BODY>
22886 </HTML>
22887 ====== h_config_nntp_server =====
22888 <HTML>
22889 <HEAD>
22890 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
22891 <BODY>
22892 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
22894 This value specifies the name of one or more NNTP
22895 (Network News Transfer Protocol)
22896 servers for reading and posting USENET news.
22897 NNTP servers are normally
22898 set up by a system administrator for use by all members of a given campus
22899 or department.
22900 Contact your local help desk to ask what NNTP servers you should use.  
22901 <!--chtml if pinemode="os_windows"--><!--chtml else-->
22902 Often Unix Alpine users will find that this variable has been
22903 set for the whole system (and they don't have to worry about it).  
22904 <!--chtml endif-->
22905 When you define an NNTP server here, Alpine implicitly defines a news
22906 collection for you, assuming that server as the news server and assuming
22907 that you will use the NNTP protocol and a local newsrc configuration file
22908 for reading news.
22909 For more about reading news with Alpine, see
22910 <A HREF="h_reading_news">how to use Alpine to read news</A>.
22912 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
22913 or &quot;AUTHINFO USER&quot; authentication.
22914 It may even require it.
22915 If your NNTP server does offer such authentication you may specify a user name
22916 parameter to cause Alpine to attempt to authenticate.
22917 The same is true for the server name in a folder collection that uses NNTP.
22918 This parameter requires an associated value,
22919 the username identifier with which to establish the server connection.
22920 An example might be:
22923 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
22926 If authentication is offered by the server, this will cause Alpine to
22927 attempt to use it.
22928 If authentication is not offered by the server, this will cause Alpine
22929 to fail with an error similar to:
22932 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
22934 For more details about the server name possibilities see
22935 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
22936 <P><UL>
22937 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22938 </UL><P>
22939 &lt;End of help on this topic&gt;
22940 </BODY>
22941 </HTML>
22942 ====== h_config_inbox_path =====
22943 <HTML>
22944 <HEAD>
22945 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
22946 </HEAD>
22947 <BODY>
22948 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
22950 This value overrides the default value of your INBOX name/path/location.
22951 <!--chtml if pinemode="os_windows"-->
22952 PC-Alpine users must specify an inbox path and it must be a folder on an
22953 IMAP server.  
22954 <!--chtml else-->
22955 Unix and VMS Alpine users will often find that this variable
22956 has been pre-configured by your system administrator.  
22957 <!--chtml endif-->
22958 You may be able to specify an alternate INBOX that is either a local folder 
22959 or a folder on an IMAP server.
22961 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
22962 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
22963 mail server.
22965 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22966 details on the syntax of folder definitions.
22968 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
22969 mail is disappearing.
22970 <P><UL>
22971 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22972 </UL><P>
22973 &lt;End of help on this topic&gt;
22974 </BODY>
22975 </HTML>
22976 ====== h_config_change_your_from =====
22977 <HTML>
22978 <HEAD>
22979 <TITLE>How to Change your From Address</TITLE>
22980 </HEAD>
22981 <BODY>
22982 <H1>How to Change your From Address</H1>
22984 If the From address that Alpine includes in mail that you send is not correct,
22985 you may want to configure a different default value for the From address.
22986 You may follow these directions to change the default:
22989 <UL>
22990   <LI> Go to the Main Alpine Menu
22991   <LI> From there type the Setup Command
22992   <LI> From there type the Config Command
22993 </UL>
22996 You've probably already seen this SETUP CONFIGURATION screen.
22997 If not, there are many options you may want to set here.
22998 To set the value of the From header you may use the
22999 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
23000 Find it by scrolling down a few pages or use the WhereIs command to
23001 search for &quot;customized&quot;.
23002 You may want to read the help text associated with the option.
23004 To add a custom From header, type the Add command and enter the
23005 full header line, including the leading &quot;From:&nbsp;&quot;.
23006 For example:
23008 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
23010 Now exit the Setup command and try sending mail to yourself to see
23011 what the From line looks like.
23013 When you are in the composer you may edit the custom From line by typing
23014 Ctrl-R while your cursor is in the headers of the message and then moving
23015 to the From line and editing.
23016 If you want to leave the default value the same but add the possibility
23017 of being able to edit the header when you compose, add just the header
23018 name without a value.
23019 For example:
23021 <CENTER><SAMP>From:</SAMP></CENTER>
23023 If you change your From address you may also find it useful to add the
23024 changed From address to the
23025 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
23026 configuration option.
23028 <UL>   
23029 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23030 </UL><P>
23031 &lt;End of help on this topic&gt;
23032 </BODY>
23033 </HTML>
23034 ====== h_config_default_fcc =====
23035 <HTML>
23036 <HEAD>
23037 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
23038 </HEAD>
23039 <BODY>
23040 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
23042 This value specifies where a copy of outgoing mail should be saved.  If
23043 this is not a path name, it will be in the default collection for saves.
23044 Any valid folder specification, local or IMAP, is allowed.  This default
23045 folder carbon copy only applies when the 
23046 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
23047 is set to use the default folder.  
23048 <!--chtml if pinemode="os_windows"-->
23049 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
23050 <!--chtml else-->
23051 Unix Alpine default
23052 is normally &quot;sent-mail&quot; in the default folder collection. 
23053 <!--chtml endif-->
23055 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
23056 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
23057 IMAP server (remember that in order to later access this remote folder through Alpine, it
23058 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
23059 for more information). An example:<p>
23060 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
23062 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
23064 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23065 details on the syntax of folder definitions.
23067 <UL>   
23068 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23069 </UL><P>
23070 &lt;End of help on this topic&gt;
23071 </BODY>
23072 </HTML>
23073 ====== h_config_def_save_folder =====
23074 <HTML>
23075 <HEAD>
23076 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
23077 </HEAD>
23078 <BODY>
23079 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
23081 This option determines the default folder name for save-message operations 
23082 (&quot;saves&quot;).
23084 If this is not a path name, it will be in the default collection for saves.
23085 Any valid folder specification, local or IMAP, is allowed.  This default
23086 folder only applies when the
23087 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
23088 doesn't override it.  
23089 <!--chtml if pinemode="os_windows"-->
23090 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
23091 <!--chtml else-->
23092 Unix Alpine default
23093 is normally &quot;saved-messages&quot; in the default folder collection.
23094 <!--chtml endif-->
23095 If you access your email through an IMAP server, especially if you often switch between Unix
23096 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
23097 IMAP server (remember that in order to later access this remote folder through Alpine, it
23098 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
23099 for more information). An example:<p>
23100 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
23102 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23103 details on the syntax of folder definitions.
23105 <UL>   
23106 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23107 </UL><P>
23108 &lt;End of help on this topic&gt;
23109 </BODY>
23110 </HTML>
23111 ====== h_config_postponed_folder =====
23112 <HTML>
23113 <HEAD>
23114 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
23115 </HEAD>
23116 <BODY>
23117 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
23119 This value overrides the default name for the folder where postponed
23120 messages are saved.  If this is not a path name, it will be in the default
23121 collection for message Saves.  Any valid folder specification, local or
23122 remote, is allowed. 
23123 PC-Alpine default
23124 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
23125 The Unix Alpine default is normally &quot;postponed-msgs&quot;
23126 in the default collection. 
23128 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
23129 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
23130 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
23131 in all Alpine copies you use. 
23132 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
23133 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
23134 for more information). An
23135 example:<p> 
23136 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
23138 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23139 details on the syntax of folder definitions.
23141 <UL>   
23142 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23143 </UL><P>
23144 &lt;End of help on this topic&gt;
23145 </BODY>
23146 </HTML>
23147 ====== h_config_read_message_folder =====
23148 <HTML>
23149 <HEAD>
23150 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
23151 </HEAD>
23152 <BODY>
23153 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
23155 By virtue of specifying a folder name here, Alpine will be configured to
23156 save all messages that you have read during a session into the designated
23157 &quot;read messages&quot; folder.  This allows you to more easily distinguish
23158 between your really new email (in your INBOX) and those that you have
23159 already read.  Depending on how you define the 
23160 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
23161 setting, you may or may not be asked when you quit
23162 Alpine if you want read messages to be moved to this folder.  In either
23163 case, moving the messages means they will be deleted from your INBOX.
23165 If this is not a path name, it will be in the default collection for
23166 saves.  Any valid folder specification, local or remote (via IMAP), is
23167 allowed.  There is no default for the name of the read message folder.
23169 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23170 details on the syntax of folder definitions.
23172 <UL>   
23173 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23174 </UL><P>
23175 &lt;End of help on this topic&gt;
23176 </BODY>
23177 </HTML>
23178 ====== h_config_form_folder =====
23179 <HTML>
23180 <HEAD>
23181 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
23182 </HEAD>
23183 <BODY>
23184 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
23186 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
23187 contain messages that you have composed and that are intended to be
23188 sent in their original form repeatedly.
23191 Setting this variable will alter Alpine's usual behavior when you
23192 execute the Compose command.  Normally, Alpine offers a chance to
23193 continue a postponed or interrupted message should one or the other
23194 exist.  When this variable is set to a folder name that exists, Alpine
23195 will also offer the chance to select a message from the folder to
23196 insert into the composer (much like when continuing a postponed message).
23197 The difference, however, is that Alpine will not automatically delete
23198 the selected message from the Form Letter Folder.
23200 Setting this variable will also affect Alpine's behavior when you
23201 Postpone a message from the composer.  Normally, Alpine simply stashes
23202 the message away in your
23203 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
23204 Regardless of the specified folder's existence, Alpine will ask which
23205 folder you intend the message to be stored in.  Choose the
23206 &quot;F&quot; option to store the message in your Form Letter Folder.
23207 This is the most common way to add a message to the folder.
23210 Another method of adding messages to the folder is via the Alpine
23211 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
23212 you expect to send in the same form again, you can enter the Form
23213 Letter Folder's name in this field.  Alpine, as usual, will copy the
23214 message as it's sent.  Note, when you later select this message from 
23215 your Form Letter Folder, it will have the same recipients as the original
23216 message.
23219 To delete a message from the Form Letter Folder, you can either select
23220 the folder from a suitable FOLDER LIST screen, or use the Delete
23221 command in the MESSAGE INDEX offered when selecting from the folder as
23222 part of the Compose command.  You can delete a Form Letter Folder just
23223 as any other folder from a suitable FOLDER LIST screen.
23226 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
23227 facility can be used
23228 to replace the Form Letter Folder.
23231 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23232 details on the syntax of folder definitions.
23235 <UL>   
23236 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23237 </UL><P>
23238 &lt;End of help on this topic&gt;
23239 </BODY>
23240 </HTML>
23241 ====== h_config_archived_folders =====
23242 <HTML>
23243 <HEAD>
23244 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
23245 </HEAD>
23246 <BODY>
23247 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
23249 This is like
23250 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
23251 only more general.  You may archive
23252 any of the folders in your incoming collection.  This is a list of folder
23253 pairs, with the first separated from the second in the pair by a space.
23254 The first folder in a pair is the folder you want to archive, and the
23255 second folder is the folder that read messages from the first should be
23256 moved to.  Depending on how you define the
23257 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
23258 setting, you may or may not be asked when you
23259 leave the first folder if you want read messages to be moved to the
23260 second folder.  In either case, moving the messages means they will be
23261 deleted from the first folder.
23263 The name of the first folder in each pair can be either the technical
23264 specification of the folder (like what appears in your configuration file)
23265 or (much easier) the nickname that you gave the folder when you made it
23266 an incoming folder.
23268 For example:<p>
23269 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
23270 <p>or, using nicknames:<p>
23271 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
23273 If these are not path names, they will be in the default collection for
23274 saves. Any valid folder specification, local or remote (via IMAP), is
23275 allowed. There is no default.
23277 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23278 details on the syntax of folder definitions.
23280 <UL>   
23281 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23282 </UL><P>
23283 &lt;End of help on this topic&gt;
23284 </BODY>
23285 </HTML>
23286 ====== h_config_newsrc_path ======
23287 <HTML>
23288 <HEAD>
23289 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
23290 </HEAD>
23291 <BODY>
23292 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
23294 This option overrides the default name Alpine uses for your "newsrc" news
23295 status and subscription file.  If set, Alpine will take this value as the
23296 full pathname for the desired newsrc file.<P>
23298 If this option is <B>not</B> set, 
23299 <!--chtml if pinemode="os_windows"-->
23300 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
23301 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
23302 directory as your pinerc file for NEWSRC.
23303 <!--chtml else-->
23304 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
23305 your account's home directory).
23306 <!--chtml endif-->
23307 <P><UL>
23308 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23309 </UL>
23311 &lt;End of help on this topic&gt;
23312 </BODY>
23313 </HTML>
23314 ====== h_config_literal_sig =====
23315 <HTML>
23316 <HEAD>
23317 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
23318 </HEAD>
23319 <BODY>
23320 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
23322 With this option your actual signature, as opposed to
23323 the name of a file containing your signature,
23324 is stored in the Alpine configuration file.
23325 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
23328 This is simply a different way to store the signature.
23329 The signature is stored inside your Alpine configuration file instead of in
23330 a separate file.
23331 Tokens work the same way they do with the
23332 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
23333 help.
23336 The Setup/Signature command on Alpine's MAIN MENU will edit
23337 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
23338 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
23339 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
23340 instead.
23343 The two character sequence &#92;n (backslash followed by
23344 the character n) will be used to signify a line-break in your signature.
23345 You don't have to enter the &#92;n, but it will be visible in the
23346 SETUP CONFIGURATION window after you are done editing the signature.
23349 <UL>   
23350 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23351 </UL><P>
23352 &lt;End of help on this topic&gt;
23353 </BODY>
23354 </HTML>
23355 ====== h_config_signature_file =====
23356 <HTML>
23357 <HEAD>
23358 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
23359 </HEAD>
23360 <BODY>
23361 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
23363 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
23364 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
23365 You can tell that that is the case because the value of the
23366 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
23368 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
23370 You may either use all Literal Signatures (signatures stored in your
23371 configuration file) throughout Alpine, or all signature files.
23372 You can't mix the two.
23374 This is the name of a file that will be automatically inserted into
23375 outgoing messages.
23376 It typically contains information such as your
23377 name, email address and organizational affiliation.
23378 Alpine adds the
23379 signature into the message as soon as you enter the composer so you
23380 can choose to remove it or edit it on a message by message basis.
23381 Signature file placement in message replies is controlled by the
23382 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
23383 setting in the feature list.
23386 The default file name is
23387 <!--chtml if pinemode="os_windows"-->
23388 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
23389 PINERC file is a local file.
23390 If your PINERC file is remote, then it will be in the directory specified
23391 by the &quot;-aux local_directory&quot; command line option.
23392 <!--chtml else-->
23393 &quot;.signature&quot;.
23394 <!--chtml endif-->
23397 To create or edit your signature file choose Setup from the MAIN MENU
23398 and then select S for Signature (Main/Setup/Signature).  This puts you
23399 into the Signature Editor where you can enter a <EM>few</EM> lines of
23400 text containing your identity and affiliation.
23403 If the filename is followed by a vertical bar (|) then instead
23404 of reading the contents of the file the file is assumed to be a
23405 program that will produce the text to be used on its standard output.
23406 The program can't have any arguments and doesn't receive any input from Alpine,
23407 but the rest of the processing works as if the contents came from a file.
23410 Instead of storing the data in a local file, the
23411 signature data may be stored remotely in an IMAP folder.
23412 In order to do this, 
23413 you must use a remote name for the file.
23414 A remote <!--#echo var="VAR_signature-file"--> name might look like:
23416 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
23419 The syntax used here is the same as the syntax used for remote configuration
23420 files from the command line.
23421 Note that you may not access an existing signature file remotely,
23422 you have to create a new <EM>folder</EM> that contains the signature data.
23423 If the name you use here for the signature file is a remote name, then when
23424 you edit the file from the Setup/Signature command the data will be stored
23425 remotely in the folder.
23426 You aren't required to do anything special to create the folder, it
23427 gets created automatically if you use a remote name.
23430 Besides regular text, the signature file may also contain
23431 (or a signature program may produce) tokens that
23432 are replaced with text that usually depends on the message you are replying
23433 to or forwarding.
23434 For example, if the signature file contains the token
23436 <CENTER><SAMP>_DATE_</SAMP></CENTER>
23438 anywhere in the text, then that token is replaced by the date
23439 the message you are replying to or forwarding was sent.
23440 If it contains
23442 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
23444 that is replaced with the current date.
23445 The first is an example of a token that depends on the message you
23446 are replying to (or forwarding) and the second is an example which
23447 doesn't depend on anything other than the current date.
23448 You have to be a little careful with this facility since tokens that
23449 depend on the message you are replying to or forwarding will be replaced
23450 by nothing in the case where you are composing a new message from scratch.
23451 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
23452 in this respect.
23453 It allows you to use different signature files in different cases.
23456 The list of tokens available for use in the signature file is
23457 <A HREF="h_index_tokens">here</A>.
23460 Instead of, or along with the use of &quot;roles&quot; to give you
23461 different signature files in different situations, there is also
23462 a way to conditionally include text based
23463 on whether or not a token would result in specific replacement text.
23464 For example, you could include some text based on whether or not
23465 the _NEWS_ token would result in any newsgroups if it was used.
23466 This is explained in detail
23467 <A HREF="h_reply_token_conditionals">here</A>.
23468 This isn't for the faint of heart.
23470 In the very unlikely event that you want to include a literal token
23471 in the signature you must precede it with a backslash character.
23472 For example,
23474 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
23476 would produce something like
23478 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
23480 It is not possible to have a literal backslash followed by an expanded token.
23482 An alternate method for storing the signature data is available by using the
23483 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
23484 This variable will be used by default.
23486 <UL>   
23487 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23488 </UL><P>
23489 &lt;End of help on this topic&gt;
23490 </BODY>
23491 </HTML>
23492 ====== h_config_init_cmd_list =====
23493 <HTML>
23494 <HEAD>
23495 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
23496 </HEAD>
23497 <BODY>
23498 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
23500 The initial keystroke--or command--list option lets you start Alpine at
23501 any place you like.
23502 Whatever keystrokes you specify here will be executed
23503 by Alpine upon startup as a macro.
23504 The words SPACE, TAB, DOWN, UP, LEFT, and
23505 RIGHT indicate the pressing of those keys.
23506 CR indicates the pressing of the RETURN key.
23507 F1 through F12 represent the function keys, and ^ followed
23508 by a character indicates that key pressed along with the control key (in
23509 other words, ^P means Ctrl-P).
23510 As a shortcut notation, an element of the list may be several characters
23511 surrounded by double-quotes (").
23512 That will be expanded into the individual keystrokes
23513 (excluding the double-quote characters).
23514 For example, the quoted-string
23516 <P><CENTER>"ABC"</CENTER>
23519 is interpreted the same as the three separate list members
23521 <P><CENTER>A and B and C</CENTER>
23524 which is also the same as
23526 <P><CENTER>A,B,C</CENTER>
23529 An example: To view message 1 on startup,
23530 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
23532 <P><CENTER>I,J,1,CR,V</CENTER>
23535 An equivalent version of this is
23537 <P><CENTER>"IJ1",CR,V</CENTER>
23540 Restrictions: You cannot pre-type into the composer with the initial
23541 keystroke list, and you cannot mix function key commands with letter
23542 commands.
23544 <P><UL>   
23545 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23546 </UL>
23548 &lt;End of help on this topic&gt;
23549 </BODY>
23550 </HTML>
23551 ====== h_config_comp_hdrs =====
23552 <html>
23553 <header>
23554 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
23555 </header>
23556 <body>
23557 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
23559 You can control which headers you want visible when composing outgoing
23560 email using this option.
23561 You can specify any of the regular set, any
23562 <A HREF="h_compose_richhdr">Rich Header</A>,
23563 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
23564 that you have already defined.
23565 If you use this setting at all, you must specify all the
23566 headers you want to see, you can't just add to the regular header set.
23567 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
23569 Note that the "Newsgroups:" header will be abbreviated in the Composer
23570 display, but should be spelled out in full here.<p>
23571 <UL>   
23572 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23573 </UL><P>
23574 &lt;End of help on this topic&gt;
23575 </body>
23576 </html>
23577 ====== h_config_custom_hdrs =====
23578 <HTML>
23579 <HEAD>
23580 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
23581 </HEAD>
23582 <BODY>
23583 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
23585 You may add your own custom headers to outgoing messages.
23586 Each header you specify here must include the header tag 
23587 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
23588 and may optionally include a value for that header.
23589 If you want to see these custom headers each time you compose a message,
23590 you must add them to your
23591 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
23592 otherwise they become part
23593 of the rich header set that you only see when you press the
23594 <A HREF="h_compose_richhdr">Rich Header</A>
23595 <!--chtml if pinemode="function_key"-->(F5)
23596 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
23597 (If you are looking for a way to change which headers are <EM>displayed</EM>
23598 when you view a message, take a look at the
23599 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
23600 option instead.)
23601 Here's an example that shows how you might set your From address
23603 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
23605 and another showing how you might set a Reply-To address
23607 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
23609 You may also set non-standard header values here.
23610 For example, you could add
23612 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
23614 or even
23616 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
23618 If you include a value after the colon then that header will be included
23619 in your outgoing messages unless you delete it before sending.
23620 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
23621 it will not be included in outgoing messages unless you edit a value
23622 in manually.
23623 For example, if
23625 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
23627 is in the list, then the Reply-To header will be available for editing
23628 but won't be included unless a value is added while in the composer.
23630 It's actually a little more complicated than that.
23631 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
23632 defaults.
23633 If the message you are about to compose already has a value for a header,
23634 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
23635 For example, if you are Replying to a message the Subject field
23636 will already be filled in.
23637 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
23638 custom subject will <EM>NOT</EM> be used.
23639 The subject derived from the subject of the message you are Replying
23640 to will be used instead.
23642 It is also possible to make header setting even more complicated and more
23643 automatic by using
23644 <A HREF="h_rules_roles">Roles</A>,
23645 but if all you want to do is set a default value for a header, you don't
23646 need to think about Roles.
23648 If you change your From address you may also find it useful to add the
23649 changed From address to the
23650 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
23651 configuration option.
23653 Limitation: Because commas are used to separate the list of
23654 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
23655 header contain a comma.
23656 Nor is there currently an &quot;escape&quot; mechanism provided
23657 to make this work.
23658 <P><UL>
23659 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23660 </UL>
23662 &lt;End of help on this topic&gt;
23663 </BODY>
23664 </HTML>
23665 ====== h_config_viewer_headers =====
23666 <HTML>
23667 <HEAD>
23668 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
23669 </HEAD>
23670 <BODY>
23671 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
23673 You may change the default list of headers that are viewed by listing
23674 the headers you want to view here.  If the headers in your
23675 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
23676 will be shown.  The order of the headers you list will be honored.  If
23677 the special value &quot;all-except&quot; is included as the first
23678 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
23679 message except those in the list will be shown.  The values are all
23680 case insensitive.
23683 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
23684 then the original default headers are ignored.  So, if you just wanted
23685 to add the header Organization to the list, you would have to list
23686 Organization plus all of the other headers originally in the default
23687 list.  If you just included Organization and nothing else, then you
23688 would see only the Organization header, nothing else.
23691 The default list of headers includes:
23692 <UL>
23693   <LI>From
23694   <LI>Resent-From
23695   <LI>To
23696   <LI>Resent-To
23697   <LI>Cc
23698   <LI>Resent-cc
23699   <LI>Bcc
23700   <LI>Newsgroups
23701   <LI>Followup-To
23702   <LI>Date
23703   <LI>Resent-Date
23704   <LI>Subject
23705   <LI>Resent-Subject
23706   <LI>Reply-To
23707 </UL>
23710 If you are looking for a way to control which headers are included in
23711 outgoing mail and are visible or not in the composer, take a look at the
23712 options
23713 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
23714 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
23715 this option.
23717 <UL>   
23718 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23719 </UL><P>
23720 &lt;End of help on this topic&gt;
23721 </BODY>
23722 </HTML>
23723 ====== h_config_viewer_margin_left =====
23724 <HTML>
23725 <HEAD>
23726 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
23727 </HEAD>
23728 <BODY>
23729 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
23731 This variable controls the left-hand vertical margin's width in
23732 Alpine's Message Viewing screen.
23733 Its value is the number of space characters preceding each displayed line.
23734 For consistency with
23735 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
23736 you may specify the column number to start in
23737 (column numbering begins with number 1)
23738 instead of the width of the margin by appending a lower case letter
23739 &quot;c&quot; to the number.
23740 For example, a value of &quot;2c&quot; means to start the text in column two,
23741 which is entirely equivalent to a value of &quot;1&quot;, which means to
23742 leave a margin of 1 space.
23744 The default is a left margin of 0 (zero).
23745 Misconfigurations (for example, negative values or values with starting
23746 left columns greater than the ending right column)
23747 are silently ignored.
23748 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
23749 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
23750 instead.
23753 &lt;End of help on this topic&gt;
23754 </BODY>
23755 </HTML>
23756 ====== h_config_viewer_margin_right =====
23757 <HTML>
23758 <HEAD>
23759 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
23760 </HEAD>
23761 <BODY>
23762 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
23764 This variable controls the right-hand vertical margin's width in
23765 Alpine's Message Viewing screen.
23766 Its value is the number of space characters following each displayed line.
23767 You may specify the column number to end the text in
23768 (column numbering begins with number 1)
23769 instead of the width of the margin by appending a lower case letter
23770 &quot;c&quot; to the number.
23771 For example, a value of &quot;76c&quot; means to end the text in column 76.
23772 If the screen is 80 characters wide, this is equivalent to a value
23773 of &quot;4&quot;, which means to leave a margin of 4 spaces.
23774 However, if you use different size screens at different times, then these
23775 two values are not equivalent.
23777 The default right margin is 4.
23778 Misconfigurations (for example, negative values or values with starting
23779 left columns greater than the ending right column)
23780 are silently ignored.
23781 If the number of columns for text between the
23782 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
23783 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
23784 instead.
23787 &lt;End of help on this topic&gt;
23788 </BODY>
23789 </HTML>
23790 ====== h_config_quote_suppression =====
23791 <HTML>
23792 <HEAD>
23793 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
23794 </HEAD>
23795 <BODY>
23796 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
23798 This option should be used with care.
23799 It will cause some of the quoted text to be eliminated from the
23800 display when viewing a message in the MESSAGE TEXT screen.
23801 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
23802 value &quot;5&quot;,
23803 this will cause quoted text that is longer than five lines to be truncated.
23804 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
23805 Quoted text of more than six lines will have the first five lines displayed
23806 followed by a line that looks something like
23808 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
23810 As a special case, if exactly one line of quoted text would be hidden, the
23811 entire quote will be shown instead.
23812 So for the above example, quoted text that is exactly six lines long will
23813 will be shown in its entirety.
23814 (In other words, instead of hiding a single line and adding a line
23815 that announces that one line was hidden, the line is just shown.)
23817 If the sender of a message has carefully chosen the quotes that he or she
23818 includes, hiding those quotes may change the meaning of the message.
23819 For that reason, Alpine requires that when you want to set the value of this
23820 variable to something less than four lines, you actually have to set it
23821 to the negative of that number.
23822 So if you want to set this option to &quot;3&quot;, you actually have to
23823 set it to &quot;-3&quot;.
23824 The only purpose of this is to get you to think about whether or not you
23825 really want to do this!
23826 If you want to delete all quoted text you set the value of this option
23827 to the special value &quot;-10&quot;.
23829 The legal values for this option are
23831 <TABLE>   
23832 <TR>
23833   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
23834   <TD> Default, don't hide anything </TD>
23835 </TR>
23836 <TR>
23837   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
23838   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
23839 </TR>
23840 <TR>
23841   <TD> &nbsp;4,5,6,...&nbsp; </TD>
23842   <TD> Suppress if more than that many lines </TD>
23843 </TR>
23844 <TR>
23845   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
23846   <TD> Suppress all quoted lines </TD>
23847 </TR>
23848 </TABLE>
23850 If you set this option to a non-default value you may sometimes wish to
23851 view the quoted text that is not shown.
23852 When this is the case, the
23853 <A HREF="h_common_hdrmode">HdrMode Command</A>
23854 may be used to show the hidden text.
23855 Typing the &quot;H&quot; command once will show the hidden text.
23856 Typing a second &quot;H&quot; will also turn on Full Header mode.
23857 The presence or absence of the HdrMode command is determined by the
23858 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
23859 Feature-List option in your Alpine configuration, so you will want to
23860 be sure that is turned on if you use quote suppression.
23862 For the purposes of this option, a quote is a line that begins with the
23863 character &quot;&gt;&quot;.
23865 Quotes are only suppressed when displaying a message on the screen.
23866 The entire quote will be left intact when printing or forwarding or something
23867 similar.
23869 &lt;End of help on this topic&gt;
23870 </BODY>
23871 </HTML>
23872 ====== h_config_saved_msg_name_rule =====
23873 <HTML>
23874 <HEAD>
23875 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
23876 </HEAD>
23877 <BODY>
23878 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
23880 This option determines the default folder name when saving
23881 a message.
23884 The default option is &quot;default-folder&quot;, which is the folder
23885 called &quot;saved-messages&quot; in Unix Alpine and
23886 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
23887 the Alpine option called
23888 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
23891 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
23892 get the chosen option's value for the message being saved (or for the
23893 first message being saved if using an aggregrate save).
23894 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
23895 value of who the message came from (i.e. the from address).
23896 Alpine then attempts to save the message to a folder matching that value.
23897 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
23898 &quot;by-sender&quot;.
23899 The opposite is also true.
23900 If &quot;by-recipient&quot; is chosen and the message was posted to a
23901 newsgroup, Alpine will use the newsgroup name.
23902 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
23903 &quot;by-from&quot;.
23906 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
23907 to use the personal name part of the address instead of the mailbox part.
23908 If any of the &quot;by-nick&quot; options are chosen, the
23909 address is looked up in your address book and if found, the
23910 nickname for that entry is used.
23911 Only simple address book entries are checked, not distribution lists.
23912 Similarly, if any of the
23913 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
23914 address book entry is used.
23915 If by-realname, or the by-nick or by-fcc lookups result in no value,
23916 then if the chosen option ends with the &quot;then-from&quot;,
23917 &quot;then-sender&quot;, &quot;then-replyto&quot;,
23918 or &quot;then-recip&quot; suffix, Alpine
23919 reverts to the same behavior as &quot;by-from&quot;,
23920 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
23921 depending on which option was specified.
23922 If the chosen option doesn't end with one of
23923 the &quot;then-&quot; suffixes, then Alpine reverts to the default
23924 folder when no match is found in the address book.
23927 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
23928 to save to the folder that you saved to the last time you saved a
23929 message.  The first time you save a message in an Alpine session, Alpine
23930 attempts to save the message to the default folder.
23933 Here is an example to make some of the options clearer.
23934 If the message is From
23936 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
23938 and this rule is set to &quot;by-from&quot;, then the default folder offered
23939 in the save dialog would be &quot;flint&quot;.
23941 If this rule is set to &quot;by-realname-of-from&quot; then the default would
23942 be &quot;Fred Flintstone&quot;.
23944 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
23945 for the address &quot;flint@bedrock.org&quot; in your address book.
23946 If an entry is found and it has a nickname associated with it, that nickname
23947 will be offered as the default folder.
23948 If not, the default saved message folder will be offered as the default.
23950 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
23951 for the address &quot;flint@bedrock.org&quot; in your address book.
23952 If an entry is found and it has an Fcc associated with it, that Fcc
23953 will be offered as the default folder.
23954 If not, the default saved message folder will be offered as the default.
23956 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
23957 for the address &quot;flint@bedrock.org&quot; in your address book.
23958 If an entry is found and it has a nickname associated with it, that nickname
23959 will be offered as the default folder.
23960 If it is not found (or has no nickname) then the default offered will be
23961 the same as it would be for the &quot;by-from&quot; rule.
23962 That is, it would be &quot;flint&quot;
23964 <UL>   
23965 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23966 </UL><P>
23967 &lt;End of help on this topic&gt;
23968 </BODY>
23969 </HTML>
23970 ====== h_config_fcc_rule =====
23971 <HTML>
23972 <HEAD>
23973 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
23974 </HEAD>
23975 <BODY>
23976 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
23978 This option determines the default name for folder carbon copy. Choose
23979 one:
23981 <DL>
23982 <DT>default-fcc</DT>
23983 <DD>This is the normal default, the value of which is set in the
23984 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
23985 configuration.
23986 </DD>
23988 <DT>last-fcc-used</DT>
23989 <DD> Causes Alpine to use the folder that was last
23990 used in the fcc field
23991 </DD>
23993 <DT>by-nickname</DT>
23994 <DD>Means that Alpine will use the nickname
23995 from your address book that matches the first address in the To line.
23996 If there is no match, it will use the value of the
23997 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
23998 </DD>
24000 <DT>by-recipient</DT>
24001 <DD>Means Alpine will form a folder name
24002 based on the left hand side of the first address in the To line.
24003 </DD>
24005 <DT>by-nick-then-recip</DT>
24006 <DD>Means that it will use the
24007 matching nickname from your address book if there is one, otherwise it
24008 will extract the recipient name from the address and use that (like
24009 by-recipient).
24010 </DD>
24012 <DT>current-folder</DT>
24013 <DD>Causes a copy to be written to
24014 the currently open folder, unless that is the INBOX.  In the case
24015 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
24016 used instead.
24017 </DD>
24018 </DL>
24021 Note: Whatever the fcc specified by the rule here, it will be
24022 over-ridden by any fcc entries you have in your address book.
24025 <UL>   
24026 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24027 </UL><P>
24028 &lt;End of help on this topic&gt;
24029 </BODY>
24030 </HTML>
24031 ====== h_config_sort_key =====
24032 <HTML>
24033 <HEAD>
24034 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
24035 </HEAD>
24036 <BODY>
24037 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
24039 This option determines the order in which messages will be displayed in
24040 the MESSAGE INDEX screen.  Choose from:
24042 <UL>
24043  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
24044  <LI> <A HREF="h_index_sort_date">Date</A>
24045  <LI> <A HREF="h_index_sort_subj">Subject</A>
24046  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
24047  <LI> <A HREF="h_index_sort_thread">Thread</A>
24048  <LI> <A HREF="h_index_sort_from">From</A>
24049  <LI> <A HREF="h_index_sort_size">Size</A>
24050  <LI> <A HREF="h_index_sort_score">Score</A>
24051  <LI> <A HREF="h_index_sort_to">To</A>
24052  <LI> <A HREF="h_index_sort_cc">Cc</A>
24053 </UL>
24056 Each type of sort may also be reversed.
24057 Normal default is by &quot;Arrival&quot;.
24060 A possible point of confusion arises when you change the configuration
24061 of the <!--#echo var="VAR_sort-key"-->.
24062 The folder will normally be re-sorted when you go back to viewing the
24063 index.
24064 However, if you have manually sorted the folder with the
24065 Sort
24066 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
24067 command, then it will not be re-sorted until the next time it is opened.
24070 <UL>   
24071 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24072 </UL><P>
24073 &lt;End of help on this topic&gt;
24074 </BODY>
24075 </HTML>
24076 ====== h_config_other_startup =====
24077 <HTML>
24078 <HEAD>
24079 <TITLE>OPTION: Set Startup Rule</TITLE>
24080 </HEAD>
24081 <BODY>
24082 <H1>OPTION: Set Startup Rule</H1>
24084 This option determines which message will be the <EM>current message</EM> when
24085 the folder is first opened.
24086 It works the same way that the option
24087 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
24088 works, so look there for help.
24089 It may be used for any folder, not just incoming folders.
24092 <UL>   
24093 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24094 </UL><P>
24095 &lt;End of help on this topic&gt;
24096 </BODY>
24097 </HTML>
24098 ====== h_config_perfolder_sort =====
24099 <HTML>
24100 <HEAD>
24101 <TITLE>Set Sort Order</TITLE>
24102 </HEAD>
24103 <BODY>
24104 <H1>Set Sort Order</H1>
24106 This option determines the order in which messages will be displayed in
24107 the MESSAGE INDEX screen when the Current Folder Type set in the
24108 Pattern is a match. Choose from:
24110 <UL>
24111  <LI> <A HREF="h_index_sort_default">Default</A>
24112  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
24113  <LI> <A HREF="h_index_sort_date">Date</A>
24114  <LI> <A HREF="h_index_sort_subj">Subject</A>
24115  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
24116  <LI> <A HREF="h_index_sort_thread">Thread</A>
24117  <LI> <A HREF="h_index_sort_from">From</A>
24118  <LI> <A HREF="h_index_sort_size">Size</A>
24119  <LI> <A HREF="h_index_sort_score">Score</A>
24120  <LI> <A HREF="h_index_sort_to">To</A>
24121  <LI> <A HREF="h_index_sort_cc">Cc</A>
24122 </UL>
24125 Each type of sort may also be reversed.
24126 Normal default is by &quot;Arrival&quot;.
24129 A possible point of confusion arises when you change the configuration
24130 of the Sort Order for the currently open folder.
24131 The folder will normally be re-sorted when you go back to viewing the
24132 index.
24133 However, if you have manually sorted the folder with the
24134 Sort
24135 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
24136 command, then it will not be re-sorted until the next time it is opened.
24139 <UL>   
24140 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24141 </UL><P>
24142 &lt;End of help on this topic&gt;
24143 </BODY>
24144 </HTML>
24145 ====== h_config_fld_sort_rule =====
24146 <HTML>
24147 <HEAD>
24148 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
24149 </HEAD>
24150 <BODY>
24151 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
24153 This option controls the order in which folder list entries will be
24154 presented in the FOLDER LIST screen.  Choose one of the following:
24156 <DL>
24157 <DT>Alphabetical</DT>
24158 <DD>sort by alphabetical name independent of type
24159 </DD>
24161 <DT>Alpha-with-dirs-last</DT>
24162 <DD>sort by alphabetical name grouping directory entries
24163 to the end of the list
24164 </DD>
24166 <DT>Alpha-with-dirs-first</DT>
24167 <DD>sort by alphabetical name grouping directory entries
24168 to the start of the list
24169 </DD>
24170 </DL>
24172 The normal default is &quot;Alphabetical&quot;.
24175 <UL>   
24176 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24177 </UL><P>
24178 &lt;End of help on this topic&gt;
24179 </BODY>
24180 </HTML>
24181 ====== h_config_ab_sort_rule =====
24182 <HTML>
24183 <HEAD>
24184 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
24185 </HEAD>
24186 <BODY>
24187 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
24189 This option controls the order in which address book entries will be
24190 presented.  Choose one of the following:
24192 <DL>
24193 <DT>fullname</DT>
24194 <DD>use fullname field, lists mixed in
24195 </DD>
24197 <DT>fullname-with-lists-last</DT>
24198 <DD>use fullname field, but put lists at end
24199 </DD>
24201 <DT>nickname</DT>
24202 <DD>use nickname field, lists mixed in
24203 </DD>
24205 <DT>nickname-with-lists-last</DT>
24206 <DD>use nickname field, but put lists at end
24207 </DD>
24209 <DT>dont-sort</DT>
24210 <DD>don't change order of file
24211 </DD>
24212 </DL>
24215 The normal default is &quot;fullname-with-lists-last&quot;.
24216 If you use an address book from more than one computer and those
24217 computers sort the address book differently then the sort order
24218 will be the order where the last change to the address book was
24219 made.
24220 There are two reasons the sorting might be different on different
24221 systems.
24222 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
24223 places.
24224 Second, the collation rules on the two computers may be different.
24225 For example, one system might ignore special characters while the other
24226 doesn't or one may sort upper and lower case letters together while
24227 the other doesn't.
24228 In any case, the order you see is the order on the system where the
24229 last change was made, for example by an address book edit or a
24230 Take Address command.
24233 <UL>   
24234 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24235 </UL><P>
24236 &lt;End of help on this topic&gt;
24237 </BODY>
24238 </HTML>
24239 ====== h_config_post_char_set =====
24240 <HTML>
24241 <HEAD>
24242 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
24243 </HEAD>
24244 <BODY>
24245 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
24247 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
24248 when sending messages.
24252 When sending a message the text typed in the composer is
24253 labeled with the character set specified by this option.
24254 If the composed text is not fully representable in the 
24255 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
24256 instead;
24259 Attachments are labeled with your
24260 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
24263 Generally, there should be little need to set this option.
24264 If left unset, the
24265 default behavior is to label composed text as specifically as
24266 possible.  That is, if the composed text has no non-ASCII characters,
24267 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
24268 only ISO-8859-15 characters, it is labeled as such.  Alpine will
24269 attempt to automatically detect a number of character sets including ISO-8859-15,
24270 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
24271 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
24272 If the message contains a mix of character sets,
24273 it is labeled as &quot;UTF-8.&quot;
24277 This setting is provided to allow you to force a particular character set that
24278 Alpine does not automatically detect. For example, if a message is representable
24279 in more than one character set then Alpine may choose a different default
24280 than you want.
24281 Lastly, by setting this option explicitly to
24282 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
24283 &quot;UTF-8&quot; instead of something more specific.
24286 In the Setup/Config screen you may choose from a list of all the
24287 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24290 The options
24291 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
24292 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
24293 are closely related.
24294 Setting the feature
24295 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24296 should cause this option to be ignored.
24299 <UL>   
24300 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24301 </UL><P>
24302 &lt;End of help on this topic&gt;
24303 </BODY>
24304 </HTML>
24305 ====== h_config_unk_char_set =====
24306 <HTML>
24307 <HEAD>
24308 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
24309 </HEAD>
24310 <BODY>
24311 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
24313 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
24314 when reading or replying to messages.
24318 A text message should either be made up of all US-ASCII characters
24319 or it should contain a charset label which tells the software which
24320 character set encoding to use to interpret the message.
24321 Sometimes a malformed message may be unlabeled but contain non-ascii text.
24322 This message is outside of the standards so any attempt to read it could fail.
24323 When Alpine attempts to read such a message it will try to interpret the
24324 text in the character set you specify here.
24325 For example, if you have correspondents who send you unlabeled messages that
24326 are usually made up of characters from the WINDOWS-1251 character set, setting
24327 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
24328 allow you to read those messages.
24329 Of course, if the unlabeled message is actually in some other character set,
24330 then you may see garbage on your screen.
24332 Instead of just unlabeled text, this option also affects text which is labeled
24333 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
24334 or &quot;US-ASCII&quot;.
24337 In the Setup/Config screen you may choose from a list of all the
24338 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24341 <UL>   
24342 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24343 </UL><P>
24344 &lt;End of help on this topic&gt;
24345 </BODY>
24346 </HTML>
24347 ====== h_config_char_set =====
24348 <HTML>
24349 <HEAD>
24350 <TITLE>OPTION: Display Character Set</TITLE>
24351 </HEAD>
24352 <BODY>
24353 <H1>OPTION: Display Character Set</H1>
24355 The Display Character Set configuration option is used when viewing messages.
24357 Alpine uses Unicode characters internally and 
24358 it is a goal for Alpine to handle email in many different languages.
24359 Alpine will properly display only left-to-right character sets
24360 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
24361 font is in use, in the sense that
24362 characters are assumed to take up zero, one, or two character cell
24363 widths from left to right on the screen. This is true even in PC-Alpine.
24366 Alpine recognizes some local character sets that are right-to-left
24367 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
24368 (Arabic) and properly converts texts in these character sets to/from
24369 Unicode; however, there are known display bugs with these character
24370 sets.
24373 There are three possible configuration character settings and some
24374 environment variable settings that can affect how Alpine
24375 handles international characters.
24376 The first two of these are only available in UNIX Alpine.
24377 The three configuration options are
24378 Display Character Set,
24379 Keyboard Character Set, and
24380 <!--#echo var="VAR_posting-character-set"-->.
24381 The Keyboard Character Set defaults to being the same value
24382 as the Display Character Set, and that is usually correct, because
24383 the keyboard almost always produces characters in the same character set
24384 as the display displays.
24385 The Display Character Set is the character set that Alpine
24386 will attempt to use when sending characters to the display.
24389 By default, the Display Character Set variable is not set and UNIX Alpine
24390 will attempt to get this information from the environment.
24391 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
24392 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
24393 An explicit configuration setting for Display Character Set will,
24394 of course, override any default setting.
24396 For PC-Alpine the Display Character Set
24397 and the Keyboard Character Set
24398 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
24401 It is probably best to use UNIX Alpine in a terminal emulator
24402 capable of displaying UTF-8 characters, since that will allow you to
24403 view just about any received text that is correctly formatted (note,
24404 however, the above comments about known index display bugs with certain
24405 character sets). You'll need to have an emulator that uses a UTF-8 font
24406 and you'll need to set up your environment to use a UTF-8 charmap. For
24407 example, on a Linux system you might include
24409 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
24412 or something similar in your UNIX startup files.
24413 You'd also have to select a UTF-8 font in your terminal emulator.
24416 The types of values that the character set variables may be set to are
24417 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
24418 The <CODE>ISO-2022</CODE> character sets are not supported for input or
24419 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
24420 for use only as a <!--#echo var="VAR_posting-character-set"-->.
24421 In the Setup/Config screen you may choose from a list of all the
24422 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24423 Here is a list of many of the possible character sets:
24426 <TABLE>
24427 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
24428 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
24429 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
24430 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
24431 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
24432 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
24433 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
24434 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
24435 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
24436 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
24437 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
24438 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
24439 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
24440 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
24441 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
24442 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
24443 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
24444 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
24445 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
24446 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukrainian</TD> </TR>
24447 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
24448 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
24449 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
24450 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24451 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24452 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24453 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24454 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24455 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
24456 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
24457 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
24458 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
24459 </TABLE>
24462 When reading incoming email, Alpine understands many different
24463 character sets and is able to convert the incoming mail into Unicode.
24464 The Unicode will be converted to the Display Character Set
24465 for display on your terminal.
24466 Characters typed at the keyboard will be converted from the
24467 Keyboard Character Set to Unicode for Alpine's internal
24468 use.
24469 You may find that you can read some malformed messages that do not
24470 contain a character set label by setting the option
24471 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
24474 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
24475 The default behavior obtained by leaving this variable unset is usually
24476 what is wanted. In that default case, Alpine will attempt
24477 to label the message with the most specific character set from the
24478 rather arbitrary set
24480 US-ASCII, ISO-8859-15,
24481 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
24482 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
24485 For example, if the message is made up of only US-ASCII characters, it
24486 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
24487 that will be the label. If that doesn't work the same is tried for the
24488 remaining members of the list.
24491 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
24492 explicit value instead.
24493 For example, if you usually send messages in Greek, setting this
24494 option to ISO-8859-7 will result in messages being labeled as
24495 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
24496 are only Greek characters, or UTF-8 if there are some characters
24497 that aren't representable in ISO-8859-7.
24498 Another possibility is to set this option explicitly to UTF-8.
24499 In that case
24500 Alpine labels only ascii messages as US-ASCII and all other
24501 messages as UTF-8.
24504 The options
24505 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
24506 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
24507 are closely related to this option.
24508 Setting the feature
24509 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24510 should cause this option to be ignored.
24513 When displaying a message, Alpine compares this setting to the character
24514 set specified in the message.  If not all of the
24515 characters in the message can be displayed using the Display Character Set
24516 then Alpine places an editorial
24517 comment in the displayed text (enclosed in square-brackets) indicating
24518 that some characters may not be displayed correctly.
24519 This comment may be eliminated by turning on the option
24520 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
24523 <UL>   
24524 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24525 </UL><P>
24526 &lt;End of help on this topic&gt;
24527 </BODY>
24528 </HTML>
24529 ====== h_config_key_char_set =====
24530 <HTML>
24531 <HEAD>
24532 <TITLE>OPTION: Keyboard Character Set</TITLE>
24533 </HEAD>
24534 <BODY>
24535 <H1>OPTION: Keyboard Character Set</H1>
24537 UNIX Alpine only.
24539 The Keyboard Character Set identifies the character set of the characters
24540 coming from your keyboard.
24541 It defaults to having the same value as your
24542 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
24543 which in turn defaults to a value obtained from your environment.
24544 It is unlikely that you will need to use this option, because the keyboard
24545 almost always produces the same kind of characters as the display displays.
24548 This character set is also used when accessing files in your local
24549 file system.
24550 The names of the files are assumed to be in the same character set as
24551 what the keyboard produces, as well as the contents of the files.
24554 In the Setup/Config screen you may choose from a list of all the
24555 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24558 The options
24559 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
24560 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
24561 are closely related.
24562 Setting the feature
24563 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24564 should cause this option to be ignored.
24567 <UL>   
24568 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24569 </UL><P>
24570 &lt;End of help on this topic&gt;
24571 </BODY>
24572 </HTML>
24573 ====== h_config_editor =====
24574 <HTML>
24575 <HEAD>
24576 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
24577 </HEAD>
24578 <BODY>
24579 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
24581 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
24582 normally an alternative to Alpine's internal composer (Pico).  You could use
24583 this setting to specify an alternate editor to use occasionally or if you
24584 have a favorite editor and want to use it all the time (see the 
24585 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
24586 If you specify multiple editors for this option, ^_ will invoke the first one 
24587 of those specified that exists and is executable.  When specifying a program 
24588 for use here, make sure that the format of the text it saves -- which, when 
24589 you exit it, will become the message body in Alpine -- is appropriate 
24590 for the body of an email message; avoid proprietary formats that may result in 
24591 a message body that the recipient of your message will be unable to decipher.
24593 <!--chtml if pinemode="os_windows"-->
24594 <!--chtml else-->
24595 If you are in doubt about what editors are available on your system, or which 
24596 of them may be appropriate for specification here, ask your local computing 
24597 support staff.  
24598 <!--chtml endif-->
24600 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
24601 unset, outgoing text will be set as flowed.  In most cases this will be fine,
24602 but if the editor has a &quot;flowed text&quot; mode, it would be best to
24603 use that.
24605 <P><UL>
24606 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24607 </UL>
24609 &lt;End of help on this topic&gt;
24610 </BODY>
24611 </HTML>
24612 ====== h_config_speller =====
24613 <HTML>
24614 <HEAD>
24615 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
24616 </HEAD>
24617 <BODY>
24618 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
24620 UNIX Alpine only.
24622 For PC-Alpine, you must install the aspell library code that you
24623 may get from
24624 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
24626 This option affects the behavior of the ^T (spell check) command in the
24627 Composer.  It specifies the program invoked by ^T in the Composer.
24628 By default, Alpine uses
24630 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
24632 if it knows where to find &quot;aspell&quot;.
24633 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
24634 then the command used is
24636 <CENTER><SAMP>ispell -l</SAMP></CENTER>
24638 Otherwise, the ancient &quot;spell&quot; command is used.
24640 If you specify a value for this command (with full pathname) then that is what
24641 will be used instead of any of the defaults.
24642 When invoking this
24643 spell-checking program, Alpine appends a tempfile name (where the message is
24644 passed) to the command line. Alpine expects the speller to correct the
24645 spelling in that file. When you exit from that program Alpine will read the
24646 tempfile back into the composer.
24648 Don't set this speller option to the standard Unix spell command.
24649 That won't work because spell works in a different way.
24652 <UL>   
24653 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24654 </UL><P>
24655 &lt;End of help on this topic&gt;
24656 </BODY>
24657 </HTML>
24658 ====== h_config_aspell_dictionary =====
24659 <HTML>
24660 <HEAD>
24661 <TITLE>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></TITLE>
24662 </HEAD>
24663 <BODY>
24664 <H1>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></H1>
24666 PC Alpine only.
24668 This option specifies a list of dictionaries you will use with
24669 aspell. A sample entry is &quot;en_US&quot; for american english, or
24670 &quot;en_GB&quot; for british english.
24673 <UL>   
24674 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24675 </UL><P>
24676 &lt;End of help on this topic&gt;
24677 </BODY>
24678 </HTML>
24679 ====== h_config_display_filters =====
24680 <HTML>
24681 <HEAD>
24682 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
24683 </HEAD>
24684 <BODY>
24685 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
24687 This option defines a list of text-filtering commands (programs or
24688 scripts) that may be used to filter text portions of received messages
24689 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
24690 display screen, exporting to a text file).  
24691 For security reasons, the full path name of the
24692 filter command must be specified.
24695 The command is executed and the message is piped into its standard input. 
24696 The standard output of the command is read back by Alpine.  The
24697 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
24699 <P> 
24700 The filter's use is based on the configured &quot;trigger&quot; string.  The
24701 format of a filter definition is:
24703 <P>   
24704 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
24707 You can specify as many filters as you wish, separating them with a comma.  
24708 Each filter can have only one trigger and command.  Thus, two trigger 
24709 strings that invoke the same command require separate filter 
24710 specifications. 
24712 <P> 
24713 The &quot;trigger&quot; is simply text that, if found in the message,
24714 will invoke the associated command.  If the trigger contains any space
24715 characters, it must be placed within quotes.  Likewise, should you
24716 wish a filter to be invoked unconditionally, define the trigger as the
24717 null string, &quot;&quot; (two consecutive double-quote characters).  If the
24718 trigger string is found anywhere in the text of the message the filter
24719 is invoked.  Placing the trigger text within the tokens defined below
24720 changes where within the text the trigger must be before considering
24721 it a match.
24723 <P>  
24724 Trigger Modifying Tokens:
24725 <DL>
24726 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
24727 <DD>This token tells Alpine to invoke the supplied command
24728 if the text is in a character set matching <VAR>string</VAR>
24729 (e.g., ISO-8859-2 or ISO-2022-JP).
24730 </DD>
24733 <DT>_LEADING(<VAR>string</VAR>)_</DT>
24734 <DD>This token tells Alpine to invoke the supplied command
24735 if the enclosed <VAR>string</VAR> is found to be the first
24736 non-whitespace text.
24737 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
24738 the space character.
24739 </DD>
24741 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
24742 <DD>This token tells Alpine to invoke the supplied command
24743 if the enclosed <VAR>string</VAR> is found at the beginning
24744 of any line in the text.
24745 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
24746 the space character.
24747 </DD>
24748 </DL>
24751 The &quot;command&quot; and &quot;arguments&quot; portion is simply
24752 the command line to be invoked if the trigger string is found.  Below
24753 are tokens that Alpine will recognize and replace with special values
24754 when the command is actually invoked.
24757 Command Modifying Tokens:
24759 <DL>
24760 <DT>_TMPFILE_</DT>
24761 <DD>When the command is executed, this token is 
24762 replaced with the path and name of the temporary 
24763 file containing the text to be filtered.  Alpine 
24764 expects the filter to replace this data with the 
24765 filter's result.
24768 NOTE: Use of this token implies that the text to 
24769 be filtered is not piped into standard input of the 
24770 executed command and its standard output is ignored. 
24771 Alpine restores the tty modes before invoking the
24772 filter in case the filter interacts with the user
24773 via its own standard input and output.  
24774 </DD>
24775                         
24776 <DT>_RESULTFILE_</DT>
24777 <DD>When the command is executed, this token is 
24778 replaced with the path and name of a temporary 
24779 file intended to contain a status message from the 
24780 filter.  Alpine displays this in the message status 
24781 field. 
24782 </DD>
24784 <DT>_DATAFILE_</DT>
24785 <DD>When the command is executed, this token is 
24786 replaced with the path and name of a temporary 
24787 file that Alpine creates once per session and deletes 
24788 upon exit.  The file is intended to be used by the 
24789 filter to store state information between instances 
24790 of the filter.
24791 </DD>
24792    
24793 <DT>_PREPENDKEY_</DT>
24794 <DD>When the command is executed, this token indicates that a random
24795 number will be passed down the input stream before the message text.
24796 This number could be used as a session key.  It is sent in this way to
24797 improve security.  The number is unique to the current Alpine session
24798 and is only generated once per session.
24799 </DD>
24801 <DT>_SILENT_</DT>
24802 <DD>When the filter is executed, this token tells Alpine not to repaint
24803 the screen while the command is being executed. This can be used with 
24804 filters that do not interact with the user, and therefore repainting 
24805 the screen is not necessary. 
24806 </DD>
24807 </DL>
24810 The feature
24811 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
24813 Performance caveat/considerations:
24814 <BR>
24815 Testing for the trigger and invoking the filter doesn't come for free.
24816 There is overhead associated with searching for the trigger string, testing
24817 for the filter's existence and actually piping the text through the filter.
24818 The impact can be reduced if the Trigger Modifying Tokens above are 
24819 employed.
24821 &lt;End of help on this topic&gt;
24822 </BODY>
24823 </HTML>
24824 ====== h_config_sending_filter =====
24825 <HTML>
24826 <HEAD>
24827 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
24828 </HEAD>
24829 <BODY>
24830 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
24831       
24832 This option defines a list of text-filtering commands (programs and
24833 scripts) that may be selectively invoked to process a message just before
24834 it is sent.  If set, the Composer's ^X (Send) command will allow you to
24835 select which filter (or none) to apply to the message before it is sent. 
24836 For security reasons, the full path of the filter program must be
24837 specified.
24840 Command Modifying Tokens:
24842 <DL>
24843 <DT>_RECIPIENTS_</DT>
24844 <DD>When the command is executed, this token is replaced 
24845 with the space delimited list of recipients of the 
24846 message being sent. 
24847 </DD>
24848         
24849 <DT>_TMPFILE_</DT>
24850 <DD>
24851 When the command is executed, this token is 
24852 replaced with the path and name of the temporary 
24853 file containing the text to be filtered.  Alpine 
24854 expects the filter to replace this data with the 
24855 filter's result.
24858 NOTE: Use of this token implies that the text to 
24859 be filtered is not piped into standard input of the 
24860 executed command and its standard output is ignored. 
24861 Alpine restores the tty modes before invoking the
24862 filter in case the filter interacts with the user
24863 via its own standard input and output.  
24864 </DD>
24865                         
24866 <DT>_RESULTFILE_</DT>
24867 <DD>When the command is executed, this token is 
24868 replaced with the path and name of a temporary 
24869 file intended to contain a status message from the 
24870 filter.  Alpine displays this in the message status 
24871 field. 
24872 </DD>
24874 <DT>_DATAFILE_</DT>
24875 <DD>When the command is executed, this token is replaced 
24876 in the command line with the path and name of a 
24877 temporary file that Alpine creates once per session 
24878 and deletes upon exit.  The file is intended to be 
24879 used by the filter to store state information between 
24880 instances of the filter.
24881 </DD>
24882    
24883 <DT>_PREPENDKEY_</DT>
24884 <DD>When the command is executed, this token indicates 
24885 that a random number will be passed down the input 
24886 stream before the message text.  This number could 
24887 be used as a session key.  It is sent in this way 
24888 to improve security.  The number is unique to the 
24889 current Alpine session and is only generated once per 
24890 session. 
24891 </DD>
24893 <DT>_INCLUDEALLHDRS_</DT>
24894 <DD>When the command is executed, this token indicates 
24895 that the headers of the message will be passed down the input stream
24896 before the message text.
24897 </DD>
24899 <DT>_MIMETYPE_</DT>
24900 <DD>When the command is executed, this token is replaced in the
24901 command name with a temporary file name used to accept any new MIME
24902 Content-Type information necessitated by the output of the filter.
24903 Upon the filter's exit, if the file contains new MIME type
24904 information, Alpine verifies its format and replaces the outgoing
24905 message's MIME type information with that contained in the file. This
24906 is basically a cheap way of sending something other than Text/Plain.
24907 </DD>
24908 </DL>
24910 <P>   
24911 NOTE: Only the body text, which is visible in the Composer, is piped
24912 through this filter.  Attachments are not sent to the filter.
24913 <P>   
24914 Sending filters are not used if the feature
24915 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
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_keywords =====
24924 <HTML>
24925 <HEAD>
24926 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
24927 </HEAD>
24928 <BODY>
24929 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
24931 You may define your own set of keywords and optionally set them on a
24932 message by message basis.
24933 These are similar to the &quot;Important&quot; flag which the user
24934 may set using the Flag command.
24935 The difference is that the Important flag is always present for each folder.
24936 User-defined keywords are chosen by the user.
24937 You may set up the list of possible keywords here, or you may add keywords
24938 from the Flag Details screen that you
24939 can get to after typing the
24940 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
24941 command.
24942 After the keywords have been defined,
24943 then you use the <A HREF="h_common_flag">Flag command</A>
24944 to set or clear the keywords in each message.
24945 The behavior of the flag command may be modified by using the
24946 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
24947 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
24950 Keywords may be used when Selecting messages (Select Keyword).
24951 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
24952 Filter Rules may be used to set keywords automatically.
24953 Keywords may be displayed as part of the Subject of a message by using
24954 the SUBJKEY or SUBJKEYINIT tokens in the
24955 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
24956 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
24957 option may be used to modify the display of keywords using
24958 SUBJKEY and SUBJKEYINIT slightly.
24959 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
24960 screen by using the KEY or KEYINIT tokens.
24961 It is also possible to color keywords in the index using the
24962 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
24963 Keywords are not supported by all mail servers.
24966 You may give keywords nicknames if you wish.
24967 If the keyword definition you type in contains a SPACE character, then the
24968 actual value of the keyword is everything after the last SPACE and the
24969 nickname for that keyword is everything before the last SPACE.
24970 For example, suppose you are trying to interoperate with another email program
24971 that uses a particular keyword with an unpleasant name.
24972 Maybe it uses a keyword called
24974 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
24976 but for you that keyword means that the message is work-related.
24977 You could define a keyword to have the value
24979 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
24981 and then you would use the name &quot;Work&quot; when dealing with
24982 that keyword in Alpine.
24983 If you defined it as
24985 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
24987 the nickname would be everything before the last SPACE, that is the nickname
24988 would be &quot;My Work&quot;.
24990 Some commonly used keywords begin with dollar signs.
24991 This presents a slight complication, because the dollar sign is normally used
24992 to signify
24993 <A HREF="h_news_config">environment variable expansion</A>
24994 in the Alpine configuration.
24995 In order to specify a keyword that begins with a dollar sign you must
24996 precede the dollar sign with a second dollar sign to escape its special
24997 meaning.
24998 For example, if you want to include the keyword
25000 <CENTER><SAMP>$Label1</SAMP></CENTER>
25002 as one of your possible keywords, you must enter the text
25004 <CENTER><SAMP>$$Label1</SAMP></CENTER>
25007 instead.
25009 There are a couple limitations.
25010 First, not all servers support keywords.
25011 Second, some servers (including the IMAP server included with Alpine)
25012 have a per folder limit on the number of keywords that may be defined.
25013 This count commonly includes every keyword you have ever used in the
25014 folder, even if it is no longer being used.
25015 In other words, you can add keywords but you cannot remove them easily.
25016 If you have changed keywords over the life of a folder and find that
25017 you have reached such a limit, one possible solution might be to copy
25018 all of the messages to a newly created folder (using Alpine) and then
25019 delete the original and rename the new folder.
25020 The reason this might work is that only the keywords currently set in
25021 any of the messages will be used in the new folder, hopefully putting you
25022 under the limit.
25025 <UL>   
25026 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25027 </UL><P>
25028 &lt;End of help on this topic&gt;
25029 </BODY>
25030 </HTML>
25031 ====== h_config_alt_addresses =====
25032 <HTML>
25033 <HEAD>
25034 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
25035 </HEAD>
25036 <BODY>
25037 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
25039 This option provides a place for you to list alternate email addresses
25040 you may have.
25041 Each address in the list should be the actual email address part of an
25042 address, without the full name field or the angle brackets.
25043 For example:
25046 <CENTER><SAMP>user@example.com</SAMP></CENTER>
25049 The matching is case-insensitive, so this would match any of
25050 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
25051 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
25054 If set, the option affects the behavior of the Reply
25055 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
25056 a message has been addressed specifically to you.
25059 In the default INDEX display
25060 the personal name (or email address) of
25061 the person listed in the message's &quot;From:&quot; header
25062 field is usually displayed except when that address is yours or one of your
25063 alternate addresses.
25064 In that case you will usually see the name of
25065 the first person specified in the
25066 message's &quot;To:&quot; header field
25067 with the prefix &quot;To: &quot; prepended.
25070 With respect to Reply, the reply-to-all option will exclude addresses
25071 listed here.
25074 The feature
25075 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
25076 is somewhat related to this option.
25079 In addition to a list of actual addresses,
25080 you may use regular expressions (as used with egrep with the ignore case flag)
25081 to describe the addresses you want to match.
25082 Alpine will somewhat arbitrarily interpret your entry as a regular
25083 expression if it contains any of the characters
25084 *, |, +, ?, {, [, ^, $, or &#92;.
25085 Otherwise, it will be treated literally.
25086 The feature
25087 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
25088 may be used to turn off regular expression processing regardless of whether or not
25089 special characters appear in the entry.
25092 A description of how regular expressions work is beyond the
25093 scope of this help text, but some examples follow.
25096 The entry
25099 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
25102 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
25103 address with a domain name of <SAMP>example.com</SAMP> (such as
25104 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
25105 one of your alternate addresses.
25106 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
25107 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
25108 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
25109 Complicating things further, the dollar sign
25110 is special in the Alpine configuration (it signifies environment variable expansion)
25111 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
25112 Quotes around the whole expression will not escape the dollar sign successfully.
25113 So this example should look like
25116 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
25120 The entry
25123 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
25126 would match
25127 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
25128 as <SAMP>fred@example.com</SAMP>.
25131 You could match all addresses that look like
25132 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
25133 entry
25136 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
25139 Notice that you have to escape the plus sign with a backslash because plus
25140 is a special character in regular expressions.
25141 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
25142 the expression
25145 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
25148 would do it, but it would be easier to just add fred@example.com as a
25149 separate entry.
25152 One more example, a match of all first-level subdomains, is given by
25155 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
25159 Because the regular expression matching is based on an old library
25160 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
25161 but they should be close.
25164 <UL>   
25165 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25166 </UL><P>
25167 &lt;End of help on this topic&gt;
25168 </BODY>
25169 </HTML>
25170 ====== h_config_abook_formats =====
25171 <HTML>
25172 <HEAD>
25173 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
25174 </HEAD>
25175 <BODY>
25176 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
25178 This option specifies the format that address books are displayed in.
25179 Normally, address books are displayed with the nicknames in the first
25180 column, the fullnames in the second column, and addresses in the third
25181 column.  The system figures out reasonable defaults for the widths of
25182 the columns.  An address book may be given a different format by
25183 listing special tokens in the order you want them to display.  The
25184 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
25185 So, for example, to get the default behavior you could list
25188 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
25191 (You can also use the token DEFAULT to get the default behavior for
25192 an address book format.)
25195 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
25196 is a list, so if you have more than one address book you may have a
25197 separate format for each by putting its format at the corresponding
25198 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
25202 Listed first are the personal address books, then the global address
25203 books.  So, if you have two personal address books and one global
25204 address book, you may have up to three formats in the
25205 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
25206 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
25207 are address books, the last element is used repeatedly.
25211 Each of the tokens may also be optionally followed by parentheses with
25212 either a number or a percentage inside the parentheses.  For example,
25213 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
25214 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
25215 of the available space (the screen width minus the space for
25216 inter-column spaces) to the fullnames column, while plain
25217 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
25218 reasonable number of columns.
25221 There are always 2 spaces between every column, so if you use
25222 fixed column widths (like 13) you should remember to take that into
25223 account.
25226 <UL>   
25227 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25228 </UL><P>
25229 &lt;End of help on this topic&gt;
25230 </BODY>
25231 </HTML>
25232 ====== h_config_set_index_format =====
25233 <HTML>
25234 <HEAD>
25235 <TITLE>Set Index Format</TITLE>
25236 </HEAD>
25237 <BODY>
25238 <H1>Set Index Format</H1>
25240 This option is used to customize the content of lines in the
25241 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
25242 This action works exactly like the regular
25243 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
25244 except that you can have a folder-specific value for it if you specify it here.
25245 Consult the help for
25246 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
25247 for more information.
25250 <UL>   
25251 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25252 </UL><P>
25253 &lt;End of help on this topic&gt;
25254 </BODY>
25255 </HTML>
25256 ====== h_config_index_format =====
25257 <HTML>
25258 <HEAD>
25259 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
25260 </HEAD>
25261 <BODY>
25262 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
25264 This option is used to customize the content of lines in the
25265 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
25266 to convey some amount of immediately relevant information about each 
25267 message in the current folder.
25270 Alpine provides a pre-defined set of informational fields with
25271 reasonable column widths automatically computed.  You can, however,
25272 replace this default set by listing special tokens in the order you
25273 want them displayed.
25276 The list of available tokens is
25277 <A HREF="h_index_tokens">here</A>.
25280 Spaces are used to separate listed tokens.  Additionally, you can
25281 specify how much of the screen's width the token's associated data
25282 should occupy on the index line by appending to the token a pair of
25283 parentheses enclosing either a number or percentage.  For example,
25284 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
25285 column, and &quot;SUBJECT(20%)&quot; means to
25286 allocate 20% of the available space
25287 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
25288 attempt to figure out a reasonable amount of space.
25291 There is always one space between every pair of columns, so if you use fixed
25292 column widths (like 13) you should remember to take that into account.
25293 Several of the fields are virtually fixed-width, so it doesn't make
25294 much sense to specify the width for them.  The fields STATUS,
25295 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
25296 and DESCRIPSIZE all fall into that category.
25297 You <EM>may</EM> specify widths for those if you wish, but
25298 you're probably better off letting the system pick those widths.  <P>
25301 The default is equivalent to:
25304 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
25307 This means that the four fields without percentages will be allocated
25308 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
25309 the from and subject fields.  If one of those two fields is specified
25310 as a percentage and the other is left for the system to choose, then
25311 the percentage is taken as an absolute percentage of the screen, not
25312 of the space remaining after allocating the first four columns.  It
25313 doesn't usually make sense to do it that way.  If you leave off all
25314 the widths, then the subject and from fields (if both are present) are
25315 allocated space in a 2 to 1 ratio, which is almost exactly the same as
25316 the default.
25319 What you are most likely to do with this configuration option is to
25320 specify which fields appear at all, which order they appear in, and the
25321 percentage of screen that is used for the from and subject fields if you
25322 don't like the 2 to 1 default.
25325 If you want to retain the default format that Pine 4.64 had, use
25328 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
25330 <EM>and</EM> set the feature
25331 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
25332 <UL>   
25333 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25334 </UL><P>
25335 &lt;End of help on this topic&gt;
25336 </BODY>
25337 </HTML>
25338 ====== h_config_reply_intro =====
25339 <HTML>
25340 <HEAD>
25341 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
25342 </HEAD>
25343 <BODY>
25344 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
25346 This option is used to customize the content of the introduction line
25347 that is included when replying to a message and including the original
25348 message in the reply.
25349 The normal default (what you will get if you delete this variable) looks
25350 something like:
25352 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
25354 where the day of the week is only included if it is available in the
25355 original message.
25356 You can replace this default with text of your own.
25357 The text may contain tokens that are replaced with text
25358 that depends on the message you are replying to.
25359 For example, the default is equivalent to:
25361 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25364 Since this variable includes regular text mixed with special tokens
25365 the tokens have to be surrounded by underscore characters.
25366 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
25367 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
25368 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
25370 The list of available tokens is
25371 <A HREF="h_index_tokens">here</A>.
25374 By default, the text is all on a single line and is followed by a blank line.
25375 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
25376 than 80 characters when replying to a particular message, it is shortened.
25377 However, if you use the token
25379 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
25382 anywhere in the value, no end of line or blank line is appended, and no
25383 shortening is done.
25384 The _NEWLINE_ token may be used to get rid of the blank line following
25385 the text, to add more blank lines, or to form a multi-line
25386 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25387 To clarify how _NEWLINE_ works recall that the default value is:
25389 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25392 That is equivalent to
25394 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
25397 In the former case, two newlines are added automatically because
25398 no _NEWLINE_ token appears in the value of the option (for backwards
25399 compatibility). In the latter case, the newlines are explicit.
25400 If you want to remove the blank line that follows the
25401 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
25402 _NEWLINE_ token like
25404 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
25407 Because of the backwards compatibility problem, it is not possible to
25408 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
25409 and that will cause the automatic adding of two newlines!
25410 If you want, you may embed newlines in the middle of the text, as well,
25411 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25414 By default, no attempt is made to localize the date.
25415 If you prefer a localized form you may find that one of the tokens
25416 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
25417 If you want more control one of the many other date tokens, such as _DATEISO_,
25418 might be better.
25421 For the adventurous, there is a way to conditionally include text based
25422 on whether or not a token would result in specific replacement text.
25423 For example, you could include some text based on whether or not
25424 the _NEWS_ token would result in any newsgroups if it was used.
25425 It's explained in detail
25426 <A HREF="h_reply_token_conditionals">here</A>.
25429 In the very unlikely event that you want to include a literal token
25430 in the introduction line you must precede it with a backslash character.
25431 For example,
25433 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
25435 would produce something like
25437 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
25439 It is not possible to have a literal backslash followed by an expanded token.
25441 <UL>   
25442 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25443 </UL><P>
25444 &lt;End of help on this topic&gt;
25445 </BODY>
25446 </HTML>
25447 ====== h_config_remote_abook_history =====
25448 <HTML>
25449 <HEAD>
25450 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
25451 </HEAD>
25452 <BODY>
25453 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
25455 Sets how many extra copies of
25456 remote address book
25457 data will be kept in each remote address book folder.
25458 The default is three.
25459 These extra copies are simply old versions of the data. Each time a change
25460 is made a new copy of the address book data is appended to the folder. Old
25461 copies are trimmed, if possible, when Alpine exits.
25462 An old copy can be put back into use by
25463 deleting and expunging newer versions of the data from the folder.
25464 Don't delete the first message from the folder. It is a special header
25465 message for the remote address book and it must be there.
25466 This is to prevent regular folders from being used as remote address book
25467 folders and having their data destroyed.
25469 This option is also used to determine how many extra copies of remote
25470 Alpine configuration files are kept.
25472 <UL>   
25473 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25474 </UL><P>
25475 &lt;End of help on this topic&gt;
25476 </BODY>
25477 </HTML>
25478 ====== h_config_remote_abook_validity =====
25479 <HTML>
25480 <HEAD>
25481 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
25482 </HEAD>
25483 <BODY>
25484 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
25486 Sets the minimum number of minutes that a
25487 remote address book will be considered up to date.
25488 Whenever an entry contained in a remote address book is used,
25489 if more than this many minutes have
25490 passed since the last check the remote server will be queried to see if the
25491 address book has changed.
25492 If it has changed, the local copy is updated.
25493 The default value is five minutes.
25494 The special value of -1 means never check.
25495 The special value of zero means only check when the address book is first
25496 opened.
25498 No matter what the value, the validity check is always done when the
25499 address book is about to be changed by the user.
25500 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
25501 while in the address book maintenance screen for the remote address book.
25503 <UL>   
25504 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25505 </UL><P>
25506 &lt;End of help on this topic&gt;
25507 </BODY>
25508 </HTML>
25509 ====== h_config_user_input_timeo =====
25510 <HTML>
25511 <HEAD>
25512 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
25513 </HEAD>
25514 <BODY>
25515 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
25517 If this is set to an integer greater than zero, then this is the number
25518 of <EM>hours</EM> to wait for user input before Alpine times out.
25519 If Alpine is
25520 in the midst of composing a message or is waiting for user response to
25521 a question, then it will not timeout.
25522 However, if Alpine is sitting idle waiting for
25523 the user to tell it what to do next and the user does not give any
25524 input for this many hours, Alpine will exit.
25525 No expunging or moving of read
25526 messages will take place.
25527 It will exit similarly to the way it would exit
25528 if it received a hangup signal.
25529 This may be useful for cleaning up unused Alpine sessions that have been
25530 forgotten by their owners.
25531 The Alpine developers envision system administrators
25532 setting this to a value of several hours (24?) so that it won't surprise
25533 a user who didn't want to be disconnected.
25535 <UL>   
25536 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25537 </UL><P>
25538 &lt;End of help on this topic&gt;
25539 </BODY>
25540 </HTML>
25541 ====== h_config_ssh_open_timeo =====
25542 <HTML>
25543 <HEAD>
25544 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
25545 </HEAD>
25546 <BODY>
25547 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
25549 Sets the time in seconds that Alpine will
25550 attempt to open a UNIX secure shell connection.
25551 The default is 15, the minimum non-zero value is 5,
25552 and the maximum is unlimited. If this is set to zero ssh connections
25553 will be completely disabled.
25555 <UL>   
25556 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25557 </UL><P>
25558 &lt;End of help on this topic&gt;
25559 </BODY>
25560 </HTML>
25561 ====== h_config_rsh_open_timeo =====
25562 <HTML>
25563 <HEAD>
25564 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
25565 </HEAD>
25566 <BODY>
25567 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
25569 Sets the time in seconds that Alpine will
25570 attempt to open a UNIX remote shell connection.
25571 The default is 15, the minimum non-zero value is 5,
25572 and the maximum is unlimited. If this is set to zero rsh connections
25573 will be completely disabled.
25574 This might be useful if rsh connections will never work in your environment
25575 but are causing delays due to firewalls or some other reason.
25577 <UL>   
25578 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25579 </UL><P>
25580 &lt;End of help on this topic&gt;
25581 </BODY>
25582 </HTML>
25583 ====== h_config_tcp_open_timeo =====
25584 <HTML>
25585 <HEAD>
25586 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
25587 </HEAD>
25588 <BODY>
25589 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
25591 Sets the time in seconds that Alpine will
25592 attempt to open a network connection. The default is 30, the minimum is 5,
25593 and the maximum is system defined (typically 75). If a connection has not
25594 completed within this many seconds Alpine will give up and consider it a
25595 failed connection.
25597 <UL>   
25598 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25599 </UL><P>
25600 &lt;End of help on this topic&gt;
25601 </BODY>
25602 </HTML>
25603 ====== h_config_tcp_readwarn_timeo =====
25604 <HTML>
25605 <HEAD>
25606 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
25607 </HEAD>
25608 <BODY>
25609 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
25611 Sets the time in seconds that Alpine will
25612 wait for a network read before warning you that things are moving slowly
25613 and possibly giving you the option to break the connection.
25614 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
25615 1000 seconds.
25617 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
25619 <UL>   
25620 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25621 </UL><P>
25622 &lt;End of help on this topic&gt;
25623 </BODY>
25624 </HTML>
25625 ====== h_config_tcp_writewarn_timeo =====
25626 <HTML>
25627 <HEAD>
25628 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
25629 </HEAD>
25630 <BODY>
25631 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
25633 Sets the time in seconds that Alpine will
25634 wait for a network write before warning you that things are moving slowly
25635 and possibly giving you the option to break the connection.
25636 The default is 0 which means it is unset. If set to a non-zero value, the
25637 minimum is 5 and the maximum is 1000.
25639 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
25641 <UL>   
25642 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25643 </UL><P>
25644 &lt;End of help on this topic&gt;
25645 </BODY>
25646 </HTML>
25647 ====== h_config_tcp_query_timeo =====
25648 <HTML>
25649 <HEAD>
25650 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
25651 </HEAD>
25652 <BODY>
25653 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
25655 When Alpine times out a network read or write it will normally just display
25656 a message saying &quot;Still waiting&quot;.
25657 However, if enough time has elapsed since it started waiting it will offer
25658 to let you break the connection.
25659 That amount of time is set by this option, which defaults to 60 seconds,
25660 has a minimum of 5 seconds, and a maximum of 1000 seconds.
25662 <UL>   
25663 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25664 </UL><P>
25665 &lt;End of help on this topic&gt;
25666 </BODY>
25667 </HTML>
25668 ====== h_config_quit_query_timeo =====
25669 <HTML>
25670 <HEAD>
25671 <TITLE>OPTION: <!--#echo var="VAR_close-connection-timeout"--></TITLE>
25672 </HEAD>
25673 <BODY>
25674 <H1>OPTION: <!--#echo var="VAR_close-connection-timeout"--></H1>
25676 The original purpose of this option was to close a connection after this
25677 much time has elapsed without response from the server. The problem this
25678 generates is that a server might not reply on time due to a slow operation
25679 (for example, sorting a large folder, or filtering messages, etc.) In those
25680 situations it is desirable to wait for the server, even when this takes
25681 a long time.
25684 In order to have a good compromise so that a user can distinguish between
25685 when a connection is closed, therefore
25686 we do not need to wait for it, and the operation that the user is waiting
25687 for takes a long time, this option only applies to the
25688 &quot;NOOP&quot; IMAP command. So, if a NOOP command has been issued,
25689 and the connection does not return after the number of seconds configured
25690 here, which must be at least the amount configured in the option
25691 <a href="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></a>,
25692 then Alpine will close the connection.
25695 Closing connections that have connectivity problems is a good idea. In an ideal
25696 world, one would like all connections to be fast and reliable, so the amount
25697 of time and effort put into parsing a folder to report its state when it is
25698 opened is not wasted, so keeping connections alive is good, but the problem
25699 with this is that waiting for a user to reply to a &quot;keep connection
25700 alive?&quot; question can take a long time, and that might affect other
25701 connections that could be closed because Alpine is not pinging them while it
25702 is waiting for a reply from a user for a different connection. Therefore
25703 setting this value helps to keep other connections alive, in case
25704 you have several incoming folders in other servers.
25707 The default value for this option is 0, which means that no connections will
25708 be closed automatically, so if you want connections to be closed automatically
25709 you must set this option to a positive number bigger or equal than the
25710 value of the option <!--#echo var="VAR_tcp-query-timeout"-->.
25712 <UL>
25713 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25714 </UL><P>
25715 &lt;End of help on this topic&gt;
25716 </BODY>
25717 </HTML>
25718 ====== h_config_incoming_folders =====
25719 <HTML>
25720 <HEAD>
25721 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
25722 </HEAD>
25723 <BODY>
25724 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
25726 This is a list of one or more folders other than <EM>INBOX</EM> that
25727 may receive new messages.
25728 It is related to the
25729 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
25730 feature.
25731 This variable is normally manipulated with the Add, Delete, and Rename
25732 commands in the FOLDER LIST for the Incoming Message Folders collection.
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_folder_spec =====
25741 <HTML>
25742 <HEAD>
25743 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
25744 </HEAD>
25745 <BODY>
25746 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
25748 This is a list of one or more collections where saved mail is stored. 
25749 The first collection in this list is the default
25750 collection for <EM>Save</EM>s,
25751 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
25753 This variable is normally manipulated using the Setup/collectionList screen.
25755 <UL>   
25756 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25757 </UL><P>
25758 &lt;End of help on this topic&gt;
25759 </BODY>
25760 </HTML>
25761 ====== h_config_news_spec =====
25762 <HTML>
25763 <HEAD>
25764 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
25765 </HEAD>
25766 <BODY>
25767 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
25769 This is a list of collections where news folders are located.
25771 This variable is normally manipulated using the Setup/collectionList screen.
25773 <UL>   
25774 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25775 </UL><P>
25776 &lt;End of help on this topic&gt;
25777 </BODY>
25778 </HTML>
25779 ====== h_config_address_book =====
25780 <HTML>
25781 <HEAD>
25782 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
25783 </HEAD>
25784 <BODY>
25785 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
25787 A list of personal address books.
25788 Each entry in the list is an
25789 optional nickname followed by a pathname or file name relative to the home
25790 directory.
25791 The nickname is separated from the rest of the line with whitespace.
25792 Instead of a local pathname or file name, a remote folder name can be given.
25793 This causes the address book to
25794 be a Remote address book.
25796 Use the Setup/AddressBook screen to modify this variable.
25798 <UL>   
25799 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25800 </UL><P>
25801 &lt;End of help on this topic&gt;
25802 </BODY>
25803 </HTML>
25804 ====== h_config_glob_addrbook =====
25805 <HTML>
25806 <HEAD>
25807 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
25808 </HEAD>
25809 <BODY>
25810 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
25812 A list of shared address books.  Each entry in the list is an
25813 optional nickname followed by a pathname or file name relative to the home
25814 directory.
25815 A SPACE character separates the nickname from the rest of the line.
25816 Instead of a local pathname or file name, a remote folder name can be given.
25817 This causes the address book to
25818 be a Remote address book.
25819 Global address books are
25820 defined to be ReadOnly.
25822 Use the Setup/AddressBook screen to modify this variable.
25824 <UL>   
25825 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25826 </UL><P>
25827 &lt;End of help on this topic&gt;
25828 </BODY>
25829 </HTML>
25830 ====== h_config_last_vers =====
25831 <HTML>
25832 <HEAD>
25833 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
25834 </HEAD>
25835 <BODY>
25836 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
25838 This is set automatically by Alpine. 
25839 It is used to keep track of the last version of Alpine that
25840 was run by the user.
25841 Whenever the version number increases, a new version message is printed out.
25842 This may not be set in the system-wide configuration files.
25844 <UL>   
25845 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25846 </UL><P>
25847 &lt;End of help on this topic&gt;
25848 </BODY>
25849 </HTML>
25850 ====== h_config_printer =====
25851 <HTML>
25852 <HEAD>
25853 <TITLE>OPTION: Printer</TITLE>
25854 </HEAD>
25855 <BODY>
25856 <H1>OPTION: Printer</H1>
25858 Your default printer selection.
25860 Use the Setup/Printer screen to modify this variable.
25862 <UL>   
25863 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25864 </UL><P>
25865 &lt;End of help on this topic&gt;
25866 </BODY>
25867 </HTML>
25868 ====== h_config_print_cat =====
25869 <HTML>
25870 <HEAD>
25871 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
25872 </HEAD>
25873 <BODY>
25874 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
25876 This is an internal Alpine variable.
25877 It will be equal to 1, 2, or 3 depending on whether the default printer is
25878 attached, standard, or a personal print command.
25880 Use the Setup/Printer screen to modify this variable.
25882 <UL>   
25883 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25884 </UL><P>
25885 &lt;End of help on this topic&gt;
25886 </BODY>
25887 </HTML>
25888 ====== h_config_print_command =====
25889 <HTML>
25890 <HEAD>
25891 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
25892 </HEAD>
25893 <BODY>
25894 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
25896 List of personal print commands.
25898 Use the Setup/Printer screen to modify this variable.
25900 <UL>   
25901 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25902 </UL><P>
25903 &lt;End of help on this topic&gt;
25904 </BODY>
25905 </HTML>
25906 ====== h_config_pat_old =====
25907 <HTML>
25908 <HEAD>
25909 <TITLE>OPTION: Patterns</TITLE>
25910 </HEAD>
25911 <BODY>
25912 <H1>OPTION: Patterns</H1>
25914 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
25915 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
25916 and Patterns-Other.
25917 Patterns-Scores and Patterns-Filters have been replaced since then by
25918 Patterns-Scores2 and Patterns-Filters2.
25920 Use the Setup/Rules screens to modify these variable.
25922 <UL>   
25923 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25924 </UL><P>
25925 &lt;End of help on this topic&gt;
25926 </BODY>
25927 </HTML>
25928 ====== h_config_pat_roles =====
25929 <HTML>
25930 <HEAD>
25931 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
25932 </HEAD>
25933 <BODY>
25934 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
25936 List of rules used for roles.
25937 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
25938 other options.
25940 Use the Setup/Rules/Roles screen to modify this variable.
25942 <UL>   
25943 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25944 </UL><P>
25945 &lt;End of help on this topic&gt;
25946 </BODY>
25947 </HTML>
25948 ====== h_config_pat_filts =====
25949 <HTML>
25950 <HEAD>
25951 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
25952 </HEAD>
25953 <BODY>
25954 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
25956 List of rules used for filters.
25958 Use the Setup/Rules/Filters screen to modify this variable.
25960 <UL>   
25961 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25962 </UL><P>
25963 &lt;End of help on this topic&gt;
25964 </BODY>
25965 </HTML>
25966 ====== h_config_pat_scores =====
25967 <HTML>
25968 <HEAD>
25969 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
25970 </HEAD>
25971 <BODY>
25972 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
25974 List of rules used for scoring.
25976 Use the Setup/Rules/SetScores screen to modify this variable.
25978 <UL>   
25979 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25980 </UL><P>
25981 &lt;End of help on this topic&gt;
25982 </BODY>
25983 </HTML>
25984 ====== h_config_pat_other =====
25985 <HTML>
25986 <HEAD>
25987 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
25988 </HEAD>
25989 <BODY>
25990 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
25992 List of rules used for miscellaneous configuration.
25994 Use the Setup/Rules/Other screen to modify this variable.
25996 <UL>   
25997 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25998 </UL><P>
25999 &lt;End of help on this topic&gt;
26000 </BODY>
26001 </HTML>
26002 ====== h_config_pat_incols =====
26003 <HTML>
26004 <HEAD>
26005 <TITLE>OPTION: patterns-indexcolors</TITLE>
26006 </HEAD>
26007 <BODY>
26008 <H1>OPTION: patterns-indexcolors</H1>
26010 List of rules used for coloring lines in the index.
26012 Use the Setup/Rules/Indexcolor screen to modify this variable.
26014 <UL>   
26015 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26016 </UL><P>
26017 &lt;End of help on this topic&gt;
26018 </BODY>
26019 </HTML>
26020 ====== h_config_pat_srch =====
26021 <HTML>
26022 <HEAD>
26023 <TITLE>OPTION: patterns-search</TITLE>
26024 </HEAD>
26025 <BODY>
26026 <H1>OPTION: patterns-search</H1>
26028 List of rules used only for searching with the Select command in the MESSAGE INDEX.
26030 Use the Setup/Rules/searCh screen to modify this variable.
26032 <UL>   
26033 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26034 </UL><P>
26035 &lt;End of help on this topic&gt;
26036 </BODY>
26037 </HTML>
26038 ====== h_config_font_name =====
26039 <HTML>
26040 <HEAD>
26041 <TITLE>OPTION: Font Name</TITLE>
26042 </HEAD>
26043 <BODY>
26044 <H1>OPTION: Font Name</H1>
26046 PC-Alpine only.
26048 Name of normal font.
26050 Use the pulldown Config menu to modify this variable.
26052 <UL>   
26053 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26054 </UL><P>
26055 &lt;End of help on this topic&gt;
26056 </BODY>
26057 </HTML>
26058 ====== h_config_font_size =====
26059 <HTML>
26060 <HEAD>
26061 <TITLE>OPTION: Font Size</TITLE>
26062 </HEAD>
26063 <BODY>
26064 <H1>OPTION: Font Size</H1>
26066 PC-Alpine only.
26068 Size of normal font.
26070 Use the pulldown Config menu to modify this variable.
26072 <UL>   
26073 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26074 </UL><P>
26075 &lt;End of help on this topic&gt;
26076 </BODY>
26077 </HTML>
26078 ====== h_config_font_style =====
26079 <HTML>
26080 <HEAD>
26081 <TITLE>OPTION: Font Style</TITLE>
26082 </HEAD>
26083 <BODY>
26084 <H1>OPTION: Font Style</H1>
26086 PC-Alpine only.
26088 Style of normal font.
26090 Use the pulldown Config menu to modify this variable.
26092 <UL>   
26093 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26094 </UL><P>
26095 &lt;End of help on this topic&gt;
26096 </BODY>
26097 </HTML>
26098 ====== h_config_font_char_set =====
26099 <HTML>
26100 <HEAD>
26101 <TITLE>OPTION: Font Character Set</TITLE>
26102 </HEAD>
26103 <BODY>
26104 <H1>OPTION: Font Character Set</H1>
26106 PC-Alpine only.
26108 Character set of normal font.
26110 Use the pulldown Config menu to modify this variable.
26112 <UL>   
26113 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26114 </UL><P>
26115 &lt;End of help on this topic&gt;
26116 </BODY>
26117 </HTML>
26118 ====== h_config_print_font_name =====
26119 <HTML>
26120 <HEAD>
26121 <TITLE>OPTION: Print-Font-Name</TITLE>
26122 </HEAD>
26123 <BODY>
26124 <H1>OPTION: Print-Font-Name</H1>
26126 PC-Alpine only.
26128 Name of printer font.
26130 Use the pulldown Config menu to modify this variable.
26132 <UL>   
26133 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26134 </UL><P>
26135 &lt;End of help on this topic&gt;
26136 </BODY>
26137 </HTML>
26138 ====== h_config_print_font_size =====
26139 <HTML>
26140 <HEAD>
26141 <TITLE>OPTION: Print-Font-Size</TITLE>
26142 </HEAD>
26143 <BODY>
26144 <H1>OPTION: Print-Font-Size</H1>
26146 PC-Alpine only.
26148 Size of printer font.
26150 Use the pulldown Config menu to modify this variable.
26152 <UL>   
26153 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26154 </UL><P>
26155 &lt;End of help on this topic&gt;
26156 </BODY>
26157 </HTML>
26158 ====== h_config_print_font_style =====
26159 <HTML>
26160 <HEAD>
26161 <TITLE>OPTION: Print-Font-Style</TITLE>
26162 </HEAD>
26163 <BODY>
26164 <H1>OPTION: Print-Font-Style</H1>
26166 PC-Alpine only.
26168 Style of printer font.
26170 Use the pulldown Config menu to modify this variable.
26172 <UL>   
26173 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26174 </UL><P>
26175 &lt;End of help on this topic&gt;
26176 </BODY>
26177 </HTML>
26178 ====== h_config_print_font_char_set =====
26179 <HTML>
26180 <HEAD>
26181 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
26182 </HEAD>
26183 <BODY>
26184 <H1>OPTION: Print-Font-Char-Set</H1>
26186 PC-Alpine only.
26188 Character set of printer font.
26190 Use the pulldown Config menu to modify this variable.
26192 <UL>   
26193 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26194 </UL><P>
26195 &lt;End of help on this topic&gt;
26196 </BODY>
26197 </HTML>
26198 ====== h_config_window_position =====
26199 <HTML>
26200 <HEAD>
26201 <TITLE>OPTION: Window-Position</TITLE>
26202 </HEAD>
26203 <BODY>
26204 <H1>OPTION: Window-Position</H1>
26206 PC-Alpine only.
26208 Position on the screen of the Alpine window.
26210 Alpine normally maintains this variable itself, and it is set automatically. 
26211 This variable is provided to those who wish to use the same window position 
26212 across different machines from the same configuration.
26213 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
26214 must also be set for this setting to be used.
26216 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
26217 C is the number of columns, R is the number of rows, and X and Y specify the
26218 top left corner of the window.
26220 <UL>   
26221 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26222 </UL><P>
26223 &lt;End of help on this topic&gt;
26224 </BODY>
26225 </HTML>
26226 ====== h_config_cursor_style =====
26227 <HTML>
26228 <HEAD>
26229 <TITLE>OPTION: Cursor Style</TITLE>
26230 </HEAD>
26231 <BODY>
26232 <H1>OPTION: Cursor Style</H1>
26234 PC-Alpine only.
26236 Cursor style.
26238 Use the pulldown Config menu to modify this variable.
26240 <UL>   
26241 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26242 </UL><P>
26243 &lt;End of help on this topic&gt;
26244 </BODY>
26245 </HTML>
26246 ====== h_config_ldap_servers =====
26247 <HTML>
26248 <HEAD>
26249 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
26250 </HEAD>
26251 <BODY>
26252 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
26254 List of LDAP servers and associated data.
26256 Use the Setup/Directory screen to modify this variable.
26258 <UL>   
26259 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26260 </UL><P>
26261 &lt;End of help on this topic&gt;
26262 </BODY>
26263 </HTML>
26264 ====== h_config_sendmail_path =====
26265 <HTML>
26266 <HEAD>
26267 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
26268 </HEAD>
26269 <BODY>
26270 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
26272 This names the path to an
26273 alternative program, and any necessary arguments, to be used in posting
26274 mail messages. See the Technical notes for more information.
26276 <UL>   
26277 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26278 </UL><P>
26279 &lt;End of help on this topic&gt;
26280 </BODY>
26281 </HTML>
26282 ====== h_config_oper_dir =====
26283 <HTML>
26284 <HEAD>
26285 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
26286 </HEAD>
26287 <BODY>
26288 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
26290 This names the root of the
26291 tree to which you are restricted when reading and writing folders and
26292 files. It is usually used in the system-wide,
26293 <EM>fixed</EM> configuration file.
26295 <UL>   
26296 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26297 </UL><P>
26298 &lt;End of help on this topic&gt;
26299 </BODY>
26300 </HTML>
26301 ====== h_config_rshpath =====
26302 <HTML>
26303 <HEAD>
26304 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
26305 </HEAD>
26306 <BODY>
26307 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
26309 Sets the name of the command used to open a UNIX remote shell
26310 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
26312 <UL>   
26313 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26314 </UL><P>
26315 &lt;End of help on this topic&gt;
26316 </BODY>
26317 </HTML>
26318 ====== h_config_rshcmd =====
26319 <HTML>
26320 <HEAD>
26321 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
26322 </HEAD>
26323 <BODY>
26324 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
26326 Sets the format of the command used to
26327 open a UNIX remote shell connection. The default is
26328 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26329 provided command. The first is for the command's pathname, the second is
26330 for the host to connect to, the third is for the user to connect as, and
26331 the fourth is for the connection method (typically <CODE>imap</CODE>).
26333 <UL>   
26334 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26335 </UL><P>
26336 &lt;End of help on this topic&gt;
26337 </BODY>
26338 </HTML>
26339 ====== h_config_sshpath =====
26340 <HTML>
26341 <HEAD>
26342 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
26343 </HEAD>
26344 <BODY>
26345 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
26347 Sets the name of the command used to open a UNIX secure shell
26348 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
26350 <UL>   
26351 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26352 </UL><P>
26353 &lt;End of help on this topic&gt;
26354 </BODY>
26355 </HTML>
26356 ====== h_config_sshcmd =====
26357 <HTML>
26358 <HEAD>
26359 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
26360 </HEAD>
26361 <BODY>
26362 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
26364 Sets the format of the command used to
26365 open a UNIX secure shell connection. The default is
26366 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26367 provided command. The first is for the command's pathname, the second is
26368 for the host to connect to, the third is for the user to connect as, and
26369 the fourth is for the connection method (typically <CODE>imap</CODE>).
26371 <UL>   
26372 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26373 </UL><P>
26374 &lt;End of help on this topic&gt;
26375 </BODY>
26376 </HTML>
26377 ====== h_config_new_ver_quell =====
26378 <HTML>
26379 <HEAD>
26380 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
26381 </HEAD>
26382 <BODY>
26383 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
26385 When a new version of Alpine is run for the first time it offers a
26386 special explanatory screen to the user upon startup.  This option
26387 helps control when and if that special screen appears for users that
26388 have previously run Alpine.  It takes as its value an Alpine version
26389 number.  Alpine versions less than the specified value will suppress this
26390 special screen while versions equal to or greater than that specified
26391 will behave normally.
26393 <UL>   
26394 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26395 </UL><P>
26396 &lt;End of help on this topic&gt;
26397 </BODY>
26398 </HTML>
26399 ====== h_config_disable_drivers =====
26400 <HTML>
26401 <HEAD>
26402 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
26403 </HEAD>
26404 <BODY>
26405 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
26407 This variable is a list of mail drivers that will be disabled.
26408 The candidates for disabling are listed below.
26409 There may be more in the future if you compile Alpine with
26410 a newer version of the c-client library.
26413 <UL>
26414 <LI> mbox
26415 <LI> mbx
26416 <LI> mh
26417 <LI> mmdf
26418 <LI> mtx
26419 <LI> mx
26420 <LI> news
26421 <LI> phile
26422 <LI> tenex
26423 <LI> unix
26424 </UL>
26427 The <EM>mbox</EM> driver enables the following behavior: if there is a
26428 file called <CODE>mbox</CODE>
26429 in your home directory, and if that file is either empty or in Unix mailbox
26430 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
26431 will automatically transfer mail from the system mail spool directory into the
26432 <CODE>mbox</CODE> file and
26433 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
26434 this will not happen.
26437 It is not recommended to disable the driver that supports the system default
26438 mailbox format. On most non-SCO systems, that driver is the
26439 <EM>unix</EM> driver.
26440 On most SCO systems, it is the <EM>mmdf</EM> driver.
26441 The system default driver may be
26442 configured to something else on your system; check with your system manager
26443 for additional information.
26446 It is most likely not very useful for you to disable any of the drivers other
26447 than possibly <EM>mbox</EM>.
26448 You could disable some of the others if you know for
26449 certain that you don't need them but the performance gain in doing so
26450 is very modest.
26452 <UL>   
26453 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26454 </UL><P>
26455 &lt;End of help on this topic&gt;
26456 </BODY>
26457 </HTML>
26458 ====== h_config_disable_auths =====
26459 <HTML>
26460 <HEAD>
26461 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
26462 </HEAD>
26463 <BODY>
26464 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
26466 This variable is a list of SASL (Simple Authentication and Security
26467 Layer) authenticators that will be disabled.
26468 SASL is a mechanism for
26469 authenticating to IMAP, POP3, SMTP, and other network servers.
26472 Alpine matches its list of supported authenticators with the server to
26473 determine the most secure authenticator that is supported by both.
26474 If no matching authenticators are found, Alpine will revert to plaintext
26475 login (or, in the case of SMTP, will be unable to authenticate at all).
26477 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
26480 Normally, you will not disable any authenticators.
26481 There are two exceptions:
26483 <OL>
26484 <LI> You use a broken server that advertises an authenticator,
26485 but does not actually implement it.
26486 <LI> You have a Kerberos-capable version of Alpine and the server is
26487 also Kerberos-capable, but you can not obtain Kerberos
26488 credentials on the server machine, thus you desire to disable
26489 GSSAPI (which in turn disables Alpine's Kerberos support).
26490 </OL>
26492 It is never necessary to disable authenticators, since Alpine will try
26493 other authenticators before giving up.
26494 However, disabling the relevant authenticator avoids annoying error messages.
26496 <UL>   
26497 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26498 </UL><P>
26499 &lt;End of help on this topic&gt;
26500 </BODY>
26501 </HTML>
26502 ====== h_config_encryption_range =====
26503 <HTML>
26504 <HEAD>
26505 <TITLE>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></TITLE>
26506 </HEAD>
26507 <BODY>
26508 <H1>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></H1>
26510 This option sets a range of encryption protocols that can be attempted when
26511 Alpine will try to establish a secure connection using the SSL or TLS
26512 protocols.
26515 Before a secure connection to an external server is established, Alpine and the
26516 server will attempt to negotiate a secure connection. This part is known as the
26517 &quot;ClientHello&quot;. At that time Alpine will announce the version of
26518 encryption that it would like to establish. The server can reject that, and announce
26519 a different version of encryption. Once both the server and Alpine have found
26520 a version of encryption that they both agree on, they will both use it to start
26521 a secure connection.
26524 The use of the /ssl parameter in the definition of the server will make Alpine
26525 attempt the highest encryption protocol that it can use, in agreement with the
26526 server. However, using this option, you will set limits to the versions of
26527 the protocols that are used. This would, for example, allow you to disable the use
26528 of ssl3, in favor of more modern protocols. 
26531 For purposes of this option, the protocols are sorted 
26532 as follows
26535 <CENTER>
26536 no_min < ssl3 < tls1 < tls1_1 < tls1_2 < tls1_3 < no_max
26537 </CENTER>
26540 For example, if you want to disable ssl3, all you have to do is to set the minimum 
26541 version to tls1, or any higher protocol. 
26543 <P>The name of the parameters used to configure this option is the same as the 
26544 parameters that are added to the definition of a server to make it a secure 
26545 connection, and they are listed above for your reference.
26548 The special values &quot;no_min&quot; and &quot;no_max&quot; do not set values
26549 for the minimum and maximum protocol versions, and Alpine will use the maximum
26550 and minimum values of encryption protocols built into your SSL library.
26553 <UL>   
26554 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26555 </UL><P>
26556 &lt;End of help on this topic&gt;
26557 </BODY>
26558 </HTML>
26559 ====== h_config_abook_metafile =====
26560 <HTML>
26561 <HEAD>
26562 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
26563 </HEAD>
26564 <BODY>
26565 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
26567 This is usually set by Alpine and is the name of a file
26568 that contains data about
26569 remote address books and remote configuration files.
26571 <UL>   
26572 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26573 </UL><P>
26574 &lt;End of help on this topic&gt;
26575 </BODY>
26576 </HTML>
26577 ====== h_config_composer_wrap_column =====
26578 <HTML>
26579 <HEAD>
26580 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
26581 </HEAD>
26582 <BODY>
26583 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
26586 This option specifies an aspect of Alpine's Composer.  This gives the
26587 maximum width that auto-wrapped lines will have.  It's also the maximum
26588 width of lines justified using the <A HREF="h_compose_justify">^J
26589 Justify</A> command.  The normal default
26590 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
26591 in order to
26592 prevent very long lines from being sent in outgoing mail.  When the mail
26593 is actually sent, trailing spaces will be stripped off of each line.
26596 <UL>   
26597 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26598 </UL><P>
26599 &lt;End of help on this topic&gt;
26600 </BODY>
26601 </HTML>
26602 ====== h_config_deadlets =====
26603 <HTML>
26604 <HEAD>
26605 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
26606 </HEAD>
26607 <BODY>
26608 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
26611 This option affects Alpine's behavior when you cancel a message being
26612 composed.  Alpine's usual behavior is to write the canceled message to
26613 a file named 
26614 <!--chtml if pinemode="os_windows"-->
26615 &quot;DEADLETR&quot;,
26616 <!--chtml else-->
26617 &quot;dead.letter&quot; in your home directory,
26618 <!--chtml endif-->
26619 overwriting any previous message.
26621 If you set this option to a value higher than one, then that many copies
26622 of dead letter files will be saved.
26623 For example, if you set this option to &quot;3&quot; then you may have
26624 files named
26625 <!--chtml if pinemode="os_windows"-->
26626 &quot;DEADLETR&quot;,
26627 &quot;DEADLETR2&quot;, and
26628 &quot;DEADLETR3&quot;.
26629 <!--chtml else-->
26630 &quot;dead.letter&quot;,
26631 &quot;dead.letter2&quot;, and
26632 &quot;dead.letter3&quot; in your home directory.
26633 <!--chtml endif-->
26634 In this example, the most recently cancelled message will be in
26635 <!--chtml if pinemode="os_windows"-->
26636 &quot;DEADLETR&quot;,
26637 <!--chtml else-->
26638 &quot;dead.letter&quot;,
26639 <!--chtml endif-->
26640 and the third most recently cancelled message will be in
26641 <!--chtml if pinemode="os_windows"-->
26642 &quot;DEADLETR3&quot;.
26643 <!--chtml else-->
26644 &quot;dead.letter3&quot;.
26645 <!--chtml endif-->
26646 The fourth most recently cancelled message will no longer be saved.
26649 If you set this option to zero, then NO record of canceled messages is
26650 maintained.
26652 If the feature
26653 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
26654 is set, that overrides whatever you set for this option.
26655 If this option had existed at the time, then the Quell feature would not
26656 have been added, but it is still there for backwards compatibility.
26657 So, in order for this option to have the desired effect, make sure the
26658 Quell feature is turned off.
26661 <UL>   
26662 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26663 </UL><P>
26664 &lt;End of help on this topic&gt;
26665 </BODY>
26666 </HTML>
26667 ====== h_config_maxremstream =====
26668 <HTML>
26669 <HEAD>
26670 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
26671 </HEAD>
26672 <BODY>
26673 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
26675 This option affects low-level behavior of Alpine.
26676 The default value for this option is <EM>3</EM>.
26677 If your INBOX is accessed using the IMAP protocol
26678 from an IMAP server, that connection is kept open throughout the
26679 duration of your Alpine session, independent of the value of this option.
26680 The same is true of any 
26681 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
26682 you have defined.
26683 This option controls Alpine's behavior when connecting to remote IMAP folders
26684 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
26685 It specifies the maximum number of remote IMAP connections (other than
26686 those mentioned above) that Alpine will use for accessing the rest of your
26687 folders.
26688 If you set this option to zero, you will turn off most remote connection
26689 re-use.
26690 It's difficult to understand exactly what this option does, and it is usually
26691 fine to leave it set to its default value.
26692 It is probably more likely that you will be interested in setting the
26693 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
26694 instead of changing the value of this option.
26695 A slightly longer explanation of what is going on with this option
26696 is given in the next paragraphs.
26699 There are some time costs involved in opening and closing remote IMAP 
26700 folders, the main costs being the time you have to wait for the connection
26701 to the server and the time for the folder to open.
26702 Opening a folder may involve not only the time the server takes to do its
26703 processing but time that Alpine uses to do filtering.
26704 These times can vary widely.
26705 They depend on how loaded the server is, how large
26706 the folder being opened is, and how you set up filtering, among other things.
26707 Once Alpine has opened a connection to a particular folder, it will attempt
26708 to keep that connection open in case you use it again.
26709 In order to do this,
26710 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
26711 this option) IMAP connections you have allotted for this purpose.
26713 For example, suppose the value of this option is set to &quot;2&quot;.
26714 If your INBOX is accessed on a remote server using the IMAP protocol, that
26715 doesn't count as one of the remote connections but it is always kept open.
26716 If you then open another IMAP folder, that would be your first
26717 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
26718 If you open a third folder the second will be left open, in case you
26719 return to it.
26720 You won't be able to tell it has been left open.
26721 It will appear to be closed when you leave the folder but the connection
26722 will remain in the background.
26723 Now suppose you go back to the second folder (the first folder after the
26724 INBOX).
26725 A connection to that folder is still open so you won't have to wait
26726 for the startup time to open it.
26727 Meanwhile, the connection to the third folder will be left behind.
26728 Now, if you open a fourth folder, you will bump into the
26729 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
26730 than INBOX and you have the option set to &quot;2&quot;.
26731 The connection that is being used for
26732 the third folder will be re-used for this new fourth folder.
26733 If you go back to the third folder after this, it is no longer already
26734 connected when you get there.
26735 You'll still save some time since Alpine will re-use the connection to the
26736 fourth folder and you have already logged in on that connection,
26737 but the folder will have to be re-opened from scratch.
26739 If a folder is large and the startup cost is dominated by the time it takes
26740 to open that folder or to run filters on it, then it will pay to make the
26741 value of this option large enough to keep it open.
26742 On the other hand, if you only revisit a handful of folders or if
26743 the folders are small, then it might
26744 make more sense to keep this number small so that the reconnect
26745 time (the time to start up a new connection and authenticate)
26746 is eliminated instead.
26748 You may also need to consider the impact on the server.
26749 On the surface, a larger number here may cause a larger impact on the
26750 server, since you will have more connections open to the server.
26751 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
26752 associated with reopening a folder, but the <EM>server</EM> will be
26753 avoiding those costs as well.
26755 When twenty five minutes pass without any active use of an IMAP connection
26756 being saved for possible re-use, that connection will be shut down,
26759 <UL>   
26760 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26761 </UL><P>
26762 &lt;End of help on this topic&gt;
26763 </BODY>
26764 </HTML>
26765 ====== h_config_permlocked =====
26766 <HTML>
26767 <HEAD>
26768 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
26769 </HEAD>
26770 <BODY>
26771 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
26773 This option affects low-level behavior of Alpine.
26774 There is no default value for this option.
26775 It is related to the options
26776 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
26777 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
26778 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
26781 Note: changes made to this list take effect the next time you open a
26782 folder in the list.
26785 This is a list of folders that will be permanently kept open once they
26786 are first opened.
26787 The names in this list may be either the nickname of an Incoming folder
26788 or the full technical specification of a folder.
26789 The folders in this list need not be remote IMAP folders, they could usefully
26790 be local folders, as well.
26791 If a folder in the list is a newsgroup or is not accessed either locally
26792 or via IMAP, then the entry will be ignored.
26793 For example, folders accessed via NNTP or POP3 will not be kept open, since
26794 the way that new mail is found with those protocols involves closing and
26795 reopening the connection.
26797 Once a Stay Open folder has been opened, new-mail checking will continue
26798 to happen on that folder for the rest of the Alpine session.
26799 Your INBOX is always implicitly included in this Stay-Open list and doesn't
26800 need to be added explicitly.
26802 Another difference that you may notice between a Stay Open folder and a
26803 non-Stay Open folder is which message is selected as the current message
26804 when you enter the folder index.
26805 Normally, the starting position for an incoming folder (which most Stay Open
26806 folders will likely be) is controlled by the
26807 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
26808 However, if a folder is a Stay Open folder, when you re-enter the folder
26809 after the first time the current message will be the same as it was when
26810 you left the folder.
26811 An exception is made if you use the TAB command to get to the folder.
26812 In that case, the message number will be incremented by one from what it
26813 was when you left the folder.
26815 The above special behavior is thought to be useful.
26816 However, it is special and different from what you might at first expect.
26817 The feature
26818 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
26819 may be used to turn off this special treatment.
26821 If the message that was current when you left the folder no longer exists,
26822 then the regular startup rule will be used instead.
26825 <UL>   
26826 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26827 </UL><P>
26828 &lt;End of help on this topic&gt;
26829 </BODY>
26830 </HTML>
26831 ====== h_config_viewer_overlap =====
26832 <html>
26833 <header>
26834 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
26835 </header>
26836 <body>
26837 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
26839 This option specifies an aspect of Alpine's Message Viewing screen.  When
26840 the space bar is used to page forward in a message, the number of lines
26841 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
26842 bottom of the screen.  That is, if this was set to two lines, then the
26843 bottom two lines of the screen would be repeated on the top of the next
26844 screen.  The normal default value is "2".<p>
26845 <UL>   
26846 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26847 </UL><P>
26848 &lt;End of help on this topic&gt;
26849 </body>
26850 </html>
26851 ====== h_config_scroll_margin =====
26852 <HTML>
26853 <HEAD>
26854 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
26855 </HEAD>
26856 <BODY>
26857 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
26859 This option controls when Alpine's line-by-line scrolling occurs.
26860 Typically, when a selected item is at the top or bottom screen edge
26861 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
26862 displayed items are scrolled down or up by a single line.
26865 This option allows you to tell Alpine the number of lines from the top and
26866 bottom screen edge that line-by-line paging should occur.  For example,
26867 setting this value to one (1) will cause Alpine to scroll the display
26868 vertically when you move to select an item on the display's top or
26869 bottom edge.
26872 By default, this variable is zero, indicating that scrolling happens
26873 when you move up or down to select an item immediately off the display's
26874 top or bottom edge.
26877 <UL>   
26878 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26879 </UL><P>
26880 &lt;End of help on this topic&gt;
26881 </BODY>
26882 </HTML>
26883 ====== h_config_wordseps =====
26884 <HTML>
26885 <HEAD>
26886 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
26887 </HEAD>
26888 <BODY>
26889 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
26891 This option affects how a &quot;word&quot; is defined in the composer.
26892 The definition of a word is used when using the Forward Word and Backward
26893 Word commands in the composer, as well as when using the spell checker.
26894 Whitespace is always considered a word separator.
26895 Punctuation (like question marks, periods, commas, and so on) is always
26896 a word separator if it comes at the end of a word.
26897 By default, a punctuation character that is in the middle of a word does
26898 not break up that word as long as the character before and the character
26899 after it are both alphanumeric.
26900 If you add a character to this option it will be considered a
26901 word separator even when it occurs in the middle of an alphanumeric word.
26902 For example, if you want to skip through each part of an address instead
26903 of skipping the whole address at once you might want to include &quot;@&quot;
26904 and &quot;.&quot; in this list.
26905 If you want the word-skipper to stop on each part of a UNIX filename you
26906 could add &quot;/&quot; to the list.
26907 The equal sign and dash are other possibilities you might find helpful.
26909 <UL>   
26910 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26911 </UL><P>
26912 &lt;End of help on this topic&gt;
26913 </BODY>
26914 </HTML>
26915 ====== h_config_reply_indent_string =====
26916 <HTML>
26917 <HEAD>
26918 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
26919 </HEAD>
26920 <BODY>
26921 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
26923 This option specifies an aspect of Alpine's Reply command.
26924 When a message is replied to and the text of the message is included, the
26925 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
26926 to each line indicating it is quoted text.
26927 (In case you haven't seen this before, &quot;string&quot; is a technical term
26928 that means chunk of text.)
26931 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
26932 in 1999 and its wide-spread adoption since then, you will usually be better off if you
26933 use one of the standard values,
26934 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
26937 This option specifies a different value for that string.
26938 If you wish to use a string that begins or ends with a space,
26939 enclose the string in double quotes.
26942 Besides simple text, the prepended string can be based
26943 on the message being replied to.
26944 The following tokens are substituted for the message's corresponding value:
26946 <DL>
26947 <DT>_FROM_</DT>
26948 <DD>This token gets replaced with the message sender's &quot;username&quot;.
26949 If the name is longer than six characters, only the first six characters are
26950 used.
26951 </DD>
26953 <DT>_NICK_</DT>
26954 <DD>This token gets replaced with the nickname of the message sender's
26955 address as found in your addressbook.
26956 If no addressbook entry is found,
26957 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
26958 If the nickname is longer than six characters, only the first six characters are
26959 used.
26960 </DD>
26962 <DT>_INIT_</DT>
26963 <DD>This token gets replaced with the initials of the sender of the message.
26964 </DD>
26966 </DL>
26968 NOTE: When the
26969 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
26970 feature is enabled, you are given the opportunity to edit the string, whether 
26971 it is the default or one automatically generated using the above tokens.
26973 If you change your <!--#echo var="VAR_reply-indent-string"-->
26974 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
26975 quoted text will not be flowed
26976 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
26977 when you reply.
26978 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
26979 set to the default value.
26981 <UL>   
26982 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26983 </UL><P>
26984 &lt;End of help on this topic&gt;
26985 </BODY>
26986 </HTML>
26987 ====== h_config_quote_replace_string =====
26988 <HTML>
26989 <HEAD>
26990 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
26991 </HEAD>
26992 <BODY>
26993 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
26995 This option specifies what string to use as a quote when <b>viewing</b> a
26996 message.  The standard way of quoting messages when replying is the string
26997 &quot;&gt;&nbsp;&quot; (quote space).
26998 With this variable set, viewing a message will
26999 replace occurrences of 
27000 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
27001 This setting works best when
27002 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
27003 or the equivalent setting in your correspondents' mail programs
27004 is set to the default
27005 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
27006 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
27008 By default, this setting will only work on messages that are flowed, which is
27009 the default way of sending messages for many mail clients including
27010 Alpine.  Enable the feature
27011 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
27012 to also have quote-replacement performed on non-flowed messages.
27015 Setting this option will replace  &quot;&gt;&quot; and 
27016 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
27017 spaces. To preserve those spaces enclose the full string in double quotes.
27019 No padding to separate the text of the message from the quote string is
27020 added. This means that if you do not add trailing spaces to the value of
27021 this variable, text will be displayed right next to the quote string,
27022 which may be undesirable. This can be avoided by adding a new string
27023 separated by a space from your selection of quote string replacement. This
27024 last string will be used for padding. For example, setting this variable to 
27025 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
27026 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
27027 a space from the last quote string to make it more readable.
27029 One possible setting for this variable could be
27030 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
27031 would have the effect of indenting each level of quoting four spaces and
27032 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
27033 more discernible by setting colors for quoted text.
27035 Replying to or forwarding the viewed message will preserve the original
27036 formatting of the message, so quote-replacement will not be performed on
27037 messages that are being composed.
27039 <UL>   
27040 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27041 </UL><P>
27042 &lt;End of help on this topic&gt;
27043 </BODY>
27044 </HTML>
27045 ====== h_config_empty_hdr_msg =====
27046 <HTML>
27047 <HEAD>
27048 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
27049 </HEAD>
27050 <BODY>
27051 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
27053 When sending, if both the To and Cc fields are empty and you
27054 are sending the message to a Bcc,
27055 Alpine will put a special address in the To line.  The default value is:
27058 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
27061 The reason for this is to avoid embarrassment caused by some Internet
27062 mail transfer software that interprets a &quot;missing&quot;
27063 <SAMP>To:</SAMP> header as an error and replaces it with an
27064 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
27065 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
27066 Bcc.  You may change the part of this message that comes before the
27067 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
27068 variable to something else.
27071 The normal default is &quot;undisclosed-recipients&quot;.
27074 <UL>   
27075 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27076 </UL><P>
27077 &lt;End of help on this topic&gt;
27078 </BODY>
27079 </HTML>
27080 ====== h_config_status_msg_delay =====
27081 <HTML>
27082 <HEAD>
27083 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
27084 </HEAD>
27085 <BODY>
27086 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
27088 This option has evolved over time, causing the possible values to be
27089 counter-intuitive.
27090 Read carefully before you set this option.
27091 First we explain what the option does, then there is a longer discussion
27092 following that.
27094 If this is set to zero, the default value, it has <EM>no</EM> effect.
27095 Positive and negative values serve two similar, but different purposes.
27097 If it is set to a positive number, it causes the cursor to move to the
27098 status line whenever a status message is printed and pause there for this
27099 many seconds.
27100 It will probably only be useful if the 
27101 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
27102 also turned on.
27103 Setting this option to a positive number can only be used to
27104 <EM>increase</EM> the status message delay.
27105 This may be useful for Braille displays, or other non-traditional displays.
27107 If it is set to a negative number the interpretation is a bit complicated.
27108 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
27109 allow you to read important status messages.
27110 Of course, this may cause you to miss some important messages.
27111 If you see a message flash by but miss what it says you can use the
27112 Journal command from the MAIN MENU to read it.
27113 If you set this option to a negative value, the delay will be
27114 no more than one second less than the absolute value
27115 of the value you set.
27116 So if you set it to -1, the delay will be no more than zero seconds, no
27117 delay at all.
27118 If you set it to -2, the delay will be no more than 1 second.
27119 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
27120 If the delay that Alpine would have used by default is less than this delay,
27121 then the smaller delay set by Alpine will be used.
27122 Setting this option to a negative value can only reduce the amount of
27123 delay, never increase it.
27125 Here is a more detailed explanation.
27126 Status messages are the messages that show up spontaneously in the
27127 status message line, usually the third line from the bottom of the screen.
27128 By default, Alpine assigns each status message it produces a minimum
27129 display time.
27130 Some status messages have a minimum display time of zero.
27131 You can see an example of such a message by paging up in this help text
27132 until you reach the top of the screen.
27133 If you try to page past the top you will see the message
27135 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
27137 in the status line.
27138 If there is another more important use of the status message line this message
27139 might be replaced quickly, or it even might not be shown at all.
27140 However, if there is no reason to get rid of the message, it might stay
27141 there for several seconds while you read the help.
27142 An example where it is replaced immediately happens when you page up in
27143 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
27144 command right after paging up.
27145 The message will disappear immediately without causing a delay (unless you
27146 have set this option to a positive value) to allow you to type input for
27147 the &quot;WhereIs&quot; command.
27148 Since it isn't a very important message, Alpine has set its minimum display
27149 time to zero seconds.
27151 Other messages have minimum display times of three or more seconds.
27152 These are usually error messages that Alpine thinks you ought to see.
27153 For example, it might be a message about a failed Save or a failed folder open.
27154 It is often the case that this minimum display time won't delay you in
27155 any way because the status message line is not needed for another reason.
27156 However, there are times when Alpine has to delay what it is doing in
27157 order to display a status message for the minimum display time.
27158 This happens when a message is being displayed and Alpine wants to ask
27159 for input from the keyboard.
27160 For example, when you Save a message you use the status message line.
27161 You get a prompt there asking for the name of the folder to save to.
27162 If there is a status message being displayed that has not
27163 yet displayed for its minimum
27164 time Alpine will display that status message surrounded with the characters
27165 &gt; and &lt; to show you that it is delaying.
27166 That might happen, for example, if you tried to save to a folder that
27167 caused an error, then followed that immediately with another Save command.
27168 You might find yourself waiting for a status message like
27170 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
27172 to finish displaying for three seconds.
27173 If that is something you find happening to you frequently, you may use
27174 negative values of this option to decrease or eliminate that delay, at
27175 the risk of missing the message.
27177 <UL>   
27178 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27179 </UL><P>
27180 &lt;End of help on this topic&gt;
27181 </BODY>
27182 </HTML>
27183 ====== h_config_active_msg_interval =====
27184 <HTML>
27185 <HEAD>
27186 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
27187 </HEAD>
27188 <BODY>
27189 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
27191 When Alpine is delayed for some reason it usually shows that
27192 something is happening with a small animated display in the status
27193 message line near the bottom of the screen.
27194 This option sets how frequently the characters (for example, a spinning bar)
27195 in the active status message lines are updated.
27196 At most, it can be set to be updated 20 times per second. 
27199 Setting this value to zero will prevent display of the animations
27200 altogether.
27203 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
27204 can be used to remove the randomness from this animated display.
27207 <UL>   
27208 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27209 </UL><P>
27210 &lt;End of help on this topic&gt;
27211 </BODY>
27212 </HTML>
27213 ====== h_config_mailchecknoncurr =====
27214 <HTML>
27215 <HEADER>
27216 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
27217 </HEADER>
27218 <BODY>
27219 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
27221 This option is closely related to the
27222 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27223 option, as well as the
27224 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
27225 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
27226 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
27227 new-mail checking is disabled and this option will have no effect.
27229 Normally this option is set to zero, which means that the value used will be
27230 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
27231 If you set this option to a value different from zero
27232 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
27233 then that is the check interval that will be used
27234 for folders that are not the currently open folder or the INBOX.
27235 You may not even have any folders that are noncurrent and not the INBOX.
27236 If you do, it is likely that they are due to
27237 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
27238 you have configured.
27239 This option also affects the rate of mail checking done on cached
27240 connections to folders you previously had open but are no longer actively
27241 using.
27242 You aren't expected to understand that last sentence, but if you are interested
27243 take a look at
27244 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
27245 and the related options.
27247 <UL>   
27248 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27249 </UL><P>
27250 &lt;End of help on this topic&gt;
27251 </BODY>
27252 </HTML>
27253 ====== h_config_fifopath =====
27254 <HTML>
27255 <HEADER>
27256 <TITLE>OPTION: NewMail FIFO Path</TITLE>
27257 </HEADER>
27258 <BODY>
27259 <H1>OPTION: NewMail FIFO Path</H1>
27261 This option is only available in UNIX Alpine.
27262 However, there is a very similar feature built in to PC-Alpine.
27263 In PC-Alpine's Config menu at the top of the screen
27264 is an option called &quot;New Mail Window&quot;.
27266 You may have Alpine create a FIFO special file (also called a named pipe) where
27267 it will send a one-line message each time a new message is received in
27268 the current folder, the INBOX, or any open
27269 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
27270 To protect against two different Alpines both writing to the same FIFO, Alpine
27271 will only create the FIFO and write to it if it doesn't already exist.
27273 A possible way to use this option would be to have a separate window
27274 on your screen running the command
27276 <CENTER><SAMP>cat filename</SAMP></CENTER>
27278 where &quot;filename&quot; is the name of the file given for this option.
27279 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
27280 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
27281 You may be tempted to use &quot;tail -f filename&quot; to view the new
27282 mail log.
27283 However, the common implementations of the tail command will not do what you
27284 are hoping.
27286 The width of the messages produced for the FIFO may be altered with the
27287 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
27289 On some systems, fifos may only be created in a local filesystem.
27290 In other words, they may not be in NFS filesystems.
27291 This requirement is not universal.
27292 If the system you are using supports it, it should work.
27293 (It is often the case that your home directory is in an NFS filesystem.
27294 If that is the case, you might try using a file in the &quot;/tmp&quot;
27295 filesystem, which is usually a local filesystem.)
27296 Even when it is possible to use an NFS-mounted filesystem as a place to name
27297 the fifo (for example, your home directory), it will still be the case that
27298 the reader (probably the &quot;cat&quot; command) and the
27299 writer (Alpine) of the fifo must be running on the same system.
27301 <UL>   
27302 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27303 </UL><P>
27304 &lt;End of help on this topic&gt;
27305 </BODY>
27306 </HTML>
27307 ====== h_config_newmailwidth =====
27308 <HTML>
27309 <HEADER>
27310 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
27311 </HEADER>
27312 <BODY>
27313 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
27315 For UNIX Alpine, this option is only useful if you have turned on the
27316 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
27317 That option causes new mail messages to be sent to a fifo file.
27318 Those messages will be 80 characters wide by default.
27319 You can change the width of those messages by changing this option.
27320 For example, if you are reading those messages in another window you might
27321 want to set this width to the width of that other window.
27323 If you are using PC-Alpine, it has an option in the Config menu to turn
27324 on the &quot;New Mail Window&quot;.
27325 This present option also controls the width of that window.
27327 <UL>   
27328 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27329 </UL><P>
27330 &lt;End of help on this topic&gt;
27331 </BODY>
27332 </HTML>
27333 ====== h_config_mailcheck =====
27334 <HTML>
27335 <HEADER>
27336 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
27337 </HEADER>
27338 <BODY>
27339 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
27341 This option specifies, in seconds,
27342 how often Alpine will check for new mail.
27343 If set to zero, new-mail checking is disabled.
27344 (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
27345 current message is the last message of the folder.)
27346 There is a minimum value for this option, normally 15 seconds.
27347 The default value is normally 150 seconds.
27348 The higher you set this option, the easier it is on the server.
27350 There are some situations where automatic new-mail checking does not work.
27351 See the discussion about new-mail checking in
27352 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
27354 The new-mail checking will not happen exactly at the frequency that you specify.
27355 For example, Alpine may elect to defer a non-INBOX mail check if you
27356 are busy typing.
27357 Or, it may check more frequently than you have specified if that is
27358 thought to be necessary to keep the server from closing the connection
27359 to the folder due to inactivity.
27360 If Alpine checks for new mail as a side effect of another command, it will reset
27361 the timer, so that new-mail checking may seem to happen irregularly instead of
27362 every X seconds like clockwork.
27364 If you are anxious to know about new mail as soon as possible, set the check
27365 interval low, and you'll know about the new mail by approximately
27366 that amount of time after it arrives.
27367 If you aren't so worried about knowing right away, set this option to a
27368 higher value.
27369 That will save the server some processing time and may save you some of
27370 the time you spend waiting for new-mail checks to happen if you are
27371 dealing with a slow server or slow network connection.
27373 If you suspect that new-mail checking is causing slow downs for you,
27374 you may want to look into the options
27375 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
27376 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
27377 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
27378 which refine when mail checking is done.
27380 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
27381 there is a minimum time
27382 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
27383 between new-mail checks.
27384 Because of this minimum you may notice that new mail does not
27385 appear promptly when you expect it.
27386 The reason for this is to protect the server from over-zealous opening and
27387 closing of the Mail Drop folder, since that is a costly operation.
27389 <UL>   
27390 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27391 </UL><P>
27392 &lt;End of help on this topic&gt;
27393 </BODY>
27394 </HTML>
27395 ====== h_config_quell_checks_comp =====
27396 <HTML>
27397 <HEAD>
27398 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
27399 </HEAD>
27400 <BODY>
27401 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
27403 This option is closely related to the
27404 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27405 option, the
27406 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27407 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
27409 If this option is set, then the normal new-mail checking that happens
27410 while you are composing will not happen for folders other than your
27411 INBOX (which depends on the setting
27412 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
27414 You might want to set this option if you are experiencing delays while
27415 composing that you think might be related to the speed of the new-mail
27416 checks.
27418 Even with this option turned on, an occasional new-mail check may be done
27419 in order to keep the server from killing the connection to the folder.
27420 For example, IMAP servers may remove a connection to a folder if there
27421 has been no activity on the connection for 30 minutes or more.
27422 Instead of letting that happen, Alpine will check for new mail before the
27423 30 minutes is up even though you have turned on this feature to quell
27424 those checks.
27426 Besides new-mail checks, checkpoint operations on the folders
27427 will also be quelled when you set this option.
27428 The purpose of checkpointing is to write the changes to a folder out to
27429 disk periodically in order to avoid losing those changes when system or
27430 software problems occur.
27431 New-mail checking and checkpointing while you are not composing are not
27432 affected by this option.
27435 &lt;End of help on this topic&gt;
27436 </BODY>
27437 </HTML>
27438 ====== h_config_quell_checks_comp_inbox =====
27439 <HTML>
27440 <HEAD>
27441 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
27442 </HEAD>
27443 <BODY>
27444 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
27446 This option is closely related to the
27447 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27448 option, the
27449 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27450 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
27452 If this option is set, then the normal new-mail checking that happens
27453 while you are composing will not happen for your INBOX.
27454 Checking of other folders is controlled in a similar way with the
27455 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
27457 You might want to set this option if you are experiencing delays while
27458 composing that you think might be related to the speed of the new-mail
27459 checks.
27461 Even with this option turned on, an occasional new-mail check may be done
27462 in order to keep the server from killing the connection to the folder.
27463 For example, IMAP servers may remove a connection to a folder if there
27464 has been no activity on the connection for 30 minutes or more.
27465 Instead of letting that happen, Alpine will check for new mail before the
27466 30 minutes is up even though you have turned on this feature to quell
27467 those checks.
27469 Besides new-mail checks, checkpoint operations on the INBOX
27470 will also be quelled when you set this option.
27471 The purpose of checkpointing is to write the changes to a folder out to
27472 disk periodically in order to avoid losing those changes when system or
27473 software problems occur.
27474 New-mail checking and checkpointing while you are not composing are not
27475 affected by this option.
27477 &lt;End of help on this topic&gt;
27478 </BODY>
27479 </HTML>
27480 ====== h_config_maildropcheck =====
27481 <HTML>
27482 <HEADER>
27483 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
27484 </HEADER>
27485 <BODY>
27486 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
27488 New-mail checking for a
27489 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
27490 mail checking for a regular folder.
27491 One of the differences is that the connection to the Mail Drop is not
27492 kept open and so the cost of checking
27493 (delay for you and additional load for the server) may be significant.
27494 Because of this additional cost we set a minimum time that
27495 must pass between checks.
27496 This minimum only applies to the automatic checking done by Alpine.
27497 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
27498 at the end of a folder index, then the check is done right away.
27500 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
27501 new-mail checks.
27502 You may want to set this minimum high in order to avoid experiencing some
27503 of the delays associated with the checks.
27504 Note that the time between checks is still controlled by the regular
27505 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
27506 When Alpine is about to do an automatic check for new mail (because
27507 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
27508 new-mail check
27509 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
27510 the Mail Drop is checked for new mail as well.
27511 Therefore, it is only useful to set this option to a value that is higher
27512 than the <!--#echo var="VAR_mail-check-interval"-->.
27514 If this option is set to zero, automatic Mail Drop new-mail
27515 checking is disabled.
27516 There is a minimum value, normally 60 seconds.
27517 The default value is normally 60 seconds as well.
27518 This applies to the INBOX and to the currently open folder if that is
27519 different from the INBOX.
27522 <UL>   
27523 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27524 </UL><P>
27525 &lt;End of help on this topic&gt;
27526 </BODY>
27527 </HTML>
27528 ====== h_config_nntprange =====
27529 <HTML>
27530 <HEADER>
27531 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
27532 </HEADER>
27533 <BODY>
27534 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
27536 This option applies only to newsgroups accessed using the NNTP protocol.
27537 It does not, for example,
27538 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
27541 When you open a connection to a News server using the NNTP protocol, you
27542 normally have access to all of the articles in each newsgroup.
27543 If a server keeps a large backlog of messages it may speed performance
27544 some to restrict attention to only the newer messages in a group.
27545 This option allows you to set how many article numbers should be checked
27546 when opening a newsgroup.
27547 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
27548 of messages you ever want to see.
27549 For example, if you only ever wanted to look at the last 500 messages in each
27550 newsgroup you could set this option to 500.
27551 In actuality, it isn't quite that.
27552 Instead, for performance reasons, it specifies the range of article
27553 numbers to be checked, beginning
27554 with the highest numbered article and going backwards from there.
27555 If there are messages that have been canceled or deleted
27556 their article numbers are still counted as part of the range.
27558 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
27559 numbers
27560 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
27562 to be considered when reading a newsgroup.
27563 The number of messages that show up in your index will be less than or equal
27564 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
27567 The purpose of this option is simply to speed up access when reading news.
27568 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
27569 numbers, and can avoid downloading any information about the ignored articles.
27570 There is a cost you pay for this speedup.
27571 That cost is that there is no way for you to see those ignored articles.
27572 The articles that come before the range you specify are invisible to you and
27573 to Alpine, as if they did not exist at all.
27574 There is no way to see those messages using, for example, an unexclude command
27575 or something similar.
27576 The only way to see those articles is to set this option high enough (or
27577 set it to zero) and then to reopen the newsgroup.
27580 If this option is set to 0 (which is also the default),
27581 then the range is unlimited.
27582 This option applies globally to all NNTP servers and to all newsgroups
27583 on those servers.
27584 There is no way to set different values for different newsgroups or servers.
27587 <UL>   
27588 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27589 </UL><P>
27590 &lt;End of help on this topic&gt;
27591 </BODY>
27592 </HTML>
27593 ====== h_config_news_active =====
27594 <html>
27595 <header>
27596 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
27597 </header>
27598 <body>
27599 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
27601 This option tells Alpine where to look for the "active file" for newsgroups
27602 when accessing news locally, rather than via NNTP.  The default path is
27603 usually "/usr/lib/news/active".<p>
27604 <UL>   
27605 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27606 </UL><P>
27607 &lt;End of help on this topic&gt;
27608 </body>
27609 </html>
27610 ====== h_config_news_spool =====
27611 <html>
27612 <header>
27613 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
27614 </header>
27615 <body>
27616 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
27618 This option tells Alpine where to look for the "news spool" for newsgroups
27619 when accessing news locally, rather than via NNTP.  The default path is
27620 usually "/var/spool/news".<p>
27621 <UL>   
27622 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27623 </UL><P>
27624 &lt;End of help on this topic&gt;
27625 </body>
27626 </html>
27627 ====== h_config_image_viewer =====
27628 <html>
27629 <header>
27630 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
27631 </header>
27632 <body>
27633 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
27634 <body>
27635 This option specifies the program Alpine should call to view MIME
27636 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
27637 no longer needed, but remains for backward compatibility.  The more
27638 general method for associating external printing and viewing programs with
27639 specific MIME data types is to use the system's (or your personal)
27640 "mailcap" configuration file.<p>
27641 <UL>   
27642 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27643 </UL><P>
27644 &lt;End of help on this topic&gt;
27645 </body>
27646 </html>
27647 ====== h_config_domain_name =====
27648 <HTML>
27649 <HEAD>
27650 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
27651 </HEAD>
27652 <BODY>
27653 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
27655 This option is used only if the 
27656 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
27657 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
27658 strips the hostname from your return (&quot;From&quot;) address and when 
27659 completing unqualified addresses that you enter into the composer.
27661 If you set this, see also the <A HREF="h_config_quell_local_lookup">
27662 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
27665 <!--chtml if pinemode="os_windows"-->
27666 <P>This option is not applicable to PC-Alpine.
27667 <!--chtml else-->
27669 <!--chtml endif-->
27670 <UL>
27671 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27672 </UL>
27674 &lt;End of help on this topic&gt;
27675 </BODY>
27676 </HTML>
27677 ====== h_config_prune_date =====
27678 <HTML>
27679 <HEAD>
27680 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
27681 </HEAD>
27682 <BODY>
27683 <H1>OPTION: Last-Time-Prune Question</H1>
27685 This value records the last time you were asked about deleting old
27686 sent-mail.
27687 It is set automatically by Alpine at the beginning of each month.
27688 In the past, if you wished to suppress the monthly sent-mail
27689 pruning feature, you could set this to a date in the future.
27690 This value is relative to the year 1900, so 
27691 to set this, for example, to October 2005, use 105.10.
27693 You can still do that if you wish, or you can use the
27694 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
27695 a little more convenient to use.
27697 <UL>   
27698 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27699 </UL><P>
27700 &lt;End of help on this topic&gt;
27701 </BODY>
27702 </HTML>
27703 ====== h_config_goto_default =====
27704 <HTML>
27705 <HEAD>
27706 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
27707 </HEAD>
27708 <BODY>
27709 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
27711 This value affects Alpine's behavior when you use the Goto command.
27712 Alpine's usual behavior has two parts.  If your current folder is
27713 &quot;Inbox&quot;, Alpine will offer the last open folder as the
27714 default.  If the current folder is other than &quot;Inbox&quot;,
27715 &quot;Inbox&quot; is offered as the default.
27718 The available options include:
27720 <DL>
27722  <DT>folder-in-first-collection</DT>
27724  <DD> Alpine will offer the most recently visited folder in the default
27725 collection found in the &quot;Collection List&quot; screen as the default.
27726 </DD>
27728  <DT> inbox-or-folder-in-first-collection</DT>
27730  <DD> If the current folder is &quot;Inbox&quot;,
27731 Alpine will offer the most recently visited folder in the
27732 default collection found in the &quot;Collection List&quot; screen.
27733 If the current folder is other than &quot;Inbox&quot;,
27734 &quot;Inbox&quot; is offered as the default.
27735 </DD>
27737  <DT> inbox-or-folder-in-recent-collection</DT>
27739  <DD> This is Alpine's default behavior.
27740 If the current folder is &quot;Inbox&quot;,
27741 Alpine will offer the last open
27742 folder as the default.
27743 If the current folder is other than &quot;Inbox&quot;,
27744 &quot;Inbox&quot; is offered as the default.
27745 </DD>
27747  <DT> first-collection-with-inbox-default</DT>
27749  <DD> Instead of offering the most recently visited folder in the default
27750 collection, the default collection is offered but with &quot;Inbox&quot; as
27751 the default folder.
27752 If you type in a folder name it will be in the default collection.
27753 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
27754 </DD>
27756  <DT> most-recent-folder</DT>
27758  <DD> The last accepted value simply causes the most recently opened
27759 folder to be offered as the default regardless of the currently opened
27760 folder.
27761 </DD>
27762 </DL>
27765 NOTE: The default while a newsgroup is open remains the same; the last
27766 open newsgroup.
27769 <UL>   
27770 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27771 </UL><P>
27772 &lt;End of help on this topic&gt;
27773 </BODY>
27774 </HTML>
27775 ====== h_config_thread_lastreply_char =====
27776 <HTML>
27777 <HEAD>
27778 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
27779 </HEAD>
27780 <BODY>
27781 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
27783 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
27784 INDEX display when using a
27785 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
27786 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
27787 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
27788 The value of this option is a single character.
27789 This character is used instead of the vertical line character when there are
27790 no more replies directly to the parent of the current message.
27791 It can be used to &quot;round-off&quot; the bottom of the vertical line
27792 by setting it to a character such as a backslash (&#92;) or
27793 a backquote (&#96;).
27794 The default value of this option is the backslash character (&#92;).
27795 This option may not be set to the Empty Value.
27796 In that case, the default will be used instead.
27799 <UL>   
27800 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27801 </UL><P>
27802 &lt;End of help on this topic&gt;
27803 </BODY>
27804 </HTML>
27805 ====== h_config_thread_indicator_char =====
27806 <HTML>
27807 <HEAD>
27808 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
27809 </HEAD>
27810 <BODY>
27811 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
27813 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
27814 INDEX display when using a
27815 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
27816 than &quot;none&quot; and sorting by Threads or OrderedSubject.
27817 The value of this option is a single character.
27818 This character is used to indicate that part of a thread (a conversation) is
27819 hidden beneath a message.
27820 The message could be expanded
27821 if desired with the &quot;/&quot; Collapse/Expand command.
27822 By default, the value of this option is the greater than sign (&gt;).
27824 If this option is set to the Empty Value, then the column (and the following
27825 blank column) will be deleted from the display.
27828 This option is closely related to the
27829 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
27830 Another similar option that affects the thread display is the
27831 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
27834 <UL>   
27835 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27836 </UL><P>
27837 &lt;End of help on this topic&gt;
27838 </BODY>
27839 </HTML>
27840 ====== h_config_thread_exp_char =====
27841 <HTML>
27842 <HEAD>
27843 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
27844 </HEAD>
27845 <BODY>
27846 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
27848 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
27849 INDEX display when using a
27850 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
27851 than &quot;none&quot;.
27852 The value of this option is a single character.
27853 This character is used to indicate that part of a thread has been expanded
27854 and could be collapsed if desired with
27855 the &quot;/&quot; Collapse/Expand command.
27856 By default, the value of this option is a dot (.).
27858 If this option is set to the Empty Value, then the column (and the following
27859 blank column) will be deleted from the display.
27862 This option is closely related to the
27863 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
27864 Another similar option that affects the thread display is the
27865 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
27868 <UL>   
27869 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27870 </UL><P>
27871 &lt;End of help on this topic&gt;
27872 </BODY>
27873 </HTML>
27874 ====== h_config_thread_index_style =====
27875 <HTML>
27876 <HEAD>
27877 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
27878 </HEAD>
27879 <BODY>
27880 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
27882 When a folder is sorted by Threads or OrderedSubject,
27883 this option will affect the INDEX displays.
27886 The possible values for this option are:
27888 <DL>
27889 <DT>regular-index-with-expanded-threads</DT>
27890 <DD>This is the default display.
27891 If the configuration option
27892 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
27893 is set to something other than &quot;none&quot;, then this setting
27894 will cause Alpine to start off with a MESSAGE INDEX with all of
27895 the threads expanded.
27896 That is, each message will have a line in the MESSAGE INDEX display.
27897 The Collapse/Expand command (/) may be used to manually collapse or
27898 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
27900 This setting affects the display when the folder is first threaded.
27901 The collapsed state may also be re-initialized by re-sorting the folder manually
27902 using the SortIndex command ($).
27903 After re-sorting the threads will once again all be expanded, even if you
27904 have previously collapsed some of them.
27906 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
27907 the display will be the regular default Alpine MESSAGE INDEX, but sorted
27908 in a different order.
27909 </DD>
27911 <DT>regular-index-with-collapsed-threads</DT>
27912 <DD>If the configuration option
27913 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
27914 is set to something other than &quot;none&quot;, then this setting
27915 will cause Alpine to start out with all of the threads collapsed instead of
27916 starting out with all of the threads expanded.
27917 The Collapse/Expand command (/) may be used to manually collapse or
27918 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
27920 This setting affects the display when the folder is first threaded.
27921 The collapsed state may also be re-initialized by re-sorting the folder manually
27922 using the SortIndex command ($).
27923 After re-sorting the threads will once again all be collapsed, even if you
27924 have previously expanded some of them.
27925 </DD>
27927 <DT>separate-index-screen-always</DT>
27928 <DD>With this setting and the next, you will see an index of threads
27929 instead of an
27930 index of messages, provided you have sorted by Threads or OrderedSubject.
27932 The THREAD INDEX contains a '*' in the first column if any message in the thread
27933 is marked Important.
27934 If not, it contains a '+' if any message in the thread is to you.
27935 The second column is blank. The third column contains a 'D' if all of the
27936 messages in the thread are deleted.
27937 Otherwise, it contains an 'N' if any of the messages in the thread are New.
27939 When you view a particular thread from the THREAD INDEX you will be
27940 in the MESSAGE INDEX display
27941 but the index will only contain messages from the thread you are viewing.
27942 </DD>
27944 <DT>separate-index-screen-except-for-single-messages</DT>
27945 <DD>This is very similar to the option above.
27946 When you are in the THREAD INDEX, one of the available commands
27947 is &quot;ViewThd&quot;.
27948 With the setting &quot;separate-index-screen-always&quot; (the option above)
27949 when you view a particular thread you will be in the
27950 MESSAGE INDEX display and the index will only contain messages from
27951 the thread you are viewing.
27952 If the thread you are viewing consists of a single message, the MESSAGE INDEX
27953 will be an index with only one message in it.
27954 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
27955 setting instead, then that index that contains a single message
27956 will be skipped and you will go directly from the THREAD INDEX into the
27957 MESSAGE TEXT screen.
27958 </DD>
27960 </DL>
27963 <UL>   
27964 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27965 </UL><P>
27966 &lt;End of help on this topic&gt;
27967 </BODY>
27968 </HTML>
27969 ====== h_config_thread_disp_style =====
27970 <HTML>
27971 <HEAD>
27972 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
27973 </HEAD>
27974 <BODY>
27975 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
27977 When a folder is sorted by Threads or OrderedSubject,
27978 this option will affect the MESSAGE INDEX display.
27979 By default, Alpine will display the MESSAGE INDEX in the
27980 &quot;show-thread-structure&quot; style if a folder is sorted
27981 by Threads or OrderedSubject.
27984 The possible values for this option are:
27986 <DL>
27987 <DT>none</DT>
27988 <DD>Regular index display.
27989 The same index line as would be displayed without threading is used.
27990 The only difference will be in the order of the messages.
27991 </DD>
27993 <DT>show-thread-structure</DT>
27994 <DD>Threaded Subjects will be indented and vertical bars and horizontal
27995 lines will be added to make it easier to see the relationships among
27996 the messages in a thread (a conversation).
27997 </DD>
27999 <DT>mutt-like</DT>
28000 <DD>This is the same as the option above except that the Subject
28001 is suppressed (is blank) if it matches the previous Subject in the thread.
28002 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
28003 Here is an example of what a mutt-like index might look like.
28004 In this example, the first column represents the message number, the
28005 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
28006 is set to &quot;regular-index-with-expanded-threads&quot;, and the
28007 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
28008 is set to a backslash:
28009 <PRE>
28010 &nbsp;&nbsp;&nbsp;1    Some topic
28011 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
28012 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
28013 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
28014 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
28015 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
28016 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
28017 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
28018 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
28019 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
28020 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
28021 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
28022 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
28023 &nbsp;&nbsp;&nbsp;14    Next topic
28024 </PRE>
28025 </DD>
28027 <DT>indent-subject-1</DT>
28028 <DD>Threaded Subjects will be indented one space per level of the conversation.
28029 The bars and lines that show up in the show-thread-structure display will
28030 not be there with this style.
28031 </DD>
28033 <DT>indent-subject-2</DT>
28034 <DD>Same as above but indent two spaces per level instead of one space.
28035 </DD>
28037 <DT>indent-from-1</DT>
28038 <DD>Similar to indent-subject-1, except that instead of indenting the
28039 Subject field one space the From field of a thread will be indented one
28040 space per level of the conversation.
28041 </DD>
28043 <DT>indent-from-2</DT>
28044 <DD>Same as above but indent two spaces per level instead of one space.
28045 </DD>
28047 <DT>show-structure-in-from</DT>
28048 <DD>The structure of the thread is illustrated with indenting, vertical bars,
28049 and horizontal lines just like with the show-thread-structure option, but
28050 the From field is used to show the relationships instead of the Subject field. 
28051 </DD>
28053 </DL>
28056 <UL>   
28057 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28058 </UL><P>
28059 &lt;End of help on this topic&gt;
28060 </BODY>
28061 </HTML>
28062 ====== h_config_pruning_rule =====
28063 <HTML>
28064 <HEAD>
28065 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
28066 </HEAD>
28067 <BODY>
28068 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
28070 By default, Alpine will ask at the beginning of each month whether or not
28071 you want to rename your sent-mail folder to a name like sent-mail-month-year.
28072 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
28073 change the format of the folder to sent-mail-yyyy-mm.)
28074 It will also ask whether you would like to delete old sent-mail folders.
28075 If you have defined
28076 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
28078 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
28079 Alpine will also ask about pruning those folders.
28082 With this option you may provide an automatic answer to these questions.
28083 The default value is to ask you what you'd like to do.
28086 The six possible values for this option are:
28088 <DL>
28089 <DT>ask about rename, ask about deleting</DT>
28090 <DD>This is the default.
28091 Alpine will ask whether you want to rename the folders and whether you
28092 want to delete each of the old folders.
28093 </DD>
28095 <DT>ask about rename, don't delete</DT>
28096 <DD>Alpine will ask whether you want to rename the folders, but won't
28097 ask about or delete old folders.
28098 </DD>
28100 <DT>always rename, ask about deleting</DT>
28101 <DD>This means you want to always answer yes and have Alpine automatically
28102 rename the folder if possible.
28103 You will also be asked about deleting old folders.
28104 </DD>
28106 <DT>always rename, don't delete</DT>
28107 <DD>This means you want to always answer yes and have Alpine automatically
28108 rename the folder if possible.
28109 There will be no deleting of old folders.
28110 </DD>
28112 <DT>don't rename, ask about deleting</DT>
28113 <DD>This means you want to always answer no.
28114 Alpine will not rename the folder.
28115 You will be asked about deleting old folders.
28116 </DD>
28118 <DT>don't rename, don't delete</DT>
28119 <DD>This means you want to always answer no.
28120 Alpine will not rename the folder.
28121 There will be no deleting of old folders, either.
28122 </DD>
28123 </DL>
28126 <UL>   
28127 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28128 </UL><P>
28129 &lt;End of help on this topic&gt;
28130 </BODY>
28131 </HTML>
28132 ====== h_config_reopen_rule =====
28133 <HTML>
28134 <HEAD>
28135 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
28136 </HEAD>
28137 <BODY>
28138 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
28140 Alpine normally checks for new mail in the currently open folder
28141 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
28144 There are some situations where automatic new-mail checking does not work.
28145 For example, if a mail folder is opened using the POP protocol or a newsgroup
28146 is being read using the NNTP protocol, then new-mail checking is disabled.
28149 It may be possible to check for new mail in these cases by reopening the
28150 folder.
28151 Alpine does not do this for you automatically, but you may do the commands
28152 manually to cause this to happen.
28153 You reopen by going back to the folder list screen from the message
28154 index screen with the &quot;&lt;&quot; command,
28155 and then going back into the message index screen with
28156 the &quot;&gt;&quot; command.
28157 (Actually, any method you would normally use to open a folder will work the
28158 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
28159 For example, the GoTo Folder command will work, or you may use L to go to the
28160 Folder List screen and Carriage Return to reopen the folder.)
28163 There are some cases where Alpine knows that reopening the folder should
28164 be useful as a way to discover new mail.
28165 At the time of this writing, connections made using the POP protocol,
28166 news reading using the NNTP protocol, local news reading, and local
28167 ReadOnly folders that are in the traditional UNIX or the MMDF format all
28168 fall into this category.
28169 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
28170 has no way of knowing, so it might also just be an exercise in futility.
28171 All remote, ReadOnly folders other than those listed just above fall into this
28172 category.
28173 The setting of this option together with the type of folder
28174 controls how Alpine will react to the apparent attempt to reopen a folder.
28177 If you don't reopen, then you will just be back in
28178 the message index with no change.
28179 You left the index and came back, but the folder remained &quot;open&quot;
28180 the whole time.
28181 However, if you do reopen the folder, the folder is closed and then reopened.
28182 In this case, the current state of the open folder is lost.
28183 The New status, Important and Answered flags,
28184 selected state, Zoom state, collapsed or expanded state of threads,
28185 current message number,
28186 and any other temporary state is all lost when the reopen happens.
28187 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
28190 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
28191 several places.
28192 That really implies the case where Alpine knows it is a good way to discover
28193 new mail, which is more than just POP and NNTP, but POP and NNTP are
28194 the cases of most interest.
28195 This option probably has more possible values than it deserves. They are:
28197 <DL>
28198 <DT>Always reopen</DT>
28199 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
28200 whenever you type a command that implies a reopen, regardless of the
28201 access method.
28202 In other words, it is assumed you would always answer Yes if asked
28203 about reopening.
28204 </DD>
28206 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
28207 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
28208 will ask you whether to reopen other remote folders,
28209 with a default answer of Yes.
28210 </DD>
28212 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
28213 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
28214 will ask you whether to reopen other remote folders,
28215 with a default answer of No.
28216 </DD>
28218 <DT>Yes for POP/NNTP, No for other remote</DT>
28219 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
28220 will assume a No answer for all other remote folders.
28221 </DD>
28223 <DT>Always ask [Yes]</DT>
28224 <DD>Alpine will not differentiate based on access method.
28225 It will always ask for all remote folders, with a default answer of Yes.
28226 </DD>
28228 <DT>Always ask [No]</DT>
28229 <DD>Alpine will not differentiate based on access method.
28230 It will always ask for all remote folders, with a default answer of No.
28231 </DD>
28233 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
28234 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
28235 of Yes.
28236 It will never attempt to reopen other remote folders.
28237 </DD>
28239 <DT>Ask about POP/NNTP [No], No for other remote</DT>
28240 <DD>This is the default.
28241 Alpine will ask if the access method is POP or NNTP, with a default answer
28242 of No.
28243 It will never attempt to reopen other remote folders.
28244 </DD>
28246 <DT>Never reopen</DT>
28247 <DD>Alpine will never attempt to reopen already open folders.
28248 </DD>
28249 </DL>
28252 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
28253 any of the other situations where it is likely that reopening is a good way
28254 to discover new mail.
28257 There is an alternative that may be of useful in some situations.
28258 Instead of manually checking for new mail you can set up a
28259 <A HREF="h_maildrop">Mail Drop</A>
28260 and automatically check for new mail.
28263 <UL>   
28264 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28265 </UL><P>
28266 &lt;End of help on this topic&gt;
28267 </BODY>
28268 </HTML>
28269 ====== h_config_inc_startup =====
28270 <HTML>
28271 <HEAD>
28272 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
28273 </HEAD>
28274 <BODY>
28275 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
28277 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
28278 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
28279 It determines which message will be the <EM>current message</EM> when
28280 the folder is first opened.
28281 The default value is &quot;first-unseen&quot;.
28284 The seven possible values for this option are:
28286 <DL>
28287 <DT>first-unseen</DT>
28288 <DD>The current message is set to the first
28289 unseen message that has not been marked deleted, or the last message if
28290 all of the messages have been seen previously.
28291 Messages which have not been seen or which have been seen but re-marked
28292 as New are considered unseen messages.
28293 See the note at the bottom of this help about newsgroups.
28294 </DD>
28296 <DT>first-recent</DT>
28297 <DD>Similar to the default, but rather than starting on the first
28298 unseen message Alpine starts on the first <EM>recent</EM> message.
28299 A message is recent if it arrived since the last time the folder was
28300 open.  This value causes the current message to be set to the first
28301 recent message if there is one, otherwise to the last
28302 message in the folder.
28303 </DD>
28305 <DT>first-important</DT>
28306 <DD>This will result in the current message being set to the first
28307 message marked Important (but not Deleted).
28308 If no messages are marked Important, then it will be the last message.
28309 Messages are marked Important by <EM>you</EM>, not by the sender, using
28311 <A HREF="h_common_flag">Flag command</A>.
28312 Or they may be marked Important by an Alpine
28313 <A HREF="h_mainhelp_filtering">Filter</A>
28314 that you have set up.
28315 </DD>
28317 <DT>first-important-or-unseen</DT>
28318 <DD>This selects the first of the first unseen and the first important
28319 messages.
28320 </DD>
28322 <DT>first-important-or-recent</DT>
28323 <DD>This selects the first of the first recent and the first important
28324 messages.
28325 </DD>
28327 <DT>first</DT>
28328 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
28329 If all messages are deleted you start on the last message.
28330 </DD>
28332 <DT>last</DT>
28333 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
28334 If all messages are deleted you start on the last message.
28335 </DD>
28336 </DL>
28339 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
28340 &quot;first-recent&quot; are the same and are affected by whether or not the
28341 feature 
28342 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
28343 is turned on. 
28344 Also, there is no permanent storage in news for an Important flag.
28345 This means that no messages will be marked Important when a newsgroup is
28346 first opened.
28349 <UL>   
28350 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28351 </UL><P>
28352 &lt;End of help on this topic&gt;
28353 </BODY>
28354 </HTML>
28355 ====== h_config_browser =====
28356 <HTML>
28357 <HEAD>
28358 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
28359 </HEAD>
28360 <BODY>
28361 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
28362 <!--chtml if pinemode="os_windows"-->
28363 PC-Alpine users do not need to enter anything here, unless:<UL>
28364 <LI> they want to override, for use with Alpine, the application defined
28365 in the Windows operating system for handling URLs; or
28366 <LI> they are (planning on) using the same configuration file with 
28367 Unix Alpine.
28368 </UL>
28370 Note that if using a viewer that has a space in its path, you should
28371 use the DOS name for that directory or file. Example:
28372 <PRE>
28373 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
28374 </PRE>
28375 <HR><P>
28376 <!--chtml endif-->
28377 This option affects Alpine's handling of URLs that are found in 
28378 messages you read.  Normally, only URLs Alpine can handle directly
28379 are automatically offered for selection in the &quot;Message
28380 Text&quot; screen.  When one or more applications
28381 capable of deciphering URLs on their command line are added here, Alpine
28382 will choose the first available to display URLs it cannot handle directly.
28383 A viewer's availability is based on its being specified with a <B>full
28384 directory path</B> and the evaluation of any optionally supplied
28385 parameters described below.
28388 Additionally, to support various connection methods and applications, each
28389 entry in this list can optionally begin with one or more of
28390 the following special tokens.  The allowed tokens include:
28393 <DL>
28394 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
28395 <DD>
28396 The <VAR>test-string</VAR> is a shell command that Alpine will run to
28397 evaluate a viewer's availability.  The command specified by the test
28398 string is run and if its resulting exit status is non-zero, Alpine will
28399 not consider the associated viewer for use.
28400 </DD>
28402 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
28403 <DD>
28404 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
28405 URL schemes that are to be used with the associated viewer.  This is
28406 the way to configure Alpine to recognize URLs other than the built-in set.
28408 It can also be used to override Alpine's built-in handlers.
28409 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
28410 and Alpine would use (provided it passed all other criteria) the associated
28411 viewer when it encountered a URL of the form &quot;news:comp.mail.pine&quot;.
28413 </DD>
28414 </DL>
28417 By default, Alpine will simply append a space character followed by the
28418 selected URL prior to launching the command in your specified SHELL.  You can
28419 optionally specify where in the command the selected URL should appear
28420 by using the &quot;_URL_&quot; token.  All occurrences found in the command
28421 will be replaced with the selected URL before the command is handed
28422 to the shell.  If such replacement occurs, the default appending of the
28423 selected URL does not take place.
28426 NOTE: If the viewer you specify has any command-line arguments,
28427 including the &quot;_URL_&quot; token, you will need to add a
28428 double-quote character before the command path and after the last
28429 argument (see the &quot;lynx&quot; example below).
28432 So, here are some example entries:
28433 <PRE>
28434 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
28435               &quot;/usr/local/bin/lynx _URL_&quot;
28436               C:&#92;BIN&#92;NETSCAPE.BAT
28437 </PRE>
28439 This example shows that for the first viewer in the list to be used
28440 the environment variable &quot;DISPLAY&quot; must be defined.  If it
28441 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
28442 If neither condition is met,
28443 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
28444 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
28445 If the path to &quot;lynx&quot; is invalid,
28446 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
28447 Note that the last
28448 entry is a DOS/Windows path.  This is one way to support Alpine running
28449 on more than one architecture with the same configuration file.<P>
28451 <!--chtml if pinemode="os_windows"-->
28452 <!--chtml else-->
28453 Note that depending on the type of browser used and the method of 
28454 its invocation (such as whether it will open in a separate window) from
28455 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
28456 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
28457 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
28458 In other words, launching the browser from Alpine may make Alpine 
28459 &quot;disappear&quot; (although it is still &quot;running&quot;)
28460 until you close the browser again.<P>  
28461 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
28462 environment: for advanced users and  systems administrators</A>
28463 </UL>
28464 <!--chtml endif-->
28465 <P>If you are unsure what browsers are available on your system or how to 
28466 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
28467 local computing support staff.
28468 <P><UL>
28469 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28470 </UL>
28472 &lt;End of help on this topic&gt;
28473 </BODY>
28474 </HTML>
28475 ====== h_config_history =====
28476 <HTML>
28477 <HEAD>
28478 <TITLE>OPTION: <!--#echo var="VAR_default-directories"--></TITLE>
28479 </HEAD>
28480 <BODY>
28481 <H1>OPTION: <!--#echo var="VAR_default-directories"--></H1>
28483 This option allows you to input a list of directories that Alpine will offer 
28484 for you to use when you are saving or exporting attachments. This is useful
28485 when navigating to specific directories becomes too tedious, or when you 
28486 need to do this on a daily basis, and want Alpine to remember this on a 
28487 permanent basis.
28489 The list of directories saved here can be accessed using the ^Y and ^V commands
28490 in the save prompt for attachments, or the export command.
28492 <P><UL>
28493 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28494 </UL>
28496 &lt;End of help on this topic&gt;
28497 </BODY>
28498 </HTML>
28499 ====== h_config_browser_xterm =====
28500 <HTML>
28501 <HEAD>
28502 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
28503 </HEAD>
28504 <BODY>
28505 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
28506 environment: for advanced users and  systems administrators</H1>
28507 If you are using Alpine with an X-terminal (emulator) and want to define an 
28508 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
28509 you may want to do so in a manner that causes any <B>already</B> 
28510 invoked viewer application to be used for viewing URLs you select from Alpine 
28511 messages, and a <B>new</B> URL-viewer process to be 
28512 started <B>only</B> if the same application has <B>not already</B> 
28513 been launched -- for one reason, to avoid file-locking contentions among 
28514 multiple invocations of the same URL-viewer application.  
28515 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
28516 option does not do this.)  A method of doing that would be:<OL>
28517 <LI> use 
28518 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
28519 check (using commands appropriate for your Unix shell
28520 in place of <VAR>test-string</VAR>) for the presence of a 
28521 lockfile created by the URL-viewer application -- which implies that the 
28522 application is already running, though this is not foolproof. 
28523 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
28524 application with its appropriate command line option(s) to 
28525 show the URL selected from the Alpine message in an already open window of 
28526 that application, or perhaps in a new window of that application.  
28528 <LI> In the 
28529 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
28530 application without those command line options, but this time using the 
28531 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
28532 is defined.
28533 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
28534 windows environment (for instance, using VT-100 terminal emulation), you 
28535 may wish to specify a non-X windows URL-viewer application such as Lynx
28536 as the last entry.
28537 </OL><BR>
28538 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
28539 the command shell, the URL-viewer application(s), and possibly the specific 
28540 version of the latter, you are using.  
28542 Relevant command 
28543 line options for the Netscape browser for showing URLs (selected from Alpine) 
28544 when Netscape is already running are discussed in the document
28545 &quot;Remote Control of UNIX Netscape&quot; 
28546 found at the URL (as of 12 Aug. 1998):
28549 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
28551 <P>(If the URL-viewer application is 
28552 <B>not</B> running on the same host as Alpine, but being launched from an 
28553 applications server, you may not be able to use the command line options for 
28554 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
28556 <!--chtml if this-method="shown-to-work"-->
28557 An example using the Korn shell and the Netscape browser (first entry wrapped 
28558 because of its length, but should all appear on one line):
28560 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
28562 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
28563               &quot;/usr/local/bin/lynx '_URL_'&quot;
28565 <!--chtml endif-->
28567 <UL>   
28568 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28569 </UL><P>
28570 &lt;End of help on this topic&gt;
28571 </BODY>
28572 </HTML>
28573 ====== h_config_enable_full_hdr =====
28574 <HTML>
28575 <HEAD>
28576 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
28577 </HEAD>
28578 <BODY>
28579 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
28581 This feature enables the &quot;H Full Headers&quot; command which toggles between
28582 the display of all headers in the message and the normal edited view of
28583 headers.  The Full Header command also controls which headers are included
28584 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
28585 Full Header mode will respect the
28586 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
28587 feature setting.)
28589 If Full Header mode is turned on and you Forward a message, you will
28590 be asked if you'd like to forward the message as an attachment, as opposed
28591 to including the text of the message in the body of your new message.
28593 If you have also turned on the
28594 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
28595 option then the Full Headers command actually rotates through three states
28596 instead of just two.
28597 The first is the normal view with long quotes suppressed.
28598 The second is the normal view but with the long quotes included.
28599 The last enables the display of all headers in the message.
28600 When using Export, Pipe, Print, Forward, or Reply the quotes are
28601 never suppressed, so the first two states are identical.
28603 Normally, the Header Mode will reset
28604 to the default behavior when moving to a new message.
28605 The mode can be made to persist from message to message by setting the feature
28606 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
28608 <UL>   
28609 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28610 </UL><P>
28611 &lt;End of help on this topic&gt;
28612 </BODY>
28613 </HTML>
28614 ====== h_config_enable_full_hdr_and_text =====
28615 <HTML>
28616 <HEAD>
28617 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
28618 </HEAD>
28619 <BODY>
28620 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
28622 This feature affects how the &quot;H Full Headers&quot; command displays
28623 message text.  If set, the raw message text will be displayed.  This
28624 especially affects MIME formatted email, where the entire MIME format
28625 will be displayed.  This feature similarly affects how messages are
28626 included for the Export, Pipe, Print, Forward, and Reply functions.
28628 When viewing a raw message that has attachments with this feature set,
28629 you will not be able to view attachments without first leaving full 
28630 headers mode.  This is because MIME parsing is not done on the raw message.
28632 <UL>   
28633 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28634 </UL><P>
28635 &lt;End of help on this topic&gt;
28636 </BODY>
28637 </HTML>
28638 ====== h_config_enable_pipe =====
28639 <HTML>
28640 <HEAD>
28641 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
28642 </HEAD>
28643 <BODY>
28644 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
28646 This feature enables the "| Pipe" command that sends the current message
28647 to the specified command for external processing.
28650 A short description of how the pipe command works is given
28651 <A HREF="h_pipe_command">here</A>.
28654 <UL>   
28655 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28656 </UL><P>
28657 &lt;End of help on this topic&gt;
28658 </BODY>
28659 </HTML>
28660 ====== h_config_quell_full_hdr_reset =====
28661 <HTML>
28662 <HEAD>
28663 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
28664 </HEAD>
28665 <BODY>
28666 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
28668 The <A HREF="h_common_hdrmode">HdrMode Command</A>
28669 normally resets to the default state when switching to a new message.
28670 For example, if you've used the &quot;H&quot; command to turn on Full
28671 Headers for a message you are viewing, and then you type the Next command
28672 to look at the next message, the full headers will no longer be shown.
28673 Setting this feature disables that reset.
28674 Instead, the Header Mode remains the same from message to message.
28677 The presence or absence of the HdrMode command is determined by the
28678 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
28679 Feature-List option.
28681 <UL>   
28682 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28683 </UL><P>
28684 &lt;End of help on this topic&gt;
28685 </BODY>
28686 </HTML>
28687 ====== h_config_enable_tab_complete =====
28688 <HTML>
28689 <HEAD>
28690 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
28691 </HEAD>
28692 <BODY>
28693 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
28695 This feature enables the TAB key when at a prompt for a filename. In this
28696 case, TAB will cause the partial name already entered to be automatically
28697 completed, provided the partial name is unambiguous.
28698 This feature is on by default.
28700 Similarly, this feature also enables TAB completion of address book
28701 nicknames when at a prompt for a nickname,
28702 or when typing in an address field in the composer.
28704 &lt;End of help on this topic&gt;
28705 </BODY>
28706 </HTML>
28707 ====== h_config_quit_wo_confirm =====
28708 <HTML>
28709 <HEAD>
28710 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
28711 </HEAD>
28712 <BODY>
28713 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
28715 This feature controls whether or not Alpine will ask for confirmation when a
28716 Quit command is received.
28718 &lt;End of help on this topic&gt;
28719 </BODY>
28720 </HTML>
28721 ====== h_config_quote_replace_noflow =====
28722 <HTML>
28723 <HEAD>
28724 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
28725 </HEAD>
28726 <BODY>
28727 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
28729 This feature, which is only active when
28730 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
28731 also set,
28732 enables quote-replacement on non-flowed messages.  It is off
28733 by default because a non-flowed message is more dependent on its format,
28734 and thus quote-replacement may cause less-than-pleasing results.
28735 Setting this feature will cause quote-replacement similar to that of flowed
28736 messages, but with the added possibility of long lines being wrapped
28737 into new lines if the Quote-Replacement-String is longer than the string
28738 it is replacing, which is &quot;&gt;&nbsp;&quot;.
28740 &lt;End of help on this topic&gt;
28741 </BODY>
28742 </HTML>
28743 ====== h_config_enable_jump =====
28744 <HTML>
28745 <HEAD>
28746 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
28747 </HEAD>
28748 <BODY>
28749 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
28751 When this feature is set you may enter a number (followed by RETURN)
28752 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
28753 screens.  In other words, it obviates the need for typing the "J" for the
28754 Jump command.
28756 &lt;End of help on this topic&gt;
28757 </BODY>
28758 </HTML>
28759 ====== h_config_enable_alt_ed =====
28760 <HTML>
28761 <HEAD>
28762 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
28763 </HEAD>
28764 <BODY>
28765 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
28767 If this feature is set (the default), and the 
28768 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
28769 <B>is not</B> set, entering
28770 the ^_ (Ctrl-underscore) key while composing a message will prompt you
28771 for the name of the editor you would like to use.
28773 If the environment variable $EDITOR is set, its value will be offered as
28774 a default.
28776 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
28777 <B>is</B> set, the ^_ key will activate the specified
28778 editor without prompting, in which case it is not necessary to
28779 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
28781 <UL>   
28782 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28783 </UL><P>
28784 &lt;End of help on this topic&gt;
28785 </BODY>
28786 </HTML>
28787 ====== h_config_alt_ed_now =====
28788 <HTML>
28789 <HEAD>
28790 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
28791 </HEAD>
28792 <BODY>
28793 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
28795 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
28796 variable are both set, Alpine will
28797 automatically activate the specified editor when the cursor is moved from
28798 the header of the message being composed into the message text.  For
28799 replies, the alternate editor will be activated immediately.  If this
28800 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
28801 automatically ask for the name of an alternate editor when the cursor
28802 is moved out of the header being composed, or if a reply is being done.
28804 <P><UL>
28805 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28806 </UL>
28808 &lt;End of help on this topic&gt;
28809 </BODY>
28810 </HTML>
28811 ====== h_config_enable_bounce =====
28812 <HTML>
28813 <HEAD>
28814 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
28815 </HEAD>
28816 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
28817 <BODY>
28819 Setting this feature enables the "B Bounce" command, which will prompt
28820 for an address and *remail* the message to the new recipient.  This command
28821 is used to re-direct messages that you have received in error, or need to
28822 be redirected for some other reason (e.g. list moderation).  The final
28823 recipient will see a header indicating that you have Resent the msg, but
28824 the message's From: header will show the original author of the message,
28825 and replies to it will go back to that author, and not to you.
28827 &lt;End of help on this topic&gt;
28828 </BODY>
28829 </HTML>
28830 ====== h_config_enable_agg_ops =====
28831 <HTML>
28832 <HEAD>
28833 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
28834 </HEAD>
28835 <BODY>
28836 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
28838 When this feature is set you may use the commands and subcommands that relate to
28839 performing operations on more than one message at a time.  We call these
28840 &quot;aggregate operations&quot;.  In particular, the 
28841 <!--chtml if pinemode="function_key"-->&quot;F5
28842 <!--chtml else-->&quot;;
28843 <!--chtml endif--> Select&quot;, 
28845 <!--chtml if pinemode="function_key"-->
28846 &quot;F6
28847 <!--chtml else-->
28848 &quot;A 
28849 <!--chtml endif-->
28850 Apply&quot;, and 
28851 <!--chtml if pinemode="function_key"-->
28852 &quot;F4
28853 <!--chtml else-->
28854 &quot;Z 
28855 <!--chtml endif-->
28856 Zoom&quot; commands are enabled by this feature.  Select is used to
28857 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
28858 then be used to apply any message command to all of the selected/tagged
28859 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
28860 view between just those Selected and all messages in the folder.
28862 This feature also enables the 
28863 <!--chtml if pinemode="function_key"-->
28864 &quot;F7&quot; 
28865 <!--chtml else-->
28866 &quot;^X&quot; 
28867 <!--chtml endif-->
28869 subcommand in the MESSAGE INDEX 
28870 WhereIs command that causes all messages matching the WhereIs argument to 
28871 become selected; and the Select, Select Current, and ZoomMode commands in the
28872 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
28874 Some related help topics are
28875 <UL>
28876 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28877 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28878 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
28879 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28880 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28881 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28882 </UL>
28884 <UL>   
28885 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28886 </UL><P>
28887 &lt;End of help on this topic&gt;
28888 </BODY>
28889 </HTML>
28891 ====== h_config_enable_flag =====
28892 <HTML>
28893 <HEAD>
28894 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
28895 </HEAD>
28896 <BODY>
28897 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
28899 Setting this feature enables the
28900 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
28901 command that allows you to
28902 manipulate the status flags associated with a message.  By default, Flag
28903 will set the "Important" flag, which results in an asterisk being
28904 displayed in column one of the MESSAGE INDEX for such messages.
28906 &lt;End of help on this topic&gt;
28907 </BODY>
28908 </HTML>
28909 ====== h_config_flag_screen_default =====
28910 <HTML>
28911 <HEAD>
28912 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
28913 </HEAD>
28914 <BODY>
28915 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
28917 The feature modifies the behavior of the
28918 <a href="h_common_flag">Flag</a>
28919 command (provided it too is
28920 <A HREF="h_config_enable_flag">enabled</A>).
28921 By default, when the "* Flag" command is selected,
28922 Alpine offers a prompt to set one of several flags and also offers the
28923 option of entering the detailed flag manipulation screen via the "^T"
28924 key. Enabling this feature causes Alpine to immediately enter the detailed
28925 flag screen rather than first offer the simple prompt.
28927 <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.
28929 &lt;End of help on this topic&gt;
28930 </BODY>
28931 </HTML>
28932 ====== h_config_flag_screen_kw_shortcut =====
28933 <HTML>
28934 <HEAD>
28935 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
28936 </HEAD>
28937 <BODY>
28938 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
28940 This feature modifies the behavior of the
28941 <a href="h_common_flag">Flag</a> command
28942 and the <A HREF="h_index_cmd_select">Select</A> command.
28943 This feature is set by default.
28944 When this feature is not set, when the "* Flag" command is selected,
28945 Alpine offers a prompt to set one of several flags and also offers the
28946 option of entering the detailed flag manipulation screen via the "^T"
28947 key.
28948 If you have
28949 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
28950 defined, then enabling this feature adds a shortcut way to set or unset
28951 keywords.
28952 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
28953 a keyword if you've given it a nickname) and that will set the keyword.
28955 An example is easier to understand than the explanation.
28956 The flag command can always be used to set the system flags.
28957 For example, to set the Answered flag you would type
28959 <CENTER><SAMP>* A</SAMP></CENTER>
28961 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
28962 option in the Config screen.
28963 By default, to set a keyword like &quot;Work&quot; you would usually
28964 have to go to the Flag Details screen using
28965 the &quot;^T To Flag Details&quot; command.
28966 Instead, if you have enabled this feature, you may type
28968 <CENTER><SAMP>* W</SAMP></CENTER>
28970 to set the Work flag, or
28972 <CENTER><SAMP>* ! W</SAMP></CENTER>
28974 to unset it.
28975 Just like for the other flag setting commands, the case of the letter does
28976 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
28977 keyword.
28979 Notice that you can only use this trick for one keyword that begins
28980 with &quot;W&quot;.
28981 If you happen to have a &quot;Work&quot; keyword and another keyword that is
28982 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
28983 your list of keywords.
28984 Also, there are five letters that are reserved for system
28985 flags and the NOT command.
28986 If you type &quot;* A&quot; it will always set the Answered flag, not
28987 your &quot;Aardvark&quot; keyword.
28988 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
28989 the Flag Details screen.
28991 Because enabling the
28992 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
28993 option causes Alpine to skip directly to the Flag Details screen when the
28994 Flag command is used, 
28995 setting it will cause this feature to have no effect at all.
28997 Similarly, when Selecting by Keyword, setting this option will allow you
28998 to use Keyword initials instead of full keywords.
29000 &lt;End of help on this topic&gt;
29001 </BODY>
29002 </HTML>
29003 ====== h_config_can_suspend =====
29004 <HTML>
29005 <HEAD>
29006 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
29007 </HEAD>
29008 <BODY>
29009 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
29011 Setting this feature will allow you to type ^Z (Control Z) to 
29012 <!--chtml if pinemode="os_windows"-->
29013 minimize Alpine into its icon, bringing into focus whatever
29014 application is running behind the PC-Alpine window.
29015 <!--chtml else-->
29016 temporarily suspend Alpine.
29019 This does not exit Alpine, but puts it in the background to watch
29020 for new mail and such.  Normally, you type a command, such
29021 as &quot;fg&quot; at your system prompt to return to your Alpine session.
29024 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
29025 adjusts whether Alpine is placed into the background of the shell its 
29026 running in or starts a news shell.
29027 <!--chtml endif-->
29030 <UL>   
29031 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29032 </UL><P>
29033 &lt;End of help on this topic&gt;
29034 </BODY>
29035 </HTML>
29036 ====== h_config_take_lastfirst ======
29037 <HTML>
29038 <HEAD>
29039 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
29040 </HEAD>
29041 <BODY>
29042 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
29044 Normally, when TakeAddr is used to copy an address from a message into
29045 an address book entry, Alpine will attempt to rewrite the full name of the
29046 address in the form
29049 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
29051 instead of<P>
29053 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
29056 It does this because many people find it useful to sort by Last name
29057 instead of First name.  If this feature is set, then the TakeAddr command
29058 will not attempt to reverse the name in this manner.
29060 &lt;End of help on this topic&gt;
29061 </BODY></HTML>
29062 ====== h_config_disable_regex ======
29063 <HTML>
29064 <HEAD>
29065 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
29066 </HEAD>
29067 <BODY>
29068 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
29070 Normally, the
29071 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29072 option is interpreted as a regular expression.
29073 One type of address that might cause trouble is an address that
29074 contains a plus sign.
29075 If you want to have an address with a plus as one of your
29076 <!--#echo var="VAR_alt-addresses"-->
29077 and you don't want to use regular expressions, then setting this
29078 feature will cause Alpine to treat the addresses you list literally instead.
29080 &lt;End of help on this topic&gt;
29081 </BODY></HTML>
29082 ====== h_config_take_fullname ======
29083 <HTML>
29084 <HEAD>
29085 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
29086 </HEAD>
29087 <BODY>
29088 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
29090 Normally, when TakeAddr is used to copy an address or addresses
29091 from a message into an address book entry, Alpine will try to preserve
29092 the full name associated with each address in the list of addresses.
29093 The reason for this is so that if the entry is a list or later becomes a
29094 list, then information about the individual addresses in the list
29095 is preserved.
29096 If you would rather just have the simple addresses in the list of addresses,
29097 set this feature. For example, with the default setting you might
29098 see something like this in the ADDRESS BOOK editor after you type TakeAddr
29100 <PRE>
29101  Nickname  : nick
29102  Fullname  : Bedrock Elders
29103  Fcc       :
29104  Comment   :
29105  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
29106              Barney Rubble &lt;rubble@bedrock.org&gt;
29107 </PRE>
29109 but with this feature set it would look like
29111 <PRE>
29112  Nickname  : nick
29113  Fullname  : Bedrock Elders
29114  Fcc       :
29115  Comment   :
29116  Addresses : flint@bedrock.org,
29117              rubble@bedrock.org
29118 </PRE>
29120 instead. Note the difference in the Addresses field.
29122 &lt;End of help on this topic&gt;
29123 </BODY></HTML>
29124 ====== h_config_print_from ======
29125 <HTML>
29126 <HEAD>
29127 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
29128 </HEAD>
29129 <BODY>
29130 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
29132 If this feature is set, then the Berkeley-mail style From line is included
29133 at the start of each message that is printed.  This line looks something
29134 like the following, with the address replaced by the address from the
29135 From line of the message being printed:
29137 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
29138 14:11:06 1998
29140 &lt;End of help on this topic&gt;
29141 </BODY>
29142 </HTML>
29143 ====== h_config_expanded_distlists ======
29144 <HTML>
29145 <HEAD>
29146 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
29147 </HEAD>
29148 <BODY>
29149 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
29150 If this feature is set, then distribution lists in the address book
29151 screen will always be expanded automatically.
29153 &lt;End of help on this topic&gt;
29154 </BODY>
29155 </HTML>
29156 ====== h_config_compose_news_wo_conf ======
29157 <HTML>
29158 <HEAD>
29159 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
29160 </HEAD>
29161 <BODY>
29162 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
29163 This feature controls one aspect of Alpine's Composer.  If you enter the
29164 composer while reading a newsgroup, you will normally be prompted to
29165 determine whether you intend the new message to be posted to the current
29166 newsgroup or not.  If this feature is set, Alpine will not prompt you
29167 in this situation, and will assume that you do indeed wish to post
29168 to the newsgroup you are reading.
29170 &lt;End of help on this topic&gt;
29171 </BODY>
29172 </HTML>
29173 ====== h_config_compose_rejects_unqual ======
29174 <HTML>
29175 <HEAD>
29176 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
29177 </HEAD>
29178 <BODY>
29179 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
29181 This feature controls one aspect of the message composer; in particular,
29182 what happens when an unqualified name is entered into an address header.
29183 If set, unqualified names entered as addresses will be treated as errors
29184 unless they match an addressbook nickname.  Alpine will not attempt to turn
29185 them into complete addresses by adding your local domain.<P>
29187 A complete (fully qualified) address is one containing a username followed
29188 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
29189 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
29190 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
29192 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
29196 When you enter a fully qualified address, Alpine does not interpret or
29197 modify it, but simply passes it on to the mail-transport-agent (MTA) for
29198 your system.  Alpine conforms to the Internet standards governing message
29199 headers and will not send an unqualifed name to the MTA.  Therefore, when
29200 you enter an unqualified name, Alpine will normally attempt to turn it into
29201 a fully qualified address, first by checking to see if you have entered a
29202 matching nickname in your addressbook, or failing that, by simply adding
29203 your own domain to the name entered.  So if your address is
29204 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
29205 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
29206 that into &quot;fred@example.com&quot;.<P>
29208 There are situations where it is not desirable for Alpine to interpret such
29209 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
29210 turned out to be a typo (intended to be an addressbook nickname), but
29211 there actually was a &quot;fred&quot; in your local domain, the message might 
29212 be mis-delivered without your realizing it.  In order to reduce the likelihood
29213 of such accidents, setting this feature will cause Alpine to treat such
29214 addresses as errors, and require that you explicitly enter the full local
29215 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
29216 matches an address book nickname.<P>
29218 Consider this a safety feature against mis-directed mail.
29220 <UL>   
29221 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29222 </UL><P>
29223 &lt;End of help on this topic&gt;
29224 </BODY>
29225 </HTML>
29226 ====== h_config_quell_local_lookup ======
29227 <HTML>
29228 <HEAD>
29229 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
29230 </HEAD>
29231 <BODY>
29232 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
29234 This feature controls an aspect of Alpine's Composer, and if needed, will
29235 usually be set by your system manager in Alpine's system-wide configuration
29236 file. Specifically, if this feature is set, Alpine will not attempt to look
29237 in the system password file to find a Full Name for the entered address.
29239 Normally, names you enter into address fields (e.g. To: or Cc:) are
29240 checked against your address book(s) to see if they match an address book
29241 nickname.  Failing that, (in Unix Alpine) the name is then checked against
29242 the Unix password file.  If the entered name matches a username in the
29243 system password file, Alpine extracts the corresponding Full Name information
29244 for that individual, and adds that to the address being entered.
29246 However, password file matching can have surprising (incorrect) results if
29247 other users of the system do not receive mail at the domain you are using.
29248 That is, if either the 
29249 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
29250 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
29251 option
29252 is set such that the administrative domain of other users on the system
29253 isn't accurately reflected, Alpine should be told that a passwd file match
29254 is coincidental, and Full Name info will be incorrect.  For example, a
29255 personal name from the password file could get falsely paired with the
29256 entered name as it is turned into an address in the configured domain.
29258 If you are seeing this behavior, enabling this feature will prevent Unix
29259 Alpine from looking up names in the password file to find the Full Name
29260 for incomplete addresses you enter.<P>
29261 <UL>
29262 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29263 </UL>
29265 &lt;End of help on this topic&gt;
29266 </BODY>
29267 </HTML>
29268 ====== h_config_tab_checks_recent ======
29269 <HTML>
29270 <HEAD>
29271 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
29272 </HEAD>
29273 <BODY>
29274 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
29276 In a FOLDER LIST screen, the TAB key usually just changes which
29277 folder is highlighted.
29278 If this feature is set, then the TAB key will cause the number of
29279 recent messages and the total number of messages in the highlighted folder
29280 to be displayed instead.
29283 &lt;End of help on this topic&gt;
29284 </BODY>
29285 </HTML>
29286 ====== h_config_maildrops_preserve_state ======
29287 <HTML>
29288 <HEAD>
29289 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
29290 </HEAD>
29291 <BODY>
29292 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
29294 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
29295 Normally, when mail is moved from a Mail Drop folder to a destination
29296 folder, it is delivered as new mail.
29297 Any Seen/New, Answered, Important/Flagged state that has changed will be
29298 ignored.
29299 All of the mail will be considered unSeen, unAnswered, and unImportant after
29300 it is moved.
29302 If this feature is set, then the state changes that have been made
29303 to the messages in the Mail Drop folder will be preserved.
29305 In any case, messages that are already marked Deleted when the
29306 mail is to be moved from the Mail Drop will be ignored.
29308 &lt;End of help on this topic&gt;
29309 </BODY>
29310 </HTML>
29311 ====== h_config_preopen_stayopens ======
29312 <HTML>
29313 <HEAD>
29314 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
29315 </HEAD>
29316 <BODY>
29317 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
29319 This feature is related to the option
29320 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29321 Normally, Stay Open folders are only opened on demand, when the user
29322 asks to open them.
29323 From then on they are kept open for the duration of the session.
29324 However, if this feature is set, then the Stay Open folders will all be
29325 opened at startup, at the same time that the INBOX is opened.
29328 &lt;End of help on this topic&gt;
29329 </BODY>
29330 </HTML>
29331 ====== h_config_expunge_inbox ======
29332 <HTML>
29333 <HEAD>
29334 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
29335 </HEAD>
29336 <BODY>
29337 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
29339 The INBOX is normally treated differently from regular folders in several
29340 ways.
29341 One of the differences is that the normal &quot;close&quot; sequence of
29342 events is deferred until Alpine is exited, instead of happening when you
29343 leave the INBOX to view another folder.
29344 The &quot;close&quot; sequence normally includes the Expunging
29345 of deleted messages
29346 (either automatically or after a prompt, controlled by the features
29347 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29348 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29349 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29350 handling of the
29351 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
29354 If this feature is set the &quot;close&quot; sequence handling will take
29355 place every time you leave the INBOX.
29356 The INBOX will still be kept open, but the offer to Expunge and the archiving
29357 to the <!--#echo var="VAR_read-message-folder"-->
29358 will take place each time you leave the INBOX instead of only once at the
29359 end of the session.
29362 &lt;End of help on this topic&gt;
29363 </BODY>
29364 </HTML>
29365 ====== h_config_expunge_stayopens ======
29366 <HTML>
29367 <HEAD>
29368 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
29369 </HEAD>
29370 <BODY>
29371 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
29373 This feature is related to the option
29374 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29375 Stay Open folders are treated differently from regular folders in several
29376 ways.
29377 One of the differences is that the normal &quot;close&quot; sequence of
29378 events is deferred until Alpine is exited, instead of happening when you
29379 leave the folder to view another folder.
29380 The &quot;close&quot; sequence normally includes the Expunging
29381 of deleted messages
29382 (either automatically or after a prompt, controlled by the features
29383 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29384 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29385 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29386 handling of
29387 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
29390 If this feature is set the &quot;close&quot; sequence handling will take
29391 place when you leave the Stay Open folder.
29392 The folder will still be kept open, but the offer to Expunge and the archiving
29393 will take place each time you leave the folder instead of only once at the
29394 end of the session.
29395 This feature does not affect the INBOX, which will still only be processed
29396 when you exit Alpine.
29397 However, there is a similar feature that affects only the INBOX called
29398 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
29401 &lt;End of help on this topic&gt;
29402 </BODY>
29403 </HTML>
29404 ====== h_config_preserve_start_stop ======
29405 <HTML>
29406 <HEAD>
29407 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
29408 </HEAD>
29409 <BODY>
29410 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
29412 This feature controls how special control key characters, typically
29413 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
29414 are known as the "stop" and "start" characters and are sometimes used in
29415 communications paths to control data flow between devices that operate at
29416 different speeds.
29420 By default, Alpine turns the system's handling of these special characters
29421 off except during printing.  However, if you see Alpine reporting input errors
29422 such as:
29424 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
29426 and, at the same time, see your display become garbled, then it is likely
29427 that setting this option will solve the problem.  Be aware, though, that
29428 enabling this feature will also cause Alpine to ostensibly "hang" 
29429 whenever the Ctrl-S key combination is entered as the system is now
29430 interpreting such input as a "stop output" command.  To "start
29431 output"  again, simply type Ctrl-Q. 
29433 &lt;End of help on this topic&gt;
29434 </BODY>
29435 </HTML>
29436 ====== h_config_enable_incoming ======
29437 <HTML>
29438 <HEAD>
29439 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
29440 </HEAD>
29441 <BODY>
29442 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
29444 Alpine's Incoming Message Folders collection
29445 provides a convenient way to access multiple incoming folders.
29446 It is also useful if you have accounts on multiple computers.
29449 If set, this feature defines a pseudo-folder collection called
29450 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
29451 in this collection will be your INBOX, which will no longer show up in
29452 your Default folder collection.
29455 You may add more folders to the Incoming Message Folders collection by
29456 using the
29457 <!--chtml if pinemode="function_key"-->
29458 &quot;F10
29459 <!--chtml else-->
29460 &quot;A
29461 <!--chtml endif-->
29462 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
29463 the host the folder is stored on (which defaults to the same host used
29464 for your INBOX), a nickname, and the actual folder name.  Once a set
29465 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
29466 or MESSAGE TEXT screens) may be used to scan the folders for those
29467 with Recent messages.  If you add more folders to
29468 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
29469 no effect.
29471 NOTE: Normally the software that actually delivers mail (the stuff that happens
29472 before Alpine is involved) is in a better position to do delivery filtering
29473 than is Alpine itself.
29474 If possible, you may want to look at programs such as
29475 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
29476 filtering programs.
29477 If you'd prefer to have Alpine do the filtering for you, you may set that
29479 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
29481 <UL>   
29482 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29483 </UL><P>
29484 &lt;End of help on this topic&gt;
29485 </BODY>
29486 </HTML>
29487 ====== h_config_enable_incoming_checking ======
29488 <HTML>
29489 <HEAD>
29490 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
29491 </HEAD>
29492 <BODY>
29493 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
29495 This feature is only operational if you have enabled the optional
29496 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
29497 If you do have Incoming Message Folders and you also set this feature,
29498 then the number of Unseen messages in each folder will be displayed
29499 in the FOLDER LIST screen for the Incoming Message Folders.
29500 The number of Unseen messages in a folder will be displayed in parentheses
29501 to the right of the name of each folder.
29502 If there are no Unseen messages in a folder then only the name
29503 is displayed, not a set of parentheses with zero inside them.
29504 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
29505 the Incoming Message Folders to cause an immediate update.
29507 If a check for Unseen messages fails for a particular folder then Alpine
29508 will no longer attempt to check that folder for the duration of the
29509 session and this will be indicated by a question mark inside the
29510 parentheses.
29512 The features
29513 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
29514 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
29515 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
29516 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
29517 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
29518 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
29519 all affect how this feature behaves.
29521 <UL>   
29522 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29523 </UL><P>
29524 &lt;End of help on this topic&gt;
29525 </BODY>
29526 </HTML>
29527 ====== h_config_incoming_checking_total ======
29528 <HTML>
29529 <HEAD>
29530 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
29531 </HEAD>
29532 <BODY>
29533 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
29535 This option has no effect unless the feature
29536 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
29537 is set, which in turn has no effect unless
29538 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
29539 is set.
29541 When incoming folder checking is turned on the default is to display
29542 the number of unseen messages in each folder.
29543 More precisely, it is the number of undeleted unseen messages.
29544 Using this option you may also display the total number of messages
29545 in each folder.
29546 Instead of a single number representing the number of unseen messages
29547 you will get two numbers separated by a slash character.
29548 The first is the number of unseen messages and the second is the
29549 total number of messages.
29551 You may also use the recent message count instead of the unseen message
29552 count by turning on the feature
29553 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
29555 <UL>   
29556 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29557 </UL><P>
29558 &lt;End of help on this topic&gt;
29559 </BODY>
29560 </HTML>
29561 ====== h_config_incoming_checking_recent ======
29562 <HTML>
29563 <HEAD>
29564 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
29565 </HEAD>
29566 <BODY>
29567 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
29569 This option has no effect unless the feature
29570 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
29571 is set, which in turn has no effect unless
29572 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
29573 is set.
29575 When incoming folder checking is turned on the default is to display
29576 the number of unseen messages in each folder.
29577 More precisely, it is the number of undeleted unseen messages.
29578 Using this option you may display the number of recent messages instead
29579 of the number of unseen messages.
29580 A message is only counted as recent if this is the first session to
29581 see it, so the recent count might be less than the unseen count.
29582 The difference between the two would be accounted for by the unseen messages
29583 in the folder which were there previously but have not been looked at yet.
29585 If you simultaneously run more than one email client at a time
29586 (for example, you run more than one Alpine in parallel) then turning
29587 this feature on can cause some confusion.
29588 The confusion stems from the fact that each message is only considered to be
29589 recent in one session.
29590 That means that the counts of new messages may be different in the two
29591 Alpines running side by side, because each incoming message will only be
29592 counted as recent in one of the two sessions.
29594 You may also display the total number of messages
29595 in each folder by using the
29596 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
29597 option.
29599 <UL>   
29600 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29601 </UL><P>
29602 &lt;End of help on this topic&gt;
29603 </BODY>
29604 </HTML>
29605 ====== h_config_attach_in_reply ======
29606 <HTML>
29607 <HEAD>
29608 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
29609 </HEAD>
29610 <BODY>
29611 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
29613 This feature controls an aspect of Alpine's Reply command. If set, any MIME
29614 attachments that were part of the original message will automatically be
29615 included in the Reply.
29617 &lt;End of help on this topic&gt;
29618 </BODY>
29619 </HTML>
29620 ====== h_config_include_header =====
29621 <HTML>
29622 <HEAD>
29623 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
29624 </HEAD>
29625 <BODY>
29626 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
29628 This feature controls an aspect of Alpine's Reply command. If set, and the
29629 original message is being included in the reply, then headers from that
29630 message will also be part of the reply.
29632 &lt;End of help on this topic&gt;
29633 </HEAD>
29634 </HTML>
29635 ====== h_config_sig_at_bottom =====
29636 <HTML>
29637 <HEAD>        
29638 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
29639 </HEAD>
29640 <BODY>
29641 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
29643 This feature controls an aspect of Alpine's Reply command.  If this feature
29644 is set, and the original message is being included in the reply, then the
29645 contents of your signature file (if any) will be inserted after the included
29646 message.
29648 This feature does not affect the results of a Forward command.
29650 &lt;End of help on this topic&gt;
29651 </BODY>
29652 </HTML>
29653 ====== h_config_sigdashes =====
29654 <HTML>
29655 <HEAD>
29656 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
29657 </HEAD>
29658 <BODY>
29659 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
29661 This feature enables support for the common USENET news convention 
29662 of preceding a message signature with the special line consisting of 
29663 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
29666 When enabled and a
29667 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
29668 Alpine will insert the special line before including the file's text (unless
29669 the special line already exists somewhere in the file's text).
29672 In addition, when you Reply or Followup to a message containing one of
29673 these special lines and choose to include its text, Alpine will observe
29674 the convention of not including text beyond the special line in your
29675 reply.
29676 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
29677 mode is enabled and turned on, then Alpine <EM>will</EM>
29678 include the text beyond the special line regardless of the setting of
29679 this feature.
29682 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
29683 for a related feature.
29686 <UL>   
29687 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29688 </UL><P>
29689 &lt;End of help on this topic&gt;
29690 </BODY>
29691 </HTML>
29692 ====== h_config_new_thread_blank_subject =====
29693 <HTML>
29694 <HEAD>
29695 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
29696 </HEAD>
29697 <BODY>
29698 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
29700 When this feature is enabled (the default) Alpine will create a new thread
29701 every time that the subject line becomes empty at any time during composition.
29704 This behavior is particularly useful in case you are replying to a message.
29705 Replying to a message causes the message to be in the same thread than the
29706 original message that is being replied to. However, many authors want to create
29707 a new message (in a different thread) while replying to a message, and they do
29708 this by changing the full subject, by first deleting the original subject and
29709 typing the new subject of the current message.
29712 Enabling this feature causes that any time that the subject is deleted, the 
29713 message being composed will be considered the first message of a new thread.
29716 <UL>   
29717 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29718 </UL><P>
29719 &lt;End of help on this topic&gt;
29720 </BODY>
29721 </HTML>
29722 ====== h_config_strip_sigdashes =====
29723 <HTML>
29724 <HEAD>
29725 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
29726 </HEAD>
29727 <BODY>
29728 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
29730 This feature doesn't do anything if the feature
29731 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
29732 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
29733 then turning on this feature enables support for the convention
29734 of not including text beyond the sigdashes line when Replying or Following
29735 up to a message and including the text of that message.
29736 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
29737 mode is enabled and turned on, then Alpine <EM>will</EM>
29738 include the text beyond the special line regardless of the setting of
29739 this feature.
29741 In other words, this is a way to turn on the signature stripping behavior
29742 without also turning on the dashes-adding behavior.
29744 <UL>   
29745 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29746 </UL><P>
29747 &lt;End of help on this topic&gt;
29748 </BODY>
29749 </HTML>
29750 ====== h_config_forward_as_attachment =====
29751 <HTML>
29752 <HEAD>
29753 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
29754 </HEAD>
29755 <BODY>
29756 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
29758 This feature affects the way forwarded message text is handled.  When set, rather than 
29759 include the text of the forwarded message below any additional text you provide in the
29760 composer, the forwarded message is attached in its entirety to the message you send.
29762 This is useful in that it keeps the text you provide in the composer distinct from the
29763 text of the forwarded message.  Similarly, it allows the recipient to 
29764 conveniently operate on the forwarded message.  For example, they might reply directly to
29765 the sender of the forwarded message, or process it as part of a spam report.
29766 <UL>   
29767 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29768 </UL><P>
29769 &lt;End of help on this topic&gt;
29770 </BODY>
29771 </HTML>
29772 ====== h_config_preserve_field =====
29773 <HTML>
29774 <HEAD>
29775 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
29776 </HEAD>
29777 <BODY>
29778 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
29780 This feature affects Alpine's behavior when one replies to a message. 
29781 When you receive a message, some or all of the recipients of the message 
29782 have been added to the To: and Cc: fields. If you reply to such message, 
29783 and this feature is disabled, then the original sender of the message is 
29784 added to the To: field, and all other recipients are added to the Cc: 
29785 field, while your address is added to the From: field.
29788 However, if this feature is enabled, then Alpine will preserve the 
29789 original fields as sent in the original message, so the Cc: and To: 
29790 fields will be preserved. The sender's address will be added to the To: 
29791 field, while your address is added to the From: field.
29794 The behavior of this feature is that replies to all messages will behave 
29795 in the way described above. If you only intend this to happen on a per 
29796 message basis, then keep this feature disabled, and when replying to a 
29797 message you will see a new option in the menu for the &quot;Reply to all 
29798 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
29799 make Alpine toggle its question so you can preserve the To: and Cc: 
29800 fields for that message only.
29802 <UL>   
29803 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29804 </UL><P>
29805 &lt;End of help on this topic&gt;
29806 </BODY>
29807 </HTML>
29808 ====== h_config_sub_lists =====
29809 <HTML>
29810 <HEAD>
29811 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
29812 </HEAD>
29813 <BODY>
29814 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
29816 This feature affects the subcommands available when Saving, 
29817 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
29818 available. This command allows you to type in a substring of the folder
29819 you are looking for and when you type ^X it will display all folders
29820 that contain that substring in their names.
29821 This feature is set by default.
29824 &lt;End of help on this topic&gt;
29825 </BODY>
29826 </HTML>
29827 ====== h_config_scramble_message_id =====
29828 <HTML>
29829 <HEAD>
29830 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
29831 </HEAD>
29832 <BODY>
29833 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
29835 Normally the Message-ID header that Alpine generates when sending a message
29836 contains the name of the computer from which the message is being sent.
29837 Some believe that this hostname could be used by spammers or could
29838 be used by others for nefarious purposes.
29839 If this feature is set, that name will be transformed with a simple
29840 Rot13 transformation.
29841 The result will still have the correct syntax for a Message-ID but the
29842 part of the MessageID that is often a domain name will not be an actual
29843 domain name because the letters will be scrambled.
29845 In addition, other information such as the name program, version, and
29846 a code for operating system used to build Alpine, will be encoded using
29847 the Rot13 transformation, except for the version number which will be
29848 encoded using a Rot5 transformation.
29850 It is possible (but unlikely?) that some spam detection
29851 software will use that as a reason to reject the mail as spam.
29852 It has also been reported that some spam detection software uses the
29853 fact that there are no dots after the &quot;@&quot; as a reason to reject
29854 messages.
29855 If your PC-Alpine Message-ID is using a name without a dot that is because
29856 that is what Windows thinks is your &quot;Full computer name&quot;.
29857 The method used to set this varies from one type of Windows to another but
29858 check under Settings -> Control Panel -> System and
29859 look for Network Identification or Computer Name or something similar.
29860 How to set it is beyond the scope of Alpine.
29863 &lt;End of help on this topic&gt;
29864 </BODY>
29865 </HTML>
29866 ====== h_downgrade_multipart_to_text =====
29867 <HTML>
29868 <HEAD>
29869 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
29870 </HEAD>
29871 <BODY>
29872 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
29875 This feature affects Alpine's behavior when sending mail.  Internet
29876 standards require Alpine to translate all non-ASCII characters in
29877 messages that it sends using MIME encoding.  This encoding can be
29878 ostensibly broken for recipients if any agent between Alpine and the
29879 recipient, such as an email list expander, appends text to the
29880 message, such as list information or advertising.  When sending such
29881 messages Alpine attempts to protect such encoding by placing extra
29882 MIME boundaries around the message text.
29884 These extra boundaries are invisible to recipients that 
29885 use MIME-aware email programs (the vast majority).  However, if
29886 you correspond with users of email programs that are not MIME-aware,
29887 or do not handle the extra boundaries gracefully, you can
29888 use this feature to prevent Alpine from including the extra
29889 MIME information.  Of course, it will increase the likelihood
29890 that non-ASCII text you send may appear corrupt to the recipient.
29892 &lt;End of help on this topic&gt;
29893 </BODY>
29894 </HTML>
29895 ====== h_config_show_sort =====
29896 <HTML>
29897 <HEAD>
29898 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
29899 </HEAD>
29900 <BODY>
29901 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
29903 If this feature is set and there is sufficient space on the screen,
29904 a short indication of the current sort order will be
29905 added in the titlebar (the top line on the screen), before the name
29906 of the folder.
29907 For example, with the default Arrival sort in effect,
29908 the display would have the characters
29910 <P><CENTER>[A]</CENTER><P>
29912 added between the title of the screen and the folder name.
29913 The letters are the same as the letters you may type to manually
29914 sort a folder with the SortIndex command ($).
29915 The letters in the table below are the ones that may show
29916 up in the titlebar line.
29918 <TABLE>   
29919 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
29920 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
29921 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
29922 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
29923 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
29924 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
29925 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
29926 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
29927 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
29928 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
29929 </TABLE>
29931 If the sort order is Reversed, the letter above will be preceded by the letter
29932 &quot;R&quot;, for example
29934 <P><CENTER>[RS]</CENTER><P>
29936 means that a Reverse Subject sort is in effect.
29937 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
29938 left out, and just an &quot;R&quot; is shown.
29940 <P><CENTER>[R]</CENTER>
29943 &lt;End of help on this topic&gt;
29944 </BODY>
29945 </HTML>
29946 ====== h_config_disable_reset_disp =====
29947 <HTML>
29948 <HEAD>
29949 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
29950 </HEAD>
29951 <BODY>
29952 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
29954 UNIX Alpine only.
29956 This feature affects Alpine's behavior when using
29957 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
29958 Normally, before the display filter is run, the terminal mode is reset
29959 to what it was before you started Alpine.
29960 This may be necessary if the filter requires the use of the terminal.
29961 For example, it may need to interact with you.
29962 If you set this feature, then the terminal mode will not be reset.
29963 One thing that turning on this feature should fix is the coloring of
29964 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
29965 breaks because the terminal reset resets the color state of the terminal.
29968 &lt;End of help on this topic&gt;
29969 </BODY>
29970 </HTML>
29971 ====== h_config_disable_sender =====
29972 <HTML>
29973 <HEAD>
29974 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
29975 </HEAD>
29976 <BODY>
29977 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
29979 This feature affects Alpine's generation of the &quot;Sender:&quot; or
29980 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
29981 header fields.
29982 By default, Alpine will generate such a header in situations where the
29983 username or domain are not the same as
29984 the &quot;From:&quot; header on the message.
29985 With this feature set,
29986 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
29987 This may be desirable on a system that is virtually hosting many domains,
29988 and the sysadmin has other methods available for tracking a message to
29989 its originator.
29991 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
29994 &lt;End of help on this topic&gt;
29995 </BODY>
29996 </HTML>
29997 ====== h_config_use_sender_not_x =====
29998 <HTML>
29999 <HEAD>
30000 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
30001 </HEAD>
30002 <BODY>
30003 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
30005 Normally Alpine adds a header line
30006 labeled &quot;X-X-Sender&quot;, if the sender is
30007 different from the From: line.
30008 The standard specifies that this header
30009 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
30010 Setting this feature causes
30011 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
30013 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
30016 &lt;End of help on this topic&gt;
30017 </BODY>
30018 </HTML>
30019 ====== h_config_use_fk =====
30020 <HTML>
30021 <HEAD>
30022 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
30023 </HEAD>
30024 <BODY>
30025 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
30027 This feature specifies that Alpine will respond to function keys instead of
30028 the normal single-letter commands. In this mode, the key menus at the
30029 bottom of each screen will show function key designations instead of the
30030 normal mnemonic key.
30033 &lt;End of help on this topic&gt;
30034 </BODY>
30035 </HTML>
30036 ====== h_config_cancel_confirm =====
30037 <HTML>
30038 <HEAD>
30039 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
30040 </HEAD>
30041 <BODY>
30042 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
30044 This feature affects what happens when you type ^C to cancel a composition.
30045 By default, if you attempt to cancel a composition by typing ^C, you will be
30046 asked to confirm the cancellation by typing a &quot;C&quot;
30047 for <EM>C</EM>onfirm.
30048 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
30049 risky because the &quot;^C Y&quot; needed to cancel a message
30050 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
30052 If this feature is set the confirmation asked for
30053 will be a &quot;<EM>Y</EM>es&quot;
30054 instead of a &quot;<EM>C</EM>onfirm&quot; response.
30057 &lt;End of help on this topic&gt;
30058 </BODY>
30059 </HTML>
30060 ====== h_config_compose_maps_del =====
30061 <HTML>
30062 <HEAD>
30063 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
30064 </HEAD>
30065 <BODY>
30066 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
30068 This feature affects the behavior of the DELETE key.
30069 If set, Delete will be equivalent to ^D, and delete
30070 the current character.  Normally Alpine defines the Delete key
30071 to be equivalent to ^H, which deletes the <EM>previous</EM>
30072 character.
30075 &lt;End of help on this topic&gt;
30076 </BODY>
30077 </HTML>
30078 ====== h_config_compose_bg_post =====
30079 <HTML>
30080 <HEAD>
30081 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
30082 </HEAD>
30083 <BODY>
30084 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
30086 This feature affects the behavior of Alpine's mail sending.  If set, this
30087 feature enables a subcommand in the composer's "Send?" confirmation
30088 prompt.  The subcommand allows you to tell Alpine to handle the actual
30089 posting in the background.  While this feature usually allows posting
30090 to appear to happen very fast, it has no affect on the actual delivery
30091 time it takes a message to arrive at its destination.
30094 Please Note:
30095 <OL>
30096  <LI>This feature will have no effect if the feature
30097        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
30098        is set.
30099  <LI>This feature isn't supported on all systems.  All DOS and Windows,
30100        as well as several Unix ports, do not recognize this feature.
30101  <LI>Error handling is significantly different when this feature is
30102         enabled.  Any message posting failure results in the message
30103         being appended to your &quot;Interrupted&quot; mail folder.  When you
30104         type the <A HREF="h_common_compose">C</A>ompose command,
30105         Alpine will notice this folder and
30106         offer to extract any messages contained.  Upon continuing a 
30107         failed message, Alpine will display the nature of the failure 
30108         in the status message line.
30109  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
30110         for message data to
30111         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
30112         if you typically run close to any sort of disk-space limits or quotas.
30113 </OL>
30115 &lt;End of help on this topic&gt;
30116 </BODY>
30117 </HTML>
30118 ====== h_config_compose_dsn =====
30119 <HTML>
30120 <HEAD>
30121 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
30122 </HEAD>
30123 <BODY>
30124 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
30126 This feature affects the behavior of Alpine's mail sending.  If set, this
30127 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
30128 prompt.  The subcommand allows you to tell Alpine to request the type of
30129 Delivery Status Notification (DSN) that you would like.  Most users will
30130 be happy with the default, and need not enable this feature.
30132 If the feature
30133 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
30134 then this feature has no effect and the type of DSN is not selectable.
30137 Turning on this feature and then turning on the DSNOpts from the send
30138 prompt reveals four on-off toggles at the bottom of the screen.
30139 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
30140 that no notification be returned to you, even if there is a delivery
30141 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
30142 server that you are willing (or not) to receive delay notifications, which
30143 happen when there is an unusual delay at some mail server (in that mail
30144 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
30145 Success requests that you be sent a DSN message when the message is
30146 successfully delivered to the recipients mailbox.  Setting NoErrRets will
30147 automatically turn off Delay and Success notification, and will flip the
30148 toggles to show that.  Similarly, turning on Delay and/or Success will
30149 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
30150 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
30151 the full message be returned in any failed DSN.  RetHdrs requests that
30152 only the headers be returned in any failed DSN.  Notice that this command
30153 applies only to failed delivery status reports.  For delay or success
30154 reports, the full message is never returned, only the headers are returned.
30157 If you don't enable the DSN feature or if you don't turn it on for a
30158 particular message, the default is that you will be notified about failures,
30159 you might be notified about delays, and you won't be notified about
30160 successes.  You will usually receive the full message back when there is
30161 a failure.
30164 If you turn on the DSNOpts the default is to return as much information as
30165 possible to you.  That is, by default, the Success and Delay options are
30166 turned on and the full message will be returned on failure.
30169 The sending prompt will display the current DSN request (if any) in a
30170 shorthand form.  It will be:
30172 <P><CENTER>[Never]</CENTER>
30175 if you have requested NoErrRets.  Otherwise, it will look something like:
30177 <P><CENTER>[FDS-Hdrs]</CENTER>
30180 The &quot;F&quot; will always be there, indicating that you will be notified
30181 of failures.  (Alpine doesn't provide a way to request no failure notification
30182 and at the same time request either success or delay notification.  The only
30183 way to request no failure notifications is to request no notifications at
30184 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
30185 requested Delay and/or Success notification.  If one of those is missing,
30186 that means you are requesting no notification of the corresponding type.
30187 After the dash it will say either Hdrs or Full.  Hdrs means to return only
30188 the headers and Full means to return the full message (applies to
30189 failure notifications only).
30192 NOTE: This feature relies on your system's mail transport agent or
30193 configured
30194 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
30195 having the negotiation mechanism introduced in
30196 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
30197 &quot;Delivery Status Notification&quot; (DSN).  If the mail transport agent you
30198 are using doesn't support DSN, a short warning will be shown to you on
30199 the message line at the bottom of the screen after you send your message,
30200 but your message will have been sent anyway.
30203 Note that DSNs don't provide a mechanism to request read receipts.  That
30204 is, if you request notification on success you are notified when the
30205 message is delivered to the mailbox, not when the message is read.
30208 ESMTP allows for graceful migration to upgraded mail transfer agents, but
30209 it is possible that this feature might cause problems for some servers. 
30212 &lt;End of help on this topic&gt;
30213 </BODY>
30214 </HTML>
30215 ====== h_config_auto_zoom =====
30216 <HTML>
30217 <HEAD>
30218 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
30219 </HEAD>
30220 <BODY>
30221 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
30223 This feature affects the behavior of the Select command.
30224 If set, the select command will automatically perform a zoom
30225 after the select is complete.
30226 This feature is set by default.
30228 Some related help topics are
30229 <UL>
30230 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30231 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30232 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30233 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30234 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30235 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30236 </UL>
30239 &lt;End of help on this topic&gt;
30240 </BODY>
30241 </HTML>
30242 ====== h_config_auto_unzoom =====
30243 <HTML>
30244 <HEAD>
30245 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
30246 </HEAD>
30247 <BODY>
30248 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
30250 This feature affects the behavior of the Apply command.  If set, and if
30251 you are currently looking at a Zoomed Index view of selected messages,
30252 the Apply command will do the operation you specify, but then will
30253 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
30254 the normal Index view after the Apply. 
30255 This feature is set by default.
30258 Some related help topics are
30259 <UL>
30260 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30261 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30262 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30263 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30264 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
30265 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30266 </UL>
30268 &lt;End of help on this topic&gt;
30269 </BODY>
30270 </HTML>
30271 ====== h_config_auto_unselect =====
30272 <HTML>
30273 <HEAD>
30274 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
30275 </HEAD>
30276 <BODY>
30277 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
30279 This feature affects the behavior of the Apply command.  If set,
30280 the Apply command will do the operation you specify, but then will
30281 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
30282 the normal Index view after the Apply. 
30285 Some related help topics are
30286 <UL>
30287 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30288 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30289 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30290 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
30291 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30292 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30293 </UL>
30295 &lt;End of help on this topic&gt;
30296 </BODY>
30297 </HTML>
30298 ====== h_config_fast_recent =====
30299 <HTML>
30300 <HEAD>
30301 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
30302 </HEAD>
30303 <BODY>
30304 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
30306 This feature controls the behavior of the TAB key when traversing folders
30307 in the optional 
30308 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
30309 collection or in optional <!--#echo var="VAR_news-collections"-->.
30312 When the TAB
30313 (<A HREF="h_common_nextnew">NextNew</A>)
30314 key is pressed, the default behavior is to
30315 explicitly examine the status of the folder for the number of recent
30316 messages (messages delivered since the last time it was viewed).
30317 Depending on the size and number of messages in the folder, this test
30318 can be time consuming.
30321 Enabling this feature will cause Alpine to only test for the existence of
30322 any recent messages rather than to obtain the count.  This is much faster
30323 in many cases.  The downside is that you're not given the number of recent
30324 messages when prompted to view the next folder.
30325 If the feature
30326 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
30327 is turned on, then the present feature will have no effect.
30330 <UL>   
30331 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30332 </UL><P>
30333 &lt;End of help on this topic&gt;
30334 </BODY>
30335 </HTML>
30336 ====== h_config_arrow_nav =====
30337 <HTML>
30338 <HEAD>
30339 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
30340 </HEAD>
30341 <BODY>
30342 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
30344 This feature controls the behavior of the left and right arrow keys.
30345 If set, the left and right arrow keys will operate like the usual
30346 navigation keys &lt; and &gt;.
30347 This feature is set by default.
30350 If you set this feature, and do not like the changed behavior of the up/down 
30351 arrow 
30352 keys when navigating through the FOLDER LIST screen -- 
30353 <B>first</B> from column to column, if more than one folder is 
30354 displayed per row, 
30355 and <B>then</B> from row to row -- you may either also wish to set the feature 
30356 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
30357 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
30358 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
30359 folders in each column.
30361 <UL>   
30362 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30363 </UL><P>
30364 &lt;End of help on this topic&gt;
30365 </BODY>
30366 </HTML>
30367 ====== h_config_relaxed_arrow_nav =====
30368 <HTML>
30369 <HEAD>
30370 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
30371 </HEAD>
30372 <BODY>
30373 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
30375 This feature controls the behavior of the left, right, up and down
30376 arrow keys in the FOLDER LIST screen when the &quot;<A
30377 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
30378 set.
30379 This feature is set by default.
30383 When this feature is set, the left and right
30384 arrow keys in the FOLDER LIST screen
30385 move the highlight bar to the left or right, and the up and
30386 down arrows move it up or down.
30389 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
30390 feature is not set;
30391 the left and right arrow keys in the Folder List screen strictly
30392 track the commands bound to the '&lt;' and '&gt;' keys, and the up
30393 and down arrow keys move the highlight bar to the previous and next
30394 folder or directory name.
30397 <UL>   
30398 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30399 </UL><P>
30400 &lt;End of help on this topic&gt;
30401 </BODY>
30402 </HTML>
30403 ====== h_config_alt_compose_menu =====
30404 <HTML>
30405 <HEAD>
30406 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
30407 </HEAD>
30408 <BODY>
30409 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
30411 This feature controls the menu that is displayed when Compose is selected.
30412 If set, a list of options will be presented, with each option representing
30413 the type of composition that could be used. This feature is most useful for
30414 users who want to avoid being prompted with each option separately, or who
30415 want to avoid the checking of remote postponed or form letter folders.
30416 The possible types of composition are:
30419 New, for starting a new composition. Note that if New is selected and roles
30420 are set, roles are checked for matches and applied according to the setting
30421 of the matching role.
30424 Interrupted, for continuing an interrupted composition. This option is only
30425 offered if an interrupted message folder is detected.
30428 Postponed, for continuing postponed compositions. This option is offered
30429 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
30430 the postponed folder actually exists. This option is especially handy
30431 for avoiding having to check for the existence of a remote postponed folder.
30434 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
30435 is set in the config, and is not checked for existence for reasons similar
30436 to those explained by the postponed option.
30439 setRole, for selecting a role to apply to a composition.
30442 &lt;End of help on this topic&gt;
30443 </BODY>
30444 </HTML>
30445 ====== h_config_alt_role_menu =====
30446 <HTML>
30447 <HEAD>
30448 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
30449 </HEAD>
30450 <BODY>
30451 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
30453 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
30454 a role and compose a new message using that role.
30455 When this feature is set, the role command will first ask whether you want to
30456 Compose a new message, Forward the current message, Reply to the
30457 current message, or Bounce the current message.
30458 If you are not in the MESSAGE INDEX and are not viewing a message,
30459 then there is no current message and the question will be skipped.
30460 After you have chosen to Compose, Forward, Reply, or Bounce you will
30461 then choose the role to be used.
30463 When Bouncing the &quot;Set From&quot; address is used for the
30464 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
30465 provided that the option
30466 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
30467 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
30468 set.
30469 Other actions of the role are ignored when Bouncing.
30472 &lt;End of help on this topic&gt;
30473 </BODY>
30474 </HTML>
30475 ====== h_config_always_spell_check =====
30476 <HTML>
30477 <HEAD>
30478 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
30479 </HEAD>
30480 <BODY>
30481 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
30483 When this feature is set, every composed message will be spell-checked before
30484 being sent.
30486 &lt;End of help on this topic&gt;
30487 </BODY>
30488 </HTML>
30489 ====== h_config_quell_asterisks =====
30490 <HTML>
30491 <HEAD>
30492 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
30493 </HEAD>
30494 <BODY>
30495 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
30497 When you are running Alpine you will sometimes be asked for a password
30498 in a prompt on the third line from the bottom of the screen.
30499 Normally each password character you type will cause an asterisk to echo
30500 on the screen. That gives you some feedback to know that your typing is
30501 being recognized.
30502 There is a very slight security risk in doing it this way because someone
30503 watching over your shoulder might be able to see how many characters there
30504 are in your password.
30505 If you'd like to suppress the echoing of the asterisks set this feature.
30507 &lt;End of help on this topic&gt;
30508 </BODY>
30509 </HTML>
30510 ====== h_config_quell_flowed_text =====
30511 <HTML>
30512 <HEAD>
30513 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
30514 </HEAD>
30515 <BODY>
30516 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
30518 Alpine generates flowed text where possible.
30519 The method for generating flowed text is defined by
30520 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
30521 the benefit of doing so is
30522 to send message text that can properly be viewed both on normal width displays
30523 and on displays with smaller or larger than normal screen widths.
30524 With flowed text, a space at the end of a line tells the receiving mail
30525 client that the following line belongs to the same paragraph.
30526 Quoted text will also be affected, with only the innermost
30527 level of &quot;&gt;&quot; quoting being followed by a space.
30528 However, if you have changed the
30529 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
30530 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
30531 quoted text will not be flowed.
30532 For this reason, we recommend that you leave your
30533 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
30535 This feature turns off the generation of flowed text, as it might be
30536 desired to more tightly control how a message is displayed on the receiving end.
30538 If this feature is <EM>not</EM> set, you can control on a message by message
30539 basis whether or not flowed text is generated.
30540 You do this by typing ^V at the Send confirmation prompt that you get
30541 after typing ^X to send a message.
30542 ^V is a toggle that turns flowing off and back on if typed again.
30543 If for some reason flowing cannot be done on a particular message, then the
30544 ^V command will not be available.
30545 This would be the case, for example, if this feature was set, or if your
30546 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
30547 If the feature
30548 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
30549 then the opportunity to control on a message by message basis
30550 whether or not flowed text is generated is lost.
30552 When this feature is not set and you have typed ^V to turn off flowing,
30553 the Send confirmation prompt will change to look like
30555 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
30557 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
30558 also turn off the sending of flowed text messages, but it differs in that
30559 it also trims all trailing white space from a message before sending it.
30561 If alternate editors are used extensively, be aware that a message will still
30562 be sent flowed if this feature is unset.  In most cases this will be fine,
30563 but if the editor has a &quot;flowed text&quot; mode, it would be best to
30564 use that.
30566 &lt;End of help on this topic&gt;
30567 </BODY>
30568 </HTML>
30569 ====== h_config_strip_ws_before_send =====
30570 <HTML>
30571 <HEAD>
30572 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
30573 </HEAD>
30574 <BODY>
30575 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
30577 By default, trailing whitespace is not stripped from
30578 a message before sending.  Trailing whitespace should have no effect on an
30579 email message, and in flowed text can aid in delimiting paragraphs.
30580 However, the old behavior of stripping trailing whitespace was in place
30581 to better deal with older clients that couldn't handle certain types of
30582 text encodings.  This feature restores the old behavior
30584 Trailing whitespace is of aid to flowed-text-formatted messages, which are
30585 generated by default but can be turned off via the
30586 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
30587 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
30588 of flowed text.
30590 &lt;End of help on this topic&gt;
30591 </BODY>
30592 </HTML>
30593 ====== h_config_alt_reply_menu =====
30594 <HTML>
30595 <HEAD>
30596 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></TITLE>
30597 </HEAD>
30598 <BODY>
30599 <H1>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></H1>
30601 Note that if this option is enabled, then the option
30602 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
30603 is ignored. See below to understand why.
30605 When you reply to a message, a series of questions are asked that 
30606 determines how your reply will be handled by Alpine. This feature only 
30607 affects the result of the first question you are asked, and its purpose is 
30608 to set values that could override defaults set in Alpine's main 
30609 configuration screen. As a result, this menu allows you to configure even 
30610 more features than you would be able to do without this option. For 
30611 example, this menu always allows you to override or select a <A 
30612 HREF="h_rules_roles">Role</A> if you have defined one, or allows you to 
30613 override your indent string, regardless of if you have enabled 
30614 <A HREF="h_config_prefix_editing"><!--#echo var="FEAT_enable-reply-indent-string-editing"--></A>.
30615 The full list of options can be found below.
30617 Here is an example of how this option works. After you press Reply,
30618 if you see &quot;A Inc Attach&quot; in the menu, it means that 
30619 if you press &quot;A&quot;, then Alpine will include the attachments
30620 of the original message, and the default is not to include them. 
30621 Conversely, if you see &quot;A No Attach&quot; 
30622 then by pressing &quot;A&quot; Alpine will not include
30623 attachments in your reply, and the default is that Alpine will 
30624 include them in your reply. The value that you see when you 
30625 start your reply is controlled by the option
30626 <A HREF="h_config_attach_in_reply">
30627 <!--#echo var="FEAT_include-attachments-in-reply"-->
30628 </A>. If the feature is enabled, then Alpine will display 
30629 &quot;A No Attach&quot; to override the default behavior. You can
30630 toggle between the two values of this option by pressing &quot;A&quot;.
30631 Remember that the value that you see in the menu is the action that will 
30632 be done when you press the associated command.
30634 Below are your options:
30635 <OL>
30636 <LI><B>A</B>: This determines if Alpine will include or not the 
30637 attachments sent to you in the message that you are replying to. The default 
30638 is to use the value of the configuration option 
30639 <A HREF="h_config_attach_in_reply"><!--#echo var="FEAT_include-attachments-in-reply"--></A> and can be overridden by using this command.
30641 <LI><B>H</B>: This command determines if the headers of a message are
30642 included in the body of the message that is being replied to. By default 
30643 Alpine will use the value of the configuration option 
30644 <A HREF="h_config_include_header"><!--#echo var="FEAT_include-header-in-reply"--></A>. 
30645 Observe that by toggling this option to include headers, text will be toggled
30646 to be included by default.
30648 <LI><B>R</B>: Can be used to set a role different from the default.
30650 <LI><B>S</B>: Determines if Alpine will strip the signature from a 
30651 message. The default is to strip the signature when the message is not
30652 viewed in headers mode, and you either have enabled
30653 <A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A> 
30655 <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>.
30657 <LI><B>Ctrl-R</B>: Can be used to edit the 
30658 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>.
30659 </OL>
30661 In order to include the text of the original message in the reply
30662 you either need to press 'y' to include the original text, or 'n' to 
30663 exclude it from the reply. Pressing return will execute the default 
30664 action, which is to include text only if the option
30665 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
30666 is enabled. However, notice that the default is to include text if you edit the 
30667 reply indent string or if you explicitly set through this menu that you
30668 want headers included in the reply message.
30671 &lt;End of help on this topic&gt;
30672 </BODY>
30673 </HTML>
30674 ====== h_config_del_from_dot =====
30675 <HTML>
30676 <HEAD>
30677 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
30678 </HEAD>
30679 <BODY>
30680 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
30682 This feature controls the behavior of the Ctrl-K command in the composer.
30683 If set, ^K will cut from the current cursor position to the end of the line,
30684 rather than cutting the entire line.
30687 &lt;End of help on this topic&gt;
30688 </BODY>
30689 </HTML>
30690 ====== h_config_print_index =====
30691 <HTML>
30692 <HEAD>
30693 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
30694 </HEAD>
30695 <BODY>
30696 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
30698 This feature controls the behavior of the Print command when in the
30699 MESSAGE INDEX screen.  If set, the print command will give you a prompt
30700 asking if you wish to print the message index, or the currently highlighted
30701 message. If not set, the message will be printed.
30704 &lt;End of help on this topic&gt;
30705 </BODY>
30706 </HTML>
30707 ====== h_config_allow_talk =====
30708 <HTML>
30709 <HEAD>
30710 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
30711 </HEAD>
30712 <BODY>
30713 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
30715 UNIX Alpine only.
30717 By default, permission for others to &quot;talk&quot; to your terminal is turned
30718 off when you are running Alpine.  When this feature is set, permission is
30719 instead turned on.  If enabled, you may see unexpected messages in the
30720 middle of your Alpine screen from someone attempting to contact you via the
30721 &quot;talk&quot; program.
30724 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
30725 talk daemon on your system will attempt to print a message on your screen 
30726 when someone else is trying to contact you.  If you wish to see these
30727 messages while you are running Alpine, you should enable this feature.
30730 If you do enable this feature and see a &quot;talk&quot; message, you must 
30731 suspend or quit Alpine before you can respond.
30734 &lt;End of help on this topic&gt;
30735 </BODY>
30736 </HTML>
30737 ====== h_config_send_filter_dflt =====
30738 <HTML>
30739 <HEAD>
30740 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
30741 </HEAD>
30742 <BODY>
30743 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
30744 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
30745 configured, setting this feature will cause
30746 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
30747 instead of unfiltered, the usual default.
30749 <UL>   
30750 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30751 </UL><P>
30752 &lt;End of help on this topic&gt;
30753 </BODY>
30754 </HTML>
30755 ====== h_config_custom_print =====
30756 <HTML>
30757 <HEAD>
30758 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
30759 </HEAD>
30760 <BODY>
30761 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
30763 When this feature is set, the print command will have an additional
30764 subcommand called "C CustomPrint".  If selected, you will have
30765 the opportunity to enter any system print command --instead of being 
30766 restricted to using those that have been previously configured in the 
30767 printer setup menu.
30770 &lt;End of help on this topic&gt;
30771 </BODY>
30772 </HTML>
30773 ====== h_config_enable_dot_files =====
30774 <HTML>
30775 <HEAD>
30776 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
30777 </HEAD>
30778 <BODY>
30779 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
30781 When this feature is set, files beginning with dot (".") will be
30782 visible in the file browser.  For example, you'll be able to select them
30783 when using the browser to add an attachment to a message.
30785 &lt;End of help on this topic&gt;
30786 </BODY>
30787 </HTML>
30788 ====== h_config_enable_dot_folders =====
30789 <HTML>
30790 <HEAD>        
30791 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
30792 </HEAD>
30793 <BODY>
30794 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
30796 When this feature is set, folders beginning with dot (".") may be added
30797 and viewed.
30799 &lt;End of help on this topic&gt;
30800 </BODY>
30801 </HTML>
30802 ====== h_config_ff_between_msgs =====
30803 <HTML>
30804 <HEAD>
30805 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
30806 </HEAD>
30807 <BODY>
30808 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
30810 Setting this feature causes a formfeed to be printed between messages when
30811 printing multiple messages (with Apply Print command).
30813 &lt;End of help on this topic&gt;
30814 </BODY>
30815 </HTML>
30816 ====== h_config_blank_keymenu =====
30817 <HTML>
30818 <HEAD>
30819 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
30820 </HEAD>
30821 <BODY>
30822 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
30824 If this feature is set the command key menu that normally appears on the
30825 bottom two lines of the screen will not usually be there.  Asking for
30826 help with ^G or ? will cause the key menu to appear instead of causing
30827 the help message to come up.  If you want to actually see the help text,
30828 another ^G or ? will show it to you.  After the key menu has popped
30829 up with the help key it will remain there for an O for Other command but
30830 disappear if any other command is typed.
30832 &lt;End of help on this topic&gt;
30833 </BODY>
30834 </HTML>
30835 ====== h_config_enable_mouse =====
30836 <HTML>
30837 <HEAD>
30838 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
30839 </HEAD>
30840 <BODY>
30841 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
30843 This feature controls whether or not an X terminal mouse can be used with
30844 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
30845 being used, the left mouse button on the mouse can be used to select text
30846 or commands.
30847 Clicking on a command at the bottom of the screen will behave as if you had
30848 typed that command.
30849 Clicking on an index line will move the current message highlight to
30850 that line.
30851 Double-clicking on an index line will view the message.
30852 Double-clicking on a link will view the link.
30854 This type of mouse support will also work in some terminal emulators which are
30855 not actually X terminals, but which have extra code to support the xterm
30856 style mouse.
30857 For those emulators you not only need to turn this feature on but you also
30858 have to set the $DISPLAY environment variable even though it isn't needed
30859 for your terminal.
30860 That will cause Alpine to think that it is an xterm and to properly interpret the
30861 escape sequences sent by the mouse.
30863 Note: if this feature is set, the behavior of X terminal cut-and-paste is
30864 also modified.  It is sometimes possible to hold the shift key down while clicking
30865 left or middle mouse buttons for the normal xterm cut/paste operations. 
30866 There is also an Alpine command to toggle this mode on or off.
30867 The command is Ctrl-&#92; (Control-backslash).
30869 &lt;End of help on this topic&gt;
30870 </BODY>
30871 </HTML>
30872 ====== h_config_enable_xterm_newmail =====
30873 <HTML>
30874 <HEAD>        
30875 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
30876 </HEAD>
30877 <BODY>
30878 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
30880 This feature controls whether or not Alpine will attempt to announce new
30881 mail arrival when it is running in an X terminal window and that window
30882 is iconified.  If set, and the $DISPLAY variable indicates that an X
30883 terminal is being used, Alpine will send appropriate escape sequences to
30884 the X terminal to modify the label on Alpine's icon to indicate that new
30885 mail has arrived. Alpine will also modify the Alpine window's title to
30886 indicate new mail.
30887 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
30889 &lt;End of help on this topic&gt;
30890 </BODY></HTML>
30891 ====== h_config_enable_newmail_short_text =====
30892 <HTML>
30893 <HEAD>        
30894 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
30895 </HEAD>
30896 <BODY>
30897 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
30899 This feature controls the text to be displayed in an icon in the event
30900 of a new message arrival.  Normally, the message will
30901 be the one that is displayed on the screen.  This feature shortens the
30902 message to a count of the number of new messages in brackets.  This may be
30903 more useful for those who use the window's title bar in the task bar as a
30904 new mail indicator.  This feature is only useful if the
30905 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
30906 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
30907 feature, this feature is only relevant when run in an xterm environment.
30909 &lt;End of help on this topic&gt;
30910 </BODY></HTML>
30911 ====== h_config_copy_to_to_from =====
30912 <HTML>
30913 <HEAD>
30914 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
30915 </HEAD>
30916 <BODY>
30917 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
30919 This feature affects the From address used when Replying to a message.
30920 It is probably only useful if you have some
30921 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
30922 defined.
30923 When enabled, it checks to see if any of the addresses in the To or Cc
30924 fields of the message you are replying to is one of your addresses.
30925 If it is, and there is only one of them, then that address is used as
30926 the From address in the message you are composing.
30927 In other words, you will be using a From address that is the same
30928 as the To address that was used to get the mail to you in the first place.
30931 If a role is being used and it has a From address defined, that From address will
30932 be used rather than the one derived from this feature.
30935 <UL>   
30936 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30937 </UL><P>
30938 &lt;End of help on this topic&gt;
30939 </BODY>
30940 </HTML>
30941 ====== h_config_prefix_editing =====
30942 <HTML>
30943 <HEAD>
30944 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
30945 </HEAD>
30946 <BODY>
30947 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
30949 This feature affects the Reply command's &quot;Include original message
30950 in Reply?&quot; prompt.  When enabled, it causes the
30951 &quot;Edit Indent String&quot; sub-command to appear which allows 
30952 you to edit the string Alpine would otherwise use to denote included 
30953 text from the message being replied to.<P>
30955 Thus, you can change Alpine's default message quote character (usually
30956 an angle bracket) on a per message basis. So you could change your quoted message to
30957 look, for example, like this:<p>
30959 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
30961 John: I just wanted to say hello and to congratulate you
30962 John: on a job well done!</pre><p>
30964 The configuration option
30965 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
30966 may be used to change what appears as the default string to be edited.
30968 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
30969 currently being replied to.
30971 If you change your <!--#echo var="VAR_reply-indent-string"-->
30972 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
30973 quoted text will not be flowed
30974 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
30975 when you reply.
30976 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
30977 set to the default value.
30979 <UL>   
30980 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30981 </UL><P>
30982 &lt;End of help on this topic&gt;
30983 </BODY>
30984 </HTML>
30985 ====== h_config_enable_search_and_repl =====
30986 <HTML>
30987 <HEAD>
30988 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
30989 </HEAD>
30990 <BODY>
30991 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
30993 This feature modifies the behavior of Alpine's composer.  Setting this
30994 feature causes Alpine to offer the "^R Replace" subcommand, which
30995 allows you to search and replace text strings in a message you are composing, 
30996 inside the "^W Where is" command.  
31000 To search and replace text, first enter the text to be replaced at the 
31001 "Search: " prompt.  Then, rather than pressing Enter to just search for that
31002 text, press ^R, which turns the prompt into 
31006 Search (to replace): 
31010 and then press Enter.  The cursor will highlight the first occurrence 
31011 of the text string you entered, and the prompt will show: 
31015 Replace "<your text string>" with : 
31019 where <your text string> is what you entered at the previous prompt;
31020 here, enter the replacement text.  To only replace the highlighted 
31021 occurrence, simply press Enter now; to replace all occurrences in the 
31022 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
31023 each replacement.
31027 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
31028 ^X toggles between "Replace All" and "Replace One."
31032 If you previously searched for text in a message, it will be offered for 
31033 re-use as part of the prompt, shown in [ ] brackets.
31036 &lt;End of help on this topic&gt;
31037 </BODY>
31038 </HTML>
31039 ====== h_config_enable_view_attach =====
31040 <HTML>
31041 <HEAD>
31042 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
31043 </HEAD>
31044 <BODY>
31045 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
31047 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31048 Setting this feature causes Alpine to present attachments in boldface.
31049 The first available attachment is displayed in inverse.  This is the
31050 "selected" attachment.  Pressing RETURN will cause Alpine to display
31051 the selected attachment.  Use the arrow keys to change which of the
31052 attachments displayed in boldface is the current selection.
31056 Speaking of arrow keys, the Up and Down Arrows will select the next
31057 and previous attachments if one is available on the screen for selection.
31058 Otherwise, they will simply adjust the viewed text one line up or down.
31062 Similarly, when selectable items are present in a message, the Ctrl-F key
31063 can be used to select the next item in the message independent of which
31064 portion of the viewed message is currently displayed. The Ctrl-B key can
31065 be used to select the previous item in the same way. 
31066 <P> 
31067 &lt;End of help on this topic&gt;
31068 </BODY>
31069 </HTML>
31070 ====== h_config_enable_y_print =====
31071 <HTML>
31072 <HEAD>
31073 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
31074 </HEAD>
31075 <BODY>
31076 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
31078 This feature modifies the behavior of Alpine's Print command.
31080 By default, Alpine's print command is available by pressing the "%" key.  
31081 (This command is a substantial change from Pine versions before 4.00 -- 
31082 where the print command was "Y" -- based on numerous complaints about 
31083 printing being invoked inadvertently, since Y also means "Yes.")  
31087 This feature is supplied to mitigate any disruption or anxiety users 
31088 might feel as a result of this change.  
31092 Enabling this feature will cause Alpine to recognize both the old
31093 command, "Y" for Prynt, as well the new "%" method for invoking
31094 printing.  Note, key menu labels are not changed as a result of
31095 enabling this feature.
31099 &lt;End of help on this topic&gt;
31100 </BODY>
31101 </HTML>
31102 ====== h_config_enable_lessthan_exit =====
31103 <HTML>
31104 <HEAD>
31105 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
31106 </HEAD>
31107 <BODY>
31108 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
31110 If this feature is set, then on screens where there is an Exit command
31111 but no < command, the < key will perform the same function as the Exit
31112 command.
31113 This feature is set by default.
31115 &lt;End of help on this topic&gt;
31116 </BODY>
31117 </HTML>
31118 ====== h_config_enable_view_url =====
31119 <HTML>
31120 <HEAD>
31121 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
31122 </HEAD>
31123 <BODY>
31124 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
31125 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31126 When this feature is set (the default) Alpine will select possible URLs from the
31127 displayed text and display them in boldface for selection.
31129 The first available URL is displayed in inverse.  This is the
31130 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
31131 the selected URL via either built-in means as with mailto:, imap:,
31132 news:, and nntp:, or via an external application as defined
31133 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
31134 variable.
31136 Use the arrow keys to change which of the URLs displayed in boldface
31137 is the current selection.
31139 Speaking of arrow keys, the Up and Down Arrows will select the next
31140 and previous URL if one is available on the screen for selection (unless 
31141 you have set the feature 
31142 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
31143 Otherwise, they will simply adjust the viewed text one line up or down.
31145 Similarly, when selectable items are present in a message, the Ctrl-F
31146 key can be used to select the next item in the message independent
31147 of which portion of the viewed message is currently displayed. The
31148 Ctrl-B key can be used to select the previous item in the same way.
31150 <UL>   
31151 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31152 </UL><P>
31153 &lt;End of help on this topic&gt;
31154 </BODY>
31155 </HTML>
31156 ====== h_config_enable_view_web_host =====
31157 <HTML>
31158 <HEAD>
31159 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
31160 </HEAD>
31161 <BODY>
31162 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
31164 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31165 When this feature is set (the default) Alpine will select possible web hostnames
31166 from the displayed text and display them in boldface for selection.  
31167 This can be useful when you receive messages referencing World Wide Web 
31168 sites without the use of complete URLs; for example, specifying only 
31169 &quot;www.some.site.com&quot; (which will <B>not</B> become a 
31170 selectable 
31171 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
31172 rather than explicitly
31173 &quot;http://www.some.site.com&quot;.  
31175 The first available hostname is displayed in inverse.  This is the
31176 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
31177 the selected hostname via an external application as defined
31178 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
31179 variable.
31181 Use the arrow keys (unless you have set the feature 
31182 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
31183 to change which of the hostnames displayed in
31184 boldface is the current selection.
31186 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
31187 key can be used to select the next web hostname in the message independent
31188 of which portion of the viewed message is currently displayed. The
31189 Ctrl-B key can be used to select the previous web hostnames in the same way.
31191 <UL>   
31192 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31193 </UL><P>
31194 &lt;End of help on this topic&gt;
31195 </BODY>
31196 </HTML>
31197 ====== h_config_enable_view_addresses =====
31198 <HTML>
31199 <HEAD>
31200 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
31201 </HEAD>
31202 <BODY>
31203 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
31205 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31206 Setting this feature causes Alpine to select possible email addresses
31207 from the displayed text and display them in boldface for selection.  
31210 The first available email address is displayed in inverse.  This is the
31211 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
31212 the message composition screen with the To: field filled in with the
31213 selected address.
31215 Use the arrow keys (unless you have set the feature 
31216 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
31217 to change which of the hostnames displayed in
31218 boldface is the current selection.
31220 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
31221 key can be used to select the next web hostname in the message independent
31222 of which portion of the viewed message is currently displayed. The
31223 Ctrl-B key can be used to select the previous web hostnames in the same way.
31225 <UL>   
31226 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31227 </UL><P>
31228 &lt;End of help on this topic&gt;
31229 </BODY>
31230 </HTML>
31231 ====== h_external_loads_inline_images_only =====
31232 <HTML>
31233 <HEAD>
31234 <TITLE>FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></TITLE>
31235 </HEAD>
31236 <BODY>
31237 <H1>FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></H1>
31239 Alpine allows you to pass a HTML message to the browser that you have configured in your
31240 <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A> variable. This allows
31241 you to read a message outside of Alpine. This is desirable when Alpine does not display
31242 html correctly, or when you wish to read the message and see the inline images in the message.
31245 An inline image is one that comes with the message and is necessary for the correct display of
31246 the message. However, there are instances in which the source of an image will come from
31247 external servers. If this feature is enabled (the default) then Alpine will only pass inline
31248 images to the browser and will remove the link to external images, so only inline images will
31249 be used to display the message, and no external image will be loaded. Alpine does this to protect
31250 your privacy and security.
31253 Please note that messages are usually formatted by the sender so that they display correctly once
31254 all images have been loaded. Enabling this feature might cause the message not to be correctly
31255 displayed by your browser.
31258 Also consider security and privacy implications of opening an HTML message in a browser. You are
31259 always protected when you do not use this feature, but you might not have the same level of
31260 protection if you try to open a spam or scam using the html view. Also commercial email is
31261 normally embedded with links to external images that let them, their partners, and your internet
31262 service provider (which could be your employer or school)  know that you opened their message or
31263 connected to a web site, violating your privacy.
31266 If you are worried about your privacy and security, do not use an external viewer to open
31267 html files, and keep using the internal mechanisms that Alpine provides to read messages.
31270 &lt;End of help on this topic&gt;
31271 </BODY>
31272 <HTML>
31273 ====== h_config_enable_view_arrows =====
31274 <HTML>
31275 <HEAD>
31276 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
31277 </HEAD>
31278 <BODY>
31279 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
31281 This feature modifies Up and Down arrow key behavior in Alpine's
31282 MESSAGE TEXT screen when selectable Attachments, URL's, or
31283 web-hostnames are presented. Alpine's usual behavior is to move to
31284 the next or previous selectable item if currently displayed or
31285 simply to adjust the screen view by one line.
31289 Setting this feature causes the UP and Down arrow key to behave as
31290 if no selectable items were present in the message.
31294 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
31295 item) functionality is unchanged.
31298 &lt;End of help on this topic&gt;
31299 </BODY>
31300 <HTML>
31301 ====== h_config_quell_charset_warning =====
31302 <HTML>
31303 <HEAD>
31304 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
31305 </HEAD>
31306 <BODY>
31307 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
31309 By default, if the message you are viewing contains characters that are
31310 not representable in your
31311 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
31312 then Alpine will
31313 add a warning to the start of the displayed text.
31314 If this option is set, then that editorial message will be suppressed.
31316 Setting this feature also suppresses the comment about the character set
31317 in header lines.
31318 For example, when viewing a message you might see
31320 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
31322 in the From header if your Character-Set is something other than ISO-8859-2.
31323 If you set this feature, the comment about the character set will
31324 no longer be there.
31326 &lt;End of help on this topic&gt;
31327 </BODY>
31328 </HTML>
31329 ====== h_config_quell_host_after_url =====
31330 <HTML>
31331 <HEAD>
31332 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
31333 </HEAD>
31334 <BODY>
31335 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
31337 By default, links in HTML text are displayed with the host the link
31338 references appended, within square brackets, to the link text.  Alpine
31339 does this to help indicate where a link will take you, particularly when
31340 the link text might suggest a different destination.
31343 Setting this feature will prevent the server name from being appended
31344 to the displayed text.
31347 &lt;End of help on this topic&gt;
31348 </BODY>
31349 </HTML>
31350 ====== h_config_prefer_plain_text =====
31351 <HTML>
31352 <HEAD>
31353 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
31354 </HEAD>
31355 <BODY>
31356 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
31358 A message being viewed may contain alternate versions of the same content.
31359 Those alternate versions are supposed to be ordered by the sending software such that the
31360 first alternative is the least preferred and the last alternative is the
31361 most preferred. Alpine will normally display the most-preferred version that
31362 it knows how to display. This is most often encountered where the two
31363 alternate versions are a plain text version and an HTML version, with the
31364 HTML version listed last as the most preferred.
31366 If this option is set, then any plain text version will be preferred to
31367 all other versions.
31369 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
31370 which will temporarily change the sense of this option.
31371 If this option is set you will first see the plain text version of a
31372 message.
31373 If you then type the &quot;A&quot; command, you will see the most preferred version,
31374 most likely HTML, instead.
31375 Typing the &quot;A&quot; command a second time will switch it back.
31376 Alternatively, if the present option is not set you will originally see
31377 the most preferred version of the message and typing &quot;A&quot; will switch to
31378 the plain text version.
31380 &lt;End of help on this topic&gt;
31381 </BODY>
31382 </HTML>
31383 ====== h_config_pass_control =====
31384 <HTML>
31385 <HEAD>
31386 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
31387 </HEAD>
31388 <BODY>
31389 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
31391 It is probably not useful to set this option.
31392 This is a legacy option left behind &quot;just in case&quot;.
31393 Multi-byte characters that have an octet that has the same
31394 value as a control character are permitted through whether or not
31395 this option is turned on.
31397 This feature controls how certain characters contained in messages are
31398 displayed.
31399 If set, all characters in a message will be sent to the
31400 screen. Normally, control characters are displayed as shown below to
31401 avoid a garbled screen and to 
31402 avoid inadvertently changing terminal setup parameters.
31403 Control characters are usually displayed as two character sequences like
31404 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
31405 for Control-C,
31406 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
31407 for ESCAPE,
31408 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
31409 for DELETE, and
31410 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
31411 for the character with value 133 (0x85).
31412 (The DEL character is displayed as ^?, regular control characters are displayed
31413 as the character ^ followed by the character obtained by adding the
31414 five low-order bits of the character to 0x40, and the C1
31415 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
31416 character obtained by adding the
31417 five low-order bits of the character to 0x40.)
31418 Sometimes, in cases where changing a single control character into a
31419 two-character sequence would confuse Alpine's display routines,
31420 a question mark is substituted for the control character.
31422 If you wish to filter out regular control characters but pass the
31423 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
31424 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.
31426 &lt;End of help on this topic&gt;
31427 </BODY>
31428 </HTML>
31429 ====== h_config_pass_c1_control =====
31430 <HTML>
31431 <HEAD>
31432 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
31433 </HEAD>
31434 <BODY>
31435 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
31437 It is probably not useful to set this option.
31438 This is a legacy option left behind &quot;just in case&quot;.
31439 Multi-byte characters that have an octet that has the same
31440 value as a control character are permitted through whether or not
31441 this option is turned on.
31443 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31444 is set, then this feature has no effect.
31445 However, if you wish to filter out regular control characters but pass the
31446 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
31447 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31448 unset and set this feature.
31450 &lt;End of help on this topic&gt;
31451 </BODY>
31452 </HTML>
31453 ====== h_config_fcc_on_bounce =====
31454 <HTML>
31455 <HEAD>
31456 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
31457 </HEAD>
31458 <BODY>
31459 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
31461 This feature controls an aspect of Alpine's behavior when bouncing a
31462 message. If set, normal FCC ("File Carbon Copy") processing will be
31463 done, just as if you had composed a message to the address you are
31464 bouncing to.  If not set, no FCC of the message will be saved. 
31466 &lt;End of help on this topic&gt;
31467 </BODY>
31468 </HTML>
31469 ====== h_config_show_cursor =====
31470 <HTML>
31471 <HEAD>
31472 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
31473 </HEAD>
31474 <BODY>
31475 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
31477 This feature controls an aspect of Alpine's displays.  If set, the system
31478 cursor will move to convenient locations in the displays.  For example,
31479 to the beginning of the status field of the highlighted index line, or
31480 to the highlighted word after a successful WhereIs command.  It is intended
31481 to draw your attention to an "interesting" spot on the screen.
31483 &lt;End of help on this topic&gt;
31484 </BODY>
31485 </HTML>
31486 ====== h_config_sort_fcc_alpha =====
31487 <HTML>
31488 <HEAD>
31489 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
31490 </HEAD>
31491 <BODY>
31492 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
31494 This feature controls an aspect of Alpine's FOLDER LIST screen.
31495 If set, the default Fcc folder will be sorted alphabetically with the other
31496 folders instead of appearing right after the INBOX.
31498 &lt;End of help on this topic&gt;
31499 </BODY>
31500 </HTML>
31501 ====== h_config_sort_save_alpha =====
31502 <HTML>
31503 <HEAD>
31504 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
31505 </HEAD>
31506 <BODY>
31507 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
31509 This feature controls an aspect of Alpine's FOLDER LIST screen.
31510 If set, the default save folder will be sorted alphabetically with the other
31511 folders instead of appearing right after the INBOX (and default FCC folder).
31513 &lt;End of help on this topic&gt;
31514 </BODY>
31515 </HTML>
31516 ====== h_config_single_list =====
31517 <HTML>
31518 <HEAD>
31519 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
31520 </HEAD>
31521 <BODY>
31522 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
31524 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
31525 the folders will be listed one per line instead of several per line
31526 in the FOLDER LIST display.
31528 &lt;End of help on this topic&gt;
31529 </BODY>
31530 </HTML>
31531 ====== h_config_vertical_list =====
31532 <HTML>
31533 <HEAD>
31534 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
31535 </HEAD>
31536 <BODY>
31537 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
31539 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
31540 the folders will be listed alphabetically down the columns rather
31541 than across the columns as is the default.
31543 &lt;End of help on this topic&gt;
31544 </BODY>
31545 </HTML>
31546 ====== h_config_verbose_post =====
31547 <HTML>
31548 <HEAD>
31549 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
31550 </HEAD>
31551 <BODY>
31552 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
31553 This feature controls an aspect of Alpine's message sending.  When enabled,
31554 Alpine will send a VERB (i.e., VERBose) command early in the posting process
31555 intended to cause the SMTP server to provide a more detailed account of
31556 the transaction.  This feature is typically only useful to system
31557 administrators and other support personnel as an aid in troubleshooting
31558 problems.
31560 Note, this feature relies on a specific capability of the system's mail
31561 transport agent or configured 
31562 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
31563 It is possible that this
31564 feature will cause problems for some transport agents, and may result in
31565 sending failure.  In addition, as the verbose output comes from the mail
31566 transport agent, it is likely to vary from one system to another. 
31567 <P><UL>
31568 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31569 </UL><P>
31570 &lt;End of help on this topic&gt;
31571 </BODY>
31572 </HTML>
31573 ====== h_config_auto_reply_to =====
31574 <HTML>
31575 <HEAD>
31576 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
31577 </HEAD>
31578 <BODY>
31579 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
31581 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
31582 will not prompt when a message being replied to contains a "Reply-To:"
31583 header value, but will simply use its value (as opposed to using the
31584 "From:" field's value).
31588 Note: Using the "Reply-To:" address is usually the preferred behavior,
31589 however, some mailing list managers choose to place the list's address in
31590 the "Reply-To:" field of any message sent out to the list.  In such
31591 cases, this feature makes it all too easy for personal replies to be
31592 inadvertently sent to the entire mail list, so be careful! 
31594 &lt;End of help on this topic&gt;
31595 </BODY>
31596 </HTML>
31597 ====== h_config_del_skips_del =====
31598 <HTML>
31599 <HEAD>
31600 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
31601 </HEAD>
31602 <BODY>
31603 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
31605 This feature controls an aspect of Alpine's Delete command.  If set, this
31606 feature will cause the Delete command to advance past following messages that
31607 are marked deleted.  In other words, pressing "D" will both mark the
31608 current message deleted and advance to the next message that is not marked
31609 deleted.
31610 This feature is set by default.
31612 &lt;End of help on this topic&gt;
31613 </BODY></HTML>
31614 ====== h_config_expunge_manually =====
31615 <HTML>
31616 <HEAD>
31617 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
31618 </HEAD>
31619 <BODY>
31620 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
31622 Normally, when you close a folder that contains deleted messages you are
31623 asked if you want to expunge those messages from the folder permanently.
31624 If this feature is set, you won't be asked and the deleted messages will
31625 remain in the folder.
31626 If you choose to set this feature you will have to expunge the
31627 messages manually using the eXpunge command, which you can use while
31628 in the MESSAGE INDEX screen.
31629 If you do not expunge deleted messages the size of your
31630 folder will continue to increase until you are out of disk space.
31632 <UL>   
31633 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31634 </UL><P>
31635 &lt;End of help on this topic&gt;
31636 </BODY>
31637 </HTML>
31638 ====== h_config_auto_expunge =====
31639 <HTML>
31640 <HEAD>
31641 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
31642 </HEAD>
31643 <BODY>
31644 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
31646 This features controls an aspect of Alpine's eXpunge command.  If set, you
31647 will <B>not</B> be prompted to confirm your intent before the expunge takes 
31648 place.
31649 Actually, this is only true for the INBOX folder and for folders in the
31650 Incoming Folders collection. See the feature
31651 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
31653 <UL>   
31654 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31655 </UL><P>
31656 &lt;End of help on this topic&gt;
31657 </BODY>
31658 </HTML>
31659 ====== h_config_full_auto_expunge =====
31660 <HTML>
31661 <HEAD>
31662 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
31663 </HEAD>
31664 <BODY>
31665 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
31667 This features controls an aspect of Alpine's eXpunge command.  If set, you
31668 will <B>not</B> be prompted to confirm your intent before the expunge 
31669 takes place.  This feature sets this behavior for all folders, unlike the
31670 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
31671 feature that works only for incoming folders.
31673 <UL>   
31674 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31675 </UL><P>
31676 &lt;End of help on this topic&gt;
31677 </BODY>
31678 </HTML>
31679 ====== h_config_auto_read_msgs =====
31680 <HTML>
31681 <HEAD>
31682 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
31683 </HEAD>
31684 <BODY>
31685 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
31686 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
31687 and the 
31688 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
31689 option is also set, then Alpine will
31690 automatically transfer all read messages to the designated folder and mark
31691 them as deleted in the INBOX.  Messages in the INBOX marked with an 
31692 &quot;N&quot; (meaning New, or unseen) are not affected.
31694 <UL>   
31695 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31696 </UL><P>
31697 &lt;End of help on this topic&gt;
31698 </BODY>
31699 </HTML>
31700 ====== h_config_auto_fcc_only =====
31701 <HTML>
31702 <HEAD>
31703 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
31704 </HEAD>
31705 <BODY>
31706 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
31707 This features controls an aspect of Alpine's composer.
31708 The only time this feature will be used is if you attempt to send mail
31709 that has no recipients but does have an Fcc.
31710 Normally, Alpine will ask if you really mean to copy the message only to
31711 the Fcc.
31712 That is, it asks if you really meant to have no recipients.
31713 If this feature is set, you
31714 will <B>not</B> be prompted to confirm your intent to make only a copy
31715 of a message with no recipients.
31717 This feature is closely related to
31718 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
31719 The difference between this feature and that feature is that this feature
31720 considers a Bcc to be a recipient while that feature will ask for confirmation
31721 even if there is a Bcc when there is no To, Cc, or Newsgroup.
31722 The default values also differ. This feature defaults to asking the question
31723 and you have to turn it off.
31724 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
31725 unless you turn it on.
31728 <UL>   
31729 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31730 </UL><P>
31731 &lt;End of help on this topic&gt;
31732 </BODY>
31733 </HTML>
31734 ====== h_config_mark_fcc_seen =====
31735 <HTML>
31736 <HEAD>
31737 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
31738 </HEAD>
31739 <BODY>
31740 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
31742 This features controls the way Fccs (File carbon copies) are
31743 made of the messages you send.
31746 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
31747 copy will be marked as Unseen.
31748 When you look at the folder it was saved in the message will appear to
31749 be a New message until you read it.
31750 When this feature is enabled, the message will be marked as having
31751 been Seen.
31754 <UL>   
31755 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31756 </UL><P>
31757 &lt;End of help on this topic&gt;
31758 </BODY>
31759 </HTML>
31760 ====== h_config_no_fcc_attach =====
31761 <HTML>
31762 <HEAD>
31763 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
31764 </HEAD>
31765 <BODY>
31766 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
31768 This features controls the way Fcc's (File carbon copies) are
31769 made of the messages you send.
31772 Normally, Alpine saves an exact copy of your message as it was sent.
31773 When this feature is enabled, the &quot;body&quot; of the message
31774 you send (the text you type in the composer) is preserved in the 
31775 copy as before, however all attachments are replaced with text
31776 explaining what had been sent rather than the attachments themselves.
31779 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
31780 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
31781 allows you to interactively set whether or not attachments are saved
31782 to the Fcc'd copy.
31785 <UL>   
31786 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31787 </UL><P>
31788 &lt;End of help on this topic&gt;
31789 </BODY>
31790 </HTML>
31791 ====== h_config_read_in_newsrc_order =====
31792 <HTML>
31793 <HEAD>
31794 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
31795 </HEAD>
31796 <BODY>
31797 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
31799 This feature controls the order in which newsgroups will be presented.  If
31800 set, they will be presented in the same order as they occur in your 
31801 <!--chtml if pinemode="os_windows"-->
31802 &quot;NEWSRC&quot;
31803 <!--chtml else-->
31804 &quot;.newsrc&quot;
31805 <!--chtml endif-->
31806 file (the default location of which can be changed with the 
31807 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
31809 If not set, the newsgroups will be presented in alphabetical order.
31811 <UL>   
31812 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31813 </UL><P>
31814 &lt;End of help on this topic&gt;
31815 </BODY>
31816 </HTML>
31817 ====== h_config_quell_tz_comment =====
31818 <HTML>
31819 <HEAD>
31820 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
31821 </HEAD>
31822 <BODY>
31823 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
31825 Normally, when Alpine generates a Date header for outgoing mail,
31826 it will try to include the symbolic timezone at the end of the
31827 header inside parentheses.
31828 The symbolic timezone is often three characters long, but on
31829 some operating systems, it may be longer.
31830 Apparently there are some SMTP servers in the world that will reject an
31831 incoming message if it has a Date header longer than about 80 characters.
31832 If this feature is set, the symbolic timezone normally generated by
31833 Alpine will not be included.
31834 You probably don't need to worry about this feature unless you run into
31835 the problem described above.
31838 &lt;End of help on this topic&gt;
31839 </BODY>
31840 </HTML>
31841 ====== h_config_post_wo_validation =====
31842 <HTML>
31843 <HEAD>
31844 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
31845 </HEAD>
31846 <BODY>
31847 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
31849 This feature controls whether the NNTP server is queried as newsgroups
31850 are entered for posting.  Validation over slow links (e.g. dialup using
31851 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
31853 &lt;End of help on this topic&gt;
31854 </BODY>
31855 </HTML>
31856 ====== h_config_send_wo_confirm =====
31857 <HTML>
31858 <HEAD>
31859 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
31860 </HEAD>
31861 <BODY>
31862 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
31864 By default, when you send or post a message you will be asked to confirm
31865 with a question that looks something like:
31868 <CENTER><SAMP>Send message?</SAMP></CENTER>
31871 If this feature is set, you
31872 will <B>not</B> be prompted to confirm your intent to send
31873 and your message will be sent.
31875 If this feature is set it disables some possibilities and renders some
31876 other features meaningless.
31877 You will not be able to use
31878 <A HREF="h_config_sending_filter">Sending Filters</A>,
31879 Verbose sending mode,
31880 <A HREF="h_config_compose_bg_post">Background Sending</A>,
31881 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
31882 or ^V to turn off the generation of flowed text for this message.
31883 These options are normally available as suboptions in the Send prompt, but
31884 with no Send prompt the options are gone.
31887 A somewhat related feature is
31888 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
31889 which may be used to eliminate the extra confirmation
31890 question when posting to a newsgroup.
31892 <UL>   
31893 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31894 </UL><P>
31895 &lt;End of help on this topic&gt;
31896 </BODY>
31897 </HTML>
31898 ====== h_config_quell_filtering_done_message =====
31899 <HTML>
31900 <HEAD>
31901 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
31902 </HEAD>
31903 <BODY>
31904 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
31906 If you use Filter Rules that move messages or set status of messages
31907 you sometimes see a message from Alpine that looks like
31910 <CENTER><SAMP>filtering done</SAMP></CENTER>
31913 If this feature is set, this message will be suppressed.
31914 If the feature
31915 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
31916 is set then this message will be suppressed regardless.
31919 <UL>   
31920 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31921 </UL><P>
31922 &lt;End of help on this topic&gt;
31923 </BODY>
31924 </HTML>
31925 ====== h_config_quell_filtering_messages =====
31926 <HTML>
31927 <HEAD>
31928 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
31929 </HEAD>
31930 <BODY>
31931 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
31933 If you use Filter Rules that move messages or set status of messages
31934 you sometimes see messages from Alpine that look like
31937 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
31943 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
31949 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
31952 If this feature is set, these messages will be suppressed.
31953 The feature
31954 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
31955 is related.
31958 <UL>   
31959 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31960 </UL><P>
31961 &lt;End of help on this topic&gt;
31962 </BODY>
31963 </HTML>
31964 ====== h_config_quell_post_prompt =====
31965 <HTML>
31966 <HEAD>
31967 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
31968 </HEAD>
31969 <BODY>
31970 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
31972 By default, when you post a message to a newsgroup you are asked to confirm
31973 that you want to post with the question
31976 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
31979 If this feature is set, you
31980 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
31981 and your message will be posted.
31984 <UL>   
31985 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31986 </UL><P>
31987 &lt;End of help on this topic&gt;
31988 </BODY>
31989 </HTML>
31990 ====== h_config_check_mail_onquit =====
31991 <HTML>
31992 <HEAD>
31993 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
31994 </HEAD>
31995 <BODY>
31996 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
31998 If this feature is set, Alpine will check for new mail after you give the
31999 Quit command.
32000 If new mail has arrived since the previous check, you will be notified
32001 and given the choice of quitting or not quitting.
32003 <UL>   
32004 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32005 </UL><P>
32006 &lt;End of help on this topic&gt;
32007 </BODY>
32008 </HTML>
32009 ====== h_config_inbox_no_confirm =====
32010 <HTML>
32011 <HEAD>
32012 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
32013 </HEAD>
32014 <BODY>
32015 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
32017 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
32018 command and there are no more folders or newsgroups to visit, you are asked
32019 if you want to return to the INBOX.
32020 If this feature is set you will not be asked.
32021 It will be assumed that you do want to return to the INBOX.
32023 <UL>   
32024 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32025 </UL><P>
32026 &lt;End of help on this topic&gt;
32027 </BODY>
32028 </HTML>
32029 ====== h_config_dates_to_local =====
32030 <HTML>
32031 <HEAD>
32032 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
32033 </HEAD>
32034 <BODY>
32035 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
32037 Normally, the message dates that you see in the
32038 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
32039 For example, if a message was sent to you from a few timezones to the east
32040 it might appear that it was sent from the future;
32041 or if it was sent from somewhere to the west it might appear
32042 as if it is from yesterday even though it was sent only a few minutes ago.
32043 If this feature is set an attempt will be made to convert the dates
32044 to your local timezone to be displayed.
32046 Note that this does not affect the results of Select by Date or of
32047 anything else other than these displayed dates.
32048 When viewing the message you may look at the original unconverted value of the Date
32049 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
32051 <UL>   
32052 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32053 </UL><P>
32054 &lt;End of help on this topic&gt;
32055 </BODY>
32056 </HTML>
32057 ====== h_config_tab_no_prompt =====
32058 <HTML>
32059 <HEAD>
32060 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
32061 </HEAD>
32062 <BODY>
32063 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
32065 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
32066 command and there is a problem checking a folder, you are asked
32067 whether you want to continue with the search in the following folder or not.
32068 This question gives you a chance to stop the NextNew processing.
32069 (The checking problem might be caused by the fact that the folder does not
32070 exist, or by an authentication problem, or by a server problem
32071 of some sort.)
32074 If this feature is set you will not be asked.
32075 It will be assumed that you do want to continue.
32077 <UL>   
32078 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32079 </UL><P>
32080 &lt;End of help on this topic&gt;
32081 </BODY>
32082 </HTML>
32083 ====== h_config_input_history =====
32084 <HTML>
32085 <HEAD>
32086 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
32087 </HEAD>
32088 <BODY>
32089 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
32091 Many of the prompts that ask for input in the status line near the
32092 bottom of the screen will respond to Up Arrow and Down Arrow
32093 with the history of previous entries.
32094 For example, in the MESSAGE INDEX screen when you use the WhereIs
32095 command the text you entered will be remembered and can be recalled
32096 by using the Up Arrow key.
32097 Another example, when saving a message the folders saved to will
32098 be remembered and can be recalled using the arrow keys.
32100 In the Save prompt, some users prefer that the Up and Down arrow keys
32101 be used for the Previous Collection and Next Collection commands
32102 instead of for a history of previous saves.
32103 If this option is set the Up and Down arrow keys will become synonyms for the
32104 Previous Collection and Next Collection (^P and ^N) commands in the
32105 prompt for the name of a folder to Save to or in the prompt for the
32106 name of a folder to GoTo.
32107 When this feature is not set (the default), ^P and ^N will change the
32108 collection and the arrow keys will show the history.
32110 <UL>   
32111 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32112 </UL><P>
32113 &lt;End of help on this topic&gt;
32114 </BODY>
32115 </HTML>
32116 ====== h_config_confirm_role =====
32117 <HTML>
32118 <HEAD>
32119 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
32120 </HEAD>
32121 <BODY>
32122 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
32124 If you have roles, when you Reply to or Forward a message, or Compose
32125 a new message, Alpine
32126 will search through your roles for one that matches.
32127 Normally, if no matches are found you will be placed into the composer
32128 with no opportunity to select a role.
32129 If this feature is set, then you will be asked to confirm that you don't
32130 want a role.
32131 This will give you the opportunity to select a role (with the ^T command).
32132 If you confirm no role with a Return, you will be placed in
32133 the composer with no role.
32134 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
32135 These behave the same as if you pressed the Return.
32136 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
32137 match what you might type if there was a role match.)
32139 If you are using the alternate form of the Compose command called
32140 &quot;Role&quot;, then all of your roles will be available to you,
32141 independent of the value of this feature and of the values set for all of
32142 Reply Use, Forward Use, and Compose Use.
32144 <UL>   
32145 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32146 </UL><P>
32147 &lt;End of help on this topic&gt;
32148 </BODY>
32149 </HTML>
32150 ====== h_config_news_cross_deletes =====
32151 <HTML>
32152 <HEAD>
32153 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
32154 </HEAD>
32155 <BODY>
32156 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
32158 This feature controls what Alpine does when you delete a message in a
32159 newsgroup that appears in more than one newsgroup.  Such a message
32160 is sometimes termed a &quot;crossposting&quot; in that it was posted
32161 across several newsgroups.
32164 Alpine's default behavior when you delete such a message is to remove
32165 only the copy in the current newsgroup from view when you use the
32166 &quot;Exclude&quot; command or the next time you visit the newsgroup.
32169 Enabling this feature causes Alpine to remove every occurrence of the
32170 message from all newsgroups it appears in and to which you are
32171 subscribed.
32174 NOTE: As currently implemented, enabling this feature may increase the
32175 time it takes the Expunge command and newsgroup closing to complete.
32178 <UL>   
32179 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32180 </UL><P>
32181 &lt;End of help on this topic&gt;
32182 </BODY>
32183 </HTML>
32184 ====== h_config_news_catchup =====
32185 <HTML>
32186 <HEAD>
32187 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
32188 </HEAD>
32189 <BODY>
32190 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
32192 This feature controls what Alpine does as it closes a newsgroup.
32193 When set, Alpine will offer to delete all messages from the newsgroup
32194 as you are quitting Alpine or opening a new folder.
32197 This feature is useful if you typically read all the interesting messages
32198 in a newsgroup each time you open it.  This feature saves you from
32199 having to delete each message in a newsgroup as you read it or from
32200 selecting all the messages and doing an
32201 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
32202 move on to the next folder or newsgroup.
32205 <UL>   
32206 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32207 </UL><P>
32208 &lt;End of help on this topic&gt;
32209 </BODY>
32210 </HTML>
32211 ====== h_config_next_thrd_wo_confirm =====
32212 <HTML>
32213 <HEAD>
32214 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
32215 </HEAD>
32216 <BODY>
32217 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
32219 This feature controls an aspect of Alpine's Next and Prev commands in
32220 the case where you are using one of the
32221 &quot;separate-index-screen&quot; styles for the configuration option
32222 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
32223 and currently have the folder sorted by a Threaded or OrderedSubject sort.
32224 When you are Viewing a particular thread you have a
32225 MESSAGE INDEX of only the messages in that thread.
32226 If you press the Next command with the last message in the thread highlighted
32227 you will normally be asked if you want to &quot;View next thread?&quot;,
32228 assuming there is a next thread to view.
32229 If this feature is set it will be assumed that you always want to view the
32230 next thread and you won't be asked to confirm that.
32231 Similarly, if the first message of the thread is highlighted and you
32232 press the Prev command, this feature will prevent the question
32233 &quot;View previous thread&quot;.
32235 This feature only has an effect in the MESSAGE INDEX screen.
32236 If you then view a particular message from that screen and press the
32237 Next command, you will be sent to the next thread without being asked,
32238 independent of the setting of this feature.
32240 The feature
32241 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
32243 &lt;End of help on this topic&gt;
32244 </BODY>
32245 </HTML>
32246 ====== h_config_kw_braces =====
32247 <HTML>
32248 <HEAD>
32249 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
32250 </HEAD>
32251 <BODY>
32252 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
32254 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
32255 TEXT screens.
32256 If you have modified the
32257 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
32258 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
32259 are used to display keywords or their initials along with the Subject; then
32260 this option may be used to modify the resulting display slightly.
32261 By default, the keywords or initials displayed for these tokens will be
32262 surrounded with curly braces ({ and }) and a trailing space.
32263 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
32264 a message, the &quot;SUBJKEY&quot; token will normally look like
32266 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
32268 and the SUBJKEYINIT token would look like
32270 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
32272 The default character before the keywords is the left brace ({) and the
32273 default after the keywords is the right brace followed by a space (} ).
32275 This option allows you to change that.
32276 You should set it to two values separated by a space.
32277 The values may be quoted if they include space characters.
32278 So, for example, the default value could be specified explicitly by setting this
32279 option to
32281 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
32283 The first part wouldn't need to be quoted (but it doesn't hurt).
32284 The second part does need the quotes because it includes a space character.
32285 If you wanted to change the braces to brackets you could use
32287 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
32289 Inside the quotes you can use backslash quote to mean quote, so
32291 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
32293 would produce
32295 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
32297 It is also possible to color keywords in the index using the
32298 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
32300 It is not possible to change the fact that a space character is used to
32301 separate the keywords if more than one keyword is set for a message.
32302 It is also not possible to change the fact that there are no separators
32303 between the keyword initials if more than one keyword is set.
32305 &lt;End of help on this topic&gt;
32306 </BODY>
32307 </HTML>
32308 ====== h_config_opening_sep =====
32309 <HTML>
32310 <HEAD>
32311 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
32312 </HEAD>
32313 <BODY>
32314 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
32316 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
32317 With some setups the text of the subject is followed
32318 by the opening text of the message if there is any room available in the index line.
32319 If you have configured your
32320 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32321 to include one of the Subject tokens that causes this behavior
32322 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
32323 to modify what is displayed slightly.
32324 By default, the Subject is separated from the opening text of the message by
32325 the three characters space dash space;
32327 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
32329 Use this option to set it to something different.
32330 The value must be quoted if it includes any space characters.
32331 For example, the default value could be specified explicitly by setting this
32332 option to
32334 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
32336 &lt;End of help on this topic&gt;
32337 </BODY>
32338 </HTML>
32339 ====== h_config_select_wo_confirm =====
32340 <HTML>
32341 <HEAD>
32342 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
32343 </HEAD>
32344 <BODY>
32345 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
32347 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
32348 These commands all take text input to specify the name of the folder or
32349 file to be used, but allow you to press ^T for a list of possible names.
32350 If set, the selected name will be used immediately, without further
32351 opportunity to confirm or edit the name.
32353 Some related help topics are
32354 <UL>
32355 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
32356 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
32357 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
32358 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
32359 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
32360 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
32361 </UL>
32363 &lt;End of help on this topic&gt;
32364 </BODY>
32365 </HTML>
32366 ====== h_config_save_part_wo_confirm =====
32367 <HTML>
32368 <HEAD>
32369 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
32370 </HEAD>
32371 <BODY>
32372 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
32374 This feature controls an aspect of Alpine's Save command.
32375 By default, when you Save a message that has some deleted parts, you will
32376 be asked to confirm that you want to Save with a prompt that looks like:
32378 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
32380 If this feature is set, you will not be asked.
32382 &lt;End of help on this topic&gt;
32383 </BODY>
32384 </HTML>
32385 ====== h_config_use_resentto =====
32386 <HTML>
32387 <HEAD>
32388 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
32389 </HEAD>
32390 <BODY>
32391 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
32393 This feature is turned off by default because turning it on causes problems
32394 with some deficient IMAP servers.
32395 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
32396 <A HREF="h_rule_patterns">Pattern</A>
32397 contains a To header pattern and this feature is turned on,
32398 then a check is made in the message to see
32399 if a Resent-To header is present, and that is used instead of the To header.
32400 If this feature is not turned on, then the regular To header will always
32401 be used.
32404 &lt;End of help on this topic&gt;
32405 </BODY>
32406 </HTML>
32407 ====== h_config_use_reg_start_for_stayopen =====
32408 <HTML>
32409 <HEAD>
32410 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
32411 </HEAD>
32412 <BODY>
32413 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
32415 This feature affects which message is selected as the current message
32416 when you enter a
32417 <A HREF="h_config_permlocked">Stay Open</A> folder.
32419 Normally, the starting position for an incoming folder (which most Stay Open
32420 folders will likely be) is controlled by the
32421 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
32422 However, if a folder is a Stay Open folder, when you re-enter the folder
32423 after the first time the current message will be the same as it was when
32424 you left the folder.
32425 An exception is made if you use the TAB command to get to the folder.
32426 In that case, the message number will be incremented by one from what it
32427 was when you left the folder.
32429 The above special behavior is thought to be useful.
32430 However, it is special and different from what you might at first expect.
32431 If this feature is set, then Stay Open folders will not be treated specially
32432 as far as the startup rule is concerned.
32435 &lt;End of help on this topic&gt;
32436 </BODY>
32437 </HTML>
32438 ====== h_config_use_current_dir =====
32439 <HTML>
32440 <HEAD>
32441 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
32442 </HEAD>
32443 <BODY>
32444 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
32446 This feature controls an aspect of several commands. 
32447 If set, your &quot;current working directory&quot; 
32448 <!--chtml if pinemode="running"-->
32449 (which, at least for your current Alpine &quot;session,&quot; 
32450 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
32451 <!--chtml endif-->
32452 will be used instead of your home directory 
32453 <!--chtml if pinemode="running"-->
32454 (which, in the present configuration of your system, is
32455  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
32456 <!--chtml endif-->
32457 for all of the following operations:<UL>
32458     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
32459     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
32460     <LI> <!--chtml if pinemode="function_key"-->F4
32461          <!--chtml else-->Ctrl-R
32462          <!--chtml endif--> file inclusion in the COMPOSER
32463     <LI> <!--chtml if pinemode="function_key"-->F5
32464          <!--chtml else-->Ctrl-J
32465          <!--chtml endif--> file attachment in the COMPOSER
32466 </UL>
32467 <!--chtml if pinemode="os_windows"-->
32469 If you are starting PC-Alpine from a desktop icon or the Start menu, 
32470 you can set the &quot;current drive&quot; 
32471 by specifying it in the &quot;Start in:&quot; 
32472 box found in the Shortcut tab of the Properties.  
32473 <!--chtml endif-->
32475 <UL>   
32476 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32477 </UL>
32480 &lt;End of help on this topic&gt;
32481 </BODY>
32482 </HTML>
32483 ====== h_config_save_wont_delete =====
32484 <HTML>
32485 <HEAD>
32486 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
32487 </HEAD>
32488 <BODY>
32489 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
32491 This feature controls one aspect of the Save command.  If set, Save will
32492 not mark the message &quot;deleted&quot; (its default behavior) after
32493 it has been copied to the designated folder.
32496 &lt;End of help on this topic&gt;
32497 </BODY>
32498 </HTML>
32499 ====== h_config_use_boring_spinner =====
32500 <HTML>
32501 <HEAD>
32502 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
32503 </HEAD>
32504 <BODY>
32505 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
32507 When Alpine is delayed for some reason it usually shows that
32508 something is happening with a small animated display in the status
32509 message line near the bottom of the screen.
32510 Setting this feature will cause that animation to be the same
32511 each time instead of having Alpine choose a random animation.
32512 You may turn the animation off altogether by setting the
32513 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
32514 option to zero.
32517 &lt;End of help on this topic&gt;
32518 </BODY>
32519 </HTML>
32520 ====== h_config_unsel_wont_advance =====
32521 <HTML>
32522 <HEAD>
32523 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
32524 </HEAD>
32525 <BODY>
32526 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
32528 This feature controls one aspect of the Unselect Current message command.
32529 Normally, when the Unselect current message command (:) is typed when the
32530 current message is selected, the message will be unselected and the next
32531 message will become the current message.
32532 If this feature is set, the cursor will not advance to the next message.
32533 Instead, the current message will remain the current message after
32534 unselecting.
32537 &lt;End of help on this topic&gt;
32538 </BODY>
32539 </HTML>
32540 ====== h_config_prune_uses_iso =====
32541 <HTML>
32542 <HEAD>
32543 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
32544 </HEAD>
32545 <BODY>
32546 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
32548 By default, Alpine asks monthly whether or not you would like to rename
32549 some folders to a new name containing the date.
32550 It also asks whether or not you would like to delete some old folders.
32551 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
32552 explanation.
32555 By default, the name used when renaming a folder looks like
32557 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
32559 For example, the first time you run Alpine in May of 2004,
32560 the folder &quot;sent-mail&quot; might be renamed to
32562 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
32564 If this feature is set, the name used will be of the form
32566 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
32568 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
32569 month (01, 02, ..., 12).
32570 For the April, 2004 example above, it would instead be
32572 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
32574 because April is the 4th month of the year.
32575 A reason you might want to set this feature is so that the folders
32576 will sort in chronological order.
32579 &lt;End of help on this topic&gt;
32580 </BODY>
32581 </HTML>
32582 ====== h_config_save_advances =====
32583 <HTML>
32584 <HEAD>
32585 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
32586 </HEAD>
32587 <BODY>
32588 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
32590 This feature controls one aspect of the Save command.  If set, Save will
32591 (in addition to copying the current message to the designated folder) also
32592 advance to the next message.
32595 &lt;End of help on this topic&gt;
32596 </BODY>
32597 </HTML>
32598 ====== h_config_force_arrow =====
32599 <HTML>
32600 <HEAD>
32601 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
32602 </HEAD>
32603 <BODY>
32604 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
32606 This feature affects Alpine's MESSAGE INDEX display routine.
32607 If set, the normal inverse-video cursor will be
32608 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
32609 second column of the index display.
32611 This is the same index cursor you get if you turn on
32612 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
32613 line coloring will still be present if this feature is turned on and
32614 <!--#echo var="FEAT_assume-slow-link"--> is off.
32616 An alternative version of the Arrow cursor is available by including the
32617 <A HREF="h_config_index_arrow_color">ARROW</A>
32618 token in the
32619 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32621 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
32622 but that is not implemented.
32625 &lt;End of help on this topic&gt;
32626 </BODY>
32627 </HTML>
32628 ====== h_config_ignore_size =====
32629 <HTML>
32630 <HEAD>
32631 <TITLE>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></TITLE>
32632 </HEAD>
32633 <BODY>
32634 <H1>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></H1>
32636 When you have an account residing in an IMAP server, Alpine records the 
32637 size of each message as reported by the server. However, when Alpine saves 
32638 a message in such IMAP server, Alpine will compute the size of the message 
32639 independently, from the data it received. If these two numbers do not 
32640 match for a message, Alpine asks you if you still want to take the risk of 
32641 saving such message, since data corruption or loss of data could result 
32642 from this save.
32645 Sometimes the root of this problem is that the IMAP server does not 
32646 compute sizes correctly, and there will not be loss of information when 
32647 saving such message. Enabling this feature will make Alpine ignore such 
32648 error and continue saving the message without producing any warnings or 
32649 ever stopping the process, as if there had not been any error. This option 
32650 applies to all IMAP servers that you use, so if you enable this feature, 
32651 size discrepancy warnings will not be given for any IMAP server you 
32652 connect to.
32655 Example of a server where you could reproduce this problem is the Gmail 
32656 IMAP server. Another example can be found in some versions of the Exchange 
32657 server.
32660 It is recommended that this feature be disabled most of the time and only 
32661 enabled when you find a server which you can determine that has the above 
32662 mentioned defect, but be disabled again after making the save operation 
32663 succeed.
32666 &lt;End of help on this topic&gt;
32667 </BODY>
32668 </HTML>
32669 ====== h_config_force_low_speed =====
32670 <HTML>
32671 <HEAD>
32672 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
32673 </HEAD>
32674 <BODY>
32675 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
32677 UNIX Alpine only.
32679 This feature affects Alpine's display routines.  If set, the normal
32680 inverse-video cursor (used to highlight the current item in a list) will be
32681 replaced by an &quot;arrow&quot; cursor and other
32682 screen update optimizations for
32683 low-speed links (e.g. 2400 bps dialup connections) will be activated.
32684 One of the optimizations is that colored index lines (set up with Indexcolor
32685 Rules) will not be colored.
32686 If you are just turning this feature on because you like using
32687 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
32688 coloring by turning this feature off and the
32689 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
32692 &lt;End of help on this topic&gt;
32693 </BODY>
32694 </HTML>
32695 ====== h_config_show_delay_cue =====
32696 <HTML>
32697 <HEAD>
32698 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
32699 </HEAD>
32700 <BODY>
32701 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
32703 If set, this feature will cause an asterisk to appear in the upper
32704 left-hand corner of the screen whenever Alpine checks for new mail.
32705 Two asterisks whenever Alpine saves (checkpoints) the state of the current
32706 mailbox to disk.
32708 <!--chtml if pinemode="os_windows"-->
32710 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
32711 it is trying to open a network connection (e.g, to open your INBOX
32712 on an IMAP
32713 server) or read from the network connection.  A greater-than symbol,
32714 will be displayed when PC-Alpine is trying to write to the network
32715 connection (e.g, sending a command to your IMAP server).
32716 <!--chtml endif-->
32719 &lt;End of help on this topic&gt;
32720 </BODY>
32721 </HTML>
32722 ====== h_config_color_style =====
32723 <HTML>
32724 <HEAD>
32725 <TITLE>OPTION: Color Style</TITLE>
32726 </HEAD>
32727 <BODY>
32728 <H1>OPTION: Color Style</H1>
32730 UNIX Alpine only.
32732 If the terminal or terminal emulator you are using is capable of displaying
32733 colors, this option controls whether or not color will be used in Alpine.
32734 If you turn color on and things are set up correctly,
32735 you should see color appear on the screen immediately.
32736 Modern terminal emulators are usually capable of displaying colors.
32738 The available options include:
32741 <DL>
32742 <DT>no-color</DT>
32743 <DD>Don't use color.
32744 </DD>
32746 <DT>use-termdef</DT>
32747 <DD>In order to decide if your terminal is capable of color, Alpine looks in
32748 the terminal capabilities database, TERMINFO or TERMCAP, depending on
32749 how Alpine was compiled.
32750 This is a good option to choose if you switch between a color and a non-color
32751 terminal with the same Alpine configuration.
32752 Alpine will know to use color on the color terminal because it is described
32753 in the termcap entry, and Alpine will know to use black and white on the
32754 non-color terminal.
32755 The Alpine Technical Notes, distributed with the source code of Alpine
32756 have more information on configuring a TERMCAP or TERMINFO
32757 entry for color Alpine.
32758 This is usually something a system administrator does.
32759 </DD>
32761 <DT>force-ansi-8color</DT>
32762 <DD>This is probably the setting that most people should use.
32763 Because setting up a termcap entry is confusing and because the
32764 terminal capabilities database is often not correctly configured for color,
32765 this choice and the next may be easier for you to use.
32766 If your terminal emulator responds to ANSI color escape sequences, which
32767 many do, this option will cause Alpine to believe your terminal will respond
32768 to the escape sequences that produce eight different foreground and background
32769 colors.
32770 The escape sequences used to set the foreground colors are
32772   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
32774 where the color_number is an ASCII digit between 0 and 7.
32775 The numbers 0 through 7 should correspond to the colors black, red, green,
32776 yellow, blue, magenta, cyan, and white.
32777 Some terminal emulators use a pre-ANSI scheme that swaps
32778 the colors blue and red and the colors yellow and cyan.
32779 This will cause the default colors to be different, but other than that
32780 things should work fine.
32781 There is also a 9th color available, the last one shown, which is the default
32782 color from the terminal emulator.
32783 When used as a background color some people refer to this color as
32784 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
32785 shown in the color swatch of the SETUP COLOR screen.
32786 The foreground transparent color is shown as
32787 the color of the &quot;TRAN&quot; text.
32788 (The transparent color will not work correctly in a PC-Alpine configuration.)
32789 The escape sequences used to set the background colors are the same
32790 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
32791 The escape sequences for foreground and background default colors (transparent)
32792 are 39m and 49m.
32794 Note: With the Tera Term terminal emulator this setting works well.
32795 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
32796 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
32797 menu, in the &quot;Window&quot; submenu.
32798 </DD>
32800 <DT>force-ansi-16color</DT>
32801 <DD>Many terminal emulators know about the same eight colors above
32802 plus eight more.
32803 This option attempts to use all 16 colors.
32804 The same escape sequences as for the eight-color terminal are used
32805 for the first eight colors.
32806 The escape sequences used to set foreground colors 8-15 are the same as
32807 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
32808 The background color sequences for colors 8-15 are the same as for 0-7
32809 except the &quot;4&quot; is replaced with &quot;10&quot;.
32810 You can tell if the 16 colors are working by turning on this option
32811 and then going into one of the color configuration screens, for example,
32812 the configuration screen for Normal Color.
32813 If you see 16 different colors to select from (plus a 17th for
32814 the transparent color), it's working.
32815 </DD>
32817 <DT>force-xterm-256color</DT>
32818 <DD>Some versions of xterm (and some other terminal emulators)
32819 have support for 256 colors.
32820 The escape sequences used to set the foreground colors are
32822   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
32824 where the color_number is an ASCII digit between 0 and 255.
32825 Background colors are the same with the 38 replaced with a 48.
32826 The numbers 0 through 15 are probably similar to the 16 color version
32827 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
32828 The terminal default (transparent) color is the 257th color at the bottom.
32829 Some terminal emulators will misinterpret these escape sequences causing
32830 the terminal to blink or overstrike characters or to do something else
32831 undesirable.
32833 The PuTTY terminal emulator has an option called &quot;Allow terminal to
32834 use xterm 256-colour mode&quot; which allows PuTTY to work well with
32835 this 256-color setting.
32837 </DD>
32838 </DL>
32841 The normal default is &quot;no-color&quot;.
32844 Once you've turned on color you may set the
32845 colors of many objects on the screen individually.
32846 For example, you may add colors to the status letters on the MESSAGE
32847 INDEX page.
32848 Most categories of color that Alpine supports are configurable here.
32849 For example, &quot;Normal Color&quot;
32850 is the color used to display most of the text in Alpine, and
32851 &quot;Reverse Color&quot; is used to display highlighted text, such as the
32852 current message in the MESSAGE INDEX.
32854 Lines in the MESSAGE INDEX may also be colored.
32855 Use Setup Rules to get to the Indexcolor configuration screen.
32858 <UL>   
32859 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32860 </UL><P>
32861 &lt;End of help on this topic&gt;
32862 </BODY>
32863 </HTML>
32864 ====== h_config_disable_index_locale_dates =====
32865 <HTML>
32866 <HEAD>
32867 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
32868 </HEAD>
32869 <BODY>
32870 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
32872 This feature affects the display of dates in the MESSAGE INDEX.
32873 Normally an attempt is made to localize the dates
32874 used in the MESSAGE INDEX display to your locale.
32875 This is controlled with the
32876 LC_TIME locale setting on a UNIX system.
32877 On Windows the Regional Options control panel may be used to set the date format.
32878 At the programming level, Alpine is using the strftime routine
32879 to print the parts of a date.
32881 If this feature is set, dates are displayed in English and
32882 with the conventions of the United States.
32885 <UL>   
32886 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32887 </UL><P>
32888 &lt;End of help on this topic&gt;
32889 </BODY>
32890 </HTML>
32891 ====== h_config_auto_open_unread =====
32892 <HTML>
32893 <HEAD>
32894 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
32895 </HEAD>
32896 <BODY>
32897 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
32899 This feature controls the behavior of the TAB key when traversing folders
32900 in the optional 
32901 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
32902 collection or in optional <!--#echo var="VAR_news-collections"-->.
32904 When the TAB
32905 (<A HREF="h_common_nextnew">NextNew</A>)
32906 key is pressed, and there
32907 are no more unseen messages in the current (incoming message or news)
32908 folder, Alpine will search the list of folders in the current collection for
32909 one containing New or Recent (new since the last time the folder was
32910 opened) messages.
32911 This behavior may be modified slightly with the
32912 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
32913 feature that causes Alpine to look for Unseen messages instead of Recent
32914 messages.
32915 Normally, when such a folder is found, Alpine will ask
32916 whether you wish to open the folder.  If this feature is set, Alpine will
32917 automatically open the folder without prompting.
32919 This feature also affects some other similar situations.
32920 If you have a
32921 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
32922 that is equal to one of the &quot;separate-&quot; values, and you are
32923 viewing a thread; then when you type the NextNew command and are at the
32924 end of the current thread you will automatically go to the next thread
32925 if this feature is set.
32926 By default, you would be asked if you want to view the next thread.
32927 You will also be asked at times whether or not you want to view the next
32928 thread after you delete the last message in the thread.
32929 Setting this feature will also cause that question to be skipped.
32932 <UL>   
32933 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32934 </UL><P>
32935 &lt;End of help on this topic&gt;
32936 </BODY>
32937 </HTML>
32938 ====== h_config_auto_include_reply =====
32939 <HTML>
32940 <HEAD>
32941 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
32942 </HEAD>
32943 <BODY>
32944 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
32946 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
32947 will ask whether you wish to include the original message in your reply.
32948 If this feature is set and the feature
32949 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
32950 is <EM>not</EM> set, then the original message will be included in the reply
32951 automatically, without prompting.
32953 &lt;End of help on this topic&gt;
32954 </BODY>
32955 </HTML>
32956 ====== h_config_select_in_bold =====
32957 <HTML>
32958 <HEAD>
32959 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
32960 </HEAD>
32961 <BODY>
32962 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
32964 This feature controls an aspect of Alpine's 
32965 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
32966 commands; in
32967 particular, the Select and WhereIs commands. Select and WhereIs (with the
32968 ^X subcommand) will search the current folder for messages meeting a
32969 specified criteria, and &quot;tag&quot; the resulting messages with an 
32970 &quot;X&quot; in the
32971 first column of the applicable lines in the MESSAGE INDEX.  If this feature
32972 is set, instead of using the &quot;X&quot; to denote a selected message, 
32973 Alpine will
32974 attempt to display those index lines in boldface. Whether this is
32975 preferable to the &quot;X&quot; will depend on personal taste and the type of
32976 terminal being used.
32978 <UL>   
32979 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32980 </UL><P>
32981 &lt;End of help on this topic&gt;
32982 </BODY>
32983 </HTML>
32984 ====== h_config_alt_auth =====
32985 <HTML>
32986 <HEAD>
32987 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
32988 </HEAD>
32989 <BODY>
32990 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
32992 This feature affects how Alpine connects to IMAP servers.
32993 Its utility has largely been overtaken by events,
32994 but it may still be useful in some circumstances.
32995 If you only connect to modern IMAP servers that support
32996 &quot;STARTTLS&quot; you can ignore this feature.
32999 Details:
33002 By default, Alpine will attempt to connect to an IMAP server on the
33003 normal IMAP service port (143), and if the server offers &quot;Transport Layer
33004 Security&quot; (STARTTLS) and Alpine has been compiled with encryption capability,
33005 then a secure (encrypted) session will be negotiated.
33008 With this feature enabled, before connecting on the normal IMAP port, Alpine
33009 will first attempt to connect to an alternate IMAP service port (993) used
33010 specifically for encrypted IMAP sessions via the Secure Sockets Layer
33011 (SSL) or Transport Layer Security (TLS) method.
33012 If the SSL attempt fails, Alpine will then try the default
33013 behavior described in the previous paragraph.
33016 STARTTLS negotiation on the normal port is preferred, and supersedes the use of
33017 SSL on port 993, but older servers may not provide STARTTLS support.
33018 This feature may be convenient when accessing IMAP servers that do not support
33019 STARTTLS, but do support SSL or TLS connections on port 993.
33020 However, it is important to understand that with this feature enabled,
33021 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
33022 but it will proceed to make an insecure connection if that is the only
33023 option offered by the server, or if the Alpine in question has been built
33024 without encryption capability.
33027 Note that this feature specifies a per-user (or system-wide) default
33028 behavior, but host/folder specification flags may be used to control the
33029 behavior of any specific connection.
33030 This feature interacts with some of
33031 the possible host/folder path specification flags as follows:
33034 The <SAMP>/starttls</SAMP> host flag, for example,
33037 <CENTER><SAMP>{foo.example.com/starttls}INBOX</SAMP></CENTER>
33039 will over-ride this feature for the specified host by bypassing the
33040 SSL or TLS connection attempt.
33041 Moreover, with <SAMP>/starttls</SAMP> specified,
33042 the connection attempt will fail if the
33043 service on port 143 does not offer TLS support.
33046 The <SAMP>/ssl</SAMP> host flag, for example,
33049 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
33051 will insist on an SSL or TLS connection for the specified host,
33052 and will fail if the SSL or TLS service on port 993 is not available.
33053 Alpine will not subsequently retry a connection
33054 on port 143 if <SAMP>/ssl</SAMP> is specified.
33057 <UL>   
33058 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33059 </UL><P>
33060 &lt;End of help on this topic&gt;
33061 </BODY>
33062 </HTML>
33063 ====== h_config_file_dir ======
33064 <HTML>
33065 <HEAD>
33066 <TITLE>OPTION: File Directory</TITLE>
33067 </HEAD>
33068 <BODY>
33069 <H1>OPTION: File Directory</H1>
33071 PC-Alpine only.
33073 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
33074 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
33075 Message Index's &quot;E&nbsp;Export&quot; command.
33078 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
33079 component, Alpine assumes the file exists in the user's home directory.
33080 Under Windows operating systems, this definition isn't always clear.  This 
33081 feature allows you to explicitly set where Alpine should look for files
33082 without a leading path.
33085 NOTE: this feature's value is ignored if either 
33086 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
33087 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
33090 <UL>   
33091 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33092 </UL><P>
33093 &lt;End of help on this topic&gt;
33094 </BODY>
33095 </HTML>
33096 ====== h_config_quote_all_froms =====
33097 <HTML>
33098 <HEAD>
33099 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
33100 </HEAD>
33101 <BODY>
33102 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
33104 This feature controls an aspect of the Save command (and also the way
33105 outgoing messages are saved to an FCC folder).  If set, Alpine will add
33106 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
33107 when they are saved to another folder, including lines syntactically
33108 distinguishable from the type of message separator line commonly used on
33109 Unix systems.
33112 The default behavior is that a &quot;>&quot; will be prepended only to lines
33113 beginning with &quot;From &quot; that might otherwise be confused with a message
33114 separator line on Unix systems.  If pine is the only mail program you use,
33115 this default is reasonable.  If another program you use has trouble
33116 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
33117 enable this feature.  This feature only applies to the common Unix mailbox
33118 format that uses message separator lines beginning with &quot;From &quot;.  If
33119 Alpine has been configured to use a different mailbox format (possibly
33120 incompatible with other mail programs), then this issue does not arise,
33121 and the feature is irrelevant.
33124 &lt;End of help on this topic&gt;
33125 </BODY>
33126 </HTML>
33127 ====== h_config_normal_color =====
33128 <HTML>
33129 <HEAD>
33130 <TITLE>OPTION: Normal Color</TITLE>
33131 </HEAD>
33132 <BODY>
33133 <H1>OPTION: Normal Color</H1>
33135 Sets the color Alpine normally uses.
33136 The foreground color is the color of the actual character and the
33137 background color is the color of the area behind the character.
33138 By default this color is black characters on a white background.
33140 <A HREF="h_color_setup">Descriptions of the available commands</A>
33142 Look <A HREF="h_edit_nav_cmds">here</A>
33143 to see the available Editing and Navigation commands.
33145 &lt;End of help on this topic&gt;
33146 </BODY>
33147 </HTML>
33148 ====== h_config_reverse_color =====
33149 <HTML>
33150 <HEAD>
33151 <TITLE>OPTION: Reverse Color</TITLE>
33152 </HEAD>
33153 <BODY>
33154 <H1>OPTION: Reverse Color</H1>
33156 Sets the color Alpine uses for reverse video characters.
33157 The foreground color is the color of the actual character and the
33158 background color is the color of the area behind the character.
33160 <A HREF="h_color_setup">Descriptions of the available commands</A>
33162 Look <A HREF="h_edit_nav_cmds">here</A>
33163 to see the available Editing and Navigation commands.
33165 &lt;End of help on this topic&gt;
33166 </BODY>
33167 </HTML>
33168 ====== h_config_title_color =====
33169 <HTML>
33170 <HEAD>
33171 <TITLE>OPTION: Title Color</TITLE>
33172 </HEAD>
33173 <BODY>
33174 <H1>OPTION: Title Color</H1>
33176 Sets the color Alpine uses for the titlebar (the top line on the screen).
33177 The foreground color is the color of the actual character and the
33178 background color is the color of the area behind the character.
33179 By default, the Title Color is black characters on a yellow background.
33181 The actual titlebar color may be different from the Title Color if
33182 the option
33183 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
33184 is set to some value other than the default.
33185 It may also be different if the current folder is closed and the
33186 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
33187 color is set to something different from the Title Color.
33189 <A HREF="h_color_setup">Descriptions of the available commands</A>
33191 Look <A HREF="h_edit_nav_cmds">here</A>
33192 to see the available Editing and Navigation commands.
33194 &lt;End of help on this topic&gt;
33195 </BODY>
33196 </HTML>
33197 ====== h_config_titleclosed_color =====
33198 <HTML>
33199 <HEAD>
33200 <TITLE>OPTION: Title Closed Color</TITLE>
33201 </HEAD>
33202 <BODY>
33203 <H1>OPTION: Title Closed Color</H1>
33205 Sets the color Alpine uses for the titlebar (the top line on the screen)
33206 when the current folder is closed.
33207 The foreground color is the color of the actual character and the
33208 background color is the color of the area behind the character.
33209 By default, the Title Color Closed Color is white characters on a red background.
33211 By setting this color to something noticeable you will be alerted to the
33212 fact that the current folder is closed, perhaps unexpectedly.
33214 &lt;End of help on this topic&gt;
33215 </BODY>
33216 </HTML>
33217 ====== h_config_status_color =====
33218 <HTML>
33219 <HEAD>
33220 <TITLE>OPTION: Status Color</TITLE>
33221 </HEAD>
33222 <BODY>
33223 <H1>OPTION: Status Color</H1>
33225 Sets the color Alpine uses for status messages written to the message
33226 line near the bottom of the screen.
33227 The foreground color is the color of the actual character and the
33228 background color is the color of the area behind the character.
33229 By default, the Status Color is the same as the Reverse Color.
33231 <A HREF="h_color_setup">Descriptions of the available commands</A>
33233 Look <A HREF="h_edit_nav_cmds">here</A>
33234 to see the available Editing and Navigation commands.
33236 &lt;End of help on this topic&gt;
33237 </BODY>
33238 </HTML>
33239 ====== h_config_index_opening_color =====
33240 <HTML>
33241 <HEAD>
33242 <TITLE>OPTION: Index Opening Color</TITLE>
33243 </HEAD>
33244 <BODY>
33245 <H1>OPTION: Index Opening Color</H1>
33247 With some setups the text of the subject is followed
33248 by the opening text of the message if there is any room available in the index line.
33249 If you have configured your
33250 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
33251 to include one of the Subject tokens that causes this behavior
33252 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
33253 this opening text with this option.
33254 This coloring takes place for all but the current index line, and the Opening
33255 Color appears to be in front of any color from an Index Color Rule.
33257 By default the Index Opening Color is gray characters on a white background.
33260 <A HREF="h_color_setup">Descriptions of the available commands</A>
33262 Look <A HREF="h_edit_nav_cmds">here</A>
33263 to see the available Editing and Navigation commands.
33265 &lt;End of help on this topic&gt;
33266 </BODY>
33267 </HTML>
33268 ====== h_config_index_pri_color =====
33269 <HTML>
33270 <HEAD>
33271 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
33272 </HEAD>
33273 <BODY>
33274 <H1>OPTION: Index Priority Symbol Colors</H1>
33276 The X-Priority header is a non-standard header that is used in a
33277 somewhat standard way by many mail programs.
33278 Alpine expects the value of this header to be a digit with a value
33279 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
33280 Alpine can be made to display an indication of this priority in
33281 messages by use of one of the tokens
33282 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
33283 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
33284 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
33287 You may set the color used to draw these tokens by use of the colors
33288 Index High Priority Symbol Color and Index Low Priority Symbol Color.
33289 This coloring takes place for all but the current index line, and the Priority
33290 Color appears to be in front of any color from an Index Color Rule.
33291 If the priority has a value of 1 or 2 the High Priority color will be
33292 used,
33293 and if the value is 4 or 5 the Low Priority color will be used.
33295 If you don't set these colors the index line will be colored in the same color as
33296 the bulk of the index line.
33299 <A HREF="h_color_setup">Descriptions of the available commands</A>
33301 Look <A HREF="h_edit_nav_cmds">here</A>
33302 to see the available Editing and Navigation commands.
33304 &lt;End of help on this topic&gt;
33305 </BODY>
33306 </HTML>
33307 ====== h_config_index_subject_color =====
33308 <HTML>
33309 <HEAD>
33310 <TITLE>OPTION: Index Subject Color</TITLE>
33311 </HEAD>
33312 <BODY>
33313 <H1>OPTION: Index Subject Color</H1>
33315 You may set the color used to draw the Subject part of the index line.
33316 This coloring takes place for all but the current index line, and the Subject
33317 Color appears to be in front of any color from an Index Color Rule.
33319 If you don't set this color it will be colored in the same color as
33320 the bulk of the index line.
33323 <A HREF="h_color_setup">Descriptions of the available commands</A>
33325 Look <A HREF="h_edit_nav_cmds">here</A>
33326 to see the available Editing and Navigation commands.
33328 &lt;End of help on this topic&gt;
33329 </BODY>
33330 </HTML>
33331 ====== h_config_index_from_color =====
33332 <HTML>
33333 <HEAD>
33334 <TITLE>OPTION: Index From Color</TITLE>
33335 </HEAD>
33336 <BODY>
33337 <H1>OPTION: Index From Color</H1>
33339 You may set the color used to draw the From part of the index line.
33340 This coloring takes place for all but the current index line, and the From
33341 Color appears to be in front of any color from an Index Color Rule.
33343 If you don't set this color it will be colored in the same color as
33344 the bulk of the index line.
33347 <A HREF="h_color_setup">Descriptions of the available commands</A>
33349 Look <A HREF="h_edit_nav_cmds">here</A>
33350 to see the available Editing and Navigation commands.
33352 &lt;End of help on this topic&gt;
33353 </BODY>
33354 </HTML>
33355 ====== h_config_index_arrow_color =====
33356 <HTML>
33357 <HEAD>
33358 <TITLE>OPTION: Index Arrow Color</TITLE>
33359 </HEAD>
33360 <BODY>
33361 <H1>OPTION: Index Arrow Color</H1>
33363 If you have configured your
33364 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
33365 to include the &quot;ARROW&quot; token, you may set the color of
33366 the arrow displayed with this option.
33367 If you don't set the color it will be colored in the same color as
33368 the bulk of the index line.
33371 <A HREF="h_color_setup">Descriptions of the available commands</A>
33373 Look <A HREF="h_edit_nav_cmds">here</A>
33374 to see the available Editing and Navigation commands.
33376 &lt;End of help on this topic&gt;
33377 </BODY>
33378 </HTML>
33379 ====== h_config_index_color =====
33380 <HTML>
33381 <HEAD>
33382 <TITLE>OPTION: Index Colors</TITLE>
33383 </HEAD>
33384 <BODY>
33385 <H1>OPTION: Index Colors</H1>
33387 You may add color to the single character symbols that give the status
33388 of each message in the MESSAGE INDEX.
33389 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
33390 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
33391 screen depending on whether the message is addressed to you, and whether
33392 the message is marked Important, is Deleted, is Answered, or is New.
33393 The color for each of those characters may be specified by setting the
33394 &quot;Index-to-me&quot; Symbol Color,
33395 the &quot;Index-important&quot; Symbol Color,
33396 the &quot;Index-deleted&quot; Symbol Color,
33397 the &quot;Index-answered&quot; Symbol Color,
33398 and the &quot;Index-new&quot; Symbol Color.
33399 There are also two other symbol colors called &quot;Index-recent&quot;
33400 and &quot;Index-unseen&quot;.
33401 These two colors will only be used if you have configured your
33402 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
33403 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
33405 The default colors for these symbols are:
33406 <TABLE>
33407 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
33408 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
33409 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33410 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
33411 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
33412 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33413 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33414 </TABLE>
33416 Besides coloring the message status symbols, you may also color the
33417 entire index line.
33418 This is done by using the
33419 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
33420 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
33421 When the entire line is colored that color will be &quot;behind&quot; the
33422 status symbol colors talked about in the paragraph above.
33424 You may also color
33425 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
33426 in the index using the
33427 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
33428 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
33429 the Subject using
33430 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
33431 the From field using
33432 <A HREF="h_config_index_from_color">Index From Color</A>;
33433 and the
33434 <A HREF="h_config_index_opening_color">Index Opening</A> text.
33436 <A HREF="h_color_setup">Descriptions of the available commands</A>
33438 Look <A HREF="h_edit_nav_cmds">here</A>
33439 to see the available Editing and Navigation commands.
33441 &lt;End of help on this topic&gt;
33442 </BODY>
33443 </HTML>
33444 ====== h_config_metamsg_color =====
33445 <HTML>
33446 <HEAD>
33447 <TITLE>OPTION: Meta-Message Color</TITLE>
33448 </HEAD>
33449 <BODY>
33450 <H1>OPTION: Meta-Message Color</H1>
33452 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
33453 that aren't part of the message itself.
33454 For example, an attachment that isn't shown might produce a meta
33455 message something like:
33457 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
33459 If you set the
33460 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
33461 option you might see
33463 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
33465 Warnings about suspicious looking URLs in HTML will also be colored
33466 with this color.
33468 The foreground color is the color of the actual character and the
33469 background color is the color of the area behind the character.
33470 By default, the Meta-Message Color is black characters on a yellow background.
33472 <A HREF="h_color_setup">Descriptions of the available commands</A>
33474 Look <A HREF="h_edit_nav_cmds">here</A>
33475 to see the available Editing and Navigation commands.
33477 &lt;End of help on this topic&gt;
33478 </BODY>
33479 </HTML>
33480 ====== h_config_keylabel_color =====
33481 <HTML>
33482 <HEAD>
33483 <TITLE>OPTION: KeyLabel Color</TITLE>
33484 </HEAD>
33485 <BODY>
33486 <H1>OPTION: KeyLabel Color</H1>
33488 Sets the color Alpine uses for the labels of the keys in the two-line
33489 menu at the bottom of the screen.
33490 For example, some of the screens have a &quot;P PrevMsg&quot; command.
33491 This option sets the color used when displaying &quot;PrevMsg&quot;.
33492 The foreground color is the color of the actual character and the
33493 background color is the color of the area behind the character.
33494 By default, the KeyLabel Color is the same as the Normal Color.
33496 WARNING: Some terminal emulators have the property that the screen will scroll
33497 down one line whenever a character is written to the character cell in the
33498 lower right corner of the screen.
33499 Alpine can usually avoid writing a character in that corner of the screen.
33500 However, if you have defined a KeyLabel Color then Alpine does have to write
33501 a character in that cell in order to color the cell correctly.
33502 If you find that your display sometimes scrolls up a line this could be
33503 the problem.
33504 The most obvious symptom is probably that the titlebar at the top of the
33505 screen scrolls off the screen.
33506 Try setting KeyLabel Color to Default to see if that fixes the problem.
33508 <A HREF="h_color_setup">Descriptions of the available commands</A>
33510 Look <A HREF="h_edit_nav_cmds">here</A>
33511 to see the available Editing and Navigation commands.
33513 &lt;End of help on this topic&gt;
33514 </BODY>
33515 </HTML>
33516 ====== h_config_keyname_color =====
33517 <HTML>
33518 <HEAD>
33519 <TITLE>OPTION: KeyName Color</TITLE>
33520 </HEAD>
33521 <BODY>
33522 <H1>OPTION: KeyName Color</H1>
33524 Sets the color Alpine uses for the names of the keys in the two-line
33525 menu at the bottom of the screen.
33526 For example, some of the screens have a &quot;P PrevMsg&quot; command.
33527 This option sets the color used when displaying the &quot;P&quot;.
33528 The foreground color is the color of the actual character and the
33529 background color is the color of the area behind the character.
33530 By default, the KeyName Color is the same as the Reverse Color.
33532 <A HREF="h_color_setup">Descriptions of the available commands</A>
33534 Look <A HREF="h_edit_nav_cmds">here</A>
33535 to see the available Editing and Navigation commands.
33537 &lt;End of help on this topic&gt;
33538 </BODY>
33539 </HTML>
33540 ====== h_config_slctbl_color =====
33541 <HTML>
33542 <HEAD>
33543 <TITLE>OPTION: Selectable Item Color</TITLE>
33544 </HEAD>
33545 <BODY>
33546 <H1>OPTION: Selectable Item Color</H1>
33548 Sets the color Alpine uses for selectable items, such as URLs.
33549 The foreground color is the color of the actual character and the
33550 background color is the color of the area behind the character.
33551 By default, the Selectable Item Color is the same as the Normal Color,
33552 except that it is bold.
33554 <A HREF="h_color_setup">Descriptions of the available commands</A>
33556 Look <A HREF="h_edit_nav_cmds">here</A>
33557 to see the available Editing and Navigation commands.
33559 &lt;End of help on this topic&gt;
33560 </BODY>
33561 </HTML>
33562 ====== h_config_quote_color =====
33563 <HTML>
33564 <HEAD>
33565 <TITLE>OPTION: Quote Colors</TITLE>
33566 </HEAD>
33567 <BODY>
33568 <H1>OPTION: Quote Colors</H1>
33570 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
33571 screen.
33572 If a line begins with a &gt; character (or space followed by &gt;)
33573 it is considered a quote.
33574 That line will be given the Quote1 Color (first level quote).
33575 If there is a second level of quoting then the Quote2 Color will be used.
33576 Alpine considers there to be a second level of quoting if that first &gt; is
33577 followed by another &gt; (or space followed by &gt;).
33578 If there are characters other than whitespace and &gt; signs, then it isn't
33579 considered another level of quoting.
33580 Similarly, if there is a third level of quoting the Quote3 Color will be
33581 used.
33582 If there are more levels after that the Quote Colors are re-used.
33583 If you define all three colors then it would repeat like Color1, Color2, Color3,
33584 Color1, Color2, Color3, ...
33585 If you only define the first two it would be
33586 Color1, Color2, Color1, Color2, ...
33587 If you define only the Quote1 Color, then the entire quote would be that
33588 color regardless of the quoting levels.
33589 By default, the Quote1 Color is black characters on a greenish-blue background;
33590 the Quote2 Color is black characters on a dull yellow background; and
33591 the Quote3 Color is black characters on a green background.
33593 <A HREF="h_color_setup">Descriptions of the available commands</A>
33595 Look <A HREF="h_edit_nav_cmds">here</A>
33596 to see the available Editing and Navigation commands.
33598 &lt;End of help on this topic&gt;
33599 </BODY>
33600 </HTML>
33601 ====== h_config_folder_color =====
33602 <HTML>
33603 <HEAD>
33604 <TITLE>OPTION: Folder Color</TITLE>
33605 </HEAD>
33606 <BODY>
33607 <H1>OPTION: Folder Color</H1>
33609 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
33610 screen. By default, the Folder Color is the normal text color.
33613 If you set a color for this feature, other than the normal color
33614 (the default), or a color for
33615 <A HREF="h_config_directory_color">Directory Color</A>, then directories
33616 will be colored according to the color specified in the
33617 <A HREF="h_config_directory_color">Directory Color</A> option. In this
33618 case, the color will be the only indication that the colored name
33619 refers to a directory. The normal behavior is that Alpine
33620 indicates that a name refers to a directory by appending a
33621 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
33622 the folder.
33625 If a folder is a directory, then the folder name will be painted
33626 according to the color defined by this variable, and a separator
33627 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
33628 to the name. That
33629 indicator will be painted according to the color defined in the
33630 <A HREF="h_config_directory_color">Directory Color</A> option.
33633 &lt;End of help on this topic&gt;
33634 </BODY>
33635 </HTML>
33636 ====== h_config_directory_color =====
33637 <HTML>
33638 <HEAD>
33639 <TITLE>OPTION: Directory Color</TITLE>
33640 </HEAD>
33641 <BODY>
33642 <H1>OPTION: Directory Color</H1>
33644 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
33645 screen. By default, the Folder Color is the normal text color.
33647 If you set a color for this feature, other than the normal color
33648 (the default), or a color for
33649 <A HREF="h_config_folder_color">Folder Color</A>, then folders
33650 will be colored according to the color specified in the
33651 <A HREF="h_config_folder_color">Folder Color</A> option. In this
33652 case, the color will be the only indication that the colored name
33653 refers to a directory. The normal behavior is that Alpine
33654 indicates that a name refers to a directory by appending a
33655 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
33656 the folder.
33658 If a folder is a directory, then the folder name will be painted
33659 according to the color defined by the option
33660 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
33661 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
33662 after the name. That
33663 indicator will be painted according to the color defined in this
33664 option.
33666 &lt;End of help on this topic&gt;
33667 </BODY>
33668 </HTML>
33669 ====== h_config_folder_list_color =====
33670 <HTML>
33671 <HEAD>
33672 <TITLE>OPTION: Folder-List Color</TITLE>
33673 </HEAD>
33674 <BODY>
33675 <H1>OPTION: Folder-List Color</H1>
33677 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
33678 screen. By default, the Folder-List Color is the normal text color.
33680 This text refers to the informative text that Alpine displays so you
33681 can recognize each collection. The color of the content of each collection
33682 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
33683 and <A HREF="h_config_directory_color">Directory Color</A>.
33685 Unlike the options
33686 <A HREF="h_config_folder_color">Folder Color</A>
33687 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
33688 this option does not affect the way that Alpine reports folders,
33689 directories and folders that are directories.
33691 &lt;End of help on this topic&gt;
33692 </BODY>
33693 </HTML>
33694 ====== h_config_incunseen_color =====
33695 <HTML>
33696 <HEAD>
33697 <TITLE>OPTION: Incoming Unseen Color</TITLE>
33698 </HEAD>
33699 <BODY>
33700 <H1>OPTION: Incoming Unseen Color</H1>
33702 If the option
33703 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
33704 is turned on it is possible to highlight the folders that contain
33705 unseen messages by coloring them with this color.
33706 By default, this is the same as the Normal Color and no highlighting is done.
33708 Usually the &quot;current&quot; folder (the folder the cursor is on)
33709 is highlighted using reverse video.
33710 If the current folder is colored because it contains unseen messages then
33711 the color used to show that it is also the current folder is controlled
33712 by the
33713 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
33714 feature at the top of the SETUP COLOR screen.
33716 <A HREF="h_color_setup">Descriptions of the available commands</A>
33718 Look <A HREF="h_edit_nav_cmds">here</A>
33719 to see the available Editing and Navigation commands.
33721 &lt;End of help on this topic&gt;
33722 </BODY>
33723 </HTML>
33724 ====== h_config_signature_color =====
33725 <HTML>
33726 <HEAD>
33727 <TITLE>OPTION: Signature Color</TITLE>
33728 </HEAD>
33729 <BODY>
33730 <H1>OPTION: Signature Color</H1>
33732 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
33733 screen. According to USENET conventions, the signature is defined as the
33734 paragraph following the &quot;sigdashes&quot;, that is, the special line
33735 consisting of the three characters
33736 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
33737 empty line right after the sigdashes to be considered as part of the
33738 signature.
33739 By default, the Signature Color is blue characters on a white background.
33741 <A HREF="h_color_setup">Descriptions of the available commands</A>
33743 Look <A HREF="h_edit_nav_cmds">here</A>
33744 to see the available Editing and Navigation commands.
33746 &lt;End of help on this topic&gt;
33747 </BODY>
33748 </HTML>
33749 ====== h_config_prompt_color =====
33750 <HTML>
33751 <HEAD>
33752 <TITLE>OPTION: Prompt Color</TITLE>
33753 </HEAD>
33754 <BODY>
33755 <H1>OPTION: Prompt Color</H1>
33757 Sets the color Alpine uses for confirmation prompts and questions that
33758 appear in the status line near the bottom of the screen.
33759 The foreground color is the color of the actual character and the
33760 background color is the color of the area behind the character.
33761 By default, the Prompt Color is the same as the Reverse Color.
33763 <A HREF="h_color_setup">Descriptions of the available commands</A>
33765 Look <A HREF="h_edit_nav_cmds">here</A>
33766 to see the available Editing and Navigation commands.
33768 &lt;End of help on this topic&gt;
33769 </BODY>
33770 </HTML>
33771 ====== h_config_header_general_color =====
33772 <HTML>
33773 <HEAD>
33774 <TITLE>OPTION: Header General Color</TITLE>
33775 </HEAD>
33776 <BODY>
33777 <H1>OPTION: Header General Color</H1>
33779 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
33780 screen.
33781 The foreground color is the color of the actual character and the
33782 background color is the color of the area behind the character.
33783 By default, this is the same as the Normal Color.
33785 It is also possible to set the colors for specific header fields, for
33786 example the Subject, using
33787 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
33788 If both a Header General Color and a specific Viewer Header Color are set
33789 the specific color will override the general color, as you would expect.
33791 <A HREF="h_color_setup">Descriptions of the available commands</A>
33793 Look <A HREF="h_edit_nav_cmds">here</A>
33794 to see the available Editing and Navigation commands.
33796 &lt;End of help on this topic&gt;
33797 </BODY>
33798 </HTML>
33799 ====== h_config_incol =====
33800 <HTML>
33801 <HEAD>
33802 <TITLE>Index Line Color</TITLE>
33803 </HEAD>
33804 <BODY>
33805 <H1>Index Line Color</H1>
33807 This option is used to set the color of a line in the index when the
33808 message for that line matches the Pattern.
33809 This colors the whole index line, except possibly the status letters,
33810 which may be colored separately using the
33811 <A HREF="h_color_setup">Setup Kolor</A> screen.
33812 The foreground color is the color of the actual characters and the
33813 background color is the color of the area behind the characters.
33815 <A HREF="h_color_setup">Descriptions of the available commands</A>
33817 Look <A HREF="h_edit_nav_cmds">here</A>
33818 to see the available Editing and Navigation commands.
33820 &lt;End of help on this topic&gt;
33821 </BODY>
33822 </HTML>
33823 ====== h_config_usetransparent_color =====
33824 <HTML>
33825 <HEAD>
33826 <TITLE>OPTION: Use Transparent Color</TITLE>
33827 </HEAD>
33828 <BODY>
33829 <H1>OPTION: Use Transparent Color</H1>
33831 This is a special color supported by some terminal emulators.
33832 It is intended to result in the default foreground or background color
33833 from the terminal emulator.
33834 This is the color the terminal was displaying characters in before you started Alpine.
33835 The reason it is called Transparent is because you could set the foreground color
33836 to some specific color, like Red, and then set the background color to the
33837 Transparent Color. If it works as expected, the background color from the terminal
33838 window in which Alpine is running will show through but with the Red characters
33839 in the foreground.
33841 <A HREF="h_color_setup">Descriptions of the available commands</A>
33843 Look <A HREF="h_edit_nav_cmds">here</A>
33844 to see the available Editing and Navigation commands.
33846 &lt;End of help on this topic&gt;
33847 </BODY>
33848 </HTML>
33849 ====== h_config_usenormal_color =====
33850 <HTML>
33851 <HEAD>
33852 <TITLE>OPTION: Use Normal Color</TITLE>
33853 </HEAD>
33854 <BODY>
33855 <H1>OPTION: Use Normal Color</H1>
33857 When you use this color value, the actual color used will be the same
33858 as the corresponding Normal Color.
33859 For example if your Normal Color is black on white and you set both
33860 the foreground and background colors here to use the Normal Color, you'll
33861 get black on white. If you later change the Normal Color to red on blue
33862 this color will also change to red on blue.
33864 <A HREF="h_color_setup">Descriptions of the available commands</A>
33866 Look <A HREF="h_edit_nav_cmds">here</A>
33867 to see the available Editing and Navigation commands.
33869 &lt;End of help on this topic&gt;
33870 </BODY>
33871 </HTML>
33872 ====== h_config_usenone_color =====
33873 <HTML>
33874 <HEAD>
33875 <TITLE>OPTION: Use None Color</TITLE>
33876 </HEAD>
33877 <BODY>
33878 <H1>OPTION: Use None Color</H1>
33880 This is a special color that simply means to leave the color alone.
33881 It is useful for Index symbols and for Keyword Colors used in the Subject
33882 field of an index line.
33883 The most likely use is to set an explicit foreground color and then set
33884 the background color to the None Color.
33885 That will cause the symbol or keyword to be drawn in the foreground color
33886 with a background equal to whatever color the rest of the index line is already
33887 drawn in.
33888 You will see no visible effect unless you have assigned Indexcolor Rules to
33889 color index lines or you have set an actual color for the Reverse Color.
33891 <A HREF="h_color_setup">Descriptions of the available commands</A>
33893 Look <A HREF="h_edit_nav_cmds">here</A>
33894 to see the available Editing and Navigation commands.
33896 &lt;End of help on this topic&gt;
33897 </BODY>
33898 </HTML>
33899 ====== h_config_dflt_color =====
33900 <HTML>
33901 <HEAD>
33902 <TITLE>OPTION: Default Color</TITLE>
33903 </HEAD>
33904 <BODY>
33905 <H1>OPTION: Default Color</H1>
33907 Setting default will cause the color to be the default color.
33908 Unsetting default is normally done by choosing a color, but in some cases
33909 you may want to declare the current default color to be your non-default
33910 choice.
33911 For example, the default Keyname Color is the same as the Reverse Color.
33912 Whenever the Reverse Color changes the Keyname Color will also change, unless
33913 you've changed it or unset the default box.
33915 <A HREF="h_color_setup">Descriptions of the available commands</A>
33917 Look <A HREF="h_edit_nav_cmds">here</A>
33918 to see the available Editing and Navigation commands.
33920 &lt;End of help on this topic&gt;
33921 </BODY>
33922 </HTML>
33923 ====== h_config_bold_slctbl =====
33924 <HTML>
33925 <HEAD>
33926 <TITLE>OPTION: Bold</TITLE>
33927 </HEAD>
33928 <BODY>
33929 <H1>OPTION: Bold</H1>
33931 The color for this particular section may have the Bold attribute turned
33932 on or off.
33933 Setting bold will cause the characters to be bold.
33935 <A HREF="h_color_setup">Descriptions of the available commands</A>
33937 Look <A HREF="h_edit_nav_cmds">here</A>
33938 to see the available Editing and Navigation commands.
33940 &lt;End of help on this topic&gt;
33941 </BODY>
33942 </HTML>
33943 ====== h_config_kw_color =====
33944 <HTML>
33945 <HEAD>
33946 <TITLE>OPTION: Keyword Colors</TITLE>
33947 </HEAD>
33948 <BODY>
33949 <H1>OPTION: Keyword Colors</H1>
33951 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
33952 Keywords are displayed as part of the Subject by default.
33953 They are also displayed as part of the Subject if the tokens
33954 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
33955 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
33956 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
33957 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
33959 For example, you might have set up a Keyword
33960 &quot;Work&quot; using the
33961 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
33962 You could cause that Keyword to show up as a special color
33963 by setting up the Keyword Color using this option, and then including it
33964 in the MESSAGE INDEX screen using one of the tokens listed above in the
33965 <!--#echo var="VAR_index-format"-->.
33967 <A HREF="h_color_setup">Descriptions of the available commands</A>
33969 Look <A HREF="h_edit_nav_cmds">here</A>
33970 to see the available Editing and Navigation commands.
33972 &lt;End of help on this topic&gt;
33973 </BODY>
33974 </HTML>
33975 ====== h_config_customhdr_color =====
33976 <HTML>
33977 <HEAD>
33978 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
33979 </HEAD>
33980 <BODY>
33981 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
33983 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
33984 For example, you may set the color of the Subject header or the From header.
33985 The foreground color is the color of the actual character and the
33986 background color is the color of the area behind the character.
33988 In addition to setting the colors for particular headers (like the Subject)
33989 you may also set a color to be used for all headers unless overridden by a
33990 more specific Viewer Header Color.
33991 To do this use the
33992 <A HREF="h_config_header_general_color">Header General Color</A>.
33994 For Header Colors,
33995 there is an additional line on the
33996 screen labeled &quot;Pattern to match&quot;.
33997 If you leave that blank, then the whole field for that header will
33998 be colored.
33999 However, if you give a pattern to match, the coloring will only take place
34000 if there is a match for that pattern in the value of the field.
34001 For example, if you are working on a color for the Subject header and
34002 you fill in a pattern of &quot;important&quot;, then only Subjects that
34003 contain the word &quot;important&quot; will be colored.
34005 If the pattern you enter is a comma-separated list of patterns, then coloring
34006 happens if any of those patterns matches.
34008 <A HREF="h_color_setup">Descriptions of the available commands</A>
34010 Look <A HREF="h_edit_nav_cmds">here</A>
34011 to see the available Editing and Navigation commands.
34013 &lt;End of help on this topic&gt;
34014 </BODY>
34015 </HTML>
34016 ====== h_config_indextoken_color =====
34017 <HTML>
34018 <HEAD>
34019 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
34020 </HEAD>
34021 <BODY>
34022 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
34024 This option allows you to set up the color in which any token, not specified by the
34025 previous options, will be colored in the MESSAGE INDEX screen. 
34027 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
34028 a token that can be used in the index format. 
34029 The list of available tokens is <A HREF="h_index_tokens">here</A>.
34031 If you fail to enter a valid token your entry will be ignored, and you will be asked to
34032 enter a new one. Once you have entered a valid token, a line will be added to the
34033 configuration screen that you can use to set up the colors in which that token will
34034 be painted. This is done in the same way that you configure colors for other
34035 variables.
34037 <A HREF="h_color_setup">Descriptions of the available commands</A>
34039 Look <A HREF="h_edit_nav_cmds">here</A>
34040 to see the available Editing and Navigation commands.
34042 &lt;End of help on this topic&gt;
34043 </BODY>
34044 </HTML>
34045 ====== h_config_customhdr_pattern =====
34046 <HTML>
34047 <HEAD>
34048 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
34049 </HEAD>
34050 <BODY>
34051 <H1>OPTION: Viewer Header Color Pattern</H1>
34053 If you leave this blank, then the whole field for the header will
34054 be colored.
34055 If you give a pattern to match, the coloring will only take place
34056 if there is a match for that pattern in the value of the field.
34057 For example, if you are working on a color for the Subject header and
34058 you fill in a pattern of &quot;important&quot;, then only Subjects that
34059 contain the word &quot;important&quot; will be colored.
34061 For address headers (like From and To) and for the Newsgroups header,
34062 a pattern match will cause only the matched addresses or newsgroups to be
34063 colored.
34064 If there is no pattern to match, then all of the addresses or newsgroups
34065 in the relevant header will be colored.
34067 The matching pattern may be a comma-separated list of patterns to match
34068 instead of a single pattern.
34069 For example, you could use the pattern &quot;important,urgent&quot; which would
34070 cause a match if either the word &quot;important&quot; or the word
34071 &quot;urgent&quot; appeared in the value of the header.
34072 You could list several comma-separated email addresses in the Header
34073 From Color pattern so that those addresses will be colored when any of
34074 them appear in the From header.
34076 To add a new matching pattern or change the existing pattern use the 
34077 <!--chtml if pinemode="function_key"-->
34078 &quot;F4&quot;
34079 <!--chtml else-->
34080 &quot;C&quot;
34081 <!--chtml endif-->
34082 &quot;Change&quot; command that is available when the &quot;Pattern to
34083 match&quot; line is highlighted.
34085 <!--chtml if pinemode="function_key"-->
34086 &quot;F10&quot;
34087 <!--chtml else-->
34088 &quot;D&quot;
34089 <!--chtml endif-->
34090 &quot;Delete&quot; command may be used to quickly remove all patterns
34091 for a particular header.
34093 &lt;End of help on this topic&gt;
34094 </BODY>
34095 </HTML>
34096 ====== h_color_setup =====
34097 <HTML>
34098 <HEAD>
34099 <TITLE>SETUP COLOR COMMANDS</TITLE>
34100 </HEAD>
34101 <BODY>
34102 <H1>SETUP COLOR COMMANDS</H1>
34103 <!--chtml if pinemode="function_key"-->
34104 <PRE>
34105 Available Commands -- Group 1
34106 -------------------------------
34107 F1  Display this help text
34108 F2  Show other available commands
34109 F3  Exit to MAIN MENU
34110 F4  Select the highlighted foreground or background color
34111 F5  Move to previous line
34112 F6  Move to next line
34113 F7  Previous page
34114 F8  Next page
34115 F9  Add a config section for a header field
34116 F10 Restore all default colors (for all sections)
34117 F11 Print color configuration screen
34118 F12 Whereis (search for word)
34120 Available Commands -- Group 2
34121 -------------------------------
34122 F1  Display this help text
34123 F2  Show other available commands
34124 F5  Delete config section for highlighted header field
34125 F6  Shuffle the order of Header Color sections
34126 </PRE>
34127 <!--chtml else-->
34128 <PRE>
34129 General commands
34130 -------------------------------------------------
34131  ?  Display this help text     E  Exit back to MAIN MENU
34132  P  Previous Line              N  Next Line
34133  -  Previous page             Spc (space bar) Next page
34134  W  WhereIs (search for word)  %  Print color configuration screen
34136 Color Setup Commands
34137 ------------------------------------------------
34138  *  Select the highlighted foreground or background color
34139  A  Add a config section for a header field
34140  D  Delete config section for highlighted header field
34141  R  Restore all default colors (for all sections)
34142  $  Shuffle the order of Header Color sections
34143 </PRE>
34144 <!--chtml endif-->
34146 <H2>Description of the Setup Color Screen</H2>
34148 From this screen you may turn on color and set the colors of
34149 various parts of the Alpine display.
34150 For help on turning on color move your cursor into the Color Style section
34151 at the top of the Setup Color screen and ask for help.
34154 There are several sections in the Setup Color Screen.
34155 At the top are some settings that handle the style of color used
34156 with your terminal emulator (UNIX only), and some settings that
34157 control how the current indexline and the titlebar are colored.
34158 After that comes a long section called GENERAL COLORS that allows
34159 you to set the color of many elements in the Alpine screens.
34160 For example, the color of the titlebar, status messages,
34161 selectable links, quotes and signatures in messages, and so on.
34162 After that is a section called INDEX COLORS that allows you to
34163 set the colors of various pieces of the displayed index lines in
34164 the MESSAGE INDEX screen.
34165 The next section is HEADER COLORS. This is for coloring headers of
34166 messages in the MESSAGE TEXT screen in just about any way you would like.
34167 Finally, the KEYWORD COLORS section allows you to highlight
34168 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
34169 in the MESSAGE INDEX screen.
34172 To change a color, highlight the color you want to change (for example,
34173 the Status Color) by moving
34174 the cursor into it.
34175 You may want to read the help text for the color to see a brief description
34176 of what you are coloring.
34177 Then press &quot;C&quot; for Change to set the color to something new.
34178 That will put you into a screen with two columns of colors, one for
34179 the foreground color and one for the background color.
34180 The foreground color is just the color you want the actual characters
34181 to be and the background color is the color of the rest of the rectangle
34182 behind the characters.
34183 Select the foreground and background colors desired by using the Next and
34184 Prev keys to highlight the color, and the * command to select it.
34186 To set a color to its default value, set the X in the Default line at
34187 the bottom of the list of colors.
34190 The HEADER COLORS section is a little bit different from the others.
34191 Besides coloring the specific fields that Alpine knows about, you may also
34192 color specific header fields when viewing a message in the MESSAGE TEXT
34193 screen.
34194 For example, you may color the Subject header a particular color.
34195 There are a few commands for use with headers.
34196 The &quot;AddHeader&quot; command adds a section to the color
34197 configuration screen that allows you to set the color for that header.
34198 You'll be asked for the name of the header field you want to color.
34199 If you wanted to color the Subject, you would answer
34200 with the word &quot;subject&quot;.
34201 Once you've added a header field, the color setting works just like the
34202 other color fields, except that there is an additional line on the
34203 configuration screen labeled &quot;Pattern to match&quot;.
34204 If you leave that blank, then the whole field for that header will always
34205 be colored.
34206 However, if you give a pattern to match, the coloring will only take place
34207 if there is a match for that pattern in the value of the field.
34208 For example, if you are working on a color for the Subject header and
34209 you fill in a pattern of &quot;important&quot;, then only Subjects that
34210 contain the word &quot;important&quot; will be colored.
34212 The &quot;DeleteHdr&quot; command removes a header section from the
34213 configuration altogether.
34214 The &quot;Shuffle&quot; command changes the order of header sections.
34215 This is only necessary if you use header sections with pattern fields.
34216 For example, if you have two Subject sections, one with one pattern and
34217 another with another pattern, and the subject for a particular message
34218 happens to match both, then the color from the first match is used.
34221 The command &quot;RestoreDefs&quot; will restore all of the default colors.
34222 Each section will change to the default value used for that section when
34223 color is first enabled.
34224 When you restore all default colors the color settings for the Header Colors
34225 will be unset (since that's the default), but the header fields you've
34226 added will remain so that you may easily reset them.
34227 In order to get rid of them completely you'd have to use
34228 the &quot;DeleteHdr&quot; command.
34231 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
34232 may be set with matching rules and that is configured separately from
34233 the rest of the color settings described here.
34234 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
34235 instead of in the Setup/Kolor section.
34237 <P><UL>
34238 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34239 </UL><P>
34240 &lt;End of help on this topic&gt;
34241 </BODY>
34242 </HTML>
34243 ====== h_config_news_uses_recent ======
34244 <HTML>
34245 <HEAD>
34246 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
34247 </HEAD>
34248 <BODY>
34249 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
34251 This feature causes certain messages to be marked as "New" in the
34252 MESSAGE INDEX of newsgroups.
34253 This feature is set by default.
34257 When opening a newsgroup, Alpine will consult your "newsrc" file and
34258 determine the last message you have previously disposed of via the "D"
34259 key.  If this feature is set, any subsequent messages will be shown in the
34260 Index with an "N", and the first of these messages will be highlighted.
34261 Although this is only an approximation of true "New" or "Unseen"
34262 status, it provides a useful cue to distinguish more-or-less recent
34263 messages from those you have seen previously, but are not yet ready to
34264 mark deleted.
34268 Background: your "newsrc" file (used to store message status information
34269 for newsgroups) is only capable of storing a single flag, and Alpine uses
34270 this to record whether or not you are "done with" a message, as
34271 indicated by marking the message as "Deleted".  Unfortunately, this
34272 means that Alpine has no way to record exactly which messages you have
34273 previously seen, so it normally does not show the "N" status flag for
34274 any messages in a newsgroup. This feature enables a starting
34275 *approximation* of seen/unseen status that may be useful.
34277 &lt;End of help on this topic&gt;
34278 </BODY>
34279 </HTML>
34280 ====== h_config_expose_hidden_config =====
34281 <HTML>
34282 <HEAD>
34283 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
34284 </HEAD>
34285 <BODY>
34286 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
34288 If set, this causes configuration options and features that are normally
34289 hidden from view to be editable in the Setup/Config screen.
34292 The purpose of this feature is to allow you to change configuration
34293 features and variables that are normally hidden.
34294 This is particularly useful if you are using a remote configuration,
34295 where it is difficult to edit the contents manually, but it may also be used
34296 on a local pinerc configuration file.
34298 If set, several configuration variables and features that are normally
34299 hidden from view will show up in the Setup/Configuration screen.
34300 They will be at the bottom of the configuration screen.
34301 You can find them by searching for the words &quot;hidden configuration&quot;.
34304 Note that this is an advanced feature that should be used with care.
34305 The reason that this part of the configuration is normally hidden is because
34306 there is a significant potential for causing problems if you change these
34307 variables.
34308 If something breaks after a change try changing it back to see if that is
34309 what is causing the problem.
34310 There are also some variables that are normally hidden because they are
34311 manipulated through Alpine in other ways.
34312 For example, colors are normally set using the Setup/Kolors screen and
34313 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
34314 the Setup/AddressBooks screen, so there is little reason to edit these directly.
34315 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
34316 the Add, Delete, and Rename commands in the FOLDER LIST screen,
34317 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
34318 internally by Alpine and not set directly by the user.
34320 <UL>   
34321 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34322 </UL><P>
34323 &lt;End of help on this topic&gt;
34324 </BODY>
34325 </HTML>
34326 ====== h_config_disable_signature_edit =====
34327 <HTML>
34328 <HEAD>
34329 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
34330 </HEAD>
34331 <BODY>
34332 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
34334 If set, this disables the editing of signature files from within
34335 the Setup/Config screen.
34337 <UL>   
34338 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34339 </UL><P>
34340 &lt;End of help on this topic&gt;
34341 </BODY>
34342 </HTML>
34343 ====== h_config_disable_roles_templateedit =====
34344 <HTML>
34345 <HEAD>
34346 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
34347 </HEAD>
34348 <BODY>
34349 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
34351 If set, this disables the editing of template files within the
34352 Role setup screen.
34354 <UL>   
34355 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34356 </UL><P>
34357 &lt;End of help on this topic&gt;
34358 </BODY>
34359 </HTML>
34360 ====== h_config_disable_roles_sigedit =====
34361 <HTML>
34362 <HEAD>
34363 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
34364 </HEAD>
34365 <BODY>
34366 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
34368 If set, this disables the editing of signature files within the
34369 Role setup screen.
34371 <UL>   
34372 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34373 </UL><P>
34374 &lt;End of help on this topic&gt;
34375 </BODY>
34376 </HTML>
34377 ====== h_config_disable_roles_setup =====
34378 <HTML>
34379 <HEAD>
34380 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
34381 </HEAD>
34382 <BODY>
34383 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
34385 If set, this disables the Setup/Rules/Roles command.
34387 <UL>   
34388 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34389 </UL><P>
34390 &lt;End of help on this topic&gt;
34391 </BODY>
34392 </HTML>
34393 ====== h_config_disable_pipes_in_templates =====
34394 <HTML>
34395 <HEAD>
34396 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
34397 </HEAD>
34398 <BODY>
34399 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
34401 By default, if a template file name is followed by a vertical bar (|) then
34402 that causes the file to be executed to produce the text for the template.
34403 If this feature is set, then this is not allowed.
34405 <UL>   
34406 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34407 </UL><P>
34408 &lt;End of help on this topic&gt;
34409 </BODY>
34410 </HTML>
34411 ====== h_config_disable_pipes_in_sigs =====
34412 <HTML>
34413 <HEAD>
34414 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
34415 </HEAD>
34416 <BODY>
34417 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
34419 By default, if a signature file name is followed by a vertical bar (|) then
34420 that causes the file to be executed to produce the text for the signature.
34421 If this feature is set, then this is not allowed.
34423 <UL>   
34424 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34425 </UL><P>
34426 &lt;End of help on this topic&gt;
34427 </BODY>
34428 </HTML>
34429 ====== h_config_disable_password_cmd =====
34430 <HTML>
34431 <HEAD>
34432 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
34433 </HEAD>
34434 <BODY>
34435 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
34437 If set, then the Setup/Newpassword command is disabled.
34439 <UL>   
34440 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34441 </UL><P>
34442 &lt;End of help on this topic&gt;
34443 </BODY>
34444 </HTML>
34445 ====== h_config_disable_password_caching =====
34446 <HTML>
34447 <HEAD>
34448 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
34449 </HEAD>
34450 <BODY>
34451 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
34453 Normally, loginname/password combinations are cached in Alpine so that
34454 you do not have to enter the same password more than once in a session.
34455 A disadvantage to this approach is that the password must be stored in
34456 the memory image of the running Alpine in order that it can be re-used.
34457 In the event that Alpine crashes and produces a core dump, and that core
34458 dump is readable by others, the loginname and password could be read
34459 from the core dump.
34461 If this feature is set, then the passwords will not be cached and you
34462 will have to retype the password whenever Alpine needs it.
34463 Even with this feature set there is still some chance that the core
34464 file will contain a password, so care should be taken to make the
34465 core files unreadable.
34467 NOTE: If PASSFILE caching is enabled, this does not disable it.
34468 That is a separate and independent feature.
34469 <UL>   
34470 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34471 </UL><P>
34472 &lt;End of help on this topic&gt;
34473 </BODY>
34474 </HTML>
34475 ====== h_config_disable_password_file_saving =====
34476 <HTML>
34477 <HEAD>
34478 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
34479 </HEAD>
34480 <BODY>
34481 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
34483 <P> This feature disables caching of passwords, even if your version of Alpine allows
34484 saving passwords. For MAC OS users saving passwords is done using the Apple Key Chain, for
34485 Windows users caching passwords is done using the internal Windows Credentials, and for
34486 other users this is done by using the password file. In this feature, the phrase
34487 &quot;password file&quot; is a misnomer and represents the way in which your system
34488 stores passwords.
34491 Specifically, this feature changes the behavior of Alpine when a login name and password combination
34492 for a specific server is not found in the password file. The default behavior is that
34493 Alpine will ask the user if they wish to save this information in the password file for future
34494 use. It is assumed that if a user created a password file it is because they intend
34495 to use it, but in some instances a user might want to save some passwords and not others.
34496 In this case, enabling this feature will make Alpine not add any more passwords to the
34497 password file and will only use the passwords that it already saved. If you wish to allow
34498 Alpine to save more passwords in the password file, disable this feature.
34500 <P> Regardless of which method Alpine uses to store passwords, this is done in a secure
34501 way when compiled with OpenSSL or LibreSSL. This is very likely to be your version, and
34502 you can check this by reading the encryption features
34503 <A HREF="X-Alpine-Config:">supported</A> by Alpine.
34506 <UL>   
34507 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34508 </UL><P>
34509 &lt;End of help on this topic&gt;
34510 </BODY>
34511 </HTML>
34512 ====== h_config_disable_kb_lock =====
34513 <HTML>
34514 <HEAD>
34515 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
34516 </HEAD>
34517 <BODY>
34518 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
34520 If set, then the Keyboard Lock command is removed from the MAIN MENU.
34522 <UL>   
34523 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34524 </UL><P>
34525 &lt;End of help on this topic&gt;
34526 </BODY>
34527 </HTML>
34528 ====== h_config_disable_config_cmd =====
34529 <HTML>
34530 <HEAD>
34531 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
34532 </HEAD>
34533 <BODY>
34534 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
34536 If set, then the Setup/Config screen is disabled.
34538 <UL>   
34539 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34540 </UL><P>
34541 &lt;End of help on this topic&gt;
34542 </BODY>
34543 </HTML>
34544 ====== h_config_allow_chg_from =====
34545 <HTML>
34546 <HEAD>
34547 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
34548 </HEAD>
34549 <BODY>
34550 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
34552 This feature affects Alpine's handling of the &quot;From:&quot; header field
34553 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
34554 option.
34556 If this feature is set then the From line can be changed just like
34557 all the other header fields that can be changed.
34558 This feature defaults to <EM>ON</EM>.
34560 Even with this feature turned ON (the default) you will not be able 
34561 to change the From header unless you add it to your list of
34562 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
34563 You may also want to change the
34564 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
34565 if you want the From header to always show up in the composer without
34566 having to type the Rich Headers command first.
34568 Note that many sites restrict the use of this feature in order to
34569 reduce the chance of falsified addresses and misdirected mail.
34570 If you want to change the value of what gets included in the From header
34571 in messages you send
34572 look <A HREF="h_config_change_your_from">here</A> for a description.
34574 <UL>   
34575 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34576 </UL><P>
34577 &lt;End of help on this topic&gt;
34578 </BODY>
34579 </HTML>
34580 ====== h_config_disable_collate =====
34581 <HTML>
34582 <HEAD>
34583 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
34584 </HEAD>
34585 <BODY>
34586 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
34588 This is a hard to understand feature that should only be used in rare cases.
34589 Normally, the C function call
34591 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
34593 is used by Alpine.
34594 If you want to try turning it off,
34595 setting this feature will turn it off.
34596 This part of the locale has to do with the sort order
34597 of characters in your locale.
34599 <UL>   
34600 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34601 </UL><P>
34602 &lt;End of help on this topic&gt;
34603 </BODY>
34604 </HTML>
34605 ====== h_config_quell_attach_extra_prompt =====
34606 <HTML>
34607 <HEAD>
34608 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
34609 </HEAD>
34610 <BODY>
34611 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
34613 By default, when you attempt to view an attachment externally
34614 from the &quot;Attachment View&quot; screen, you are asked if you
34615 really want to view the selected attachment.
34618 If this feature is set, you will <B>not</B> be prompted to confirm
34619 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
34620 prompt. This feature was added for those wanting to preserve that
34621 behavior (along with 
34622 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
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_quell_attach_ext_warn =====
34632 <HTML>
34633 <HEAD>
34634 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
34635 </HEAD>
34636 <BODY>
34637 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
34640 This feature suppresses the extra warning you can get when trying
34641 to view an attachment for which there is no mime-type match.  Turning
34642 on this feature will just run the program according to extension
34643 instead of first warning the user that it will run according to the
34644 file's extension.
34646 This feature can be used along side 
34647 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
34648 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
34650 <UL>   
34651 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34652 </UL><P>
34653 &lt;End of help on this topic&gt;
34654 </BODY>
34655 </HTML>
34656 ====== h_config_mailcap_params =====
34657 <HTML>
34658 <HEAD>
34659 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
34660 </HEAD>
34661 <BODY>
34662 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
34664 If set, this will allow mailcap named parameter substitution to occur
34665 in mailcap entries.
34666 By default, this is turned off to prevent security problems that may occur
34667 with some incorrect mailcap configurations.
34668 For more information, see RFC1524 and look for "named parameters" in the
34669 text of the RFC.
34671 <UL>   
34672 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34673 </UL><P>
34674 &lt;End of help on this topic&gt;
34675 </BODY>
34676 </HTML>
34677 ====== h_config_disable_shared =====
34678 <HTML>
34679 <HEAD>
34680 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
34681 </HEAD>
34682 <BODY>
34683 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
34685 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
34686 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
34687 will be disabled.
34688 The reason this feature exists is because there are some implementations
34689 of system password lookup routines that are very slow when presented with
34690 a long loginname that does not exist.
34691 This feature could be set to prevent the delay at startup time when the
34692 names above are searched for in the password file.
34694 <UL>   
34695 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34696 </UL><P>
34697 &lt;End of help on this topic&gt;
34698 </BODY>
34699 </HTML>
34700 ====== h_config_hide_nntp_path =====
34701 <HTML>
34702 <HEAD>
34703 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
34704 </HEAD>
34705 <BODY>
34706 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
34708 Normally the Path header that Alpine generates when posting to a newsgroup
34709 contains the name of the computer from which the message is being sent and
34710 the user name.
34711 Some believe that this information is used by spammers.
34712 If this feature is set, that information will be replaced with the text
34714 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
34716 instead.
34718 It should be noted that many servers being connected to will still reveal
34719 the information that this feature attempts to protect.
34721 <UL>   
34722 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34723 </UL><P>
34724 &lt;End of help on this topic&gt;
34725 </BODY>
34726 </HTML>
34727 ====== h_config_no_bezerk_zone =====
34728 <HTML>
34729 <HEAD>
34730 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
34731 </HEAD>
34732 <BODY>
34733 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
34735 POSIX mandates a timezone in UNIX mailbox format folder delimiters
34736 (the line that begins with From <SPACE>).
34737 Some versions of Berkeley mail have trouble with this, and don't recognize
34738 the line as a message delimiter.
34739 If this feature is set, the timezone will be left off the delimiter line.
34741 <UL>   
34742 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34743 </UL><P>
34744 &lt;End of help on this topic&gt;
34745 </BODY>
34746 </HTML>
34747 ====== h_config_quell_domain_warn =====
34748 <HTML>
34749 <HEAD>
34750 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
34751 </HEAD>
34752 <BODY>
34753 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
34755 When your configuration is set up so that your domain name contains no dots,
34756 it is usually a configuration error.
34757 By default, Alpine will warn you about this when you start it up.
34758 You will see a warning message that looks like
34761 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
34764 If this feature is set, the warning is turned off.
34766 <UL>   
34767 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34768 </UL><P>
34769 &lt;End of help on this topic&gt;
34770 </BODY>
34771 </HTML>
34772 ====== h_config_quell_imap_env =====
34773 <HTML>
34774 <HEAD>
34775 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
34776 </HEAD>
34777 <BODY>
34778 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
34780 In the MESSAGE INDEX screen, if the open folder is being accessed
34781 using IMAP, Alpine normally tries to paint the index lines on the screen
34782 as soon as the information arrives from the IMAP server.
34783 This means that the index information makes it onto the screen more quickly
34784 than it otherwise would.
34785 This sometimes results in behavior that bothers some users.
34786 For example, when paging to a new page of the index, it may be possible for
34787 the lines to be painted on the screen in a random order, rather than from
34788 top to bottom.
34791 Setting this feature causes Alpine to wait for all of the information
34792 to be gathered before it paints the index screen.
34793 Once it collects all of the information, the screen will be painted quickly
34794 from top to bottom.
34796 <UL>   
34797 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34798 </UL><P>
34799 &lt;End of help on this topic&gt;
34800 </BODY>
34801 </HTML>
34802 ====== h_config_quell_news_env =====
34803 <HTML>
34804 <HEAD>
34805 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
34806 </HEAD>
34807 <BODY>
34808 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
34810 In the MESSAGE INDEX screen, if the open folder is being accessed
34811 using NNTP (News), Alpine normally tries to paint the index lines on the screen
34812 as soon as the information arrives from the NNTP server.
34813 This means that the index information makes it onto the screen more quickly
34814 than it otherwise would.
34815 This sometimes results in behavior that bothers some users.
34816 For example, when paging to a new page of the index, it may be possible for
34817 the lines to be painted on the screen in a random order, rather than from
34818 top to bottom.
34821 Setting this feature causes Alpine to wait for all of the information
34822 to be gathered before it paints the index screen.
34823 Once it collects all of the information, the screen will be painted quickly
34824 from top to bottom.
34826 <UL>   
34827 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34828 </UL><P>
34829 &lt;End of help on this topic&gt;
34830 </BODY>
34831 </HTML>
34832 ====== h_config_quell_content_id =====
34833 <HTML>
34834 <HEAD>
34835 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
34836 </HEAD>
34837 <BODY>
34838 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
34840 This feature changes the behavior of Alpine when sending messages.
34841 It is intended to work around a bug in Microsoft's Outlook XP mail user
34842 agent.
34843 As of this writing, Microsoft has acknowledged the bug but
34844 has not added it to the Knowledge Base.
34845 We have been told that there will be a post-SP1 hotfix for Outlook XP.
34846 This particular bug has bug fix number OfficeQFE:4781.
34847 The nature of the bug is that messages with attachments that
34848 contain a Content-ID header (which standard Alpine attachments do)
34849 do not show the attachment indicator (a paperclip) when viewed with
34850 Outlook XP.
34851 So the user has no indication that the message contains an attachment.
34854 If this feature is set then Alpine will remove most Content-ID headers
34855 before sending a message.
34856 If an attachment is of type MESSAGE, then the existing Content-ID headers
34857 inside the message will be left intact.
34858 This would only happen with Alpine if a message was forwarded as an attachment
34859 or if a message with a message attached was forwarded.
34860 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
34861 the Content-ID headers of the alternative parts will not be removed.
34864 Because the Content-ID header is a standard part of MIME it is possible
34865 that setting this feature will break something.
34866 For example, if an attachment has a Content-ID header that is necessary
34867 for the correct functioning of that attachment, it is possible that Alpine
34868 may remove that header when the attachment is forwarded.
34869 However, it seems fairly safe at this time.
34872 <UL>   
34873 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34874 </UL><P>
34875 &lt;End of help on this topic&gt;
34876 </BODY>
34877 </HTML>
34878 ====== h_config_winpos_in_config =====
34879 <HTML>
34880 <HEAD>
34881 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
34882 </HEAD>
34883 <BODY>
34884 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
34886 PC-Alpine only.
34889 Normally, PC-Alpine will store its window size and position in the
34890 Windows Registry.
34891 This is convenient if you want to use the same remote
34892 configuration from more than one PC.
34893 If you use multiple configuration files to start PC-Alpine, you may want
34894 to store the window size and position in the configuration file instead
34895 of in the Registry.
34896 Setting this feature causes the value to be stored in 
34897 <A HREF="h_config_window_position">Window-Position</A>.
34900 <UL>   
34901 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34902 </UL><P>
34903 &lt;End of help on this topic&gt;
34904 </BODY>
34905 </HTML>
34906 ====== h_config_quell_ssl_largeblocks =====
34907 <HTML>
34908 <HEAD>
34909 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
34910 </HEAD>
34911 <BODY>
34912 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
34914 PC-Alpine only.
34916 This feature changes the behavior of fetching messages
34917 and attachments so that the message data is fetched in chunks no larger
34918 than 12K bytes.
34919 This works around a bug in Microsoft's SSL/TLS support.
34920 Some versions of Microsoft SSL are not able to read full-sized (16K)
34921 SSL/TLS packets.
34922 Some servers will send such packets and this will
34923 cause PC-Alpine to crash with the error
34926 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
34929 Microsoft is aware of the problem and has developed a hotfix for it, it is
34930 discussed in article 300562 in the Microsoft Knowledge Base.
34932 <UL>   
34933 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34934 </UL><P>
34935 &lt;End of help on this topic&gt;
34936 </BODY>
34937 </HTML>
34938 ====== h_config_quell_partial =====
34939 <HTML>
34940 <HEAD>
34941 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
34942 </HEAD>
34943 <BODY>
34944 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
34946 Partial fetching is a feature of the IMAP protocol.
34947 By default, Alpine
34948 will use partial fetching when copying the contents of a message or attachment
34949 from the IMAP server to Alpine.
34950 This means that the fetch will be done in many
34951 small chunks instead of one big chunk. The main benefit of this approach is
34952 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
34953 to stop the fetch early. In some cases partial fetching may cause a performance
34954 problem so that the fetching of data takes significantly longer when partial
34955 fetching is used. Turning on this feature will turn off partial fetching.
34957 <UL>   
34958 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34959 </UL><P>
34960 &lt;End of help on this topic&gt;
34961 </BODY>
34962 </HTML>
34963 ====== h_config_quell_personal_name_prompt =====
34964 <HTML>
34965 <HEAD>
34966 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
34967 </HEAD>
34968 <BODY>
34969 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
34971 PC-Alpine only.  This feature quells the prompting for a 
34972 <A HREF="h_config_pers_name">personal name</A>.  This
34973 prompt normally happens before composing a message, and only happens when
34974 there is no personal name already set.
34976 <UL>   
34977 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34978 </UL><P>
34979 &lt;End of help on this topic&gt;
34980 </BODY>
34981 </HTML>
34982 ====== h_config_quell_user_id_prompt =====
34983 <HTML>
34984 <HEAD>
34985 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
34986 </HEAD>
34987 <BODY>
34988 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
34990 PC-Alpine only.  This feature quells the prompting for a 
34991 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
34992 if the information can be obtained from the login name used
34993 to open the INBOX.  Normally, this prompt happens before composing
34994 a message, and only happens when there is no user-id already set
34995 in the configuration.
34997 With this feature set, composing a message is only possible after
34998 establishing a connection to the INBOX.
35000 <UL>   
35001 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35002 </UL><P>
35003 &lt;End of help on this topic&gt;
35004 </BODY>
35005 </HTML>
35006 ====== h_config_save_aggregates =====
35007 <HTML>
35008 <HEAD>
35009 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
35010 </HEAD>
35011 <BODY>
35012 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
35014 This feature will optimize an aggregate copy operation, if
35015 possible, by issuing a single IMAP <EM>COPY</EM> command with a
35016 list of the messages to be copied.
35017 This feature is set by default.
35018 This may reduce network traffic and elapsed time for the Save.
35019 <EM>However, many IMAP servers (including the UW IMAP server) do
35020 not preserve the order of messages when this optimization is applied.</EM>
35021 If this feature is not set, 
35022 Alpine will copy each message individually and the order of the messages
35023 will be preserved.
35025 <UL>   
35026 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35027 </UL><P>
35028 &lt;End of help on this topic&gt;
35029 </BODY>
35030 </HTML>
35031 ====== h_config_use_system_translation =====
35032 <HTML>
35033 <HEAD>
35034 <TITLE>FEATURE: Use System Translation</TITLE>
35035 </HEAD>
35036 <BODY>
35037 <H1>FEATURE: Use System Translation</H1>
35039 UNIX Alpine only.
35041 Alpine normally uses its own internal software to convert between the multi-byte
35042 representation of characters and the Unicode representation of those
35043 same characters.
35044 It converts from the multi-byte characters your keyboard produces to Unicode,
35045 and from Unicode to the multi-byte characters your display expects.
35046 Alpine also uses its own internal software to decide how much space on
35047 the screen a particular Unicode character will occupy.
35050 Setting this feature tells Alpine to use the system-supplied routines to
35051 perform these tasks instead.
35052 In particular there are three tasks and three system routines that will
35053 be used for these tasks.
35056 To convert from multi-byte to Unicode the routine
35059 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
35062 is used.
35063 To convert from Unicode to multi-byte the routine
35066 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
35069 is used.
35070 And to find the screen width a particular Unicode character will
35071 occupy the routine used is
35074 <CENTER><SAMP>wcwidth</SAMP></CENTER>
35077 This feature has been only lightly tested.
35078 The internal routines should normally be used unless you run into
35079 a problem that you think may be solved by using the system routines.
35080 Note that your environment needs to be set up for these
35081 routines to work correctly.
35082 In particular, the LANG or LC_CTYPE variable in your environment will
35083 need to be set.
35086 <UL>   
35087 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35088 </UL><P>
35089 &lt;End of help on this topic&gt;
35090 </BODY>
35091 </HTML>
35092 ====== h_config_suspend_spawns =====
35093 <HTML>
35094 <HEAD>
35095 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
35096 </HEAD>
35097 <BODY>
35098 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
35100 This feature affects Alpine's behavior when process suspension is enabled
35101 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
35102 temporarily interact with the operating system command &quot;shell&quot; 
35103 without
35104 quitting Alpine, and then subsequently resume the still-active Alpine session.
35107 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
35108 is set and subsequently the Ctrl-Z key
35109 is pressed, Alpine will normally suspend itself and return temporary control
35110 to Alpine's parent shell process.  However, if this feature is set, Alpine
35111 will instead create an inferior subshell process.  This is useful when the
35112 parent process is not intended to be used interactively.  Examples include
35113 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
35114 or via a menu system.<P>
35116 Note that one typically resumes a suspended Alpine by entering the Unix
35117 &quot;fg&quot; command, but if this feature is set, it will be necessary to
35118 enter the &quot;exit&quot; command instead.
35120 <UL>   
35121 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35122 </UL><P>
35123 &lt;End of help on this topic&gt;
35124 </BODY>
35125 </HTML>
35126 ====== h_config_8bit_smtp =====
35127 <HTML>
35128 <HEAD>
35129 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
35130 </HEAD>
35131 <BODY>
35132 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
35134 This feature affects Alpine's behavior when sending mail.
35135 By default, this feature is set.
35136 Internet standards
35137 require that all electronic mail messages traversing the global Internet
35138 consist of 7bit ASCII characters unless a pair of cooperating mail 
35139 transfer agents explicitly agree to allow 8bit messages.  In general, 
35140 then, exchanging messages in non-ASCII characters requires MIME encoding.
35142 However, there are now Internet standards that allow for unencoded 8bit
35143 exchange of messages between cooperating systems.  When this feature is set
35144 Alpine will try to negotiate unencoded 8bit transmission during the
35145 sending process.  Should the negotiation fail, Alpine will fall back to its
35146 ordinary encoding rules. 
35148 Note, this feature relies on your system's mail transport agent or
35149 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
35150 having the negotiation mechanism introduced in
35151 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
35152 &quot;8BITMIME&quot;. 
35154 ESMTP allows for graceful migration to upgraded mail transfer agents, but
35155 it is possible that this feature might cause problems for some servers. 
35156 <P><UL>
35157 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35158 </UL>
35159 <P>&lt;End of help on this topic&gt;
35160 </BODY>
35161 </HTML>
35162 ====== h_config_8bit_nntp =====
35163 <HTML>
35164 <HEAD>
35165 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
35166 </HEAD>
35167 <BODY>
35168 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
35170 This feature affects Alpine's behavior when posting news.  
35174 The Internet standard for exchanging USENET news messages (RFC-1036)
35175 specifies that USENET messages should conform to Internet mail standards
35176 and contain only 7bit characters, but much of the news transport software
35177 in use today is capable of successfully sending messages containing 8bit
35178 characters.  Hence, many people believe that it is appropriate to send 8bit
35179 news messages without any MIME encoding.
35183 Moreover, there is no Internet standard for explicitly negotiating 8bit
35184 transfer, as there is for Internet email.  Therefore, Alpine provides the
35185 option of posting unencoded 8bit news messages, though not as the default.
35186 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
35187 postings that contain 8bit characters. 
35191 Note, articles may cross a path or pass through news transport software
35192 that is unsafe or even hostile to 8bit characters.  At best this will only
35193 cause the posting to become garbled.  The safest way to transmit 8bit
35194 characters is to leave Alpine's MIME encoding turned on, but recipients
35195 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
35196 messages.
35198 &lt;End of help on this topic&gt;
35199 </BODY>
35200 </HTML>
35201 ====== h_config_mark_for_cc =====
35202 <HTML>
35203 <HEAD>
35204 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
35205 </HEAD>
35206 <BODY>
35207 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
35209 This feature affects Alpine's MESSAGE INDEX display.
35210 By default, a '+' is displayed in the first column if the
35211 message is addressed directly to you.
35212 When this feature is set and the message is not addressed to you, then a
35213 '-' character is displayed if the message is instead Cc'd directly
35214 to you.
35217 <UL>   
35218 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35219 </UL><P>
35220 &lt;End of help on this topic&gt;
35221 </BODY>
35222 </HTML>
35223 ====== h_config_tab_uses_unseen =====
35224 <HTML>
35225 <HEAD>
35226 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
35227 </HEAD>
35228 <BODY>
35229 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
35231 This feature affects Alpine's behavior when using the TAB
35232 <A HREF="h_common_nextnew">NextNew Command</A>
35233 to move from one folder to the next.
35234 Alpine's usual behavior is to search for folders
35235 with <EM>Recent</EM> messages in them.
35236 Recent messages are messages that have arrived since the last time the
35237 folder was opened.
35240 Setting this feature causes Alpine to search for <EM>Unseen</EM>
35241 messages instead of Recent messages.
35242 Unseen messages remain Unseen until you view them (or flag then as Seen with
35243 the <A HREF="h_common_flag">Flag Command</A>).
35244 Setting this feature allows you to locate messages you have not read
35245 instead of only recently received messages.
35246 When this feature is set, the feature
35247 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
35248 will have no effect, so the checking may be slower.
35251 Another reason why you might want to use this feature is that Alpine sometimes
35252 opens folders implicitly behind the scenes, and this clears the
35253 Recent status of all messages in the folder.
35254 One example where this happens is when Saving or filtering a
35255 message to another folder.
35256 If that message has some <A HREF="h_config_keywords">keywords</A>
35257 set, then because of some shortcomings
35258 in the IMAP specification, the best way to ensure that those keywords are
35259 still set in the saved copy of the message is to open the folder and
35260 set the keywords explicitly.
35261 Because this clears the Recent status of all messages in that folder the
35262 folder will not be found by the NextNew command unless this feature is set.
35265 &lt;End of help on this topic&gt;
35266 </BODY>
35267 </HTML>
35268 ====== h_config_tab_new_only =====
35269 <HTML>
35270 <HEAD>
35271 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
35272 </HEAD>
35273 <BODY>
35274 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
35276 This feature affects Alpine's behavior when using the TAB key to move from
35277 one message to the next.  Alpine's usual behavior is to select the next
35278 unread message or message flagged as "Important".
35282 Setting this feature causes Alpine to skip the messages flagged as important,
35283 and select unread messages exclusively.  Tab behavior when there are no
35284 new messages left to select remains unchanged.
35286 &lt;End of help on this topic&gt;
35287 </BODY>
35288 </HTML>
35289 ====== h_config_warn_if_subj_blank =====
35290 <HTML>
35291 <HEAD>
35292 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
35293 </HEAD>
35294 <BODY>
35295 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
35297 This feature affects Alpine's behavior when you send a message being
35298 composed.
35299 If this option is set, Alpine will check to see if the message about to be sent
35300 has a subject or not.
35301 If not, you will be asked if you want to send the message anyway.
35304 <UL>   
35305 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35306 </UL><P>
35307 &lt;End of help on this topic&gt;
35308 </BODY>
35309 </HTML>
35310 ====== h_config_warn_if_fcc_blank =====
35311 <HTML>
35312 <HEAD>
35313 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
35314 </HEAD>
35315 <BODY>
35316 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
35318 This feature affects Alpine's behavior when you send a message being
35319 composed.
35320 If this option is set, Alpine will check to see if the message about to be sent
35321 has an Fcc or not.
35322 If not, you will be asked if you want to send the message anyway.
35325 <UL>   
35326 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35327 </UL><P>
35328 &lt;End of help on this topic&gt;
35329 </BODY>
35330 </HTML>
35331 ====== h_config_warn_if_no_to_or_cc =====
35332 <HTML>
35333 <HEAD>
35334 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
35335 </HEAD>
35336 <BODY>
35337 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
35339 This feature affects Alpine's behavior when you send a message being
35340 composed.
35341 If this option is set, Alpine will check to see if the message about to be sent
35342 has either a To address, a Cc address, or a Newsgroup.
35343 If none of these is set,
35344 you will be asked if you want to send the message anyway.
35347 This feature is closely related to
35348 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
35349 Alpine will normally ask if you want to copy a message only to the Fcc.
35350 This feature also applies to cases where there is a Bcc but still no To, Cc,
35351 or Newsgroup.
35352 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
35353 message with only an Fcc, then you won't be asked about sending with
35354 a blank To and Cc and Newsgroups header even if this feature is set.
35355 Similarly, if you have already been asked if you want to send to the Fcc
35356 only and you have answered Yes, then you won't be asked again about sending with
35357 blank To, Cc, and Newsgroups headers even if this feature is set.
35360 <UL>   
35361 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35362 </UL><P>
35363 &lt;End of help on this topic&gt;
35364 </BODY>
35365 </HTML>
35366 ====== h_config_quell_dead_letter =====
35367 <HTML>
35368 <HEAD>
35369 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
35370 </HEAD>
35371 <BODY>
35372 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
35374 This feature affects Alpine's behavior when you cancel a message being
35375 composed.  Alpine's usual behavior is to write the canceled message to
35376 a file named 
35377 <!--chtml if pinemode="os_windows"-->
35378 &quot;DEADLETR&quot;,
35379 <!--chtml else-->
35380 &quot;dead.letter&quot; in your home directory,
35381 <!--chtml endif-->
35382 overwriting any previous message. Under
35383 some conditions (some routine), this can introduce a noticeable delay.
35384 Setting this feature will cause Alpine NOT to write canceled compositions
35385 into the file.
35387 NOTE: Enabling this feature means NO record of canceled messages is
35388 maintained.
35390 This feature affects the newer option
35391 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
35392 number of dead letter files to keep around.
35393 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
35395 <UL>   
35396 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35397 </UL><P>
35398 &lt;End of help on this topic&gt;
35399 </BODY>
35400 </HTML>
35401 ====== h_config_quell_beeps =====
35402 <HTML>
35403 <HEAD>
35404 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
35405 </HEAD>
35406 <BODY>
35407 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
35409 This feature affects Alpine's behavior when it displays status message
35410 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
35411 will not affect the display of such messages, but will cause those that
35412 emit a beep to become silent.
35415 <UL>   
35416 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35417 </UL><P>
35418 &lt;End of help on this topic&gt;
35419 </BODY>
35420 </HTML>
35421 ====== h_config_suppress_user_agent =====
35422 <HTML>
35423 <HEAD>
35424 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
35425 </HEAD>
35426 <BODY>
35427 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
35429 If this feature is set then Alpine will not generate a
35430 <CODE>User-Agent</CODE> header in outgoing messages.
35432 <UL>   
35433 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35434 </UL><P>
35435 &lt;End of help on this topic&gt;
35436 </BODY>
35437 </HTML>
35438 ====== h_config_quell_lock_failure_warnings =====
35439 <HTML>
35440 <HEAD>
35441 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
35442 </HEAD>
35443 <BODY>
35444 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
35446 This feature affects Alpine's behavior when it encounters a problem
35447 acquiring a mail folder lock.  Typically, a secondary file associated
35448 with the mail folder being opened is created as part of the locking
35449 process.  On some systems, such file creation has been administratively
35450 precluded by the system configuration.
35452 Alpine issues a warning when such failures occur, which can become bothersome
35453 if the system is configured to disallow such actions.  Setting this
35454 feature causes Alpine to remain silent when this part of lock creation fails.
35456 WARNING: systems that have been configured in a way that precludes locking
35457 introduce some risk of mail folder corruption when more than one program
35458 attempts to modify the mail folder.  This is most likely to occur to one's
35459 INBOX or other incoming message folder. 
35461 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
35463 <UL>   
35464 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35465 </UL><P>
35466 &lt;End of help on this topic&gt;
35467 </BODY>
35468 </HTML>
35469 ====== h_config_enable_role_take ======
35470 <HTML>
35471 <HEAD>
35472 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
35473 </HEAD>
35474 <BODY>
35475 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
35477 Normally, the Take command takes addresses from a message and helps you
35478 put them into your Address Book.
35479 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
35480 you may find it useful
35481 to be able to Take information from a message's headers and put it into
35482 a new Rule.
35483 When this feature is set, you will be given an extra prompt that gives
35484 you the choice to Take into the Address Book or Take into a rule.
35485 <P><UL>
35486 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35487 </UL>
35489 &lt;End of help on this topic&gt;
35490 </BODY>
35491 </HTML>
35492 ====== h_config_enable_take_export ======
35493 <HTML>
35494 <HEAD>
35495 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
35496 </HEAD>
35497 <BODY>
35498 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
35500 Normally, the Take command takes addresses from a message and helps you
35501 put them into your Address Book.
35502 When this feature is set, you will be given an extra prompt that gives you
35503 the choice to Take addresses into a file instead of your Address
35504 Book.
35505 Only the user@domain_name part of the address is put in the file.
35506 <P><UL>
35507 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35508 </UL>
35510 &lt;End of help on this topic&gt;
35511 </BODY>
35512 </HTML>
35513 ====== h_config_quell_folder_internal_msg ======
35514 <HTML>
35515 <HEAD>
35516 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
35517 </HEAD>
35518 <BODY>
35519 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
35521 This feature determines whether or not Alpine will create 
35522 &quot;pseudo messages&quot; in folders that are in standard Unix or 
35523 MMDF format. <P> 
35525 Alpine will normally create these pseudo messages when they are not already
35526 present in a standard Unix or MMDF folder.  Their purpose is to record
35527 certain mailbox state data needed for correct IMAP and POP server
35528 operation, and also for Alpine to be able to mark messages as Answered when
35529 the Reply has been postponed.<P>
35531 Sites that do not use IMAP/POP for remote mail access, and that need to
35532 support mail tools that are adversely affected by the presence of the
35533 pseudo-messages (e.g. some mail notification tools) may enable this
35534 feature to tell Alpine not to create them.  Note that Alpine's 
35535 &quot;Answered&quot; flag
35536 capability will be adversely affected if this is done.<P>
35538 Note too that, even if this feature is enabled, Alpine will not remove
35539 pseudo-messages when it encounters them (e.g. those created by UW's imapd
35540 or ipopd servers.) This feature has no effect on folders that are not in
35541 standard Unix or MMDF format, as pseudo-messages are not needed in the
35542 other formats to record mailbox state information.
35543 <P><UL>
35544 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35545 </UL>
35547 &lt;End of help on this topic&gt;
35548 </BODY>
35549 </HTML>
35550 ====== h_config_mulnews_as_typed ======
35551 <HTML>
35552 <HEAD>
35553 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
35554 </HEAD>
35555 <BODY>
35556 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
35558 This feature will be of little use to most users.
35559 It has no effect unless the feature
35560 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
35561 is set.
35563 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
35564 then the setting of this feature may have an effect on the names of the
35565 newsrc files used.
35566 Normally, the name of the news server will be canonicalized before it is
35567 used in the newsrc file name.
35568 For example, if you type the news server name
35571 <CENTER><SAMP>servername</SAMP></CENTER>
35574 it is likely that the canonical name will be something like
35577 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
35580 Or it may be the case that
35583 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
35586 is really an alias (a DNS CNAME) for
35589 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
35592 If this feature is not set, then the canonicalized names will be used.
35593 If this feature is set, then the name you typed in (or put in your
35594 configuration) will be used.
35596 <P><UL>
35597 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35598 </UL>
35600 &lt;End of help on this topic&gt;
35601 </BODY>
35602 </HTML>
35603 ====== h_config_quell_empty_dirs ======
35604 <HTML>
35605 <HEAD>
35606 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
35607 </HEAD>
35608 <BODY>
35609 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
35611 This feature causes Alpine to remove from the display any directories
35612 that do not contain at least one file or directory.  This can be useful
35613 to prevent overly cluttered folder lists when a collection is stored on
35614 a server that treats all names as both a folder and a directory.
35617 Note, enabling this feature can cause surprising behavior!  For example,
35618 you can still use Add to create a directory, but unless you immediately
35619 enter that directory and create a folder, that newly created directory
35620 may not be displayed next time you enter the folder list.
35623 The description above is not quite correct.
35624 Only directories which potentially may hold messages are hidden if empty.
35625 That is, a directory which is really just a directory and is not selectable
35626 as a folder will not be hidden.
35627 Such directories can occur on servers that treat most names as both a folder
35628 and a directory.
35629 These directories are typically created implicitly when a folder is created
35630 inside a directory that does not yet exist.
35633 <UL>   
35634 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35635 </UL><P>
35636 &lt;End of help on this topic&gt;
35637 </BODY>
35638 </HTML>
35639 ====== h_config_termcap_wins =====
35640 <HTML>
35641 <HEAD>
35642 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
35643 </HEAD>
35644 <BODY>
35645 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
35647 This feature may affect Alpine's low-level input routines.  Termcap (or
35648 terminfo, depending on how your copy of Alpine was compiled and linked)
35649 is the name of the database that describes terminal capabilities.  In
35650 particular, it describes the sequences of characters that various keys
35651 will emit.
35654 An example would be the Up Arrow key on the keyboard.  Up
35655 Arrow is not a distinct character on most Unix systems.  When you press
35656 the Up Arrow key a short sequence of characters are produced.  This
35657 sequence is supposed to be described in the termcap database by the
35658 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
35659 are using terminfo instead of termcap).
35662 By default, Alpine defines some terminal
35663 escape sequences that are commonly used.  For example, the sequence
35664 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
35665 &quot;ESC&nbsp;[&nbsp;A&quot;
35666 is also recognized as an Up Arrow key.  These are chosen because common
35667 terminals like VT100's or ANSI standard terminals produce these
35668 sequences when you press the Up Arrow key.
35671 If your system's termcap
35672 (terminfo) database assigns some other function to the sequence
35673 &quot;ESC&nbsp;O&nbsp;A&quot;
35674 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
35675 database assigns a sequence that doesn't begin with an escape
35676 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
35677 This usually works fine
35678 because most terminals emit the escape sequences that Alpine has defined
35679 by default.  We have also found that it is usually better to have these
35680 defaults take precedence over the definitions contained in the database
35681 because the defaults are more likely to be correct than the database.
35684 There are some terminals where this breaks down.  If you want Alpine to
35685 believe the definitions given in your termcap (terminfo) database in
35686 preference to the defaults the Alpine itself sets up, then you may turn
35687 this feature on.  Then, sequences of characters that are defined in
35688 both termcap (terminfo) and in Alpine's set of defaults will be
35689 interpreted the way that termcap (terminfo) says they should be
35690 interpreted.  Also, if your terminal capabilities database assigns a
35691 sequence that doesn't begin with escape, it will not be ignored.
35694 <UL>   
35695 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35696 </UL><P>
35697 &lt;End of help on this topic&gt;
35698 </BODY>
35699 </HTML>
35700 ====== h_config_cruise_mode =====
35701 <HTML>
35702 <HEAD>
35703 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
35704 </HEAD>
35705 <BODY>
35706 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
35708 This feature affects Alpine's behavior when you hit the
35709 &quot;Space&nbsp;Bar&quot; at
35710 the end of a displayed message.  Typically, Alpine complains that the end
35711 of the text has already been reached.  Setting this feature causes such
35712 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
35713 taking you to the next &quot;interesting&quot; message,
35714 or scanning ahead to the 
35715 next incoming folder with &quot;interesting&quot; messages.
35718 <UL>   
35719 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35720 </UL><P>
35721 &lt;End of help on this topic&gt;
35722 </BODY>
35723 </HTML>
35724 ====== h_config_cruise_mode_delete =====
35725 <HTML>
35726 <HEAD>
35727 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
35728 </HEAD>
35729 <BODY>
35730 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
35732 This feature modifies the behavior of Alpine's 
35733 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
35734 Setting this feature causes Alpine to implicitly delete read
35735 messages when it moves on to display the next &quot;interesting&quot; message.
35737 NOTE: Beware when enabling this feature AND the 
35738 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
35739 feature.
35741 <UL>   
35742 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35743 </UL><P>
35744 &lt;End of help on this topic&gt;
35745 </BODY>
35746 </HTML>
35747 ====== h_config_slash_coll_entire =====
35748 <HTML>
35749 <HEAD>
35750 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
35751 </HEAD>
35752 <BODY>
35753 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
35755 The slash (/) command is available from the MESSAGE INDEX screen when
35756 the folder is sorted by either Threads or OrderedSubject, and the
35757 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
35758 is set to something other than &quot;none&quot;.
35759 Normally, the slash command Collapses or Expands the subthread that
35760 starts at the currently highlighted message, if any.
35761 If this option is set, then the slash command Collapses or Expands the
35762 <EM>entire</EM> current thread instead of just the subthread.
35763 The current thread is simply the top-level thread that contains the
35764 current message.
35767 <UL>   
35768 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35769 </UL><P>
35770 &lt;End of help on this topic&gt;
35771 </BODY>
35772 </HTML>
35773 ====== h_config_color_thrd_import =====
35774 <HTML>
35775 <HEAD>
35776 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
35777 </HEAD>
35778 <BODY>
35779 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
35781 This option affects only the THREAD INDEX screen.
35782 Whether or not you ever see a THREAD INDEX screen depends on the setting
35783 of the configuration option
35784 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
35785 and on the sort order of the index.
35788 If a message within a thread is flagged as Important
35789 and this option is set, then
35790 the entire line in the THREAD INDEX will be colored the color of the
35791 Index-important Symbol, which can be set using the
35792 <A HREF="h_color_setup">Setup Kolor</A> screen.
35795 <UL>   
35796 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35797 </UL><P>
35798 &lt;End of help on this topic&gt;
35799 </BODY>
35800 </HTML>
35801 ====== h_config_allow_goto =====
35802 <HTML>
35803 <HEAD>        
35804 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
35805 </HEAD>
35806 <BODY>
35807 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
35809 This feature modifies the behavior of Alpine's file browser.  Setting this
35810 feature causes Alpine to offer the "G Goto" command in the file browser.
35811 That is the default.
35815 The Goto command allows you to explicitly type in the desired directory.
35817 &lt;End of help on this topic&gt;
35818 </BODY></HTML>
35819 ====== h_config_add_ldap =====
35820 <HTML>
35821 <HEAD>
35822 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
35823 </HEAD>
35824 <BODY>
35825 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
35827 If both the Directory option
35828 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
35829 and this feature are set,
35830 then when an implicit directory lookup is done from the
35831 composer you will automatically be prompted to add the result of the
35832 directory lookup to your address book.
35834 <UL>   
35835 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35836 </UL><P>
35837 &lt;End of help on this topic&gt;
35838 </BODY>
35839 </HTML>
35840 ===== h_patterns_compat_behavior =====
35841 <HTML>
35842 <HEAD>
35843 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
35844 </HEAD>
35845 <BODY>
35846 <H1>Rules Behavior Changes in Pine 4.50</H1>
35848 In Alpine, Rules that contain unrecognized elements
35849 are ignored.
35850 In most cases, the unrecognized elements will be something that was
35851 added as a new Rules feature in a later version of Alpine.
35852 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
35853 ignore rules that contained unrecognized elements.
35854 For example, a new element of Rules that was added in Pine 4.50 is
35855 Age interval.
35856 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
35857 all messages older than a week red.
35858 Now, if you run Pine 4.44 using that same configuration file, it will not
35859 recognize the Age interval and so will just ignore it.
35860 That means that all messages will match that rule so all messages will
35861 be colored red when using Pine version 4.44.
35864 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
35865 However, since the behavior still exists in versions prior to Pine 4.50 and
35866 since Filtering is a potentially destructive operation, another measure
35867 was taken to attempt to avoid unintentional Filtering of messages.
35868 The first time that you run Alpine or a Pine that is version 4.50 or greater,
35869 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
35870 will be copied to a new Filters configuration variable
35871 with a different name (&quot;Patterns-Filters2&quot;).
35872 From then on, Alpine will continue to use the new
35873 variable.
35874 Of course, Pine version 4.44 or lower will continue to use the old
35875 variable.
35876 That means that if you are using Alpine
35877 and also using a version of Pine that is older than 4.50, they will not
35878 share the configuration information about Filters.
35879 If you make a change in one version you won't see it in the other version.
35882 Since Scoring can be used to trigger Filtering, the same thing has been
35883 done for Score rules.
35884 The old configuration variable name is (&quot;Patterns-Scores&quot;)
35885 and the new name is (&quot;Patterns-Scores2&quot;).
35886 The same is not true of Role, Indexcolor, and Other rules that are
35887 thought to be less harmful when a mistake is made.
35890 &lt;End of help on this topic&gt;
35891 </BODY>
35892 </HTML>
35893 ======= h_config_filt_opts_sentdate =======
35894 <HTML>
35895 <HEAD>
35896 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
35897 </HEAD>
35898 <BODY>
35899 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
35901 By default, the Age interval of a Pattern uses a message's time of
35902 arrival to compute the age of the message.
35903 If this feature is set, the date in the message's Date header will
35904 be used instead.
35906 &lt;End of help on this topic&gt;
35907 </BODY>
35908 </HTML>
35909 ======= h_config_filt_opts_notdel =======
35910 <HTML>
35911 <HEAD>
35912 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
35913 </HEAD>
35914 <BODY>
35915 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
35917 If this option is set then a message will be moved into the
35918 specified folder only if it is not marked for deletion.
35919 This is useful if you have multiple Alpine sessions running
35920 simultaneously and you don't want messages to be filtered into a
35921 folder more than once.
35922 It is also useful if you want to filter
35923 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
35924 This method is not foolproof.
35925 There may be cases where a message
35926 gets marked deleted and so it is never filtered into the folder.
35927 For example, if you deleted it in another Alpine session or another mail
35928 program that didn't use the filtering rule.
35930 This option has no effect if the Filter Action is not set to Move.
35932 &lt;End of help on this topic&gt;
35933 </BODY>
35934 </HTML>
35935 ======= h_config_filt_opts_nonterm =======
35936 <HTML>
35937 <HEAD>
35938 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
35939 </HEAD>
35940 <BODY>
35941 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
35943 If this option is set then this is a non-terminating rule.
35944 Usually, for each message, Alpine searches through the Filter Rules until
35945 a match is found and then it performs the action associated with that rule.
35946 Rules following the match are not considered.
35947 If this option is set then the search for matches will continue at the next
35948 rule.
35950 If a non-terminating rule matches then the actions associated with
35951 that rule, except for any implied deletion of the message, are performed
35952 before the match for the next rule is checked.
35953 For example, if the non-terminating rule sets the Important status, then that
35954 status will be set when the next rule is considered.
35955 However, if the non-terminating rule Moves the message, the message will
35956 actually be copied instead of copied and deleted so that it is still there
35957 for the next rule.
35958 A moved message is deleted after all the relevant rules have been checked.
35959 The name of the &quot;Move&quot; action is confusing in this case because
35960 a single message can be moved to more than one folder.
35961 It turns the Move into a Copy instead, but it is still followed by a deletion
35962 at the end.
35964 This option may be useful if you want to have a single message filtered to
35965 two different folders because it matches two different Patterns.
35966 For example, suppose you normally filter messages to a particular mailing
35967 list into one folder, and messages addressed directly to you into a second
35968 folder.
35969 If a message is sent to both you and the list (and you can tell that by
35970 looking at the headers of the message) this option may give you a convenient
35971 way to capture a copy to each folder.
35972 (It may also cause you to capture two copies to each folder,
35973 depending on whether your mail system delivers one or two copies of the
35974 message to you and on how the list works.)
35976 &lt;End of help on this topic&gt;
35977 </BODY>
35978 </HTML>
35979 ====== h_command_external_browser =====
35980 <HTML>
35981 <HEAD>
35982 <TITLE>The External Browser Command</TITLE>
35983 </HEAD>
35984 <BODY>
35985 <H1>The External Browser Command</H1>
35988 A new command was added to Alpine that allows users to send HTML messages to be displayed
35989 by a web browser. This is helpful when a user wants to see images in the context of the
35990 message, or get a better display of the message than Alpine provides.
35993 The simplest way to use this command is to do as follows. While reading a message,
35994 press the &quot;V&quot; to go to the <A href="h_attachment_screen">ATTACHMENT SCREEN</A>.
35995 In that screen move the cursor until it is on top of a TEXT/HTML attachment and press the
35996 &quot;X&quot; key. This will make Alpine launch the browser you have configured for
35997 in the <a href="h_config_browser"><!--#echo var="VAR_url-viewers"--></a> variable, and
35998 you should be able to read the message in your browser, as well as in Alpine.
36000 <P> If the message you sent to your browser has inline images, then the images attached to
36001 the message that are necessary for the display of the message are also sent to the browser
36002 for its display.
36004 <P> The text that follows will explain more details about this command, and is only
36005 recommended for more advanced users.
36007 <h1><CENTER>Displaying Images</CENTER></h1>
36009 <P> First, we will talk about displaying images in an HTML file. Typically, HTML images
36010 are displayed as the result of some specific code of the form
36011 <center>
36012 <PRE>
36013 &lt;img src=&quot;...&quot;&gt;,
36014 </PRE>
36015 </center>
36016 where the text between the quotes tells Alpine how to find the image.
36017 If the source of the image is internal to the message, Alpine passes that image to the
36018 browser. Otherwise Alpine erases the link to the image. This is done so that
36019 you can be protected from a bad use of external images. Images can be used to track
36020 that you read the message, or your location, devices you own, etc.. Since Alpine does
36021 not open images in any messages, your
36022 privacy is always protected this way. Therefore, when you do not pass the links to
36023 external images to a browser, your privacy is being protected. However, doing this
36024 might make the message not be displayed correctly, since when the message was
36025 created the images were part of the formatted message, and not having images might make
36026 this formatting look awkward.
36028 <P> If you would like that Alpine display all images, regardless of their source, and
36029 regardless of the sender, then you need to disable the feature <a
36030 href="h_external_loads_inline_images_only"><!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>.
36031 The message will display as intended, but you will leak information to the sender of the
36032 message, as well as to your internet service provider, which could be your employer, or
36033 school, etc.
36035 <P> Alpine provides an alternative mechanism to either send all links to the images to the
36036 external browser or to send only those that are attached to the message you are trying to
36037 display. In order to use this mechanism you must first enable
36038 <a href="h_config_enable_view_attach"><!--#echo var="FEAT_enable-msg-view-attachments"--></a>.
36039 This allows Alpine to add direct links to each attachments. If you want to send an HTML
36040 attachment to an external browser, you would place the cursor over the attachment and press
36041 the &quot;Return&quot; or &quot;Enter&quot; key to open the attachment. When you do that
36042 you will see a prompt and menu which says
36044 <pre>
36045 View selected Attachment  ?
36046 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X External
36047 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No
36048 </pre>
36050 <P>In order to send this message to an external browser, you would press the &quot;X&quot;
36051 key. This will change the prompt and menu to
36053 <pre>
36054 View selected Attachment using external viewer including inline images only ?
36055 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X No eXternal
36056 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I All images
36057 </pre>
36059 <P>This is telling you that if you answer &quot;Yes&quot; to this question, and external
36060 browser will be used to send this messages, and only inline images, that is, those attached
36061 in the message will be sent to the browser. If you would like to send all images in
36062 this case, the menu tells you that you must press the &quot;I&quot; key. Pressing
36063 that key changes the prompt and menu to
36065 <pre>
36066 View selected Attachment using external viewer including all images ?
36067 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X No eXternal
36068 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I Inline imgs
36069 </pre>
36071 <P>and as you can see the prompt says that if you press &quot;Yes&quot; then the message
36072 will be sent to the browser including the source of all images, including those in
36073 external servers. Notice that the &quot;X&quot; command now is a toggle. If you
36074 were to press it now, you would return to the original prompt,
36076 <pre>
36077 View selected Attachment  ?
36078 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X External
36079 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No
36080 </pre>
36082 <P>which means that if you answer &quot;Yes&quot; at this time your message would not
36083 be sent to your external browser for display, unless you have configured a mailcap
36084 entry to display HTML files.
36086 <P> One of the lessons of this discussion is that if you never press the &quot;X&quot;
36087 command in the ATTACHMENT SCREEN, and you never press the &quot;X&quot; command when
36088 launching a viewer for an attachment in the MESSAGE TEXT screen, you will never use this
36089 mechanism, and Alpine will resort to your already configured mechanisms to open HTML
36090 text.This means you can live your life without worrying that Alpine will do anything
36091 different because of this new feature. You do not have to use it, but if you do, you should
36092 know the risks and advantages and decide when and how to use it.
36094 <h1><CENTER>Saving HTML Messages to Disk</CENTER></h1>
36097 No matter what your reason to send a message to an external web browser is, Alpine must
36098 write your message to a file (and also all related inline images), and point your browser
36099 to open that file. Alpine saves all your messages and auxiliary images in a subdirectory
36100 of the ~/.alpine-html directory in unix-like Alpine, or the alpine-html folder in your home
36101 directory in PC-Alpine. If Alpine cannot access these directories, or create folders
36102 in them, then the full mechanism described above will fail, and you will not be able
36103 to send messages to an external browser for display.
36106 Unfortunately browsers do not remove the file that Alpine created, nor the images
36107 that Alpine saved in order to display this message, so if you use this mechanism often
36108 you will create many directories and files which the browser will not remove. Alpine
36109 will remove these files when you exit Alpine. Any temporary directory that Alpine
36110 created that has existed for longer than 10 minutes will be automatically erased.
36111 Alpine also erases these directories upon exiting.
36114 When Alpine creates a directory to house the files associated to a message that will
36115 pass to an external browser, it tries to delete that directory later on, according to
36116 the discussion above. What this means is that you should consider the contents of the
36117 ~/.alpine-html directory in unix-like Alpine and the alpine-html folder in PC-Alpine
36118 as temporary, and not rely on their existence. If you attempt to save files in one of
36119 these directories, chances are your data will be deleted by Alpine. Since deleting is
36120 a destructive action,
36121 every session of Alpine that you have open will only attempt to remove the directories
36122 it created, with their content in them. If this operation fails, Alpine will not try
36123 to investigate, nor will report to you, why the operation failed. Therefore, users
36124 should periodically check their html directory to see if there is content there that
36125 they wish to delete.
36128 <UL>
36129 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36130 </UL><P>
36131 &lt;End of help on this topic&gt;
36132 </BODY>
36133 </HTML>
36134 ===== h_mainhelp_smime ======
36135 <HTML>
36136 <HEAD>
36137 <TITLE>S/MIME Overview</TITLE>
36138 </HEAD>
36139 <BODY>
36140 <H1>S/MIME Overview</H1>
36142 S/MIME is a standard for the public key encryption and signing of email.
36143 UNIX Alpine contains a basic implementation of S/MIME based on
36144 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries. The
36145 same support can be provided using the 
36146 <A HREF="http://www.libressl.org/">LibreSSL</A> libraries. The
36147 support for S/MIME in PC-Alpine is fully based on the LibreSSL libraries.
36148 To check if this version of Alpine supports S/MIME look at
36149 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
36150 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
36152 Some limitations:
36153 <UL>
36154    <LI> There is no provision for checking for CRLs
36155         (Certificate Revocation Lists) in Alpine.
36156    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
36157    <LI> There is no mechanism available for feeding either an entire incoming
36158         or an entire outgoing message to an external
36159         filter and using that external filter to do S/MIME or PGP processing.
36160    <LI> Because the implementation currently uses OpenSSL, there is only a very
36161         limited integration with the Mac OS Keychain (the storing and access of
36162         public certificates).
36163 </UL>
36165 The S/MIME configuration screen is reached by going to the Main Menu and typing
36166 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
36169 <H2>S/MIME BASICS</H2>
36171 In order to digitally sign messages you send you must have a public/private key-pair.
36172 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
36173 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
36174 users or a company which provides certificates for its workers.
36175 These certificates are bound to an email address, so the identity being verified is the
36176 email address not a person's name.
36178 Mail is signed by using the sender's private key, which only the owner of the private key
36179 has access to.
36180 The signature is verified using the signer's public key, which anyone can
36181 have access to.
36182 With Alpine, the first time you receive a signed message the public key of the
36183 sender will be stored for future use.
36186 Mail is encrypted using the recipient's public key and decrypted by
36187 the recipient with their private key.
36190 You need a key of your own in order to sign outgoing messages and to have others
36191 encrypt messages sent to you.
36192 You do not need a key of your own to verify signed messages sent by others or to
36193 encrypt messages sent to others.
36195 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
36197 By default UNIX Alpine stores the certificates it uses in a directory in your
36198 home directory.
36199 The directory name is
36201 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
36203 For PC-Alpine, the equivalent directory is called 
36204 <CENTER><SAMP>alpine-smime</SAMP></CENTER>
36205 and is also located under your home directory.
36207 Within that directory are three subdirectories.
36208 Each of the three subdirectories contains files with PEM-encoded contents,
36209 the default format for OpenSSL.
36210 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
36211 The files within that directory have names that are email addresses with the
36212 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
36213 An example filename is
36215 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
36217 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
36218 your private key.
36219 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
36220 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
36221 Authorities that you want to trust but that aren't contained in the set of system CAs.
36222 Those files may have arbitrary names as long as they end with the
36223 suffix &quot;<SAMP>.crt</SAMP>&quot;.
36225 <H2>HOW TO SIGN AND ENCRYPT</H2>
36227 If you have a certificate you may sign outgoing messages.
36228 After typing the Ctrl-X command to send a message you will see the prompt
36230 <CENTER><SAMP>Send message?</SAMP></CENTER>
36232 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
36233 Typing the &quot;G&quot; command will change the prompt to
36235 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
36237 Typing the &quot;E&quot; command will change the prompt to
36239 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
36241 You may even type both to get
36243 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
36246 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
36248 The reading of a signed message should not require any special action on
36249 your part.
36250 There should be an editorial addition at the start of the message which
36251 says either
36253 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
36257 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
36259 If an encrypted message is sent to you the encrypted text will not
36260 be shown.
36261 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
36262 you are viewing the message) and supply your passphrase when asked.
36264 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
36265 which gives you some information about the certificate used to sign or encrypt the message.
36267 <H2>MISCELLANEOUS</H2>
36269 If you have access to a private certificate in the PKCS12 format, which 
36270 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
36271 use the following commands to generate private keys, public and certificate
36272 authorities certificates. In the examples below, we assume that the 
36273 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
36274 that your email address is &quot;your@address.com&quot;.
36277 In order to create a private key use the command
36279 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
36281 In order to create a public certificate use the command
36283 <CENTER><SAMP>
36284 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
36285 </SAMP></CENTER>
36287 In order to create a certificate authority certificate use the command
36289 <CENTER><SAMP>
36290 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
36291 </SAMP></CENTER>
36293 <P> If the previous command produces an empty file, it means that the 
36294 certificate authority was not included in the .p12 file, so you will have 
36295 to get it from some other sources. You will need these certificates, so 
36296 that you can validate correctly signatures.
36299 After you have exported these certificates and keys, you can  use the import 
36300 command in Alpine, from the S/MIME configuration screen,
36301 to import these certificates into Alpine. They will be available for use
36302 as soon as you import them.
36304 &lt;End of help on this topic&gt;
36305 </BODY>
36306 </HTML>
36307 ====== h_config_smime_pubcertdir =====
36308 <HTML>
36309 <HEAD>
36310 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
36311 </HEAD>
36312 <BODY>
36313 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
36316 If the option
36317 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
36318 is set then this option will have no effect.
36320 Normally, Public Certificates for use with S/MIME will be stored in the directory
36321 which is the value of this option.
36322 Those certificates will be stored in PEM format, one certificate per file.
36323 The name of the file for the certificate corresponding to
36325 <CENTER><SAMP>emailaddress</SAMP></CENTER>
36327 should be
36329 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
36331 For example, a file for user@example.com would be in the file
36333 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
36335 in this directory.
36337 Use the Setup/SMIME screen to modify this variable.
36339 Typically, the public certificates that you have will come from S/MIME signed
36340 messages that are sent to you.
36341 Alpine will extract the public certificate from the signed message and store
36342 it in the certificates directory.
36343 These PEM format public certificates look something like:
36344 <PRE>
36345 -----BEGIN CERTIFICATE-----
36346 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
36347 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
36348 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
36350 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
36351 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
36352 -----END CERTIFICATE-----
36353 </PRE>
36355 <UL>   
36356 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36357 </UL><P>
36359 <UL>   
36360 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36361 </UL><P>
36362 &lt;End of help on this topic&gt;
36363 </BODY>
36364 </HTML>
36365 ====== h_config_smime_pubcertcon =====
36366 <HTML>
36367 <HEAD>
36368 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
36369 </HEAD>
36370 <BODY>
36371 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
36374 If this option is set it will be used instead of
36375 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
36377 This option gives you a way to store certificates remotely on an IMAP server
36378 instead of storing the certificates one per file locally.
36379 In order to do that you just give this option a remote folder name for a folder
36380 which does not yet exist.
36381 The name is similar to the name you might use for a remote configuration file.
36382 A remote folder name might look something like:
36384 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
36387 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36388 about the syntax of folder names.
36390 Use the Setup/SMIME screen to modify this variable.
36392 <UL>   
36393 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36394 </UL><P>
36396 <UL>   
36397 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36398 </UL><P>
36399 &lt;End of help on this topic&gt;
36400 </BODY>
36401 </HTML>
36402 ====== h_config_smime_privkeydir =====
36403 <HTML>
36404 <HEAD>
36405 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
36406 </HEAD>
36407 <BODY>
36408 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
36411 In order to sign outgoing S/MIME messages you will need a
36412 personal digital ID certificate.
36413 You will usually get such a certificate from a certificate authority such as
36414 Thawte or CAcert.
36415 (In order to encrypt outgoing messages you don't need a personal digital ID, you
36416 need the public certificate of the recipient instead.)
36417 If the option
36418 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
36419 is set then this option will have no effect.
36421 Normally, Private Keys for use with S/MIME will be stored in the directory
36422 which is the value of this option.
36423 Those certificates will be stored in PEM format, one certificate per file.
36424 The name of the file for the certificate corresponding to your
36426 <CENTER><SAMP>emailaddress</SAMP></CENTER>
36428 should be
36430 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
36432 For example, if your address is user@example.com the name of the file would be
36434 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
36436 in this directory.
36438 Use the Setup/SMIME screen to modify this variable.
36440 Typically, the private key that you have will come from a Certificate
36441 Authority.
36442 The private key should be stored in a PEM format file that
36443 looks something like:
36444 <PRE>
36445 -----BEGIN RSA PRIVATE KEY-----
36446 Proc-Type: 4,ENCRYPTED
36447 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
36449 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
36450 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
36451 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
36453 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
36454 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
36455 -----END RSA PRIVATE KEY-----
36456 </PRE>
36458 <UL>   
36459 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36460 </UL><P>
36462 <UL>   
36463 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36464 </UL><P>
36465 &lt;End of help on this topic&gt;
36466 </BODY>
36467 </HTML>
36468 ====== h_config_smime_privkeycon =====
36469 <HTML>
36470 <HEAD>
36471 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
36472 </HEAD>
36473 <BODY>
36474 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
36477 If this option is set it will be used instead of
36478 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
36480 This option gives you a way to store keys remotely on an IMAP server
36481 instead of storing the keys one per file locally.
36482 In order to do that you just give this option a remote folder name for a folder
36483 which does not yet exist.
36484 The name is similar to the name you might use for a remote configuration file.
36485 A remote folder name might look something like:
36487 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
36490 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36491 about the syntax of folder names.
36493 Use the Setup/SMIME screen to modify this variable.
36495 <UL>   
36496 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36497 </UL><P>
36499 <UL>   
36500 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36501 </UL><P>
36502 &lt;End of help on this topic&gt;
36503 </BODY>
36504 </HTML>
36505 ====== h_config_smime_cacertdir =====
36506 <HTML>
36507 <HEAD>
36508 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
36509 </HEAD>
36510 <BODY>
36511 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
36514 If the option
36515 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
36516 is set then this option will have no effect.
36518 CACert is a shorthand name for certification authority certificate.
36519 Normally Alpine will use the CACerts that are located in the standard system
36520 location for CACerts.
36521 It may be the case that one of your correspondents has a Digital ID which has
36522 been signed by a certificate authority that is not in the regular set of system certificate
36523 authorities.
36524 You may supplement the system list by adding further certificates of your own.
36525 These should  be stored in the directory
36526 which is the value of this option.
36527 The certificates will be stored in PEM format, one certificate per file.
36528 The names of the files can be anything ending in &quot;.crt&quot;.
36530 Use the Setup/SMIME screen to modify this variable.
36532 These PEM format CA certificates look very similar to your public
36533 certificates for particular email addresses
36534 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
36536 <UL>   
36537 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36538 </UL><P>
36540 <UL>   
36541 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36542 </UL><P>
36543 &lt;End of help on this topic&gt;
36544 </BODY>
36545 </HTML>
36546 ====== h_config_smime_cacertcon =====
36547 <HTML>
36548 <HEAD>
36549 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
36550 </HEAD>
36551 <BODY>
36552 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
36555 If this option is set it will be used instead of
36556 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
36558 This option gives you a way to store certificates remotely on an IMAP server
36559 instead of storing the certificates one per file locally.
36560 In order to do that you just give this option a remote folder name for a folder
36561 which does not yet exist.
36562 The name is similar to the name you might use for a remote configuration file.
36563 A remote folder name might look something like:
36565 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
36568 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36569 about the syntax of folder names.
36571 Use the Setup/SMIME screen to modify this variable.
36573 <UL>   
36574 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36575 </UL><P>
36577 <UL>   
36578 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36579 </UL><P>
36580 &lt;End of help on this topic&gt;
36581 </BODY>
36582 </HTML>
36583 ========== h_config_smime_sign_by_default ==========
36584 <HTML>
36585 <HEAD>
36586 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
36587 </HEAD>
36588 <BODY>
36589 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
36592 This feature only has an effect if your version of Alpine includes
36593 support for S/MIME.
36594 It affects Alpine's behavior when you send a message.
36595 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
36597 Only the default value is affected.
36598 In any case, you may still toggle the Signing option on or off before sending
36599 with the &quot;G Sign&quot; command (provided you have a personal digital ID
36600 certificate).
36602 <UL>   
36603 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36604 </UL><P>
36607 <UL>   
36608 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36609 </UL><P>
36610 &lt;End of help on this topic&gt;
36611 </BODY>
36612 </HTML>
36613 ========== h_config_smime_use_cert_store ==========
36614 <HTML>
36615 <HEAD>
36616 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
36617 </HEAD>
36618 <BODY>
36619 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
36622 This feature only has an effect if your version of Alpine includes
36623 support for S/MIME.
36624 It affects Alpine's behavior when you validate a message, and should
36625 not be disabled, unless you are performing a test.
36627 There are two important aspects of validation: validation of the message
36628 (that is, the message was not modified after it was sent) 
36629 as well as validation of the identity of the sender. This option has to 
36630 do with the latter. 
36632 In order to validate that the message came from the sender in the message
36633 and not an impersonator, Alpine can 
36634 either use the certificates that come in the message, or the ones that 
36635 you have personally stored. If this feature is enabled (the default) then 
36636 Alpine will use certificates that you have already saved in your store 
36637 and not those that come in the message to validate the sender of the 
36638 message. In particular, the first time that you receive a signed message
36639 from a sender, and their certificate does not validate against your
36640 store, then you will be asked if you wish to save such certificate. If
36641 you do not wish to save the certificate, then Alpine will fail to validate
36642 the signature of the message. Otherwise, Alpine will proceed to validate
36643 the signature of the message. This behavior helps you prevent against impersonation, because 
36644 it is assumed that you trust the certificates that you have saved, and 
36645 might not trust those that came with the message that you are validating.
36647 <UL>   
36648 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36649 </UL><P>
36652 <UL>   
36653 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36654 </UL><P>
36655 &lt;End of help on this topic&gt;
36656 </BODY>
36657 </HTML>
36658 ========== h_config_smime_pubcerts_in_keychain ==========
36659 <HTML>
36660 <HEAD>
36661 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
36662 </HEAD>
36663 <BODY>
36664 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
36667 If this feature is set the Mac OS X default keychain will be used as the place
36668 to store public certificates instead of a
36669 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
36670 or a
36671 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
36673 <UL>   
36674 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36675 </UL><P>
36677 <UL>   
36678 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36679 </UL><P>
36680 &lt;End of help on this topic&gt;
36681 </BODY>
36682 </HTML>
36683 ========== h_config_smime_dont_do_smime ==========
36684 <HTML>
36685 <HEAD>
36686 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
36687 </HEAD>
36688 <BODY>
36689 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
36692 Setting this feature turns off all of Alpine's S/MIME support.
36693 You might want to set this if you are having trouble due to the S/MIME support.
36695 <UL>   
36696 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36697 </UL><P>
36700 <UL>   
36701 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36702 </UL><P>
36703 &lt;End of help on this topic&gt;
36704 </BODY>
36705 </HTML>
36706 ========== h_config_smime_encrypt_by_default ==========
36707 <HTML>
36708 <HEAD>
36709 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
36710 </HEAD>
36711 <BODY>
36712 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
36715 This feature only has an effect if your version of Alpine includes
36716 support for S/MIME.
36717 It affects Alpine's behavior when you send a message.
36718 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
36720 Only the default value is affected.
36721 In any case, you may still toggle the Encrypt option on or off before sending
36722 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
36723 for the recipient).
36725 <UL>   
36726 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36727 </UL><P>
36730 <UL>   
36731 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36732 </UL><P>
36733 &lt;End of help on this topic&gt;
36734 </BODY>
36735 </HTML>
36736 ========== h_config_smime_remember_passphrase ==========
36737 <HTML>
36738 <HEAD>
36739 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
36740 </HEAD>
36741 <BODY>
36742 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
36745 This feature only has an effect if your version of Alpine includes
36746 support for S/MIME.
36747 If this option is set, you will only have to enter your passphrase for your private key
36748 once during an Alpine session.
36750 <UL>   
36751 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36752 </UL><P>
36755 <UL>   
36756 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36757 </UL><P>
36758 &lt;End of help on this topic&gt;
36759 </BODY>
36760 </HTML>
36761 ====== h_config_smime_transfer_pub_to_con =====
36762 <HTML>
36763 <HEAD>
36764 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
36765 </HEAD>
36766 <BODY>
36767 <H1>S/MIME: Transfer Public Certs to Container</H1>
36770 The Transfer command will copy the public certificates in your configured
36771 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
36772 to the container in your configured
36773 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
36774 This might be useful if you decide to switch from using a cert directory to a cert
36775 container.
36777 Warning: Any previous contents in the container will be lost.
36779 <UL>   
36780 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36781 </UL><P>
36783 <UL>   
36784 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36785 </UL><P>
36786 &lt;End of help on this topic&gt;
36787 </BODY>
36788 </HTML>
36789 ====== h_config_smime_transfer_pub_to_dir =====
36790 <HTML>
36791 <HEAD>
36792 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
36793 </HEAD>
36794 <BODY>
36795 <H1>S/MIME: Transfer Public Certs to Directory</H1>
36798 The Transfer command will copy the public certificates in your configured
36799 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
36800 to the directory in your configured
36801 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
36802 This might be useful if you decide to switch from using a cert container to a cert
36803 directory.
36805 <UL>   
36806 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36807 </UL><P>
36809 <UL>   
36810 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36811 </UL><P>
36812 &lt;End of help on this topic&gt;
36813 </BODY>
36814 </HTML>
36815 ====== h_config_smime_transfer_priv_to_con =====
36816 <HTML>
36817 <HEAD>
36818 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
36819 </HEAD>
36820 <BODY>
36821 <H1>S/MIME: Transfer Private Keys to Container</H1>
36824 The Transfer command will copy the private keys in your configured
36825 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
36826 to the container in your configured
36827 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
36828 This might be useful if you decide to switch from using a key directory to a key
36829 container.
36831 Warning: Any previous contents in the container will be lost.
36833 <UL>   
36834 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36835 </UL><P>
36837 <UL>   
36838 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36839 </UL><P>
36840 &lt;End of help on this topic&gt;
36841 </BODY>
36842 </HTML>
36843 ====== h_config_smime_transfer_priv_to_dir =====
36844 <HTML>
36845 <HEAD>
36846 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
36847 </HEAD>
36848 <BODY>
36849 <H1>S/MIME: Transfer Private Keys to Directory</H1>
36852 The Transfer command will copy the private keys in your configured
36853 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
36854 to the directory in your configured
36855 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
36856 This might be useful if you decide to switch from using a key container to a key
36857 directory.
36859 <UL>   
36860 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36861 </UL><P>
36863 <UL>   
36864 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36865 </UL><P>
36866 &lt;End of help on this topic&gt;
36867 </BODY>
36868 </HTML>
36869 ====== h_config_smime_transfer_cacert_to_con =====
36870 <HTML>
36871 <HEAD>
36872 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
36873 </HEAD>
36874 <BODY>
36875 <H1>S/MIME: Transfer CA Certs to Container</H1>
36878 The Transfer command will copy the CA certificates in your configured
36879 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
36880 to the container in your configured
36881 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
36882 This might be useful if you decide to switch from using a CA cert directory to a CA cert
36883 container.
36885 Warning: Any previous contents in the container will be lost.
36887 <UL>   
36888 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36889 </UL><P>
36891 <UL>   
36892 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36893 </UL><P>
36894 &lt;End of help on this topic&gt;
36895 </BODY>
36896 </HTML>
36897 ====== h_config_smime_transfer_cacert_to_dir =====
36898 <HTML>
36899 <HEAD>
36900 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
36901 </HEAD>
36902 <BODY>
36903 <H1>S/MIME: Transfer CA Certs to Directory</H1>
36906 The Transfer command will copy the CA certificates in your configured
36907 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
36908 to the directory in your configured
36909 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
36910 This might be useful if you decide to switch from using a CA cert container to a CA cert
36911 directory.
36913 <UL>   
36914 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36915 </UL><P>
36917 <UL>   
36918 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36919 </UL><P>
36920 &lt;End of help on this topic&gt;
36921 </BODY>
36922 </HTML>
36923 ====== h_config_smime_transfer_pubcon_to_key =====
36924 <HTML>
36925 <HEAD>
36926 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
36927 </HEAD>
36928 <BODY>
36929 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
36931 Mac OS X Alpine only.
36933 The Transfer command will copy the public certificates in your configured
36934 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
36935 to your default Mac OS X Keychain.
36936 This might be useful if you decide to switch from using a cert container to using
36937 the Keychain to store your public certs, which you may do by using the
36938 feature
36939 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
36941 <UL>   
36942 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36943 </UL><P>
36945 <UL>   
36946 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36947 </UL><P>
36948 &lt;End of help on this topic&gt;
36949 </BODY>
36950 </HTML>
36951 ====== h_config_smime_transfer_pubkey_to_con =====
36952 <HTML>
36953 <HEAD>
36954 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
36955 </HEAD>
36956 <BODY>
36957 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
36960 The Transfer command will copy the public certificates in your configured
36961 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
36962 to your default Mac OS X Keychain.
36963 This might be useful if you decide to switch from using a cert container to using
36964 the Keychain to store your public certs.
36966 <UL>   
36967 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36968 </UL><P>
36970 <UL>   
36971 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36972 </UL><P>
36973 &lt;End of help on this topic&gt;
36974 </BODY>
36975 </HTML>
36976 ====== h_config_smime_public_certificates =====
36977 <HTML>
36978 <HEAD>
36979 <TITLE>S/MIME: Manage Public Certificates</TITLE>
36980 </HEAD>
36981 <BODY>
36982 <H1>S/MIME: Manage Public Certificates</H1>
36985 This menu item allows you to manage your public certificates, this
36986 may include your own public certificate, but it normally includes
36987 certificates of people you correspond with. These certificates are
36988 saved by Alpine automatically when they are found in signed messages
36989 that you receive. This interface allows you to manage them, by
36990 giving you the option to delete them, or trust them (in the case
36991 of self-signed certificates).
36994 Please note that Alpine will not validate a message that was sent to you
36995 using a self-signed certificate, unless you decide to trust that certificate.
36996 Internally, a certificate is trusted by copying it to the
36997 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
36998 collection. If you decide that you want to stop trusting a self-signed
36999 certificate, you must delete such certificate from such collection.
37001 The <B>I</B> Import command available in this screen allows you to 
37002 import a command to this collection.
37004 <UL>   
37005 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37006 </UL><P>
37008 <UL>   
37009 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37010 </UL><P>
37011 &lt;End of help on this topic&gt;
37012 </BODY>
37013 </HTML>
37014 ====== h_config_smime_private_keys =====
37015 <HTML>
37016 <HEAD>
37017 <TITLE>S/MIME: Manage Private Keys</TITLE>
37018 </HEAD>
37019 <BODY>
37020 <H1>S/MIME: Manage Private Keys</H1>
37023 This option allows you to manage your private key. Normally a person has only
37024 one key, in the same way that a person only has one valid passport, or ID card,
37025 at any given time. This option allows you to manage private keys. You can
37026 delete them or import them. Additionally, you can view information
37027 about your public certificate, such as the issuer and the dates of validity
37028 of such certificate, among others.
37031 If you have more than one e-mail address for which you want to use the 
37032 same private key, you must add all those addresses to the private key at 
37033 the moment that the key is generated. When you receive a signed message using 
37034 a key generated for several e-mail addresses, Alpine will save a 
37035 certificate for each e-mail address included in such certificate.
37037 The <B>I</B> Import command available in this screen allows you to 
37038 import a command to this collection.
37040 <UL>   
37041 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37042 </UL><P>
37044 <UL>   
37045 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37046 </UL><P>
37047 &lt;End of help on this topic&gt;
37048 </BODY>
37049 </HTML>
37050 ====== h_config_smime_certificate_authorities =====
37051 <HTML>
37052 <HEAD>
37053 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
37054 </HEAD>
37055 <BODY>
37056 <H1>S/MIME: Manage Certificate Authorities</H1>
37059 This collection contains certificates that are needed to validate the 
37060 certificate of another person, and therefore contains certificates that 
37061 you trust. Typically a certificate is signed by another entity, called a 
37062 certificate authority. This option allows you to manage which certificates 
37063 you trust, allowing you to import them and to delete them or view information
37064 about each certificate, such as the issuer and the dates of validity
37065 of such certificate.
37067 The <B>I</B> Import command available in this screen allows you to 
37068 import a command to this collection.
37070 <UL>   
37071 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37072 </UL><P>
37074 <UL>   
37075 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37076 </UL><P>
37077 &lt;End of help on this topic&gt;
37078 </BODY>
37079 </HTML>
37080 ====== h_config_smime_password_file_certificates =====
37081 <HTML>
37082 <HEAD>
37083 <TITLE>S/MIME: Manage Password File Certificates</TITLE>
37084 </HEAD>
37085 <BODY>
37086 <H1>S/MIME: Manage Password File Certificates</H1>
37089 This option allows you to manage the certificates that are used to
37090 encrypt and decrypt your password file. This is useful in case you
37091 want to change the certificates used to encrypt your password file.
37093 Depending on the version of Alpine that you used for the first time
37094 to set this up, you might have had to enter a password to enter this
37095 screen. In the case that you did not enter a password to enter this
37096 screen, you should know two things that are important:
37097 <UL>
37098 <LI> If anyone takes control of your computer (for example, if you 
37099 left it unattended) then that person can add a password to your
37100 password file and make it unreadable to you in the future.
37101 <LI> If anyone can access your computer (this includes remote access)
37102 then that person can steal your password file and decrypt it without
37103 your help. This gives access to that person to the same services you
37104 have access and such person can use your name to access that service.
37105 In particular, that person can try to hack into your service provider
37106 with your name on it, or that person could try to send spam with
37107 your name.
37108 </UL>
37109 <P> Needless to say, this is not advisable. You should keep your
37110 password file protected. In order to do so, all you need to do is use
37111 the &quot;Create Key&quot; command to create a key. Once you do this,
37112 Alpine will use that key, encrypted with the password used to create that
37113 key, to protect your password file.
37115 In this screen you can import a new key to encrypt your password file, 
37116 and read cryptographic information on your current key.
37118 To import a new key press &quot;RETURN&quot; and enter the location of
37119 the new key. You will be asked to enter the password of the new key. If
37120 this part of the process is successful, Alpine will search for the 
37121 certificate that matches that key. If your key is named 
37122 &quot;your_email@address.com.key&quot;, then Alpine will look for your
37123 certificate in the same directory in the file named
37124 &quot;your_email@address.com.crt&quot;, otherwise it will look for it
37125 as part of your key (that is, it will look to see if your certificate
37126 is in the file &quot;your_email@address.com.key&quot;), if all of this
37127 fails, Alpine will ask you to enter the location of the certificate
37128 that matches the key you unlocked. If a certificate is found, it will be 
37129 used, and in this case, the password file will be read, decrypted with the 
37130 old key and encrypted with the new key. Once this is done, the new key and 
37131 certificates are saved, and the old keys are permanently deleted.
37133 Alpine does not create a backup of your password file, or your old keys
37134 that will be replaced. If you need to keep old copies, you will have to do
37135 this operation outside Alpine.
37137 Observe that you can use this screen to remove the password for the key.
37138 As explained earlier, this is not advisable, but you can always restore the
37139 password to encrypt your password file by creating a new key.
37141 Be safe and keep your password file encrypted with a password.
37142 <UL>   
37143 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37144 </UL><P>
37146 <UL>   
37147 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37148 </UL><P>
37149 &lt;End of help on this topic&gt;
37150 </BODY>
37151 </HTML>
37152 ====== h_certificate_information =====
37153 <HTML>
37154 <HEAD>
37155 <TITLE>S/MIME: Certificate Information Screen</TITLE>
37156 </HEAD>
37157 <BODY>
37158 <H1>S/MIME: Certificate Information Screen</H1>
37161 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
37162 such as its owner, e-mail address, issuer, and interval of validity, 
37163 among others.
37165 In the case of public certificates, this screen shows you if there was a
37166 failure when attempting to validate such message. If the certificate is
37167 self-signed, then the <B>T</B> Trust command will be available, which
37168 you can use to trust such certificate and make Alpine not fail validating 
37169 signatures signed with such certificate.
37171 You can also mark a certificate deleted, with the <B>D</B> command, or 
37172 remove the deleted mark with the <B>U</B> undelete command.
37174 In the case of your private key, Alpine shows you the information
37175 from your public key. Additionally, Alpine allows you to see public
37176 and private information about your key, with the <B>B</B> and
37177 <B>R</B> commands respectively.
37178 <UL>   
37179 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37180 </UL><P>
37182 <UL>   
37183 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37184 </UL><P>
37185 &lt;End of help on this topic&gt;
37186 </BODY>
37187 </HTML>
37188 ====== h_config_smime_manage_public_menu =====
37189 <HTML>
37190 <HEAD>
37191 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
37192 </HEAD>
37193 <BODY>
37194 <H1>S/MIME: Commands that Manage Public Certificates</H1>
37197 This screen allows you to manage your public certificates. 
37199 The format of this screen is as follows. There are five fields: The 
37200 leftmost field is normally empty, but it could contain the letter 
37201 &quot;D&quot; to indicate that that certificate has been marked for 
37202 deletion. The next field is the e-mail address of the owner of the 
37203 certificate, shown in its entirety. The third and fourth field are the 
37204 first and last day validity for that certificate, respectively. The date
37205 is displayed in the user's locale unless the option 
37206 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
37207 is set. In this case, the month, day and year are represented by two
37208 digits, and the format used is mm/dd/yy. Finally, the fifth 
37209 field is what can be displayed of the MD5 hash of the certificate. You can 
37210 use any of the last three fields to distinguish between two certificates 
37211 for the same owner.
37213 Available commands in this screen and a short description of what they 
37214 do follows.
37215 <UL>
37216 <LI> <B>I</B> Imports a public certificate to this collection.
37217 <LI> <B>V</B> View information about a certificate such as the name of the person the
37218 certificate was issued to, its dates of validity, and validity status.
37219 <LI> <B>D</B> Marks a certificate deleted.
37220 <LI> <B>U</B> Removes the deletion mark on a certificate.
37221 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
37222 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
37223 trust a certificate by copying it to the collection of trusted certificates.
37224 </UL>
37226 All commands provide feedback to let you know about their success or failure.
37228 <UL>   
37229 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37230 </UL><P>
37232 <UL>   
37233 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37234 </UL><P>
37235 &lt;End of help on this topic&gt;
37236 </BODY>
37237 </HTML>
37238 ====== h_config_smime_manage_private_menu =====
37239 <HTML>
37240 <HEAD>
37241 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
37242 </HEAD>
37243 <BODY>
37244 <H1>S/MIME: Commands that Manage Private Keys</H1>
37247 This screen allows you to manage your private key.
37249 The format of this screen is as follows. There are five fields: The 
37250 leftmost field is normally empty, but it could contain the letter 
37251 &quot;D&quot; to indicate that that certificate has been marked for 
37252 deletion. The next field is the e-mail address of the owner of the 
37253 certificate, shown in its entirety. The third field is the first day of 
37254 validity for that certificate; the fourth field in the last day that that 
37255 certificate is valid, and the fifth field is what can be displayed of the 
37256 MD5 hash of the public certificate corresponding to this private key. You 
37257 can use any of the last three fields to distinguish between two 
37258 certificates for the same owner.
37260 Available commands and a short description of what they do follows.
37261 <UL>
37262 <LI> <B>I</B> Imports a new public key to this collection.
37263 <LI> <B>V</B> View information about the public certificate corresponding to this
37264 key.
37265 <LI> <B>D</B> Marks a key to be deleted.
37266 <LI> <B>U</B> Removes the deletion mark on a key.
37267 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
37268 Note that expunging a private key does not remove the public key, which must
37269 be removed separately.
37270 </UL>
37272 All commands provide feedback to let you know about their success or failure.
37274 <UL>   
37275 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37276 </UL><P>
37278 <UL>   
37279 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37280 </UL><P>
37281 &lt;End of help on this topic&gt;
37282 </BODY>
37283 </HTML>
37284 ====== h_config_smime_manage_cacerts_menu =====
37285 <HTML>
37286 <HEAD>
37287 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
37288 </HEAD>
37289 <BODY>
37290 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
37293 This screen allows you to manage your collection of certificates that you
37294 trust. 
37296 The format of this screen is as follows. There are five fields: The 
37297 leftmost field is normally empty, but it could contain the letter 
37298 &quot;D&quot; to indicate that that certificate has been marked for 
37299 deletion. The next field is the e-mail address of the owner of the 
37300 certificate, shown in its entirety. The third field is the first day of 
37301 validity for that certificate; the fourth field in the last day that that 
37302 certificate is valid, and the fifth field is what can be displayed of the 
37303 MD5 hash of the certificate. You can use any of the last three fields to 
37304 distinguish between two certificates for the same owner.
37306 Available commands and a short description of what they do follows.
37307 <UL>
37308 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
37309 done by reading the certificate and validating it. Once a certificate
37310 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
37311 to the certificate, if necessary.
37312 <LI> <B>V</B> View information about this certificate, such as its issuer 
37313 and validity dates.
37314 <LI> <B>D</B> Marks a certificate to be deleted.
37315 <LI> <B>U</B> Removes the deletion mark on a certificate.
37316 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
37317 </UL>
37319 All commands provide feedback to let you know about their success or failure.
37321 <UL>
37322 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37323 </UL><P>
37325 <UL>   
37326 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37327 </UL><P>
37328 &lt;End of help on this topic&gt;
37329 </BODY>
37330 </HTML>
37331 ====== h_config_lame_list_mode =====
37332 <HTML>
37333 <HEAD>
37334 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
37335 </HEAD>
37336 <BODY>
37337 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
37339 This feature modifies the method Alpine uses to ask your IMAP
37340 server for folder names to display in the FOLDER LIST screen.
37341 It is intended to compensate for a small set of IMAP servers that
37342 are programmed to ignore a part of the request, and thus respond
37343 to Alpine's query with nonsensical results.
37346 If you find that Alpine is erroneously displaying blank folder lists,
37347 try enabling this feature.
37350 NOTE: Enabling this feature has consequences for the Goto and Save
37351 commands.  Many servers allow access to folders outside the area
37352 reserved for your personal folders via some reserved character,
37353 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
37354 allows, at the Goto and Save prompts, quick access to folders
37355 outside your personal folder collection without requiring a specific
37356 collection definition.  This behavior will generally not be available
37357 when this feature is enabled.
37360 <UL>   
37361 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37362 </UL><P>
37363 &lt;End of help on this topic&gt;
37364 </BODY>
37365 </HTML>
37366 ====== h_config_enable_mulnewsrcs =====
37367 <HTML>
37368 <HEAD>
37369 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
37370 </HEAD>
37371 <BODY>
37372 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
37374 This feature makes it so Alpine can use multiple newsrcs based on
37375 the news server being connected to, which allows for separate lists
37376 of subscribed-to newsgroups. When this feature is not set, there is only
37377 one list of newsgroups.
37379 Under this feature, the name of a newsrc is based on the news server.
37380 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
37381 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
37382 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
37383 Setting this feature for the first time will allow for the option of using
37384 your old newsrc the next time you read news.
37386 If this feature is set, then the feature
37387 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
37388 also may affect the name of the newsrc file that is used.
37390 <UL>   
37391 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37392 </UL><P>
37393 &lt;End of help on this topic&gt;
37394 </BODY>
37395 </HTML>
37396 ======= h_ab_export_vcard =======
37397 <HTML>
37398 <HEAD>
37399 <TITLE>Address Book Export Format</TITLE>
37400 </HEAD>
37401 <BODY>
37402 <H1>Address Book Export Format</H1>
37404 You are exporting address book data from Alpine to a file outside of Alpine.
37405 You are being asked to choose the format of the export.
37406 Here are the choices:
37408 <DL>
37409 <DT><EM>A</EM>ddress List</DT>
37410 <DD>
37411 The addresses from the address book entries you are saving
37412 from will be saved one address per line.
37413 Address book lists (those with more than one address) will have
37414 all of their addresses saved separately.
37415 </DD>
37417 <DT><EM>V</EM>Card</DT>
37418 <DD>
37419 The entries will be saved in
37420 <A HREF="h_whatis_vcard">vCard</A> format.
37421 </DD>
37423 <DT><EM>T</EM>ab Separated</DT>
37424 <DD>
37425 The entries will be saved in tab-separated columns.
37426 There will be just 4 columns of data that correspond to Alpine's
37427 Nickname field, Full Name field, Address field, and Comment field.
37428 It might prove useful to Select only the Simple, non-List address book
37429 entries before Saving.
37430 </DD>
37432 <DT><EM>^C</EM> Cancel</DT>
37433 <DD>
37434 Cancel out of the Save.
37435 </DD>
37437 </DL>
37441 &lt;End of help on this topic&gt;
37442 </BODY>
37443 </HTML>
37444 ====== h_config_predict_nntp_server =====
37445 <HTML>
37446 <HEAD>
37447 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
37448 </HEAD>
37449 <BODY>
37450 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
37452 This feature allows Alpine to assume that the open NNTP server at the
37453 time of composition is the NNTP server to which the message should be
37454 posted.  This is especially recommended when there are multiple News
37455 collections.  If this feature is not set, Alpine will try to post to the first server in
37456 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
37457 this feature also negates the need to add News collection servers to
37458 the <!--#echo var="VAR_nntp-server"--> variable.
37460 This feature can be especially handy when used in conjunction with
37461 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
37463 <UL>   
37464 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37465 </UL><P>
37466 &lt;End of help on this topic&gt;
37467 </BODY>
37468 </HTML>
37469 ====== h_config_nntp_search_uses_overview =====
37470 <HTML>
37471 <HEAD>
37472 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
37473 </HEAD>
37474 <BODY>
37475 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
37477 This feature should probably be turned on unless it causes trouble.
37478 The results of the NNTP overview command (XOVER) may be used to help
37479 with some searches in news groups.
37480 It should result in quicker response time.
37481 Turning this feature on apparently causes search results which are
37482 different from what you would get with the feature turned off on some
37483 servers.
37485 <UL>   
37486 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37487 </UL><P>
37488 &lt;End of help on this topic&gt;
37489 </BODY>
37490 </HTML>
37491 ====== h_config_thread_sorts_by_arrival =====
37492 <HTML>
37493 <HEAD>
37494 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
37495 </HEAD>
37496 <BODY>
37497 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
37499 This feature affects how a threading sort arranges threads.  The default way
37500 to arrange threads is by the date of the earliest message in the thread.
37501 This feature arranges threads by the last message to arrive in a thread.
37503 This feature causes old threads that get recent messages to sort to the bottom,
37504 where previously a message arrival to a thread would not rearrange the order of
37505 that thread.
37507 <UL>   
37508 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37509 </UL><P>
37510 &lt;End of help on this topic&gt;
37511 </BODY>
37512 </HTML>
37513 ====== h_config_textplain_int =====
37514 <HTML>
37515 <HEAD>
37516 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
37517 </HEAD>
37518 <BODY>
37519 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
37521 This feature modifies the method Alpine uses to display Text/Plain
37522 MIME attachments from the Attachment Index screen.  Normally, the
37523 &quot;View&quot; command searches for any externally defined (usually
37524 via the
37525 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
37526 and displays the selected text within that viewer.
37529 Enabling this feature causes Alpine to ignore any external viewer
37530 settings and always display text with Alpine's internal viewer.
37533 <UL>   
37534 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37535 </UL><P>
37536 &lt;End of help on this topic&gt;
37537 </BODY>
37538 </HTML>
37539 ====== h_config_wp_columns =====
37540 <HTML>
37541 <HEAD>
37542 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
37543 </HEAD>
37544 <BODY>
37545 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
37547 Web Alpine only.
37549 This configuration setting specifies the number of horizontal characters
37550 used to format various WebAlpine pages.  Smaller values will tend to reduce
37551 the amount of horizontal scrolling required to view pages within narrow
37552 browsers, such as those found on PDAs, and larger values will tend to 
37553 spread more information across the page.
37556 The Message List page uses the width to determine how many characters
37557 to assign each field.  Note, a smaller value may result in a disproportionate
37558 amount of blank space between fields on each line.  Similarly, a large
37559 value may result in cramped fields or horizontal scrolling.
37562 The Message View page uses this value to determine when to wrap lines
37563 in displayed message text.  Note, a smaller value may result in jagged
37564 right margins or confusing quoting.  A larger value may cause lines of text to
37565 run beyond the browser's right edge, requiring horizontal scrolling.
37568 <UL>   
37569 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37570 </UL><P>
37571 &lt;End of help on this topic&gt;
37572 </BODY>
37573 </HTML>
37574 ====== h_config_wp_state =====
37575 <HTML>
37576 <HEAD>
37577 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
37578 </HEAD>
37579 <BODY>
37580 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
37582 Web Alpine only.
37584 Various aspects of cross-session state.
37587 <UL>   
37588 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37589 </UL><P>
37590 &lt;End of help on this topic&gt;
37591 </BODY>
37592 </HTML>
37593 ====== h_config_wp_aggstate =====
37594 <HTML>
37595 <HEAD>
37596 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
37597 </HEAD>
37598 <BODY>
37599 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
37601 Web Alpine only.
37603 Aggregate operations tab state.
37606 <UL>   
37607 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37608 </UL><P>
37609 &lt;End of help on this topic&gt;
37610 </BODY>
37611 </HTML>
37612 ====== h_config_wp_indexlines =====
37613 <HTML>
37614 <HEAD>
37615 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
37616 </HEAD>
37617 <BODY>
37618 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
37620 Web Alpine only.
37622 Number of index lines in table.
37625 <UL>   
37626 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37627 </UL><P>
37628 &lt;End of help on this topic&gt;
37629 </BODY>
37630 </HTML>
37631 ====== h_config_wp_indexheight =====
37632 <HTML>
37633 <HEAD>
37634 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
37635 </HEAD>
37636 <BODY>
37637 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
37639 Web Alpine only.
37641 Index table row height.
37644 <UL>   
37645 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37646 </UL><P>
37647 &lt;End of help on this topic&gt;
37648 </BODY>
37649 </HTML>
37650 ====== h_config_rss_news =====
37651 <HTML>
37652 <HEAD>
37653 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
37654 </HEAD>
37655 <BODY>
37656 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
37658 Web Alpine only.
37660 RSS News feed.
37663 <UL>   
37664 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37665 </UL><P>
37666 &lt;End of help on this topic&gt;
37667 </BODY>
37668 </HTML>
37669 ====== h_config_rss_weather =====
37670 <HTML>
37671 <HEAD>
37672 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
37673 </HEAD>
37674 <BODY>
37675 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
37677 Web Alpine only.
37679 RSS Weather feed.
37682 <UL>   
37683 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37684 </UL><P>
37685 &lt;End of help on this topic&gt;
37686 </BODY>
37687 </HTML>
37688 ====== h_config_send_confirms_only_expanded =====
37689 <HTML>
37690 <HEAD>
37691 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
37692 </HEAD>
37693 <BODY>
37694 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
37696 This Web Alpine option specifies whether or not a Send confirmations
37697 happens when a composed message is readied for sending or not.  The
37698 default behavior is to not confirm that the nicknames were expanded to
37699 the intended addresses.
37702 <UL>   
37703 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37704 </UL><P>
37705 &lt;End of help on this topic&gt;
37706 </BODY>
37707 </HTML>
37708 ====== h_config_enable_jump_command =====
37709 <HTML>
37710 <HEAD>
37711 <TITLE>FEATURE: enable-jump-command</TITLE>
37712 </HEAD>
37713 <BODY>
37714 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
37716 This Web Alpine option specifies whether or not a Jump command is
37717 offered in the Message List and Message View pages.  The command is
37718 implemented as an input field in the left column of the List and View
37719 screens. 
37722 When enabled and a number is entered in the input field while the
37723 Message List is displayed, the Message List is reframed with the
37724 specified message.  While viewing a message, the message associated
37725 with the specified message number is displayed.
37728 <UL>   
37729 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37730 </UL><P>
37731 &lt;End of help on this topic&gt;
37732 </BODY>
37733 </HTML>
37734 ====== h_config_enable_newmail_sound =====
37735 <HTML>
37736 <HEAD>
37737 <TITLE>FEATURE: enable-newmail-sound</TITLE>
37738 </HEAD>
37739 <BODY>
37740 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
37742 This Web Alpine option specifies whether or not a sound file is sent
37743 to the web browser along with the newmail notification message.
37747 <UL>   
37748 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37749 </UL><P>
37750 &lt;End of help on this topic&gt;
37751 </BODY>
37752 </HTML>
37753 ====== h_config_render_html_internally =====
37754 <HTML>
37755 <HEAD>
37756 <TITLE>FEATURE: render-html-internally</TITLE>
37757 </HEAD>
37758 <BODY>
37759 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
37761 By default, Web Alpine will pass cleansed HTML text you receive in messages 
37762 to the browser for display (rendering).  This feature causes Web Alpine to convert 
37763 the HTML text into plain text in the same way Unix and PC-Alpine do.
37767 <UL>   
37768 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37769 </UL><P>
37770 &lt;End of help on this topic&gt;
37771 </BODY>
37772 </HTML>
37773 ====== h_config_role_undo =====
37774 Yes, remember changes and exit back to list of roles; No, discard changes
37775 made in this screen; ^C, cancel exit and stay in this config screen.
37776 ====== h_exit_editor =====
37777 S, save changes and exit from the editor; D, do not save changes but
37778 do exit from the editor; or ^C, cancel exit and stay in the editor.
37779 ====== h_config_undo =====
37780 Yes, save changes and exit; No, exit without saving any changes made since
37781 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
37782 ====== h_os_index_whereis =====
37783 Enter ^V or ^Y to go immediately to the last or first message in the index.
37784 Or, enter the match string followed by RETURN.
37785 ====== h_os_index_whereis_agg =====
37786 Enter ^V or ^Y to go immediately to the last or first message in the index,
37787 Or, enter the match string followed by RETURN (or ^X to select all matches).
37788 =========== h_oe_add_full ==================
37789 Type the full name of the person being added and press the RETURN key.
37790 Press ^C to cancel addition.
37791 =========== h_oe_add_nick ==================
37792 Type a short nickname and press RETURN.  A nickname is a short easy-to-
37793 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
37794 ========== h_oe_add_addr ================
37795 Type the e-mail address and press RETURN.
37796 Press ^C to cancel addition.
37797 ========== h_oe_crlst_full ==============
37798 Type a long name or description for the list that you are creating and
37799 press RETURN.  Press ^C to cancel creation of list.
37800 =========== h_oe_crlst_nick =============
37801 Type a nickname (short, easy-to-remember name or single word) for the list
37802 you are creating and press RETURN.  Press ^C to cancel.
37803 ========== h_oe_crlst_addr ==============
37804 Type an e-mail address, or a nickname already in the address book that you
37805 want to be part of this list and press RETURN.
37806 ========== h_oe_adlst_addr =============
37807 Type an e-mail address or a nickname already in the address book that you
37808 want to add to this list and press RETURN.
37809 ========== h_oe_editab_nick ============
37810 Change the nickname using the arrow keys and delete key.  Press RETURN
37811 when done.  Press ^C to cancel editing and leave the nickname as it was.
37812 ========== h_oe_editab_full ============
37813 Change the full name using the arrow keys and delete key.  Press RETURN
37814 when done.  Press ^C to cancel editing and leave the full name as it was.
37815 ========== h_oe_editab_addr ============
37816 Change the address using the arrow keys and delete key.  Press RETURN
37817 when done.  Press ^C to cancel editing and leave the address as it was.
37818 ========== h_oe_editab_fcc ============
37819 Change the fcc using the arrow keys and delete key.  Press RETURN when
37820 done.  Press ^C to cancel editing and leave the fcc as it was.
37821 ========== h_oe_editab_comment ============
37822 Change the comment field using the arrow keys and delete key.  Press RETURN
37823 when done.  Press ^C to cancel editing and leave the comment as it was.
37824 ====== h_ab_forward =====
37825 Yes, expand nicknames and qualify local names with your current domain name;
37826 No, leave nicknames and local names as is;  ^C, cancel.
37827 ========== h_ab_export ==========
37828 Type the name of a file to write the addresses into and
37829 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
37830 ========== h_ab_edit_a_field ==========
37831 Edit any of the fields of the currently selected entry by typing one of the
37832 letters at the bottom of the screen.  Press ^C to cancel edit.
37833 ====== h_ab_del_data_revert =====
37834 Press B to completely delete addrbook and revert to default, C to delete config
37835 and revert while leaving data, or D to only delete data (make it empty).
37836 ====== h_ab_del_data_modify =====
37837 Press B to completely delete addrbook, C to delete configuration while leaving
37838 data, or D to delete data (make it empty) but leave config. ^C to cancel.
37839 ====== h_ab_del_config_modify =====
37840 Yes, remove this address book from my configuration.
37841 No, make no changes now.
37842 ====== h_ab_del_config_revert =====
37843 Yes, remove this address book from my config and revert to default.
37844 No, make no changes now.
37845 ====== h_ab_del_default =====
37846 Yes, remove this default address book from my configuration.
37847 No, make no changes now.
37848 ====== h_ab_really_delete =====
37849 Yes, delete the actual contents of the address book, not just the 
37850 configuration.  No, don't delete the data after all, cancel and start over.
37851 ====== h_ab_del_ignore =====
37852 Press I to ignore all the default address books for this category.  Press R to
37853 remove this one address book and add the others to your personal list.
37854 ====== h_ab_del_dir_ignore =====
37855 Press I to ignore all the default directory servers for this category.
37856 Press R to remove this one server and add the others to your personal list.
37857 ====== h_ab_copy_dups =====
37858 Yes, overwrite the existing entry.
37859 No, skip duplicates but save the rest. Press ^C to cancel.
37860 ====== h_confirm_cancel =====
37861 Type C to Confirm that you want to abandon the message you are composing.
37862 Type N or ^C to cancel out of the cancel and keep composing.
37863 ====== h_ab_text_or_vcard =====
37864 Text, start composer with displayed text already included.
37865 VCard, start composer with address book entry attached as a vCard. ^C cancels.
37866 ====== h_ab_backup_or_ldap =====
37867 Backup, copy email address from entry and allow editing of it.
37868 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
37869 ====== h_ldap_text_or_vcard =====
37870 Text: export displayed text for selected entry. Address: export only the
37871 email address. VCard: export entry in vCard format. ^C cancels.
37872 ====== h_ab_save_exp =====
37873 Save, save entry or entries to an address book.
37874 Export, save to file outside of pine. ^C cancels save.
37875 ====== h_ab_add =====
37876 A, add a brand new entry to this address book.
37877 E, edit the entry that is currently highlighted. ^C to cancel.
37878 ====== h_ab_shuf =====
37879 U, swap order of highlighted address book and the one above it.
37880 D, swap order of highlighted address book and the one below it. ^C to cancel.
37881 ====== h_ab_shuf_up =====
37882 U, swap order of highlighted address book and the one above it.
37883 Press ^C to cancel.
37884 ====== h_ab_shuf_down =====
37885 D, swap order of highlighted address book and the one below it.
37886 Press ^C to cancel.
37887 ====== h_folder_prop =====
37888 Count is # of messages in the folder, Unseen means messages that have not
37889 been read, New means messages that were Recently added to the folder.
37890 ====== h_role_shuf =====
37891 U, swap order of highlighted rule and the one above it.
37892 D, swap order of highlighted rule and the one below it. ^C to cancel.
37893 ====== h_role_shuf_up =====
37894 U, swap order of highlighted rule and the one above it.
37895 Press ^C to cancel.
37896 ====== h_role_shuf_down =====
37897 D, swap order of highlighted rule and the one below it.
37898 Press ^C to cancel.
37899 ====== h_incoming_shuf =====
37900 B, swap order of highlighted directory and the one before it.
37901 F, swap order of highlighted directory and the one after it. ^C to cancel.
37902 ====== h_incoming_shuf_up =====
37903 B, swap order of highlighted directory and the one before it.
37904 Press ^C to cancel.
37905 ====== h_incoming_shuf_down =====
37906 F, swap order of highlighted directory and the one after it.
37907 Press ^C to cancel.
37908 ====== h_dir_shuf =====
37909 U, swap order of highlighted directory and the one above it.
37910 D, swap order of highlighted directory and the one below it. ^C to cancel.
37911 ====== h_dir_shuf_up =====
37912 U, swap order of highlighted directory and the one above it.
37913 Press ^C to cancel.
37914 ====== h_dir_shuf_down =====
37915 D, swap order of highlighted directory and the one below it.
37916 Press ^C to cancel.
37917 ====== h_hdrcolor_shuf =====
37918 U, swap order of highlighted Header Color and the one above it.
37919 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
37920 ====== h_hdrcolor_shuf_up =====
37921 U, swap order of highlighted Header Color and the one above it.
37922 Press ^C to cancel.
37923 ====== h_hdrcolor_shuf_down =====
37924 D, swap order of highlighted Header Color and the one below it.
37925 Press ^C to cancel.
37926 ========== h_oe_editab_al ============
37927 Change the address using the arrow keys and delete key.  Press RETURN
37928 when done.  Press ^C to cancel editing and leave the address as it was.
37929 ========== h_dir_comp_search ===============
37930 Type a string to look for just like you would in the composer. Your configured
37931 rules for the servers with the implicit flag set will be used.
37932 ========== h_oe_searchab ===============
37933 Type the word or name you want to search for and press RETURN.  If you press
37934 RETURN without entering anything the word in [] will be searched for.
37935 ========== h_oe_chooseabook ==========
37936 Choose the address book you want to save the new entry in.
37937 Use ^N or ^P to change address books.  ^C to cancel.
37938 ========== h_oe_takeaddr ==========
37939 Edit the e-mail address using the arrow and delete keys.  Press RETURN
37940 when done.  Press ^C to cancel adding this entry to the address book.
37941 ========== h_oe_take_replace ==========
37942 Press R to replace the old entry with this new data.  You will still have
37943 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
37944 ========== h_oe_take_replace_or_add ==========
37945 Press R to replace the old entry.  Press A to add the selected addresses to
37946 the old existing list.  N to enter another nickname. ^C to cancel now.
37947 ========== h_oe_takename ==========
37948 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
37949 when done.  Press ^C to cancel adding this entry to the address book.
37950 ========== h_oe_takenick ==========
37951 Type a nickname (short easy-to-remember name, initials or single word) for this
37952 entry in the address book and press RETURN.  Press ^C to cancel addition.
37953 ========== h_oe_jump ==========
37954 Type the message number you want to jump to and press RETURN.  The word "end"
37955 represents the last message. Press ^C to cancel jumping to another message.
37956 ========== h_oe_jump_thd ==========
37957 Type the thread number you want to jump to and press RETURN.  The word "end"
37958 represents the last thread. Press ^C to cancel jumping to another thread.
37959 ========== h_oe_debuglevel ==========
37960 Higher number shows more debugging details.
37961 Press ^C if you want to cancel the change.
37962 ========== h_oe_broach ==========
37963 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
37964 to go to the previous/next collections in the list.  Press ^C to cancel goto.
37965 ========== h_oe_foldsearch ==========
37966 Type the text you want to search for in foldernames and press RETURN.  If you
37967 press RETURN without entering anything, any text in [] will be searched for.
37968 ========== h_oe_foldrename ==========
37969 Change the old name of the folder to the new name using the arrow and
37970 delete keys and press RETURN.  Press ^C to cancel rename.
37971 ========== h_oe_login ==========
37972 Enter your login name for the host you are opening the mailbox on.  Just press
37973 RETURN to use your login from this host as is, or edit it with delete key.
37974 ========== h_oe_passwd ==========
37975 Type your password for the host and login shown as part of the prompt.
37976 Press ^C to cancel opening folder.
37977 ========== h_oe_choosep ==========
37978 Enter the number associated with the printer you want to select.  Press ^C to
37979 cancel the printer selection.  The current selection is highlighted.
37980 ========== h_oe_customp ==========
37981 Type the name of the Unix print command and press RETURN.  Press ^C to
37982 cancel the printer selection.
37983 ========== h_oe_searchview ==========
37984 Type the word or name you want to search for and press RETURN.  If you press
37985 RETURN without entering anything the word in [] will be searched for.
37986 ========== h_oe_keylock ==========
37987 The keyboard is in use and locked by another user.  Only that user can
37988 unlock this keyboard by typing the password.
37989 ========== h_wt_expire ==========
37990 At the beginning of each month Alpine offers to rename your current sent-mail
37991 folder to one named for the month so you have a sent-mail folder for each month
37992 ========== h_wt_delete_old ==========
37993 It is the beginning of the month, and we need to conserve disk
37994 space.  Please delete any sent-mail that you do not need.
37995 ========== h_select_sort ==========
37996 Select the order for sorting the index by typing the capitalized letter.
37997 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
37998 ========== h_no_F_arg ============
37999 Enter name of file to be opened.
38001 ========== h_sticky_personal_name ==========
38002 Type in your name as you want it to appear on outgoing email.  This entry
38003 will be saved into your Alpine configuration file.
38004 ========== h_sticky_inbox ============
38005 INBOX syntax is usually {complete.machine.name}INBOX
38006 This entry will be saved in your Alpine configuration file.
38007 ========== h_sticky_smtp ============
38008 The name of the computer on your campus that relays your outgoing email
38009 to the Internet.  This entry will be saved in your Alpine configuration file.
38010 ========== h_sticky_user_id ==========
38011 The username or login-id part of your email address.  This entry will be
38012 saved in your Alpine configuration file.
38013 ========== h_sticky_domain ==========
38014 The domain part of your email address, NOT the name of your PC.  This
38015 entry will be saved in your Alpine configuration file.
38016 ========== h_bounce =========
38017 Enter the address or nickname of the intended recipient.  Alpine will resend
38018 the message, which will retain the original author's From: address.
38019 ========== h_incoming_add_folder_nickname =========
38020 Enter an (optional) nickname that will be used in lieu of the actual
38021 host and folder names in the FOLDER LIST display.
38022 ========== h_anon_forward ==========
38023 Enter the address of your intended recipient, or ^C to cancel.
38024 Example: jsmith@somewhere.edu
38025 ========== h_news_subscribe ==========
38026 Enter the name of the newsgroup to which you wish to subscribe,
38027 or ^C to cancel.  Example: comp.mail.pine
38028 ========== h_pipe_msg ==========
38029 Enter the name of the Unix command to which you wish to send this
38030 message, or ^C to cancel.
38031 ========== h_pipe_attach ==========
38032 Enter the name of the Unix command to which you wish to send this
38033 attachment, or ^C to cancel.
38034 ========== h_select_by_num ==========
38035 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
38036 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
38037 ========== h_select_by_gm_content ==========
38038 Enter your search key in the same way that you would enter a search
38039 key in the web interface for Gmail.
38040 ========== h_select_by_thrdnum ==========
38041 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
38042 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
38043 ========== h_select_txt_from ==========
38044 Messages with From: headers containing the entered string will be selected.
38045 ^C to cancel. ^G again to see original options.
38046 ========== h_select_txt_not_from ==========
38047 Messages without From: headers containing the entered string will be selected.
38048 ^C to cancel. ^G again to see original options.
38049 ========== h_select_txt_to ==========
38050 Messages with To: headers containing the entered string will be selected.
38051 ^C to cancel. ^G again to see original options.
38052 ========== h_select_txt_not_to ==========
38053 Messages without To: headers containing the entered string will be selected.
38054 ^C to cancel. ^G again to see original options.
38055 ========== h_select_txt_cc ==========
38056 Messages with Cc: headers containing the entered string will be selected.
38057 ^C to cancel. ^G again to see original options.
38058 ========== h_select_txt_not_cc ==========
38059 Messages without Cc: headers containing the entered string will be selected.
38060 ^C to cancel. ^G again to see original options.
38061 ========== h_select_txt_subj ==========
38062 Messages with Subject: headers containing the entered string will be selected.
38063 ^C to cancel.  ^X enters Subject: line of current message.
38064 ========== h_select_txt_not_subj ==========
38065 Messages without Subject headers containing the entered string will be selected.
38066 ^C to cancel.  ^X enters Subject: line of current message.
38067 ========== h_select_txt_all ==========
38068 All messages containing the entered string will be selected.  Headers and body,
38069 but not encoded attachments, will be compared.  Enter ^C to cancel.
38070 ========== h_select_txt_not_all ==========
38071 All messages that don't contain the entered string will be selected.  Headers
38072 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
38073 ========== h_select_txt_body ==========
38074 All messages containing the entered string will be selected. Body text, but
38075 not headers or encoded attachments, will be compared. ^C to cancel.
38076 ========== h_select_txt_not_body ==========
38077 All messages that don't contain the entered string will be selected. Body
38078 text, but not headers or encoded attachments, will be compared. ^C to cancel.
38079 ========== h_select_txt_recip ==========
38080 Messages with Cc: or To: headers containing the entered string will be selected.
38081 ^C to cancel. ^G again to see original options.
38082 ========== h_select_txt_not_recip ==========
38083 Messages without Cc: or To: headers containing the string will be selected.
38084 ^C to cancel. ^G again to see original options.
38085 ========== h_select_txt_partic ==========
38086 Messages with Cc, To, or From headers containing the string will be selected.
38087 ^C to cancel. ^G again to see original options.
38088 ========== h_select_txt_not_partic ==========
38089 Messages without Cc, To, or From headers containing the string will be selected.
38090 ^C to cancel. ^G again to see original options.
38091 ========== h_select_date ==========
38092 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
38093 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
38094 ========== h_attach_index_whereis ==========
38095 Enter some text that appears in the Attachment Index entry for the desired
38096 attachment.  The first attachment containing that text will be highlighted.
38097 ========== h_kb_lock ==========
38098 Keystrokes entered here (up to a RETURN) comprise a password that must
38099 be entered again later in order to unlock the keyboard.
38100 ========== h_compose_default ==========
38101 N, compose a new message. R, set a role.
38102 ^C to cancel.
38103 ========== h_untranslatable ==========
38104 Send using UTF-8 character set; Send but replace untranslatable characters
38105 with question marks; return to the composer; or cancel message altogether.
38106 ========== h_compose_intrptd ==========
38107 N, compose a new msg. I, continue interrupted msg. R, set a role.
38108 ^C to cancel.
38109 ========== h_compose_postponed ==========
38110 N, compose a new message. P, continue postponed msg. R, set a role.
38111 ^C to cancel.
38112 ========== h_compose_intrptd_postponed ==========
38113 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
38114 R, set a role. ^C to cancel.
38115 ========== h_compose_form ==========
38116 N, compose a new message. F, use form letter. R, set a role.
38117 ^C to cancel.
38118 ========== h_compose_intrptd_form ==========
38119 N, compose a new msg. I, continue interrupted msg. F, use form letter.
38120 R, set a role. ^C to cancel.
38121 ========== h_compose_postponed_form ==========
38122 N, compose a new message. P, continue postponed msg. F, use form letter.
38123 R, set a role. ^C to cancel.
38124 ========== h_compose_intrptd_postponed_form ==========
38125 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
38126 F, use form letter. R, set a role. ^C to cancel.
38127 ========== h_config_context_del_except ==========
38128 If you delete the last exceptional collection you can only add it back by
38129 manually editing the exceptions config file.
38130 ========== h_config_whereis ==========
38131 To move quickly to a particular line, enter a search string or
38132 ^C to cancel.
38133 ========== h_config_edit_scorei ==========
38134 Enter interval in the form (min,max). -INF and INF may be used to represent
38135 -infinity and infinity. ^C to cancel change. RETURN to accept change.
38136 ========== h_config_add ==========
38137 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
38138 pressing RETURN sets the Empty Value (this turns off any global default).
38139 ========== h_config_add_custom_color ==========
38140 Enter a header fieldname. For example, "subject" or "from".
38142 ========== h_config_add_pat_hdr ==========
38143 Enter a header fieldname. For example, "reply-to" or "organization" or
38144 any fieldname you want that isn't included already.
38145 ========== h_config_print_opt_choice ==========
38146 You may edit either the initialization string (characters printed before
38147 printing starts) or the trailer string.  Choose one or ^C to cancel.
38148 ========== h_config_print_init ==========
38149 Enter a C-style string for this.  You may use common backslash escapes like
38150 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
38151 ========== h_config_change ==========
38152 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
38153 delete current (highlighted) character, etc.  Enter ^C to cancel change.
38154 ========== h_config_replace_add ==========
38155 Replace ignores the current default, Add places the current default in your
38156 editing buffer as if you had typed it in.
38157 ========== h_config_insert_after ==========
38158 Enter a nickname for this print command.  (InsertBefore puts the new item
38159 before the current line, InsertAfter puts it after the current line.)
38160 ========== h_config_print_cmd ==========
38161 Enter command to be executed for the printer.  Use normal editing keys
38162 to modify, ^C to cancel, carriage return to accept current value.
38163 ========== h_config_role_del ==========
38164 Answering Yes will remove this rule completely from your rules list.
38165 ========== h_config_role_addfile ==========
38166 Type the name of a file to add to your configuration. You don't need to
38167 use a file, you may add rules directly (with Add) without using a file.
38168 ========== h_config_role_delfile ==========
38169 Answering Yes will remove this rule file completely from your rules list.
38170 The rules data file itself will not be removed.
38171 ========== h_config_print_del ==========
38172 Answering Yes will remove this printer completely from your printer list.
38173 ========== h_config_print_name_cmd ==========
38174 You may edit the Nickname of this printer, the Command to be executed when
38175 printing, or change the Options associated with this printer.
38176 ========== h_send_check_fcc ==========
38177 Yes, send message without an Fcc.
38178 No, return to composer.
38179 ========== h_send_check_subj ==========
38180 Yes, send message without a Subject.
38181 No, return to composer.
38182 ========== h_send_check_to_cc ==========
38183 Yes, send message without a To address, or a Cc address, or a Newsgroup.
38184 No, return to composer.
38185 ========== h_send_fcc_only ==========
38186 Yes, copy message to Fcc only and send to NO recipients.
38187 No, return to composer.
38188 ========== h_send_prompt ==========
38189 Yes, send the message.
38190 No or ^C, return to composer.
38191 ========== h_send_prompt_flowed ==========
38192 Yes, send the message.  No or ^C, return to composer.
38193 What's Flowed? See Do Not Send Flowed Text in config screen.
38194 ========== h_send_prompt_dsn ==========
38195 Yes, send the message.  No or ^C, return to composer.
38196 What's DSNOpts? See Enable Delivery Status Notification in config screen.
38197 ========== h_send_prompt_dsn_flowed ==========
38198 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
38199 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
38200 ========== h_role_confirm ==========
38201 Yes, use displayed role. No, compose without a role.
38202 ^C, cancel the message. ^T, select a role from your other eligible roles.
38203 ========== h_norole_confirm ==========
38204 Return, compose without a role.
38205 ^C, cancel the message. ^T, select a role from your eligible roles.
38206 ========== h_custom_print ==========
38207 Enter a Unix command that accepts its data on standard input.
38208 Alpine will display any information the command sends to standard output.
38209 ========== h_convert_abooks_and_sigs ==========
38210 You will be given the opportunity to convert address books and signature files
38211 to remote configurations.
38212 ========== h_convert_abooks ==========
38213 You will be given the opportunity to convert address books to remote
38214 configurations.
38215 ========== h_flag_keyword ==========
38216 Enter the name of the keyword you want to add for this folder.
38217 No spaces, parentheses, braces, percents or asterisks are allowed.
38218 ========== h_select_keyword ==========
38219 Enter the keyword you want to match, or use ^T to select a keyword from a list
38220 of possible keywords for this folder. Use ! to look for non-matches instead.
38221 ========== h_type_keyword ==========
38222 Enter the keyword you want to add. You may add a nickname in the next step.
38223 No spaces, parentheses, braces, percents or asterisks are allowed.
38224 ========== h_type_keyword_nickname ==========
38225 Enter an optional nickname for the keyword you want to add.
38226 Type Carriage return to use the keyword name instead of a nickname.
38227 ========== h_convert_sigs ==========
38228 You will be given the opportunity to convert signature files to remote
38229 configurations.
38230 ========== h_convert_abook ==========
38231 Yes is fairly safe. You will be ADDing a remote address book that is a copy
38232 of the current address book. The current abook won't be removed automatically.
38233 ========== h_convert_sig ==========
38234 Answering Yes copies the contents of the signature file into your Alpine
38235 configuration file. After that, the contents of the file will not be used.
38236 ========== h_save_addman ==========
38237 Enter the simple name of the folder you want to add. Carriage return to
38238 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
38239 ========== h_reopen_folder ==========
38240 Yes reopens the folder, as if you were starting over. This uncovers new mail.
38241 No leaves the folder index as it was without discovering new mail.
38242 ========== h_convert_pinerc_server ==========
38243 This is the name of the host (computer) where the remote Alpine configuration
38244 will be stored. This should be an IMAP server that you have permission to use.
38245 ========== h_convert_pinerc_folder ==========
38246 Enter the correct remote folder name. This folder is special and should
38247 contain only configuration data. It shouldn't contain other mail messages.
38248 ========== h_role_compose ==========
38249 Compose a New message, Reply to current message, Forward current message, or
38250 Bounce message. Then you will be asked to choose one of your Roles to be used.
38251 ========== h_role_aggregate ==========
38252 Compose a reply, or forward, or bounce the selected messages. Then you 
38253 will be asked to choose one of your Roles to be used for this operation.
38254 ========== h_save_size_changed ==========
38255 The reported size of a message is not the same as the actual size. Answer Yes
38256 to continue and hope for the best or No to Cancel the entire Save.
38257 ========== h_select_by_larger_size ==========
38258 Enter a number or ^C to cancel. All messages greater than this many characters
38259 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
38260 ========== h_select_by_smaller_size ==========
38261 Enter a number or ^C to cancel. All messages less than this many characters
38262 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
38263 ========== h_preserve_field ==========
38264 Use 'p' to toggle between preserving or not preserving the original To:
38265 and Cc: fields of the message. Enter ^C to cancel message.
38266 ========== h_privacy_policy ==========
38267 x-alpine-http:http://alpine.x10host.com/privacy.html
38268 ========== h_apache_license ==========
38269 x-alpine-http:http://alpine.x10host.com/legal/apache_license.html