* Fixes and improvements to the documentation by Dennis Davis
[alpine.git] / pith / pine.hlp
blobbb46995010516cc5c8881d08d3f43348381fa71c
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-2021 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 517 2020-11-27 10:32:54
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-2021 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 amended to take into consideration
184 new additions to Alpine, please check it periodically.
186  <P> The changes in version <!--#echo var="ALPINE_VERSION"--> are as
187 follows:
190 New features include:
191 <UL>
192 <LI> Unix Alpine: New configuration variable <a href="h_config_ssl_ciphers"><!--#echo var="VAR_ssl-ciphers"--></a> that allows
193      users to list the ciphers to use when connecting to a SSL server.
194      Based on a collaboration with Professor Martin Trusler.
196 <LI> New hidden feature <a href="h_config_delete_before_writing"><!--#echo var="FEAT_enable-delete-before-writing"--></a>
197      to add support for terminals that need lines to be deleted
198      before being written. Based on a collaboration with Professor
199      Martin Trusler.
201 <LI> Experimental: The instruction to remove the double quotes from the processing of
202      customized headers existed in pine, but it was removed in alpine. Restoring
203      old Alpine behavior. See
204      <A href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981781">this</A>
205      report for more background information.
207 <LI> Add the capability to record http debug. This is necessary to debug XOAUTH2
208      authentication, and records sensitive login information. Do not share your
209      debug file if you use this form of debug.
211 <LI> Remove the ability to choose between the device and authorize methods
212      to login to outlook, since the original client-id can only be used
213      for the device method. One needs a special client-id and client-secret
214      to use the authorize method in Outlook.
216 <LI> PC-Alpine only: Some service providers produce access tokens that are
217      too long to save in the Windows Credentials, so the access tokens will
218      be split and saved as several pieces. This means that old versions of
219      Alpine will NOT be able to use saved passwords once this new version of
220      Alpine is used.
222 <LI> PC-Alpine: Debug files used to be created with extension .txt1, .txt2, etc.
223      Rename those files so that they have extension .txt.
225 <LI> Always follow â€˜suppress-asterisks-in-password-prompt’ setting in the
226      various password prompts. Submitted by &Eacute;tienne Deparis.
228 <LI> Use 'alpine -F' instead of 'pine -F' as the browser default pager.
229      Submitted by &Eacute;tienne Deparis.
231 <LI> Introduction of OTHER CMDS menu for the browser/pilot to let
232      people discover the two new commands: &quot;1&quot; is a toggle that
233      switches between 1 column and multicolumn mode. The &quot;.&quot; command
234      toggles between hiding or showing hidden files, and the &quot;G&quot;
235      command to travel between directories. Contributed by &Eacute;tienne
236      Deparis.
237 </UL>
240 Bugs addressed include:
242 <UL>
243 <LI> Crash in the ntlm authenticator when the user name does not include
244      a domain. Reported and fixed by Anders Skargren.
246 <LI> When forwarding a message, replacing an attachment might make Alpine
247      re-attach the original attachment. Reported by Michael Traxler.
249 <LI> When an attachment is deleted, the saved message with the deleted
250      attachment contains extra null characters after the end of the
251      attachment boundary.
253 </UL>
255 <P> Version 2.24 adds new features and addresses bugs found in previous
256 releases.
258 <P> 
259 New features include:
261 <UL>
262 <LI> Experimental: The instruction to remove the double quotes from the processing of
263      customized headers existed in pine, but it was removed in alpine. Restoring
264      old Alpine behavior. See 
265      <A href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981781">this</A>
266      report for more background information.
267 <LI> Add the capability to record http debug. This is necessary to debug XOAUTH2
268      authentication, and records sensitive login information. Do not share your
269      debug file if you use this form of debug.
270 <LI> Remove the ability to choose between the device and authorize methods
271      to login to outlook, since the original client-id can only be used
272      for the device method. One needs a special client-id and client-secret
273      to use the authorize method in Outlook.
274 <LI> PC-Alpine only: Some service providers produce access tokens that are
275      too long to save in the Windows Credentials, so the access tokens will
276      be split and saved as several pieces. This means that old versions of
277      Alpine will NOT be able to use saved passwords once this new version of
278      Alpine is used.
279 <LI> PC-Alpine: Debug files used to be created with extension .txt1, .txt2, etc.
280      Rename those files so that they have extension .txt.
281 <LI> Always follow â€˜suppress-asterisks-in-password-prompt’ setting in the
282      various password prompts. Submitted by &Eacute;tienne Deparis.
283 <LI> Use 'alpine -F' instead of 'pine -F' as the browser default pager.
284      Submitted by &Eacute;tienne Deparis.
285 <LI> Introduction of OTHER CMDS menu for the browser/pilot to let
286      people discover the two new commands: &quot;1&quot; is a toggle that 
287      switches between 1 column and multicolumn mode. The &quot;.&quot; command 
288      toggles between hiding or showing hidden files, and the &quot;G&quot; 
289      command to travel between directories. Contributed by &Eacute;tienne 
290      Deparis.
291 </UL>
294 Bugs addressed:
296 <UL>
297 <LI> When forwarding a message, replacing an attachment might make Alpine
298      re-attach the original attachment. Reported by Michael Traxler.
300 <LI> When an attachment is deleted, the saved message with the deleted 
301 attachment contains extra null characters after the end of the 
302 attachment boundary. 
303 </UL>
305 <P> Version 2.24 adds new features and addresses bugs found in previous
306 releases.
308 <P> New features include:
310 <UL>
311 <LI> Implementation of XOAUTH2 for Yahoo! Mail. <A href="h_yahoo_configuration">Learn More</A>
313 <LI> Expansion of the configuration screen for XOAUTH2 to include
314      username, authorization flow, and tenant.
316 <LI> XOAUTH2: automatic renew of access token and connection to a server
317      within 60 seconds of expiration of the access token.
319 <LI> If a user has more than one client-id for a service, Alpine
320      asks the user which client-id to use and associates that client-id to
321      the credentials in the XOAUTH2 configuration screen.
322      <A HREF="h_xoauth2_config_screen">Learn more</A>.
324 <LI> Addition of Yandex.com to the list of services that Alpine can use XOAUTH2 to
325      authenticate for reading and sending email. <A href="h_yandex_configuration">Learn More</A>
327 <LI> Addition of a link to the Apache License 2.0 (see above). This is 
328      available from the Release Notes as well as the welcome screen.
330 <LI> Modifications to protect the privacy of users:
331 <UL>
332 <LI> Alpine does not generate Sender or X-X-Sender by default
333      by enabling  <a href="h_config_disable_sender"><!--#echo var="FEAT_disable-sender"--></a>
334      as the default.
335 <LI> Alpine does not disclose User Agent by default by enabling
336      <A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A>
337      by default.
338 <LI> Alpine uses the domain in the From: header of a message
339      to generate a message-id and suppresses all information
340      about Alpine, version, revision, and time of generation
341      of the message-id from this header. This information is
342      replaced by a random string.
343 </UL>
345 <LI> Unix Alpine displays configure options and flags when 
346      invoked as &quot;alpine -v&quot;. Suggested by Matt Ackeret.
348 <LI> Alpine will ding the terminal bell when asking  about quitting
349      when new mail arrives. This is consistent with Alpine dinging the
350      bell when new mail arrives. The bell will not ding if it is disabled
351      for status messages. Suggested by Chime Hart.
353 <LI> When messages are selected, pressing the &quot;;&quot; command to broaden or narrow
354      a search, now offers the possibility to completely replace the search, and
355      is almost equivalent to being a shortcut to &quot;unselect all messages, and select
356      again&quot;. The difference is that cancelling this command will not unselect
357      all currently selected messages. Suggested by Holger Trapp.
359 <LI> Alpine will not write debug files unless started with the option -d, 
360      so for example &quot;alpine -d 2&quot; will generate a debug file at level 2, 
361      but just issuing the alpine command will not write any debug to a file.
363 <LI> Experimental: Attempt to implement the Encryption Range in Windows. It works
364      in Windows 10, and it should work in Windows 8.1. It needs testing in
365      Windows 7 and Windows Vista.
367 <LI> Addition of variables <A HREF="h_config_user_certs_path"><!--#echo var="VAR_user-certs-path"--></A>
368      and <A HREF="h_config_user_certs_file"><!--#echo var="VAR_user-certs-file"--></A>
369      which allow a user to specify locations for certificates that the user
370      trusts.
372 <LI> Ignore non-empty initial challenge in the GSSAPI authenticator. Based
373      on a patch written by Jarek Polok, but submitted by Ignacio Reguero.
375 <LI> When a server expires a refresh token, Alpine needs to cancel it
376     internally. Alpine will attempt to get a new one when it  reopens the
377     folder after it cancels it.
379 <LI> Set up the IMAP ID at the moment of logging in to the server, rather than
380      as a one time option, in case we need to use a special IMAP ID.
381 </UL>
384 Bugs addressed:
386 <UL>
387 <LI> When Alpine starts a PREAUTH connection, it might still ask the user
388      to login. Reported by Frank Tobin.
390 <LI> Crash while resizing the screen when viewing a calendar event.
392 <LI> When Alpine opens a folder in a server whose address is given numerically
393      it might crash due to an incorrect freeing of memory. Reported by Wang Kang.
395 <LI> Crash when Alpine frees memory on a system where LC_CTYPE is not 
396      configured, and the user calls the file browser to attach files to
397      a message. Reported by Luis Gerardo Tejero.
399 <LI> Invalid signatures created by Alpine, when built with recent
400      releases of the Openssl-1.1.1 series (but not in the Openssl-1.0.1 series).
401      Fix contributed by Bernd Edlinger.
403 <LI> After returning from the directory side of a dual-folder, sometimes 
404      Alpine would return to the first folder in the parent directory or to 
405      the dual-folder. The fix is to return to the original dual-folder as 
406      intended. Reported by Holger Trapp.
408 <LI> When an attachment is deleted and the original message is saved, Alpine
409      might write only a part of the name of the file deleted. Reported by Holger
410      Trapp.
412 <LI> URLs that are surrounded by white space are not cleaned by Alpine before
413      passing them to the browser, resulting in no display of the URL when Alpine
414      tries to open it. Reported by Gregory Heytings.
416 <LI>  When Alpine is built without smime, password file functionality might
417       fail. Reported by Andres Fehr.
419 <LI> Crash in PC-Alpine when using the eXternal command.
421 <LI> Fix in Macs that made Alpine abort a ssh connection to an imap server.
422      Reported and assisted by Wang Kang.
423 </UL>
426 Version 2.23 has new additions and addresses bugs found in previous releases.
429 Additions include:
431 <UL>
432 <LI> Implementation of XOAUTH2 authentication support for Outlook.
433      Based on documentation suggested by Andrew C Aitchison. <A href="h_outlook_configuration">Learn More</A>
435 <LI> Add support for the OAUTHBEARER authentication method in Gmail. Thanks to
436      Alexander Perlis for suggesting it and explaining how the method works. <A href="h_gmail_configuration">Learn More</A>
438 <LI> Creation of Alpine's Privacy Policy. This is presented as a link to
439     an online document from the Release Notes (Link at the top of this
440     document.) Upon user request, Alpine downloads and displays this
441     document. Links to the privacy policy are also displayed when a user
442     starts Alpine for the first time, or when a user starts a new version
443     of Alpine. There is no default exit greeting command for these
444     screens, and to exit the user must press "E", instead of the old
445     default, which was the RETURN command. The RETURN command will open
446     the handle on which the cursor is on, which by default is the Privacy
447     Policy.
449 <LI> Support for the SASL-IR IMAP extension that avoids a round trip during
450      authentication. Similar support added for the SMTP, NNTP and POP3 
451      protocols. Thanks to Geoffrey Bodwin for a report that lead to this
452      implementation.
454 <LI> Alpine can pass an HTML message to an external web browser, by using the
455      &quot;External&quot; command in the <a href="h_attachment_screen">ATTACHMENT INDEX</a>
456      screen. <A href="h_command_external_browser">Learn more</A>.
458 <LI> New configuration variable
459      <a href="h_external_loads_inline_images_only"><!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>
460      that controls if Alpine will keep the source link to all the images in the
461      HTML message, or will only pass a link to inline images included in the message. For your
462      privacy and security this feature is enabled by default.
464 <LI> When reading an email and a user selects an email address to which to compose
465      a message from the message, the user will be able to select a role to compose
466      that message.
468 <LI> New variable system-certs-path that allows users to indicate the 
469      location of the directory where certificates are located. In PC-Alpine 
470      this must be C:\\libressl\\ssl\\certs. The C: drive can be replaced 
471      by the name of the drive where the binary and DLL files are located.
473 <LI> New variable system-certs-file that allows users to configure the
474      location of a container of certificate authority (CA) certificates
475      to be used to validate certificates of remote servers.
477 <LI> Remove sleep of 5 seconds for mailcap programs that use the terminal
478      to display content. Suggested by Carl Edquist. In addition, remove the
479      configurable process table command and its corresponding sleep time.
480 </UL>
483 Bugs addressed:
485 <UL>
486  <LI> Security Bug: Alpine can be configured to start a secure connection using /tls
487       on an insecure connection. However, if the connection is PREAUTH, Alpine
488       will not upgrade the connection to a secure connection, because a client
489       must not issue a STARTTLS to a server that supports it in authenticated
490       state. This makes Alpine continue to use an insecure connection with the
491       server, exposing user data. Reported by Damian Poddebniak and Fabian
492       Ising from Münster University of Applied Sciences.
494    <LI> Selecting by subject might not copy the subject of the current message
495      to the selection text correctly. Reported by Iosif Fettich.
497    <LI> Alpine does not set the return path correctly when using a role while bouncing
498     a message. Reported by Dr. C. Griewatsch.
500 <LI>Bug in PC-Alpine that made Alpine go into an infinite loop and
501     consume CPU when it was iconized. Reported by Holger Schieferdecker in
502     comp.mail.pine.
504 <LI>Crash in Alpine when attempting to reply to a multipart/alternative 
505     message that is malformed, and the option to include attachments in
506     reply is enabled. Reported and patched by Peter Tirsek.
508 <LI>Bug that makes Alpine split encoded words in the subject of a message
509     in the middle of a utf-8 character into two encoded words, breaking the
510     encoding. Reported by Jean Chevalier.
512 <LI> Alpine would not redraw the screen when a check for new mail in an
513     incoming folder failed due to a failure while validating the server 
514     certificate, and the user did not allow the connection to proceed.
516 <LI> Crash in Alpine while resizing the screen when using any of the tokens
517     SUBJKEYTEXT, SUBJECTTEXT, or SUBJKEYINITTEXT in the index format, and 
518     the screen was resized. Reported by Iggy Mogo.
520 <LI> When Alpine is trying to authenticate to Gmail, using the XOAUTH2 method,
521     it does not display the url the user needs to open, in order to authorize
522     Alpine to access Gmail using XOAUTH2 when Alpine still has not created
523     a screen. Reported by Baron Fujimoto.
525 <LI> When an html anchor does not quote the link in the href parameter,
526     alpine does not link to it.
528 <LI> Attempt to fix a bug that breaks scrolling of a message in Alpine when
529      the screen is resized. Reported in the Debian bug system at
530      <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956361">https://bugs.debian.org/cgi-bin/bugreport.cgie?bug=956361</A>.
531 </UL>
534 Version 2.22 addresses bugs found in previous releases and has several
535 additions as well.
538 Additions include:
540 <UL>
541 <LI> Support for <A HREF="h_xoauth2">XOAUTH2</A> authentication method in Gmail.
542      <A href="h_gmail_configuration">Learn More</A>
544 <LI> PC-Alpine builds with LibreSSL and supports S/MIME.
546 <LI> NTLM authentication support with the ntlm library, in Unix systems.
547 Based on code provided by Maciej W. Rozycki.
549 <LI> Add /tls1_3 flag for servers that support it. Read more information
550 in the secure protocols <A HREF="h_network_encryption_security">help</A>.
552 <LI> To increase user's privacy, remove phone-home code that would prompt 
553 users to send an email message upon starting Alpine for the first time for 
554 purposes of counting. Your use of Alpine does not disclose information about 
555 you or your use of Alpine to the developers of Alpine.
557 <LI> New variable 
558 <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> 
559 that allows users to configure versions of the SSL/TLS protocol that Alpine is 
560 restricted to try when establishing a secure connection SSL/TLS to a remote 
561 server. The default can be set at compilation time.
563 <LI> Add -dict option to PC-Pico, which allows users to choose a dictionary
564 when spelling. Sample usage: -dict "en_US, de_DE, fr_FR".
566 <LI> Improvements to the configure stage of compilation. Some of
567 these contributed by Helmut Grohne. See
568 <A href="https://bugs.debian.org/876164">Bug 876164</A> in Debian.
570 <LI> Add &quot;remove password&quot; command to the management screen for the 
571 password file encryption key. This allows users to use their password file
572 without entering a master password.
574 <LI> Add the &quot;g&quot; option to the select command that works in IMAP 
575 servers that implement the X-GM-EXT-1 capability (such as the one offered 
576 by Gmail.) This allows users to do selection in Alpine as if they were 
577 doing a search in the web interface for Gmail.
579 <LI> New variable close-connection-timeout, which tells Alpine to close
580 a connection that is having problems being kept alive after the number
581 of seconds configured in this variable, if the connection has not
582 recovered. The default is 0, which means to keep the connection alive
583 and wait for the connection to recover.
585 <LI> When a message is of type multipart/mixed, and its first part is
586 multipart/signed, Alpine will include the text of the original message
587 in a reply message, instead of including a multipart attachment.
588 Suggested by Barry Landy.
590 <LI> S/MIME: Some clients do not transform messages to canonical form when 
591 signing first and encrypting second, which makes Alpine fail to parse the 
592 signed data after encryption. Reported by Holger Trapp.
594 <LI> Add /auth=XYZ to the way to define a server. This allows users to  
595 select the method to authenticate to an IMAP, SMTP or POP3 server.
596 Examples are /auth=plain, or /auth=gssapi, etc.
598 <LI> Add backward search in the index screen. Based on patch by Astyanax Foo, 
599 submitted in 2009, but resubmitted by Erich Eckner on 2019.
601 <LI> SMIME: When Alpine is set to validate a message using the user's store, and
602      user agrees to save a certificate of another user, use the saved 
603      certificate immediately to verify the smime message. Reported by 
604      Stefan Mueller.
606 <LI> Do not use a delay when printing messages to screen when the initial
607      keystroke sequence of commands is active. Based on a report from Holger
608      Trapp.
610 <LI> In PC-Alpine, when the decoded name of an attachment does not agree
611      with its encoded name, Alpine will offer to save the file using the
612      UTF8 encoded name.
613 </UL>
616 Bugs that have been addressed include:
617 <UL>
618    <LI> Width of characters is not always determined correctly when wcwidth
619         is used. Revert to using code for the Windows operating system. 
620         Reported by Andrew Ho.
622    <LI> The call realpath(..., NULL) gives an error in Solaris, which means that
623         we need to allocate memory for storing the resolved path. Reported by
624         Fabian Schmidt.
626    <LI> Crash when attempting to bounce a message due to lack of space in
627         allocated space for key menu array. Reported by David Sewell.
629    <LI> Crash when a CA certificate failed to load, and user attempted to
630         view certificate information of other certificate authorities.
632    <LI> Crash in the S/MIME configuration screen when a user turned off S/MIME, and
633         then re-enabled it. Also crash when attempting to enter the S/MIME 
634         configuration screen if S/MIME was turned off.
636    <LI> Deactivate some color code from Pico (as standalone editor in the
637         windows version) until I find a way to activate it again. This is 
638         not critical and it is not something that PC-Pico must have (some 
639         of it already exists in other ways, like color support, what does 
640         not exist is the more complex code that Unix-Pico has with color 
641         codes for specific colors.)
643    <LI> When a message is multipart, and the first part is flowed text, 
644         then forwarding the message will set the first part to be flowed, 
645         and sent that way even when the option Do Not Send Flowed Text is 
646         enabled. Reported by Holger Trapp.
648    <LI> When a message/rfc822 part of a message is encoded with
649         Content-Transfer-Encoding: QUOTED-PRINTABLE, Alpine will stop 
650         processing that message. Later this causes Alpine to crash because 
651         when it displays messages, it assumes that both header and body 
652         parts are processed. Reported by Mark Crispin in 2010, in the 
653         Alpine-info list (message with subject "crash bug in 
654         alpine/mailpart.c:format_msg_att()") with no example, and reported 
655         now by Holger Trapp, with an example.
657    <LI> In addition to the previous report, Alpine encodes message/rfc822
658         messages as QUOTED-PRINTABLE, in contradiction with RFC 2045, 
659         when it receives a report that its encoding is 8bit. We preserve 
660         the encoding reported by the IMAP server, and do not encode in 
661         QUOTED-PRINTABLE.
663    <LI> Update build.bat file to add /DWINVER=0x0501 so that Alpine can 
664         build when using Visual Studio 2017. Fix contributed by 
665         Ulf-Dietrich Braunmann.
667    <LI> When the locale is not set up to UTF-8, alpine might determine the 
668         width of a character incorrectly. Reported by Alexandre Fedotov.
670    <LI> In some rare cases, when attachments are deleted before saving 
671         emails, the filenames will be displayed in RFC1522 representation, 
672         instead of in decoded form. Reported and patched by Wang Kang.
674    <LI> When colors are edited from the main setup configuration screen, some
675         color settings are not updated until Alpine is restarted. Reported by
676         Andrew Hill.
678    <LI> If the first part of a message is multipart/alternative, and the 
679         first part of this is also a multipart type, then Alpine might 
680         fail to select the first text part when replying to a message. 
681         Reported by Lucio Chiappetti.
683    <LI> TLS 1.2 works does not work if Alpine is compiled with openssl &gt;= 1.1.0.
684         Reported and patched by Kyle George.
686    <LI> If the directory where Alpine saves the certificates is empty,
687         alpine would not create a self-signed certificate to encrypt the 
688         password file.
690    <LI> S/MIME: The list of public certificates is freed before it is 
691         reused when a signature fails to verify. This causes Alpine to 
692         crash. Patch submitted by Linus Torvalds.
694    <LI> S/MIME: A message could fail to verify its signature even if the
695         certificate was saved when the message was open. Based on a report 
696         by David Woodhouse to the RedHat bugzilla system.
698    <LI> When there are time changes in the clock, Alpine might go to sleep
699         for big amounts of time while displaying messages in the screen. 
700         Reset sleep time to 5 seconds in case it finds it needs to sleep 
701         more than 5 seconds or a negative amount of time.
703    <LI> Restore recognition of empty directories. It was deleted by mistake
704         when added support for internationalization in folders. Based on a 
705         report by Michael Rutter.
707    <LI> Alpine stops parsing the mailcap file when it finds an invalid entry.
708         Reported by Matt Roberds to the Debian bug system at 
709         <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370</A>.
711    <LI> Crash with error "Lock when already locked" when an attempt to check
712         for new mail on a locked stream that is being used for a save 
713         operation. Reported by Carlos E.R.
715    <LI> Alpine removes trailing spaces from passwords, making a longin attempt
716         fail. Reported by R. Lyons.
718    <LI> Alpine crashes when opening a remote imap folder and computing scores.
719         Reported by Paul DeStefano.
721    <LI> When more than one server was given in the server-name configuration
722         option of rldap servers, none of them worked. Reported by Robert Wolf.
723 </UL>
726 Version 2.21 addresses bugs found in previous releases and has several 
727 additions as well.
730 Additions include:
731 <UL>
732   <LI> PC-Alpine: New configuration option "Aspell Dictionaries" allows a
733        user to choose the dictionary used to spell check, in case the user 
734        communicates in more than one language. Examples of values for the 
735        variable are "en_US" or "de_DE", etc. Only the first 10 
736        dictionaries are offered.
738   <LI> Unix-Alpine: Connect securely to a LDAP server on a secure port. 
739        Based on a contribution by Wang Kang.
741   <LI> Colors configured in Alpine are inherited in the composer.
743   <LI> When Alpine is compiled with password file and SMIME support 
744        the password file is encrypted using a private key/public 
745        certificate pair. If one such pair cannot be found, one will be 
746        created. <A HREF="h_password_file_support">Learn more</A>.
748   <LI> Alpine builds with any version of OpenSSL greater than or equal
749        to 1.0.0c. This includes version 1.1.0. Alpine also builds with
750        LibreSSL.
752   <LI> New SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT token for index 
753        format, which removes text in the SUBJECT between &quot;[&quot; and 
754        &quot;]&quot;.
756   <LI> New SMARTTIME24 token for index screen. It is close to SMARTDATETIME
757        but it differns in that it gives the time in which the message was
758        sent for messages that are less than a week old. it uses a 24 hour
759        format.
761   <LI> Alpine will include attachments when forwarding some 
762        multipart/alternative messages for which it did not use to include 
763        attachments.
765   <LI> New configuration option 
766        <a href="h_config_alt_reply_menu"><!--#echo var="FEAT_alternate-reply-menu"--></a>
767        which adds more ways to control features and variables when you
768        start to reply to a message.
770   <LI> Added support for RFC 2971 - IMAP ID extension.
772   <LI> Add configuration <A href="h_config_ignore_size"><!--#echo var="FEAT_ignore-size-changes"--></A>
773        that allows users to ignore errors in the computation of the size
774        of a message from defective servers.
776   <LI> SMIME: Upgrade the default signature digest from sha1 to sha-256, since 
777        clients such as Thunderbird do not validate signatures that use sha1 digest.
779   <LI> Add the configuration variable "default-directories", which is called
780        <A href="h_config_history"><!--#echo var="VAR_default-directories"--></A>
781        variable saves a list of directories that are readily accessible 
782        for save or export of attachments. This makes it easier to save 
783        attachments in directories that are hard to navigate to, or that 
784        are accessed frequently.
786   <LI> When a filename is attached and its name is encoded, the save 
787        attachment command will offer to save the file in the encoded form. 
788        This might work for some users, but the save command will have a 
789        subcommand ^N to decode the file name and save the file with the 
790        decoded name.
792   <LI> The TAB key allows autocomplete in the Fcc field in the composer headers,
793        as well as autocompletes automatically when only one possibility exists 
794        for the ^J attach command.
796   <LI> Add support for the &quot;TYPE&quot; and &quot;VALUE&quot; attributes of
797        the html OL tag.
799   <LI> Ignore message from smtp server after a successful authentication
800        challenge.
802   <LI> When a message is saved in the Form Letter folder, add the ability
803        to save the role being used to compose such message so that settings
804        such as the SMTP server set in the role can be used when sending
805        such form message. Suggested and patched by Frank Doepper.
807   <LI> If SSLDIR is defined somehow, do not disable S/MIME if the
808        SSLCERTSDIR is not found.
810   <LI> When Alpine sends an attachment, it will set the boundary attribute
811        in lower case, as some SMTP servers, such as those of libero.it 
812        reject messages if the boundary attribute is in uppercase.
814   <LI> Add the ability to change the private key and certificates used
815        to encrypt a password file in the SMIME setup configuration screen.
816        <A HREF="h_config_smime_password_file_certificates">Learn more</A>
818   <LI> SMIME: The ctrl-E command that gives information on the certificate
819        is only available for messages that have a signed or encrypted 
820        part.
822   <LI> SMIME: If a message contains a RFC822 attachment that is
823        signed/decrypted add the ability to view its SMIME information.
825   <LI> SMIME: Certificate information in the S/MIME screen is available 
826        for certificates stored in a container.
828   <LI> SMIME: Offer the common name of the person, instead of the name of
829        file containing the certificate, as the name to be displayed in the 
830        certificate management screen for certificate authorities. 
831        Suggested by Matthias Rieber.
833   <LI> SMIME: Management of several alternate name (SAN) certificates is 
834        improved. When importing a SAN certificate, also import a certificate
835        for the filename, besides for the e-mail addresses in the
836        certificate. Suggested by Matthias Rieber.
838   <LI> SMIME: add full year when displaying information about a certificate
839        in the certificate management screen. Suggested by Matthias Rieber.
841   <LI> SMIME: sort certificates by some type of alphabetical order in the
842        displayed name.
844   <LI> SMIME: Alpine will ask users if they wish to save S/MIME 
845        certificates included in signatures, when the option "Validate 
846        Using Certificate Store Only" is enabled. If the user does not wish 
847        to save it, validation will fail.
849   <LI> HTML: Add support for decoding entities in hexadecimal notation.
850        Suggested by Tulip&aacute;nt Gergely.
852   <LI> The &quot;#&quot; command, when used as part of an aggregate
853        operation will allow users to select the role used in either 
854        replying, forwarding or replying to the group of selected messages, 
855        Suggested by Hisashi T Fujinaka.
857   <LI> If the charset of a message can not be determined, use the value set
858        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
860   <LI> Resizing setup screen will redraw screen.
862   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
863        in the width ambiguous zone, it will use other means to determine
864        the width, such as call wcwidth.
866   <LI> Pico: Code reorganization in the search command to make it easier to
867        add subcommands of the search command.
869   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
870        subcommand of the search command to bring this choice into view.
872   <LI> Pico: Add the ability to search for strings in the beginning or end
873        of a line. Use the Ctrl-^ subcommand of the search command to bring 
874        this choice into view.
876   <LI> For a multipart/alternative message, the Take Address command will 
877        work on the part that is being read.
879   <LI> When sending a message, allow for 512 characters of consecutive 
880        non-white space before folding the subject line.
882   <LI> Make sure titlebar (the line at the top of the screen) always 
883        contains the name of the folder/newsgroup that is open, if this 
884        fits in the title.
886   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
887        will also scramble the name, version and operating system in the 
888        message-id header. Based on a contribution by Dennis Davis, which 
889        is itself based on a contribution by Mark Hills.
891   <LI> Change in logic in imap_set_password function to make Alpine ask if
892        a user wants to save a password before reading the password file.
894   <LI> When exporting all parts of a message, if two attachments have the same
895        name, do not overwrite a file more than once, but instead add a counter
896        number to the filename to make a new file that does not exist in the file
897        system.
899   <LI> Add the Control-R subcommand to the save command for attachments. 
900        This subcommand toggles if the saving will be done in binary mode 
901        for text attachments. When a user saves an attachment using binary
902        mode it will be saved as it was sent, otherwise the attachment will
903        be transformed to UTF-8 for further transformation through internal
904        and user defined filters for saving.
906   <LI> Add command line argument -smimedir, which allows users to specify
907        the default path for a directory that contains the public, private, 
908        and ca directories. This is useful in case a user has a backup of 
909        old certificates that cannot be installed in the ~/.alpine-smime 
910        dir.
912   <LI> Reimplementation of the code that allows the .pinerc file to be a
913        symbolic link by Kyle George from tcpsoft.com to use realpath.
915   <LI> When saving an attachment, the "^T" command leads to a screen where the
916        "A" command can be used to add a file. A directory can be added by
917        pressing "^X" after the "A" command. Added after a suggestion by
918        Stefan Goessling.
920   <LI> When saving an attachment, the ^Y and ^V commands allow a user to 
921        scroll through the history of directories used to save attachments, 
922        while preserving the given name of the file. Suggested by Peter 
923        Koellner.
925   <LI> SMIME: Turn off automatic signing and encrypting of a message when
926        bouncing. Suggested after a discussion with Matthias Rieber.
928   <LI> When messages are selected, warn the user if a message that is not
929        selected will be bounced, or if not all selected messages will be 
930        bounced. Suggested by Ulf-Dietrich Braumann.
932   <LI> The bounce command adds a subcommand to choose a role.
934   <LI> When selecting messages by number, the &quot;.&quot; character can 
935        be used to specify the message on which the cursor is on.
937   <LI> When Alpine opens an attachment, it sometimes changes the extension 
938        of the file that is being opened and replaces it by another for the 
939        same mime type. If Alpine finds that the extension of the file 
940        corresponds with the mime type, according to the mime-types file, 
941        then it will keep it, and no substitution will be made.
943   <LI> Set no restrictions on the length of encoded subjects, but encode
944        words in length of no more than 75 characters.
945 </UL>
949 Bugs that have been addressed include:
950 <UL>
951   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
952        Alpine will use the function ASN1_TIME_print to determine the date 
953        of validity. Reported by Ben Stienstra.
955   <LI> SMIME: Crash when attempting to unlock the password file and an
956        incorrect password is entered.
958   <LI> SMIME: Crash when checking the signature of a message that contains
959        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
960        Krellner.
962   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
964   <LI> SMIME: fix a bug that did not allow users to transfer certificates to
965        remote containers. Reported by Matthias Rieber.
967   <LI> SMIME: certificates included in messages were not being transferred
968        to a remote container.
970   <LI> SMIME: Crash if public certificates are located in an inaccessible
971        remote server and the private key is not available.
973   <LI> SMIME: Alpine does not remove temporary files created when adding a 
974        CA certificate to a container. Reported by Holger Trapp.
976   <LI> SMIME: When reading a local certificate, Alpine converts the name 
977        of the certificate to lowercase, which may make Alpine not be able 
978        to read such certificate. Reported by Dennis Davis.
980   <LI> SMIME: If the option "Remember S/MIME Passphrase" is disabled, then
981        entering a password to read an encrypted message will make Alpine 
982        forget the key and not ask the password to unlock it again in case 
983        it is necessary to unlock it again. Reported by Ulf-Dietrich 
984        Braumann.
986   <LI> Alpine would use freed memory while trying to compute the color
987        of the titlebar. This happened when trying to continue a postponed 
988        message.
990   <LI> Alpine failed to read an encrypted password file if too many
991        passwords were saved in the password file.
993   <LI> When selecting messages while in Threaded Index Screen, some 
994        messages other than top of threads could appear in the index, making
995        Alpine display messages &quot;out of the screen.&quot;
997   <LI> The index format would be chopped at the position of an unrecognized 
998        token, instead of skipping the token as intended.
1000   <LI> Work in progress: Avoid calling non-safe functions when Alpine
1001        receives a signal. See bug report 
1002        <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825772">here.</A>
1004   <LI> Crash when attempting to read a message after a bounce command. 
1005        In order to produce a crash one needed to use the ^T subcommand and 
1006        do a search in a LDAP directory. The crash is produced by changes 
1007        to the text in the title bar. Reported by Heinrich Mislik in the 
1008        Alpine-info list.
1010   <LI> HTML messages that contain UTF-8 may wrap at the wrong position,
1011        making Alpine not display the correct character at the position 
1012        that wrapping is done. Reported by Wang Kang.
1014   <LI> Pico: Searching for a string that is too long causes Pico to crash
1015        in the next search.
1017   <LI> Fix vulnerability in regex library. This only affects those who use
1018        this library, such as the windows version of Alpine. See 
1019        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
1020        for more details.
1022   <LI> Alpine would not set include and lib paths for OpenSSL if this was
1023        installed in /usr/local/ssl.
1025   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
1026        contents when saving its configuration.
1028   <LI> The _INIT_ token does not skip over non-alphanumeric characters in
1029        the name. Reported by Andreas Fehr.
1031   <LI> When opening an INBOX folder in a context different from the 
1032        incoming folders collection, from the command line, Alpine would 
1033        open the INBOX folder from the incoming folders collection.
1035   <LI> Mismatch in size of UCS and CELL caused a corruption in the
1036        content of a pointer, which made the speller in PC-Alpine get the 
1037        content of a word incorrectly.
1039   <LI> Skip testing openssl compatibility version when cross-compilation
1040        is detected. Fix contributed by Antti Sepp&auml;l&auml;
1042   <LI> Alpine fails to remove temporary files used during a display or sending
1043        filter. Fix contributed by Phil Brooke.
1045   <LI> When the index is in zoomed state, adding new messages to the 
1046        selection would not show those messages if those messages are on 
1047        top of the current message in the top of the screen. Reported by
1048        Ulf-Dietrich Braumann. In addition, when the user scrolls through
1049        the index, this scroll smoothly, without jumping pages. Reported
1050        by Holger Trapp.
1052   <LI> Crash when reviewing history of saving attachments.
1054   <LI> Crash when canceling a goto command on a local collection that has
1055        not been expanded and attempting to expand such collection.
1057   <LI> Crash in Pico when forwarding messages that contain a direction mark
1058        at the end of a line. Reported by James Mingo.
1060   <LI> Solve compilation errors when Alpine is built with Visual Studio 2015.
1061 </UL>
1065 Version 2.20 addresses bugs found in previous releases and has several 
1066 additions as well.
1069 Additions include:
1072 <UL>
1073   <LI> Upgrade UW-IMAP to Panda IMAP from 
1074        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
1075   <LI> S/MIME: Add screen to manage certificates.
1076   <LI> S/MIME: Signatures are validated using the user's certificates instead
1077        of the ones included in the message. Behavior can be disabled by
1078        disabling the option <A href="h_config_smime_use_cert_store">
1079         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
1080        by default.
1081   <LI> S/MIME: sign messages using intermediate certificates when needed 
1082        and possible.
1083   <LI> S/MIME: validation of certificates for servers that modify signed 
1084        content.
1085   <LI> S/MIME: signed and encrypted messages will be signed first and 
1086        encrypted second, so that they can be decoded by other clients.
1087   <LI> S/MIME: add the sender certificate to the list of certificates in
1088        encrypted messages to make it possible for the sender to decrypt
1089        the message they sent.
1090   <LI> S/MIME: When transferring certificates to a local container, create 
1091        container with default names PublicContainer, PrivateContainer and 
1092        CAContainer, as appropriate for these files, unless the user has 
1093        provided some other names.
1094   <LI> S/MIME: Forwarding a message will include the signed part as part
1095        of the text and not as a multipart message, just as the reply
1096        command does.
1097   <LI> HTML: Style tag in body of html message causes Alpine to not write
1098        its content until a new &lt;/style&gt;
1099   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
1100        the same inline tag; the same is valid for the &lt;HR&gt; tag.
1101   <LI> Add support to selective expunge through a subcommand of the 
1102        select-apply commands. Read more in the <A 
1103        HREF="h_index_cmd_expunge">help</A> for the expunge command.
1104   <LI> Pico: New subcommand of the search command, allows to reverse the
1105        direction of search.
1106   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
1107        the key and certificate used to encrypt the password file are saved 
1108        in the ~/.alpine-smime/.pwd directory, or in the directory specified
1109        by the -pwdcertdir command line option. 
1110        <A HREF="h_password_file_support">Learn more</A>.
1111   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
1112        server to use different ways to connect using ssl, for 
1113        example {server.com/tls1} will attempt to connect to 
1114        server.com at the ssl imap port (port 993) and establish a 
1115        connection using TLSv1. These flags can be used in 
1116        conjunction with the /ssl flag, the ssl flag is redundant. 
1117        Conversely, however, the /ssl flag does not imply any of 
1118        these flags; the /ssl flag means SSLv3 or, if not available, 
1119        SSLv2 in the SSL port.
1120   <LI> Alpine does not attempt to automatically reopen a collection 
1121        that was not opened due to cancellation by the user. 
1122        Instead, the user must try to open it explicitly.
1123   <LI> Alpine searches for a certificate that matches an email address in
1124        all addresses in a certificate (instead of just the first 
1125        one) but when it tries to unlock the certificate, it asks 
1126        for the password for the first email address in that 
1127        certificate.
1128   <LI> Style tag in body of html message causes Alpine to not write its content
1129        until a new &lt;/style&gt;
1130   <LI> Experimental: Write the content-type of a message in 
1131        lowercase, as some non-compliant servers do not understand 
1132        uppercase content-type, such as those of GMX.de.
1133   <LI> Experimental: Do not send the RSET command before attempting
1134        to send a message, as this causes a delay in some evily managed
1135        servers.
1136   <LI> Opening a folder updates recent count in maildrops (this 
1137        already works for other types of folders)
1138   <LI> Automatically redraw screen after opening an attachment 
1139        instead of simply clearing it.
1140   <LI> Pico: Justification works without need of a predefined quote 
1141        string. This allows justification of blocks of text that are 
1142        indented with spaces.
1143   <LI> Decode the name of attachment names, so they can be written as part   
1144        of the description of the part. 
1145   <LI> Check bounds and tie strings off to improve security. Contributed 
1146        by James Jerkins.
1147   <LI> Replace tabs by spaces in From and Subject fields to control for
1148        size in screen of these fields. Change only in index screen display.
1149   <LI> Aggregate operations allows bouncing a list of messages using a role.
1150        Suggested by Ulf-Dietrich Braumann.
1151   <LI> Disable saving new passwords to the password file. Implemented
1152        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
1153   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
1154      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
1155      Charles M. Register.
1156 </UL>
1160 Bugs that have been addressed include:
1161 <UL>
1162   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
1163        in personal names. Reported by Lev Gorenstein.
1164   <LI> When writing the .pinerc file, lines were truncated if they were longer
1165        than 10,000 characters. This could cause data corruption, so now lines
1166        are allowed to be of any length.
1167   <LI> S/MIME: signed messages that contained an attachment would not validate.
1168   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
1169        validate. Thanks to Andreas Schamanek for testing, debugging and 
1170        advising during the process of fixing this problem.
1171   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
1172        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
1173        and Stefan Mueller.
1174   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
1175        home directory.
1176   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
1177        SMIME making it not possible to sign or encrypt messages.
1178   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
1179        information that is not part of the body, and hence making the body
1180        of the message seem wrong.
1181   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
1182        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
1183        enabled, the message contains 8bit characters and the smtp server 
1184        supports 8bit sending.
1185   <LI> When replying to several messages, subject will be decoded first,
1186        and then stripped from re/fwd before they are compared to determine
1187        the subject of the replied message.
1188   <LI> Crash when tcp connection to NNTP server was lost after connection
1189        had been established, but lost immediately afterwards.
1190   <LI> Crash with message &quot;lock when already locked&quot;, when painting
1191        an index was based on scores that needed information from a remote
1192        addressbook in the same server as the folder opened. Reported by
1193        Peter Koellner.
1194   <LI> Crash in message/rfc822 attachments encoded in base64.
1195   <LI> Postponed messages whose content-type is text/html, text/enriched and
1196        text/richtext are sent with that content-type, even though, after
1197        resuming composition, Alpine had changed its type to text/plain.
1198   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
1199        character set, which might lead to a crash or a corruption in the 
1200        screen. Work was done to contain the bug. A more complete fix will 
1201        be done in a future release. Reported by Professor Robert Funnell.
1202   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
1203   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
1204   <LI> Save command did not warn of existence of a message with a deleted 
1205        attachment in an aggregate save, unless cursor was positioned on a message 
1206        with a deleted attachment. Reported by Florian Herzig.
1207   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
1208        in an IMAP server.
1209   <LI> DATE tokens were not internally transformed to UTF-8, which made their
1210        values not appear complete in the screen. Reported by Werner Scheinast.
1211   <LI> Fixes to configure script so that it will not require PAM for every system.
1212   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
1213        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
1214        during the build. Fix by Ulf-Dietrich Braumann.
1215   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
1216        needs to use tcl_getstringresult() instead. Reported by 
1217        Ulf-Dietrich Braumann.
1218   <LI> Quoted string in URL Viewers configuration variable were not 
1219        unquoted before passing to viewer.
1220   <LI> Fix in configure script to detect location of tcl library; add
1221        /usr/local in FreeBSD and fix a bug in configure script that used 
1222        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
1223        by Werner Scheinast.
1224   <LI> Move SSL configurations from UW-IMAP to configure script, and
1225        update OpenSSL configuration for Mac OS X.
1226   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
1227   <LI> When the download of an attachment is interrumpted, Alpine stills
1228      caches what was downloaded, making the download incomplete for 
1229      subsequent calls of Alpine attempting to open the attachment. In the 
1230      future, Alpine will not cache any downloaded part of the attachment 
1231      when it is interrupted.
1232 </UL>
1237 Version 2.11 addresses bugs found in previous releases and has a few 
1238 additions as well.
1241 Additions include:
1244 <UL>
1245    <LI> Alpine requires version 1.0.0c of Openssl to build.
1246    <LI> Increase encryption of S/MIME encrypted messages.
1247    <LI> Pico: Improvements in justification of paragraphs: lines that begin
1248 with a quote string, followed by a space were considered individual paragraphs,
1249 now they are considered part of a paragraph. Based on earlier joint work
1250 with Jeff Franklin.
1251    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
1252    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
1253 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
1254    <LI> Added recognition of ws and wss URIs.
1255    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
1256  <A HREF="h_config_directory_color">directory names</A>,
1257  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
1258    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
1259 used in the display of the INDEX SCREEN.
1260    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
1261 that adds the ability to preserve To: and Cc: fields when replying to a 
1262 message, as specified by original sender.
1263    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
1264  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
1265    <LI> Quota command includes subcommands for printing, forwarding, etc.
1266 </UL>
1269 Bugs that have been addressed include:
1271 <UL>
1272   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
1273   <LI> Crash when resizing the screen in a configuration screen.
1274   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
1275   <LI> Do not use a shell to open a browser.
1276   <LI> Configure script did not test for crypto or pam libraries.
1277   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
1278   <LI> Change Cygwin directory separator to &quot;/&quot;.
1279   <LI> Alpine could set List- headers, contrary to RFC 2369.
1280 </UL>
1283 Version 2.10 addresses bugs found in previous releases and has a few 
1284 additions as well.
1287 Additions include:
1290 <UL>
1291    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
1292    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
1293    <LI> Foreign characters are decoded correctly in IMAP folder names.
1294    <LI> Question about breaking connection to slow servers includes their name.
1295    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
1296    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
1297    <LI> Cygwin: Alpine builds without need of patch.
1298    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
1299    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
1300    <LI> Add support for strong encryption of password file when S/MIME is built in.
1301 </UL>
1304 Bugs that have been addressed include:
1307 <UL>
1308    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
1309    <LI> Double allocation of memory in Pico.
1310    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
1311    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
1312    <LI> Not recognition of environment variables in some options.
1313    <LI> Not display of login prompt during initial keystrokes.
1314    <LI> justification of long urls breaks them.
1315    <LI> Incorrect New Mail message when envelope is not available.
1316    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
1317    <LI> Crash when resizing the screen after display of LDAP search.
1318    <LI> Crash when redrawing screen while opening a remote folder collection.
1319    <LI> Infinite loop in scrolltool function during notification of new mail.
1320    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
1321    <LI> No display of signed and encrypted S/MIME messages.
1322    <LI> Alpine will not build with OpenSSL.
1323    <LI> Crash for double locking in calls to c-client.
1324    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
1325    <LI> Ignore the references header when threading messages
1326    <LI> No update of colors in index screen after update to addressbook.
1327 </UL>
1330 Version 2.01 addresses bugs found in previous releases and has a few 
1331 additions as well.
1334 Additions include:
1337 <UL>
1338    <LI> Fixed non-ASCII web alpine handling
1339    <LI> Added web alpine help.
1340    <LI> Allow web alpine inbox on second IMAP server.
1341    <LI> Allow web alpine config reset after bad inbox-path gets set.
1342    <LI> Added web alpine ability to create group contact from contact list members.
1343    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
1344    <LI> Tidied up web alpine script layout.
1345    <LI> Fixed web alpine status message ordering
1346    <LI> Added web alpine Fcc setting via Contacts in Compose
1347    <LI> Fixed web alpine autodraft attachment issues
1348    <LI> Fixed web alpine problems with recent count maintenance
1349    <LI> Fixed web alpine newmail arrival display in message list
1350    <LI> Added web alpine confirmation to folder create for Move/Copy
1351    <LI> Added web alpine user-domain support
1352    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
1353 </UL>
1356 Bugs that have been addressed include:
1359 <UL>
1360    <LI> In web alpine fixed delete all selected within a search result to reorient
1361         correctly to whole-mailbox message list.
1362    <LI> Fixed web alpine delete in view page to be sensitive to sort
1363    <LI> Fixed web alpine open of folder within directory from folder manager page.
1364    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
1365    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
1366    <LI> Fixed web alpine adding contacts from message list and view
1367    <LI> Fixed web alpine create of non-existent fcc
1368    <LI> Remove mistakenly left debugger statement in web alpine javascript.
1369    <LI> Some UNIX alpine build problems fixed
1370    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
1371         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
1372         by locale charmap call on some Solaris 8 systems.
1373    <LI> MacOS Keychain logins were not working correctly with generic host names, like
1374         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
1375         new password requests when not needed
1376    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
1377         last folder in the list
1378    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
1379         looked for along with the email address
1380    <LI> Changes to configure to get spellcheck options with work with arguments.
1381    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
1382         returned by gethostname (iPhone can do this)
1383    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
1384         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
1385    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
1386         Jake Scott of marganstanley.com.
1387    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
1388         is not used in alpine.
1389    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
1390         Apparently this causes RIM Blackberry BIS service problems. This is not
1391         used in alpine.
1392    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
1393    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
1394         Fix from Ludwig Nussel of SUSE and from Crispin.
1395    <LI> Include whole filename in export filename history
1396    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
1397 </UL>
1400 Version 2.00
1401 addressed bugs found in previous releases and had a few additions as well.
1403 Additions included:
1406 <UL>
1407    <LI> Redesigned Web Alpine interface
1408    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
1409         in UNIX versions of Alpine
1410    <LI> Attempt to include the attachment filename as part of the name of the
1411         temporary file used when viewing an attachment with an external program.
1412         Add some randomness to that filename to make it hard to predict the filename.
1413         Add a filename extension, usually derived from the type/subtype, to the
1414         temporary filename. This was previously done only on Windows and MacOS X.
1415    <LI> Enhance address completion in the composer (TAB command) so that it looks
1416         through nicknames, fullnames, and addresses from the address book; addresses
1417         from the message being viewed, if any; and the results from
1418         <A HREF="h_direct_config">LDAP Directory Server</A>
1419         lookups for all of the defined directory servers that have the
1420         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
1421         feature set.
1422    <LI> Make the default character set setting more liberal in what it will accept
1423         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
1424    <LI> Remove the Alpine revision number from the titlebar in released versions
1425         while leaving it there in snapshot versions
1426    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
1427         display of asterisks when you type a password for Alpine
1428    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
1429    <LI> When the
1430         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
1431         feature is turned on convert not only the dates in the index screen but also
1432         the dates in the MESSAGE VIEW
1433 </UL>
1436 Bugs addressed in the 2.00 release included:
1439 <UL>
1440    <LI> Crash when using tab-completion for selecting a Save filename
1441    <LI> Make Web Alpine help text images relative for more portability
1442    <LI> Fixed attach save of html parts in Web Alpine
1443    <LI> Viewing, printing, exporting, replying, and bouncing of message
1444         digests was broken. Replying and bouncing should not have been
1445         allowed at all for digests. It would be nice to have a more standard
1446         index-like view of a message digest but that has not been addressed
1447         with this minor bug fix.
1448    <LI> Adjust wrapping of HTML messages so that the margins specified by
1449         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
1450         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
1451         are observed correctly
1452    <LI> Interrupt of WhereIs command in index was broken
1453    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1454         option did not work correctly interpreting unknown characters in message headers
1455    <LI> Long address lines could cause blank continuation lines
1456    <LI> Save to a local default INBOX failed if the primary collection was also local,
1457         which it is by default. The save went to  ~/mail/inbox instead.
1458    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
1459         inbox, not the inbox in the primary collection
1460    <LI> Address book entries with lots of addresses would be truncated when
1461         entered in the composer with a screen size wider than 270 or so characters
1462    <LI> Some fields in the index screen were truncated when the screen width was
1463         wider than 256 characters
1464    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
1465         folder, and there is a more than 10 minute pause between typing the TAB
1466         and typing the Yes
1467 </UL>
1470 Version 1.10(962)
1471 addressed bugs found in previous releases and had a few additions as well.
1473 Additions included:
1476 <UL>
1477    <LI> Add the possibility of setting a default role
1478         (see <A HREF="h_role_select">Roles Screen</A>)
1479         which may be convenient if your work flow involves acting in one
1480         role for a while then switching to another role and staying in the
1481         new role for another period of time
1482    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
1483         is encountered, ask the user if he or she wants to continue with the
1484         risky Save anyway instead of aborting. This may be helpful if your
1485         IMAP server is broken in this way but be aware that it is possible there
1486         was a real error instead of just a broken server implementation.
1487    <LI> Some configure adjustments for Kerberos detection and
1488         for SCO OpenServer 5 support
1489    <LI> Hide INBOX in a collection if it also appears as an
1490         <A HREF="h_config_enable_incoming">Incoming Folder</A>
1491    <LI> Show asterisks for feedback when the user is typing a password
1492    <LI> Performance improvement for threading of large folders
1493    <LI> Previously, the search used to find
1494         Pattern matches containing To patterns searched for both To
1495         and Resent-To headers. The relatively complicated search this
1496         produces causes problems when using some deficient IMAP servers.
1497         Now the default is to look only for To headers and ignore the
1498         presence of Resent-To. The previous behavior may be restored
1499         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
1500    <LI> Add an
1501         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1502         to help with reading malformed unlabeled messages
1503    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
1504    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
1505    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
1506 </UL>
1509 Bugs addressed in the 1.10(962) release included:
1512 <UL>
1513    <LI> Crash when encountering certain errors from an SMTP server
1514    <LI> Crash in composer caused by overflow in replace_pat()
1515    <LI> Hang when authenticating to an SMTP server that fails with a
1516         &quot;connection disconnected&quot; error
1517    <LI> Bug in handling of trailing tab character in flowed text
1518    <LI> Security enhancement for mailcap parameter substitution
1519    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
1520         did not work if the message being replied to was not flowed text
1521         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
1522         was not turned on
1523    <LI> Don't allow printer to be changed through hidden config screen
1524         if system administrator didn't want it to be allowed
1525    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
1526         should know that it won't work, causing error messages to appear
1527    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
1528         of double-quote double-quote didn't work right
1529    <LI> Quoting wasn't being done to protect special characters from the
1530         MacOS X shell when
1531         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
1532         was not defined
1533    <LI> On MacOS X message attachments should be shown internally instead of
1534         being shown using the Mail application
1535    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
1536         sometimes set the outgoing charset to X-UNKNOWN, making the result
1537         unreadable
1538    <LI> When the sending of a message failed lines with leading spaces had one
1539         additional space inserted in each of those lines when the user
1540         was returned to the composer
1541    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
1542         that contained non-ascii characters because it was truncating the
1543         line being searched so that it was shorter than what was visible on
1544         the screen
1545    <LI> When composing, an attachment with a long name that causes wrapping in
1546         just the wrong place would generate an error and cause the send
1547         of the attachment to fail
1548    <LI> After calling the file browser to attach a file in the composer, a resize
1549         of the window when back in the composer would redraw the last screen that
1550         had been shown in the browser instead of the current composer screen
1551    <LI> Possible crash in index screen when encountering unparsable addresses
1552         or when using one of the PRIORITY tokens or the HEADER token in the
1553         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
1554    <LI> Problems with Header Color editing if the configuration option
1555         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
1556         was inadvertently changed to the Empty Value in the hidden config screen
1557    <LI> When resuming the final postponed message from an Exchange server the user
1558         could get a certificate validation failure because alpine was trying
1559         to validate the canonical name of the folder instead of the name the
1560         user used
1561    <LI> Windows line endings in a mimetypes file on a Unix system cause a
1562         failure to find a match
1563    <LI> Make matching of extension names case independent in mimetypes files
1564    <LI> Windows dialog boxes for entering text were not working correctly
1565    <LI> Replying to or Forwarding multipart/alternative messages which had a
1566         single text/html part did not work well
1567    <LI> Printing the print confirmation page caused a crash
1568    <LI> A To line with a long, quoted personal name could display incorrectly
1569         if it was close to the same width as the screen
1570    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
1571         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
1572         are turned on hide (0/0) when the folder is empty
1573    <LI> Folder completion while Saving didn't work if the collection being
1574         saved to was the local home directory
1575 </UL>
1578 Version 1.00
1579 was an evolutionary release based on Pine, which was also
1580 developed at the University of Washington.
1581 It is upwards-compatible for existing Pine users.
1584 Changes included:
1586 <UL>
1587    <LI> Ground-up reorganization of source code around addition
1588         of "pith/" core routine library.
1589    <LI> Fundamental improvement in Alpine's internal text handling, which
1590         is now based exclusively on Unicode. This allows displaying incoming
1591         messages and producing outgoing messages in many different languages.
1592    <LI> Ground-up reorganization of build and install procedures
1593         based on GNU Build System's autotools. NOTE, the included IMAP library
1594         build is not based on autotools, so some features will not work. However,
1595         it should get built automatically during the Alpine build process.
1596    <LI> Web-based version included built on TCL designed to run under
1597         a suitable CGI-supporting web server such as Apache.
1598 </UL>
1602 Details on changes in previous (prerelease) versions of Alpine
1603 may be found at the following URL:
1605 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1608 <HR WIDTH="75%"><P>
1610 <H2>Getting Help</H2>
1611 <DL>
1612 <DT>Online Help</DT>
1613 <DD>
1614 Every Alpine screen and command has associated help text
1615 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
1616 </DD>
1618 <DT>Web Help</DT>
1619 <DD>
1620 The most current source of information about Alpine,
1621 including new version availability, is the web page at
1623 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1624 </DD>
1625 </DL>
1627 <HR WIDTH="75%"><P>
1629 <H2>Additional Information</H2>
1631 General Alpine configuration information can be found
1632 <A HREF="h_news_config">here</A>.
1634 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
1635 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
1636 access is provided by the IMAP Toolkit Environment (c-client library)
1637 version <!--#echo var="C_CLIENT_VERSION"-->.
1638 <P> 
1639 Alpine was developed until 2009 by the Office of Computing 
1640 &amp; Communications at the University of Washington in Seattle.  
1641 Since then, the effort of developing Alpine has been continued by
1642 a community of volunteers who make good software even better!
1645 Alpine Copyright 2013-2021 Eduardo Chappa, 
1646 <BR> Copyright 2006-2008 University of Washington.
1649 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
1650 or instead you can find the Apache License, version 2.0 at the web URL:
1653 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
1656 &lt;End of Release Notes&gt;
1657 </BODY>
1658 </HTML>
1659 ====== h_password_file_support ======
1660 <HTML>
1661 <HEAD>
1662 <TITLE>Encryption for Password File Support Explained</TITLE>
1663 </HEAD>
1664 <BODY>
1665 <H1>Encryption for Password File Support Explained</H1>
1667 Index<BR>
1668 <OL>
1669 <LI><A HREF="#content">Explanation</A>
1670 <LI><A HREF="#example_existing_key">Example of Use of Existing Key and Certificate</A>
1671 <LI><A HREF="#example_self_signed">Example of Creating Master Password</A>
1672 </OL>
1674 <P><A NAME="content">Unix Alpine Only.</A>
1676 <P> If your version of Alpine has been built with password file support
1677 then you can use a special file to save your passwords, and avoid typing
1678 them every time you open a connection to a remote server.
1680 <P> If, in addition, your version of Alpine was built with SMIME support, then your 
1681 password file will be encrypted with a strong key. There are two ways in 
1682 which this can happen: Alpine will either use a matching private key and 
1683 public certificate pair that you already own, or it will create one for 
1684 you, just for purposes of encrypting this file. We describe both processes 
1685 below.
1687 <P> Initially, Alpine will scan your public and private directories for a 
1688 certificate/private key pair that works. Alpine will pick the first pair 
1689 that it finds that matches. 
1691 <P> Once a pair has been chosen, it will be copied to the directory 
1692 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
1693 that directory. The first time this process is done, this directory will 
1694 be created, a key/certificate pair will be copied to it, from then on 
1695 this pair will be used to encrypt and decrypt your password file. 
1697 <P> If you want to use a specific key and certificate pair to encrypt
1698 your password file, you can create the directory ~/.alpine-smime/.pwd 
1699 manually, and then create your preferred key/certificate pair there.
1700 Alpine will use this key regardless of if it has expired, or if it is
1701 self-signed. These issues do not affect the encryption or decryption
1702 of the password file.
1704 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
1705 your key/certificate pair, you can specify a different one with the 
1706 -pwdcertdir command line option in Alpine. If the directory specified by 
1707 this option is not found Alpine will fail to encrypt and decrypt your 
1708 password file. However if it exists, Alpine will search for a 
1709 key/certificate pair in that
1710 directory, and if it does not find one, it will create one and save it
1711 in that directory.
1713 <P> Alpine does not care about the names of the key and certificates in 
1714 this directory, but the private key must have &quot;.key&quot; extension 
1715 and your public certificate must have the &quot;.crt&quot; extension. The
1716 name of the private key will be used in the prompt when you are asked
1717 to unlock your key to decrypt your password.
1719 <P> If Alpine cannot find a suitable private key and public certificate 
1720 pair to encrypt your password, it will create one. You will be asked to 
1721 create a &quot;Master Password&quot; to protect such key. At this moment 
1722 there are no restrictions on passwords, other than they have to be at 
1723 least 8 characters long, but future versions of Alpine will include 
1724 functionality to restrict master passwords, as set up by the administrator 
1725 of the system in the pine.conf.fixed file.
1727 <P><A NAME="example_existing_key"><B>Example of Use of Existing Key and Certificate</B></A>
1729 <P>Assume you have a private key called peter@address.com.key in your, 
1730 ~/.alpine-smime/private directory, and a public certificate called 
1731 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
1732 are your only key/certificate pair.
1734 <P> When Alpine starts for the first time, without command line options, 
1735 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
1736 it will create it. Then it will go through your keys and certificates and 
1737 find a pair that it can use, and copy the files peter@address.com.key,
1738 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
1739 you can do the same by copying these files by yourself. This can be done
1740 with the sequence of commands
1742 <PRE>
1743 mkdir ~/.alpine-smime/.pwd
1744 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
1745 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
1746 </PRE>
1748 <P> When Alpine starts, you will be asked the password to unlock your
1749 private key with the prompt.
1751 <PRE>
1752 Enter password of key &lt;peter@address.com&gt; to unlock password file:
1753 </PRE>
1755 <P> If you prefer to use different names for your private and public keys 
1756 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
1757 preserve the extension of the files. For example, you can use the names 
1758 private_key.key and public_cert.crt instead. In this case, the prompt you 
1759 will see when you are asked to unlock your private key will read
1761 <PRE>
1762 Enter password of key &lt;private_key&gt; to unlock password file:
1763 </PRE>
1765 <P>Observe that you do not need to use an existing key/certificate pair, 
1766 and that you can create a new private key/public certificate pair to 
1767 encrypt and decrypt your password file. Alpine provides a mechanism to
1768 change the encryption key for this file in the S/MIME configuration
1769 screen.
1771 <P><A NAME="example_self_signed"><B>Example of Creating Master Password</B></A>
1773 <P> If Alpine cannot find a suitable private key and public certificate pair
1774 to encrypt your password file, it will create one. When doing so, it will
1775 start the process with the following warning:
1777 <PRE>
1778 Creating a Master Password for your Password file.
1779 </PRE>
1781 <P> Then Alpine will ask you to enter your Master Password:
1783 <PRE>
1784 Create master password (attempt 1 of 3):
1785 </PRE>
1787 <P> Once you enter this password, and it validates according to system policy,
1788 you will be asked to confirm this password. 
1790 <PRE>
1791 Confirm master password (attempt 1 of 3):
1792 </PRE>
1794 <P> If you input the same password, then Alpine will set that as your 
1795 Master Password, and you will use this password to unlock your key in the 
1796 future.
1798 <P> If you would like to switch your Master Password in the future, you can 
1799 do so by creating a new public key and public certificate pair. You can do 
1800 so in the S/MIME configuration screen, in the &quot;Manage Key and 
1801 Certificate for Password File&quot; section, simply enter your current 
1802 password to unlock your current key and then press &quot;C&quot; to create 
1803 a new key.
1806 &lt;End of help&gt;
1807 </BODY>
1808 </HTML>
1809 ====== h_network_encryption_security ======
1810 <HTML>
1811 <HEAD>
1812 <TITLE>Network Encryption Security Explained</TITLE>
1813 </HEAD>
1814 <BODY>
1815 <H1>Network Encryption Security Explained</H1>
1817 You can specify which encryption protocol you would like to try when
1818 creating a secure connection to a server. Alpine will attempt to use
1819 that encryption protocol, but in practice the protocol being used will
1820 default to the most secure protocol that both Alpine and the server
1821 support.
1823 <P> If you use the latest version of OpenSSL, the /ssl modifier to the 
1824 server definition will use the most secure version of the TLS encryption 
1825 protocol. The same will be true if you try /tls1_1 or /tls1_2, but in an 
1826 old version of OpenSSL (pre 1.1.0 series) /tls1_1 might mean to use 
1827 version 1.1 of the TLS protocol.
1829 <P> You will never go wrong by using the /ssl modifier. At the time of
1830 this writing OpenSSL had released version 1.1.1, with support for
1831 TLS version 1.3. If your version of OpenSSL does not support this version
1832 of the TLS protocol, then the /tls1_3 modifier will only mean to use
1833 the most secure version of the TLS protocol that OpenSSL and the
1834 server can negotiate. In future versions of OpenSSL, /tls1_3 might mean
1835 to try to negotiate a higher version of the TLS protocol.
1837 <P> In order to avoid confusion, the /ssl flag is the best way to guarantee
1838 the highest encryption protocol available, and it is the recommended
1839 modifier to the server definition to create a secure encrypted connection.
1842 &lt;End of help&gt;
1843 </BODY>
1844 </HTML>
1845 ====== h_gmail_configuration ======
1846 <HTML>
1847 <HEAD>
1848 <TITLE>Configuring Access to Gmail Using XOAUTH2</TITLE>
1849 </HEAD>
1850 <BODY>
1851 <H1>Configuring Access to Gmail Using XOAUTH2</H1>
1853 Gmail allows you to access their IMAP and SMTP server using either the XOAUTH2
1854 or OAUTHBEARER authentication method. You can choose any of them. A sample configuration for reading
1855 incoming mail is
1858 inbox-path = {imap.gmail.com/ssl/user=YourId@gmail.com/auth=xoauth2}INBOX<BR>
1859 smtp-server = smtp.gmail.com/ssl/user=YourId@gmail.com/auth=xoauth2
1862 Note that you can substitute /auth=xoauth2 by /auth=oauthbearer.
1865 Gmail implements the authorize method. This means that in order to use xoauth2, you must
1866 open a URL, login to your Gmail account, and authorize Alpine to access your email. As a
1867 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
1868 Once you have done that, Alpine will be able to get a refresh and access token, which
1869 Alpine will use later to read and send email.
1872 &lt;End of help&gt;
1873 </BODY>
1874 </HTML>
1875 ====== h_outlook_configuration ======
1876 <HTML>
1877 <HEAD>
1878 <TITLE>Configuring Access to Outlook Using XOAUTH2</TITLE>
1879 </HEAD>
1880 <BODY>
1881 <H1>Configuring Access to Outlook Using XOAUTH2</H1>
1883 Outlook allows you to access their IMAP and SMTP server using the XOAUTH2
1884 authentication method. A sample configuration for reading incoming mail is
1887 inbox-path = {outlook.office365.com/ssl/user=YourId@outlook.com/auth=xoauth2}INBOX<BR>
1888 smtp-server = smtp.office365.com/submit/user=YourId@outlook.com/auth=xoauth2
1891 Outlook implements the authorize and device methods to get your authorization to access
1892 your account. Alpine uses by default the device method, so try that one first.
1895 &lt;End of help&gt;
1896 </BODY>
1897 </HTML>
1898 ====== h_yahoo_configuration ======
1899 <HTML>
1900 <HEAD>
1901 <TITLE>Configuring Access to Yahoo! Using XOAUTH2</TITLE>
1902 </HEAD>
1903 <BODY>
1904 <H1>Configuring Access to Yahoo! Using XOAUTH2</H1>
1906 Yahoo! allows you to access their IMAP and SMTP server using either the XOAUTH2 or
1907 OAUTHBEARER authentication method. You can choose any of them. A sample configuration for
1908 reading incoming mail is
1911 inbox-path = {imap.mail.yahoo.com/ssl/user=YourId@yahoo.com/auth=xoauth2}INBOX<BR>
1912 smtp-server = smtp.mail.yahoo.com/ssl/user=YourId@yahoo.com/auth=xoauth2
1915 Note that you can substitute /auth=xoauth2 by /auth=oauthbearer.
1918 Yahoo! implements the authorize method. This means that in order to use xoauth2, you must
1919 open a URL, login to your Yahoo! account, and authorize Alpine to access your email. As a
1920 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
1921 Once you have done that, Alpine will be able to get a refresh and access token, which
1922 Alpine will use later to read and send email.
1925 &lt;End of help&gt;
1926 </BODY>
1927 </HTML>
1928 ====== h_yandex_configuration ======
1929 <HTML>
1930 <HEAD>
1931 <TITLE>Configuring Access to Yandex Using XOAUTH2</TITLE>
1932 </HEAD>
1933 <BODY>
1934 <H1>Configuring Access to Yandex Using XOAUTH2</H1>
1936 Yandex allows you to access their IMAP and SMTP server using the XOAUTH2
1937 authentication method. A sample configuration for reading incoming mail is
1940 inbox-path = {imap.yandex.com/ssl/user=YourId@yandex.com/auth=xoauth2}INBOX<BR>
1941 smtp-server = smtp.yandex.com/ssl/user=YourId@yandex.com/auth=xoauth2
1944 Yandex implements the authorize method. This means that in order to use xoauth2, you must
1945 open a URL, login to your Yandex account, and authorize Alpine to access your email. As a
1946 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
1947 Once you have done that, Alpine will be able to get a refresh and access token, which
1948 Alpine will use later to read and send email.
1951 &lt;End of help&gt;
1952 </BODY>
1953 </HTML>
1954 ====== h_xoauth2 ======
1955 <HTML>
1956 <HEAD>
1957 <TITLE>XOAUTH2 Authenticator Explained</TITLE>
1958 </HEAD>
1959 <BODY>
1960 <H1>XOAUTH2 Authenticator Explained</H1>
1962 The XOAUTH2 authenticator method is a way in which you can sign in to your
1963 account to read and send email. This method is different from the traditional
1964 username/password that users are accustomed to, and it needs to be set up
1965 by the user. This text will help you understand this authentication method.
1967 <P> A quick list of services supported by Alpine are (follow each link for
1968 specific configuration instructions)
1970 <UL>
1971 <LI> <A href="h_gmail_configuration">Gmail</A>
1972 <LI> <A href="h_outlook_configuration">Outlook</A>
1973 <LI> <A href="h_yahoo_configuration">Yahoo!</A>
1974 <LI> <A href="h_yandex_configuration">Yandex</A>
1975 </UL>
1978 The most important difference between this method and other authentication
1979 methods is what happens if someone steals your credentials. This method is
1980 attached to three components: Your username, your password and your email
1981 program.
1984 At the beginning of this process, the developer of the email program 
1985 registers the email program with the email service provider (Gmail, 
1986 Outlook, etc.) In return, the email service provider creates a client-id.
1987 In addition, some services provide a client-secret.
1988 Since Alpine is an open source program, these values are part
1989 of the source code, and are known to everyone, and cannot be obfuscated.
1992 After a program has been registered with an email service provider, the 
1993 user must authorize the email program access to their email account in 
1994 that service. Alpine helps you do that, but it cannot do all the process 
1995 for you, and you will need to use an external web browser to authorize
1996 Alpine to read and send email.
1999 This part of the process is simple. Alpine creates a URL based on the id 
2000 and secret created by the email service, which the user opens. Once the 
2001 URL has been opened, the user signs in to the server, and once signed into
2002 the account, the user is asked to authorize Alpine access to the email 
2003 account. If the user agrees, an &quot;<I>Access Code</I>&quot; will be
2004 generated.
2007 An Access Code is a very long string, and so the recommendation is to copy 
2008 and paste this code back into Alpine, at the time Alpine is helping you 
2009 set up this authenticator. This part of the process is done only once per 
2010 email program (If you run Alpine in several computers, you would do this 
2011 once per computer. Each computer gets its own Access Code.)
2014 Once Alpine has an Access Code, it goes back internally to the email 
2015 service and asks it to generate two strings, called the &quot;<I>Refresh 
2016 Token</I>&quot; and the &quot;<I>Access Token</I>&quot;. This part is 
2017 invisible to the user, and they will never see it, but in order for you to 
2018 understand what to do in case you lose them, you need to understand their 
2019 use.
2022 The <I>Access Token</I> is the equivalent of a temporary password. It 
2023 allows the user to access (and reaccess as many times as they would like)
2024 their email account for a limited amount of time, typically 1 hour after
2025 it was issued. After that time expires, users need a new Access Token.
2028 The <I>Refresh Token</I> is the equivalent of a password generator. With 
2029 this token, Alpine can go to the email service provider and request a new 
2030 Access Token. This part of the process does not need user intervention, 
2031 anyone can do this, as long as they have the Refresh Token, program id and 
2032 program secret, so it is important that users keep their Refresh Token as 
2033 secure as they can.
2036 Given that the Refresh Token and the Access Token are long strings, users 
2037 are not supposed to be able to memorize them and recall them later. Alpine 
2038 will store them in the password file, should a user have one. Otherwise, 
2039 the user will have to create one each time they run Alpine, starting by 
2040 creating the Access Code all over each time they try to sign in to their 
2041 email account. When Alpine is compiled with SSL and password file support, 
2042 it will default to saving this information using encryption and under a 
2043 master password, so unless they have made changes to this process, their 
2044 Refresh and Access Tokens are saved securely and persist from one session 
2045 to the next.
2048 Should any person steal your Refresh Token, you must login to your account 
2049 with your username and password and revoke Alpine authorization to your 
2050 account. This is enough to stop the person who stole your Refresh Token 
2051 from accessing your email service. In the case of Gmail, changing your 
2052 password will invalidate your Refresh Token, and this will be enough to 
2053 prevent others from using a stolen Refresh Token. Consult with your email
2054 service provider to learn what you can do if someone steals your Refresh
2055 Token.
2058 If, for any reason, Alpine cannot sign in to your email service for two 
2059 consecutive times with Access Codes generated by your Refresh Token, it 
2060 will remove the Refresh Token from your password file, forcing you to get 
2061 a new one, by getting an Access Code first, and granting authorization to
2062 Alpine to access your email once again.
2065 This implementation of XOAUTH2 knows the list of servers that it can
2066 access using the same credentials, so Alpine will be able to read and send
2067 emails using the same Access Token. You will not have to create
2068 Access and Refresh Tokens for the IMAP and SMTP servers separately.
2071 &lt;End of help&gt;
2072 </BODY>
2073 </HTML>
2074 ====== h_xoauth2_config_screen ======
2075 <HTML>
2076 <HEAD>
2077 <TITLE>XOAUTH2 Configuration Screen</TITLE>
2078 </HEAD>
2079 <BODY>
2080 <H1>XOAUTH2 Configuration Screen</H1>
2082 The XOAUTH2 configuration screen helps you connect your client-id and
2083 other configuration information about the service you want to use with
2084 Alpine.
2086 <P> Alpine provides a default configuration for you. For some providers
2087 this configuration does not work, and requires you to get your own
2088 Client-ID for Alpine. Depending on the service, you might need extra information,
2089 such as a Client-Secret or a Tenant.
2091 <P> If the default configuration of Alpine does not work for you, you can simply
2092 replace the default configuration of Alpine by your new configuration. If for
2093 any reason you need to have a second client-id, you can use the ^A command to
2094 add a new configuration for one of the supported services by Alpine.
2096 <P> If you wish to delete a configuration for a service, place the cursor
2097 on the configuration you want to delete and press ^D.
2099 <P> When you have more than one client-id for the same service, is is convenient
2100 to fill up the username field. This will tell Alpine that that specific configuration
2101 is to be used with the username(s) specified in that variable. If Alpine cannot
2102 determine which configuration to use, it will ask you to select the correct
2103 Client-ID for your connection. This could happen when you are trying to login to
2104 your account. The client-id you select will be used by Alpine for that and future
2105 connections to that server.
2109 &lt;End of help&gt;
2110 </BODY>
2111 </HTML>
2112 ====== h_tls_failure_details ======
2113 <HTML>
2114 <HEAD>
2115 <TITLE>Certificate Validation Details</TITLE>
2116 </HEAD>
2117 <BODY>
2118 <H1>Certificate Validation Details</H1>
2120 This screen gives details as to why the certificate validation failed: the
2121 name of the desired server system; the reason for failure; and the name on
2122 the certificate.  This is primarily of interest to experts.
2125 &lt;End of help&gt;
2126 </BODY>
2127 </HTML>
2128 ====== h_tls_failure ======
2129 <HTML>
2130 <HEAD>
2131 <TITLE>TLS or SSL Failure</TITLE>
2132 </HEAD>
2133 <BODY>
2134 <H1>TLS or SSL Failure</H1>
2136 An attempt was made to establish a secure, encrypted connection to the
2137 server system using either Transport Layer Security (TLS) or the older
2138 Secure Sockets Layer (SSL).  This attempt failed.
2141 You should contact your server system management for more assistance.
2142 The problem is probably at the server system and not in Alpine or your local
2143 system.  The text in this screen may be helpful for the server system
2144 management in debugging the problem,
2147 &lt;End of help&gt;
2148 </BODY>
2149 </HTML>
2150 ====== h_tls_validation_failure ======
2151 <HTML>
2152 <HEAD>
2153 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
2154 </HEAD>
2155 <BODY>
2156 <H1>TLS and SSL Certificate Validation Failures</H1>
2158 An attempt was made to establish a secure, encrypted connection to the
2159 server system using either Transport Layer Security (TLS) or the older
2160 Secure Sockets Layer (SSL).
2163 An important part of this procedure is server certificate validation.  A
2164 server certificate is an &quot;electronic identification card&quot; for the server
2165 system that is signed by a well-known certificate authority (CA).  Alpine
2166 compares the server system identity in the server certificate with the
2167 name of the server system to which it is trying to connect.  Alpine also
2168 verifies that the CA signature is authentic.
2171 Some common failure conditions are:
2174 <UL>
2175   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
2176 signed its own certificate.  This does not necessarily indicate anything
2177 bad; the server operators may simply have elected to not purchase a
2178 signed certificate from a certificate authority.
2180   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
2181 the signature on the server system is from an unknown certificate authority.
2182 It can also mean that no certificate authority certificates have been
2183 installed on the local UNIX system.
2185   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
2186 the same as either of the above two conditions in UNIX Alpine.  Note that
2187 Windows systems typically have a full set of certificate authority
2188 certificates installed, so it is more likely to be a self-signed
2189 certificate than an unknown certificate authority.
2191   <LI> Server name does not match certificate.  This means that the server
2192 presented a proper signed certificate for a name other than the desired
2193 name.
2194 </UL>
2197 Any of these conditions can indicate that you are being attacked and have
2198 been directed to an imposter server that will record your password and
2199 your private mail messages.  It can also mean something innocuous.
2202 If you are certain that the problem is innocuous, you can append the
2203 option
2206 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
2209 to the server system name where it appears in your configuration (e.g. the
2210 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
2211 a folder-collection, or a news or SMTP server).  This will
2212 disable certificate validation.  On the other hand, if you are attacked,
2213 you will get no warning if you do this.
2215 <P> When you get an error indicating a self-signed certificate from the 
2216 remote server, you can download and install the certificate for that 
2217 server. Avoid using the /NoValidate-Cert modifier. Alpine cannot help you 
2218 with this process because certificates are part of the system and are not 
2219 under the control of the user. Find directions on how to download and 
2220 install certificates for your system using your favorite search engine.
2223 &lt;End of Cert Validation Failures help&gt;
2224 </BODY>
2225 </HTML>
2226 ====== h_oauth2_start ======
2227 <HTML>
2228 <HEAD>
2229 <TITLE>Setting up XOAUTH2 Authentication</TITLE>
2230 </HEAD>
2231 <BODY>
2232 <H1>Setting up XOAUTH2 Authentication</H1>
2234 You are trying to connect to a server that uses the XOAUTH2 method of
2235 authentication.
2238 In order to set this up, you need to authenticate in the target server
2239 and authorize Alpine to access your email account.
2242 After you have authorized Alpine, the server will generate an
2243 &quot;access code.&quot; In order to use this code, press 'C'
2244 and copy and paste this code back into Alpine.
2247 After you have input the code, Alpine will conclude logging you into your
2248 account.
2251 &lt;End of setting up XOAUTH2 Authentication help&gt;
2252 </BODY>
2253 </HTML>
2254 ====== h_release_tlscerts ======
2255 <HTML>
2256 <HEAD>
2257 <TITLE>TLS and SSL usage note</TITLE>
2258 </HEAD>
2259 <BODY>
2260 <H1>TLS and SSL usage note</H1>
2263 When using Alpine from Unix or Windows 2000,
2264 server certificates must be signed by a trusted certificate authority.
2265 You may relax this requirement (at the cost of some security) by using
2267 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
2268 modifier in the mailbox name.
2271 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
2274 The fully-qualified host name of the server should be used
2275 so that it matches the host name in the server certificate.
2277 Here is an example of a host specification that directs Alpine to use
2278 the SSL port (993) and an encrypted data stream.
2280 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
2282 &lt;End of TLS usage help&gt;
2283 </BODY>
2284 </HTML>
2285 ====== h_news_config ======
2286 <HTML>
2287 <HEAD>
2288 <TITLE>Alpine Configuration</TITLE>
2289 </HEAD>
2290 <BODY>
2291 <H1>Alpine Configuration</H1>
2293 <H2>Using Environment Variables</H2>
2295 The values of Alpine configuration options may include environment variables
2296 that are replaced by the value of the variable at the time Alpine is run
2297 (and also at the time the config option is changed).
2298 The syntax to use environment variables is a subset of the common Unix
2299 shell dollar-syntax.
2300 For example, if
2302 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
2304 appears in the value of an Alpine configuration option it is looked up in the
2305 envirom ent (using getenv(&quot;VAR&quot;)) and its
2306 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
2307 To include a literal dollar sign you may precede the dollar sign with another
2308 dollar sign.
2309 In other words, if the text
2311 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
2313 is the value of a configuration option, it will be expanded to
2315 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
2317 and no environment lookup will be done.
2318 For Unix Alpine it will also work to use a backslash character to
2319 escape the special meaning of the dollar sign, but $$ is preferable since
2320 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
2321 to be in a shared configuration file.
2324 This all sounds more complicated than it actually is.
2325 An example may make it clearer.
2326 Unfortunately, the way in which environment variables are set is OS-dependent 
2327 and command shell-dependent.
2328 In some Unix command shells you may use
2330 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
2331    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
2333 Now, if you use Alpine's Setup/Config screen to set
2335 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
2337 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
2338 so that this would be equivalent to
2340 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
2342 Note, environment variable substitution happens after configuration
2343 options that are lists are split into the separate elements of the list,
2344 so a single environment variable can't contain a list of values.
2347 The environment variable doesn't have to be the only thing
2348 after the equal sign.
2349 However, if the name of the variable is not at the end of the line or
2350 followed by a space (so that you can tell where the variable name ends),
2351 it must be enclosed in curly braces like
2353 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
2355 It is always ok to use the braces even if you don't need to.
2357 It is also possible to set a default value for an environment variable.
2358 This default value will be used if the environment variable is not
2359 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
2360 The syntax used to set a default value is
2362 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
2364 If the config file contains
2366 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
2368 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
2369 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
2370 the value that <SAMP>VAR</SAMP> was set to, otherwise,
2371 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
2372 the default value.
2373 (Note that the variable is called &quot;personal-name&quot; in the config
2374 file but is displayed in the config screen as
2375 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
2376 In general, the value that goes into a config file is never exactly the
2377 same as the value you see on the screen.)
2380 An example where an environment variable might be useful is the
2381 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
2382 Suppose most users used the server
2384 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
2386 but that there were some exceptions who used
2388 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
2390 In this case, the system manager might include the following line in
2391 the systemwide default Alpine configuration file
2393 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
2395 For the exceptional users adding
2397 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
2399 to their environment should work.
2401 Another example might be the case where a user has to use a different
2402 SMTP server from work and from home.
2403 The setup might be something as simple as
2405 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
2407 or perhaps a default value could be given.
2408 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
2409 a list of SMTP servers.
2412 <H2>Configuration precedence</H2>
2414 There are several levels of Alpine configuration.  Configuration values at
2415 a given level override corresponding values at lower levels.  In order of
2416 increasing precedence:
2418 <UL>
2419  <LI> built-in defaults
2420  <LI> system-wide
2421 <!--chtml if pinemode="os_windows"-->
2422       config file from command line or provided
2423       by "PINECONF" environment variable
2424 <!--chtml else-->
2425       pine.conf file
2426 <!--chtml endif-->
2427  <LI> personal configuration file
2428  <LI> personal exceptions configuration file
2429  <LI> command-line options
2430  <!--chtml if pinemode="os_windows"--><!--chtml else-->
2431  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
2432 </UL>
2434 The values in both the personal configuration file and the
2435 <A HREF="h_config_exceptions">exceptions</A>
2436 configuration file may be set using the Setup command.
2437 Setup/Config is the command to change most of the personal configuration
2438 options.
2439 The other Setup subcommands are also used to change the configuration,
2440 for example, Setup/AddressBook, Setup/Rules, and so on.
2441 Changing the personal exceptions configuration is very similar.
2442 To change a value in the Config screen you would use the command
2443 Setup/eXceptions/Config.
2444 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
2446 There are a couple exceptions to the rule that configuration values are replaced
2447 by the value of the same option in a higher-precedence file.
2448 The Feature-List variable has values that are additive, but can be
2449 negated by prepending &quot;no-&quot; in front of an individual feature name.
2450 So for features, each individual feature's value is replaced by the value
2451 of the same feature in a higher-precedence file.
2452 Note that this is done automatically for you when you change these values via
2453 the Setup/Config command.
2454 The other exception to the <EM>replace</EM> semantics happens when you
2455 use <A HREF="h_config_inheritance">configuration inheritance</A>
2456 for option lists.
2459 <H2>File name defaults</H2>
2461 Notes:<P>
2463 <BR> &lt;exe dir&gt; = directory where pine.exe found.
2464 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
2465 <BR> # = default file name is overridable in pinerc.
2466 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
2467 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
2468 <BR> + between the mailcap paths implies that the two files are combined.
2469 <BR> ; between other default paths implies that the first one found is used.
2470 </P>
2471 Alpine looks for most support files in the same directory it finds its
2472 personal configuration file (pinerc).  The -p command-line flag may be
2473 used to specify a particular path name for the pinerc file.  If a
2474 pinerc file does not exist, it will be created (if directory permissions
2475 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
2476 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
2477 file does not exist in either one, it will create one in the first of those
2478 two directories that is writable.  In detail:
2479 <PRE>
2481 PC-Alpine:
2483  executable     &lt;DOS search path&gt;&#92;pine.exe
2484  help index     &lt;exe dir&gt;&#92;pine.ndx
2485  help text      &lt;exe dir&gt;&#92;pine.hlp
2487  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
2488  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
2489  global cfg     $PINECONF
2491  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
2492  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
2493  signature#     &lt;pinerc dir&gt;&#92;pine.sig
2494  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
2495  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
2496  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
2497  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
2498  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
2499  postponed#     $HOME&#92;mail&#92;postpond.mtx
2500  interrupted    $HOME&#92;mail&#92;intruptd
2502 Unix Alpine:
2504  executable     &lt;Unix search path&gt;/pine
2505  persnl cfg     ~/.pinerc
2506  except cfg     ~/.pinercex
2507  global cfg     <!--#echo var="PINE_CONF_PATH"-->
2508  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
2509  local help     <!--#echo var="PINE_INFO_PATH"-->
2511  interrupted    ~/.pine-interrupted-mail
2512  debug          ~/.pine-debugN
2513  crash          ~/.pine-crash
2514  newsrc#        ~/.newsrc
2515  signature#     &lt;pinerc dir&gt;/.signature
2516  addressbook#   &lt;pinerc dir&gt;/.addressbook
2517  postponed#     ~/mail/postponed-msgs
2518  sentmail#      ~/mail/sent-mail
2519  mailcap#       ~/.mailcap + /etc/mailcap
2520                            + /usr/etc/mailcap + /usr/local/etc/mailcap
2521  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
2523  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
2524  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
2525  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
2526  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
2527  password       /etc/passwd
2529 Unix Alpine and PC-Alpine:
2531  .ab*           remote addressbook support files
2532  a[1-9]*        temporary (while Alpine is running) addressbook files
2534 </PRE>
2537 <H2>Mailcap files</H2>
2539 Alpine honors the mailcap configuration system for specifying external
2540 programs for handling attachments.  The mailcap file maps MIME attachment
2541 types to the external programs loaded on your system that can display
2542 and/or print the file.  A sample mailcap file comes bundled with the Alpine
2543 distribution.  It includes comments that explain the syntax you need to
2544 use for mailcap.  With the mailcap file, any program (mail readers,
2545 newsreaders, WWW clients) can use the same configuration for handling
2546 MIME-encoded data.
2549 <H2>MIME-Types files</H2>
2551 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
2552 what Content-Type to use for labeling an attached file, based on
2553 the file extension.  That is, this file provides a mapping between
2554 filename extensions and MIME content-types.
2557 <H2>Environment variables</H2>
2559 PC-Alpine uses the following environment variables:
2560 <DL>
2561 <DT>PINERC</DT>
2562 <DD>Optional path to pinerc file.</DD>
2563 <DT>PINERCEX</DT>
2564 <DD>Optional path to personal exceptions configuration file.</DD>
2565 <DT>PINECONF</DT>
2566 <DD>Optional path to global pine config file.</DD>
2567 <DT>HOME</DT>
2568 <DT>TMPDIR, TMP, or TEMP</DT>
2569 <DT>COMSPEC</DT>
2570 <DT>MAILCAPS</DT>
2571 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
2572 <DT>USER_DICTIONARY</DT>
2573 <DD>Used to specify the file to contain the user's spell check
2574 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
2575 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
2576 </DL>
2578 Unix Alpine uses the following environment variables:
2579 <DL>
2580 <DT>TERM</DT>
2581 <DD>Tells Alpine what kind of terminal is being used.</DD>
2582 <DT>DISPLAY</DT>
2583 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
2584 <DT>SHELL</DT>
2585 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
2586 <DT>TMPDIR, TMP, or TEMP</DT>
2587 <DT>MAILCAPS</DT>
2588 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
2589 </DL>
2590 <!--chtml if pinemode="os_windows"-->
2592 <H2>Common PC-Alpine Configuration Problems</H2>
2594 <H3>Configuration settings aren't being saved</H3>
2596 <P>This problem can happen if you run pine from one directory and
2597 then decide to move your pine directory to another location.  PC-Alpine
2598 stores certain variables, including the configuration location, in the
2599 Windows Registry (which you shouldn't ever need to manually edit).  There
2600 are a couple of ways to go about removing or resetting the values in the
2601 registry.
2604 1) Run PC-Alpine's registry value deletion command.  This can be done by
2605 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
2606 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
2607 value to the above command.
2610 2) Tell PC-Alpine where to look for the configuration file.  Configuration
2611 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
2612 option, you can tell PC-Alpine the location of your pinerc.  An example of
2613 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;.
2614 Again, you can use the DOS prompt or the shortcut method explained in (1).
2617 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
2618 set registry values to the current setting, and is therefore useful with
2619 the &quot;-p&nbsp;PINERC&quot; option.
2621 <!--chtml endif-->
2623 &lt;End of Configuration Notes&gt;
2624 </BODY>
2625 </HTML>
2626 ====== h_news_legal ======
2627 <html>
2628 <head>
2629 <TITLE>Alpine Legal Notices</TITLE>
2630 </head>
2631 <body>
2633 <H1>Alpine Legal Notices</H1>
2635 Alpine and its constituent programs are covered by the Apache License Version 2.0.
2639 &lt;End of Alpine Legal Notices&gt;
2640 </BODY>
2641 </HTML>
2642 ===== h_info_on_mbox =====
2643 <HTML>
2644 <HEAD>
2645 <TITLE>Information on mbox driver</TITLE>
2646 </HEAD>
2647 <BODY>
2648 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
2650 Beginning with Pine 4.00 (Pine came before Alpine)
2651 a new INBOX access method is
2652 available as part of the standard configuration.  It is called the
2653 &quot;mbox&quot; driver and it works like this:<P>
2656 <BLOCKQUOTE>
2657 If the file &quot;mbox&quot; exists in the user's home directory, and
2658 is in Unix mailbox format, then when INBOX is opened this file will be
2659 selected as INBOX instead of the mail spool file.  Messages will be
2660 automatically transferred from the mail spool file into the mbox
2661 file.
2662 </BLOCKQUOTE>
2665 The advantage of this method is that, after new mail has been copied
2666 from the system mail spool, all subsequent access is confined to the
2667 user's home directory, which is desirable on some systems.  However, a
2668 possible disadvantage is that mail tools other than those from the
2669 University of Washington will not know to look for mail in the user's
2670 mbox file.  For example, POP or IMAP servers other than those from the
2671 University of Washington, and many &quot;new mail notification&quot;
2672 programs may not work as expected with this driver enabled.<P>
2674 To disable this behavior, either remove/rename the &quot;mbox&quot;
2675 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
2676 option in Setup/Config
2677 and add &quot;mbox&quot; to it:
2679 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
2681 &lt;End of help on this topic&gt;
2682 </BODY>
2683 </HTML>
2684 ===== h_info_on_locking =====
2685 <HTML>
2686 <HEAD>
2687 <TITLE>FAQs on Alpine Locking</TITLE>
2688 </HEAD>
2689 <BODY>
2690 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
2692 There is an extensive section on locking in the Alpine technical notes;
2693 this information is intended to provide answers to some common questions:<P>
2694 <OL>
2695 <LI> Why did locking change in Pine 4.00?<BR>
2696 The actual locking mechanisms did not change in 4.00.
2697 What changed is that when one particular locking mechanism used by Alpine 
2698 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
2699 failure would occur, but no warning was issued.<P>
2701 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
2702 Yes.  It means that Alpine was unable to create a lockfile in the
2703 spool directory, generally because of overly restrictive protections on the
2704 spool directory.  The correct permissions on the spool directory for
2705 running Alpine are 1777, i.e. read-write-execute permission for everyone,
2706 with the sticky-bit set, so only owners of a file can delete them.<P>
2708 <LI> Why does Alpine require that the mail spool directory have 1777
2709    protections?<BR>
2710 Alpine was designed to run without special privileges.  This means that in
2711 order to create a lockfile in the spool directory, it is necessary to have
2712 the spool directory permissions be world-writable.<P>
2714 <LI> Can't you create the lockfile somewhere else?<BR>
2715 No.  The lockfile in question must be in the mail spool directory, because
2716 that's where the mail delivery program expects to find it, and the purpose
2717 of the file is to coordinate access between the mail client (Alpine) and the
2718 mail delivery program.<P>
2720 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
2721 No.  Remember that the individual mail files in the spool directory are
2722 NOT world-writable, only the containing directory.  Setting the &quot;sticky
2723 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
2724 -- means that only the owner of the file (or root) can delete files in the 
2725 directory.  So the only bad behavior that is invited by the 1777 mode is that 
2726 anyone could
2727 create a random file in the spool directory.  If the spool directory is
2728 under quota control along with home directories, there is little incentive
2729 for anyone to do this, and even without quotas a periodic scan for
2730 non-mail files usually takes care of the problem.  <P>
2732 <LI> Why not run Alpine as setgid mail?<BR>
2733 Alpine was never designed to run with privileges, and to do so introduces a
2734 significant security vulnerability.  For example, if a user suspends Alpine,
2735 the resulting shell will have group privileges.  This is one example of
2736 why we strongly recommend against running Alpine as a privileged program.
2737 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
2738 users
2739 could not test Alpine versions or other mailers that had not been installed
2740 by the system administrators.<P>
2743 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
2744 There are, but they all have different sets of tradeoffs, and not all will
2745 work on all systems.  Some examples:<UL>
2746  <LI> Use lock system calls.  Works fine on a few systems, provided mail
2747    spool is local.   Doesn't work reliably if NFS is used.
2748    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
2749    use the same calls.
2750  <LI> Deliver mail to user's home directory.  An excellent solution, highly
2751    recommended -- but one which is incompatible with some &quot;legacy&quot; 
2752 mail tools that always look in the spool directory for the mail.
2753 </UL><P>
2755 <LI> Are these spool directory lock files the only kinds of locks used by
2756    Alpine?<BR>
2757 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
2758 mailbox format folders, these are used to coordinate access between
2759 multiple Alpine sessions.  <P>
2761 <LI> What about the 
2762 <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>
2763 This is for people who are content to live dangerously, or who have
2764 specific knowledge that the spool directory lockfiles are superfluous on
2765 their system (because both Alpine and the mail delivery program are using 
2766 system call file locking in a context that works reliably, e.g. not NFS.)<P>
2768 <LI> Where can I find more details on how Alpine locking works?<BR>
2769 See the Alpine Technical Notes.<P>
2771 </OL>
2773 &lt;End of help on this topic&gt;
2774 </BODY>
2775 </HTML>
2776 ===== h_finding_help ====
2777 <HTML>
2778 <HEAD>
2779 <TITLE>Finding more information and requesting help</TITLE>
2780 </HEAD>
2781 <BODY>
2782 <H1>Places to Look for More Answers</H1>
2783 If you have questions about or problems with Alpine that you cannot resolve 
2784 after consulting the program's internal, context-sensitive help screens, here 
2785 are additional information resources that you may find helpful:
2787 <UL>
2788   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
2790   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
2792   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
2793 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
2794   since the last version, which may be useful for you to be aware of, 
2795 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
2796 a change in the way an aspect of Alpine works.  There, you will also find notes 
2797 on Alpine configuration.<P>
2798   <LI> The main site for Alpine contains information on configuring and solving problems
2799        with Alpine, it can be found at
2801 <CENTER><A HREF="http://alpine.x10host.com/alpine/">http://alpine.x10host.com/alpine/</A></CENTER>  
2803   <LI> Archives of the Alpine-info mailing list, at <A 
2804 href="http://mailman13.u.washington.edu/pipermail/alpine-info/">http://mailman13.u.washington.edu/pipermail/alpine-info/</A>
2806   <LI>The newsgroup comp.mail.pine.
2808 </UL>
2809 <P><HR WIDTH="75%">
2810 <H1>Requesting help</H1>
2811 If the internal help, the Release Notes, and your 
2812 local online and print resources do not help you resolve a problem, please
2813 start by contacting your local computer support staff and asking for help.
2815 This is especially true if:
2816 <ul>
2817   <li>You suddenly have trouble sending or receiving mail.
2818   <li>You receive a "disk quota exceeded" message.
2819   <li>You have forgotten your password.
2820   <li>You think your account may have been compromised.
2821   <li>You need help viewing an attachment.
2822   <li>You need to know how to configure your:
2823       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
2824       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
2825       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
2826       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
2827   <li>You want to know what alternative editors or spellcheckers you may be able to use.
2828   <li>You want to block email from a particular person.
2829   <li>You're going on vacation and need to autorespond to incoming mail.
2830   <li>You want to automatically file or filter incoming messages.
2831 </ul>
2833 In all of these cases,
2834 you should contact <B>your</B> support staff, because <B>only they</B> 
2835 will be able to assist you effectively. Your support staff may be, depending on who 
2836 provides you with the email account you use Alpine with, for example:<UL>
2837 <LI> the computing help desk of (a department of) your university, school, 
2838 employer, ... ; or
2839 <LI> the customer service center of your Internet Service Provider; or
2840 <LI> the friendly volunteer helpers of your Freenet; or
2841 <LI> the person who setup your computer and internet connection.
2842 </UL>
2845 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
2846 newsgroup can be a valuable source of information and assistance for Alpine 
2847 user issues.
2849 For systems/email administrators, developers, trainers, user support
2850 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
2851 level, the mailing list alpine-info is available; for information on
2852 subscribing and posting to it, see
2854 <CENTER><A HREF="https://mailman13.u.washington.edu/mailman/listinfo/alpine-info">https://mailman13.u.washington.edu/mailman/listinfo/alpine-info</A></CENTER>
2857 Regardless of whom you are asking for help with Alpine, remember 
2858 to provide as much detail as you can about the
2859 nature of any problem you are encountering, such as
2860 <UL>
2861 <LI>when it first occurred;
2862 <LI>what, if anything, happened that might have brought it about;
2863 <LI>whether it still persists;
2864 <LI>whether it is reproducible, and if so, how;
2865 <LI>what, if anything, you already tried to solve it.
2866 </UL> 
2867 It may also be helpful if you specify what version of Alpine you are using 
2868 <!--chtml if pinemode="running"-->
2869 -- this is <!--#echo var="ALPINE_VERSION"--> --
2870 <!--chtml endif-->
2871 and on what system, and when the copy of Alpine you are using was created
2872 <!--chtml if pinemode="running"-->
2873 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
2874 <!--chtml endif-->
2876 <!--chtml if pinemode="running"-->
2877 <P>   
2878 When the Alpine program you are currently using was installed, a support
2879 contact email address may have been set up; in that case, you can simply select
2880 this link now to send a message to it:<BR>
2881 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
2882 <!--chtml endif-->
2883 <!--chtml if [ -r PINE_INFO_PATH ]-->
2884 <HR WIDTH="75%">Local Support Contacts:<P>
2885 <!--#include file="PINE_INFO_PATH"-->
2886 <HR WIDTH="75%">
2887 <!--chtml endif-->
2888 <P> 
2889 &lt;End of help on this topic&gt;
2890 </BODY>
2891 </HTML>
2892 ===== new_user_greeting ======
2893 <HTML>
2894 <HEAD>
2895 <TITLE>NEW USER GREETING</TITLE>
2896 </HEAD>
2897 <BODY>
2898 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2899 <BR>
2900 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
2901 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
2902 select Setup/Config to see many of the options available to you. Also note
2903 that all screens have context-sensitive help text available.
2906 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
2907 href="h_apache_license">Apache License 2.0</A>.
2910 Alpine's privacy policy is a living, online only, document, which can be found at
2911 <A href="h_privacy_policy">http://alpine.x10host.com/privacy.html</A>.
2912 By following the previous link,  Alpine
2913 will connect to an external server, and will download it and display
2914 it for you. Please take some time to read it and understand it.
2915 Since the Privacy Policy could be amended to take into consideration
2916 new additions to Alpine, please check it periodically. You can always
2917 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
2920 To Exit this screen and continue your Alpine session press "E".
2921 </BODY>
2922 </HTML>
2923 ===== new_alpine_user_greeting ======
2924 <HTML>
2925 <HEAD>
2926 <TITLE>NEW ALPINE USER GREETING</TITLE>
2927 </HEAD>
2928 <BODY>
2929 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2930 <BR>
2931 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
2932 Your Alpine configuration file indicates that you may have used Pine before
2933 but not Alpine.
2934 If you are familiar with the way Pine works, you should be comfortable
2935 using Alpine.
2936 Your Pine configuration file is automatically used for Alpine.
2937 The Release Notes may be viewed by pressing 
2938 &quot;R&quot; now or while in the MAIN MENU.
2941 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
2942 href="h_apache_license">Apache License 2.0</A>.
2945 Alpine's privacy policy is a living, online only, document, which can be found at
2946 <A href="h_privacy_policy">http://alpine.x10host.com/privacy.html</A>.
2947 By following the previous link,  Alpine
2948 will connect to an external server, and will download it and display
2949 it for you. Please take some time to read it and understand it.
2950 Since the Privacy Policy could be amended to take into consideration
2951 new additions to Alpine, please check it periodically. You can always
2952 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
2955 To Exit this screen and continue your Alpine session press "E".
2956 </BODY>
2957 </HTML>
2958 ===== new_version_greeting ======
2959 <HTML>
2960 <HEAD>
2961 <TITLE>NEW VERSION GREETING</TITLE>
2962 </HEAD>
2963 <BODY>
2964 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2965 <BR>
2966 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
2967 Your Alpine configuration file indicates that you may not have used 
2968 this version of Alpine before.  This version's significant changes are
2969 documented in the Release Notes, which may be viewed by pressing 
2970 &quot;R&quot; now or while in the MAIN MENU.
2974 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
2975 href="h_apache_license">Apache License 2.0</A>.
2978 Alpine's privacy policy is a living, online only, document, which can be found at
2979 <A href="h_privacy_policy">http://alpine.x10host.com/privacy.html</A>.
2980 By following the previous link,  Alpine
2981 will connect to an external server, and will download it and display
2982 it for you. Please take some time to read it and understand it.
2983 Since the Privacy Policy could be amended to take into consideration
2984 new additions to Alpine, please check it periodically. You can always
2985 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
2988 To Exit this screen and continue your Alpine session press "E".
2989 </BODY>
2990 </HTML>
2992 ===== main_menu_tx ======
2993 <HTML>
2994 <HEAD>
2995 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
2996 </HEAD>
2997 <BODY>
2998 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
2999 <DIV ALIGN=CENTER>
3000 Version <!--#echo var="ALPINE_VERSION"-->
3001 <!--chtml if pinemode="running"-->
3002 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
3003 <!--chtml endif-->
3004 </DIV>
3005 <CENTER>Copyright 2013-2021 Eduardo Chappa,
3006 <BR>Copyright 2006-2008 University of Washington.
3007 </CENTER>
3010 When you are viewing a help screen, there may be links to
3011 other topics highlighted (in Reverse video) in the text.
3012 Here is an example.
3013 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
3014 highlighted.
3015 If you type carriage return (or V for View Link, see the commands at the
3016 bottom of the screen) you will be taken to a new help screen to view the
3017 Introduction.
3018 The commands at the bottom of the screen should then include
3019 &quot;P Prev Help&quot;.
3020 If you type &quot;P&quot; you will end up back here.
3021 If you type &quot;E&quot; for Exit, you will be back out of help and returned
3022 to the place you were in Alpine when you entered Help.
3023 In this case, you would go back to the MAIN MENU.
3024 There are also other links that are highlighted in bold (or the color used
3025 by your terminal to display bold).
3026 The items after the Introduction in the TABLE OF CONTENTS are all examples
3027 of such links.
3028 In order to view those links, you first have to make the link you want
3029 to view the current link.
3030 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
3031 (see bottom of screen) can do that for you.
3034 <H2>TABLE OF CONTENTS</H2>
3035 <OL>
3036   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
3037   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
3038 <!--chtml if [ -r PINE_INFO_PATH ]-->
3039   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
3040 <!--chtml endif-->
3041   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
3042   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
3043   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
3044   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
3045   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
3046   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
3047   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
3048   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
3049   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
3050   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
3051   <LI> <A HREF="h_mainhelp_folders">Folders</A>
3052   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
3053   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
3054   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
3055   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
3056   <LI> <A HREF="h_mainhelp_roles">Roles</A>
3057   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
3058   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
3059   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
3060   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
3061   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
3062   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
3063   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
3064   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
3065   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
3066 </OL>
3069 &lt;End of help on this topic&gt;
3070 </BODY>
3071 </HTML>
3072 ===== h_mainhelp_intro ======
3073 <HTML>
3074 <HEAD>
3075 <TITLE>Introduction</TITLE>
3076 </HEAD>
3077 <BODY>
3078 <H1>Introduction</H1>
3080 Alpine is an &quot;Alternatively Licensed Program for Internet
3081 News and Email&quot; produced until 2009 by the University of Washington.
3082 It is intended to be an easy-to-use program for
3083 sending, receiving, and filing Internet electronic mail messages and
3084 bulletin board (Netnews/Usenet) messages. Alpine supports the following
3085 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
3086 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
3087 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
3088 Directory Access Protocol).<p>
3090 Although originally designed for inexperienced email users, Alpine has
3091 evolved to support many advanced features.  There are an ever-growing
3092 number of configuration and personal-preference options, though which of
3093 them are available to you is determined by your local system managers. 
3095 <H2>WHAT ALPINE DOES...</H2>
3097 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
3098 allows you to
3099 compose and read messages using Internet mail standards.  (Whether you
3100 can correspond with others on the Internet depends on whether or not your
3101 computer is connected to the Internet.)  Alpine also allows reading and
3102 posting messages on the Internet &quot;net news&quot; system, provided
3103 that your site operates a suitable news server.
3105 <H2>WHAT ALPINE DOES NOT DO...</H2>
3107 A &quot;mail user agent&quot; such as Alpine is just one part of a
3108 messaging system. Here are some things that are <B>not</B> done by Alpine,
3109 but require other programs:<P>
3110 <UL>
3111  <LI> Actual relaying of email... which is done by &quot;message transfer 
3112 agents&quot;.
3113  <LI> Vacation messages... automatically responding to incoming messages
3114  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
3115 email.
3116  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
3117  <LI> List processing... resending one message to a list of recipients.
3118 </UL>
3121 &lt;End of help on this topic&gt;
3122 </BODY>
3123 </HTML>
3125 ===== h_mainhelp_pinehelp ======
3126 <HTML>
3127 <HEAD>
3128 <TITLE>Alpine Help</TITLE>
3129 </HEAD>
3130 <BODY>
3131 <H1>Alpine Help</H1>
3133 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
3134 use will have its own help text, explaining the choices available for that
3135 screen. This general help section, on the other hand, attempts to give an 
3136 overall picture of what Alpine is capable of doing, as well as pointers to 
3137 additional help sections about specific topics.<p>
3139 Much of the help text contains links to further help topics, similar to
3140 how the World Wide Web works.
3141 You may choose a link to view using the &quot;NextLink&quot; and
3142 &quot;PrevLink&quot; commands to change the link that is highlighted.
3143 The &quot;View Link&quot; command will then show you the highlighted link.
3144 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
3145 will return you to where you were before viewing the link, and &quot;Exit Help&quot
3146 will return you to the location in Alpine before you asked for help.
3147 For example, if you are reading this text in Alpine you may return to the
3148 help table of contents with the &quot;Prev Help&quot; command or you may view the
3149 Release notes link in the next paragraph and then return here with
3150 &quot;Prev Help&quot;.
3153 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
3154 on the current Alpine version are also available from the MAIN MENU: Press
3155 <!--chtml if pinemode="function_key"-->
3156 &quot;F9&quot;
3157 <!--chtml else-->
3158 &quot;R&quot;
3159 <!--chtml endif-->
3160 to browse the release notes.  These include changes since the last release,
3161 configuration information, the history of the Alpine
3162 project, credits, and legal notices.
3164 Alpine releases are available via the world wide web at
3166 <CENTER><SAMP><A 
3167 HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP
3168 ></CENTER>
3171 If you would like to print <EM>all</EM> of Alpine's internal help text
3172 (not recommended) for a little light bedtime reading, then press
3173 <!--chtml if pinemode="function_key"-->
3174 &quot;F12&quot;
3175 <!--chtml else-->
3176 &quot;Z&quot;
3177 <!--chtml endif-->
3178 now.  (This assumes that the
3179 copy of Alpine you are using has been properly configured for printing
3180 at your site.)
3182 &lt;End of help on this topic&gt;
3183 </BODY>
3184 </HTML>
3185 ===== h_mainhelp_localsupport ======
3186 <HTML>
3187 <HEAD>
3188 <TITLE>Local Support Contacts</TITLE>
3189 </HEAD>
3190 <BODY>
3191 <H1>Local Support Contacts</H1>
3193 <!--chtml if [ -r PINE_INFO_PATH ]-->
3194 <!--#include file="PINE_INFO_PATH"-->
3195 <!--chtml else-->
3196 No Local Support Contacts configured.
3197 <!--chtml endif-->
3200 &lt;End of help on this topic&gt;
3201 </BODY>
3202 </HTML>
3204 ===== h_mainhelp_cmds ======
3205 <HTML>
3206 <HEAD>
3207 <TITLE>Giving Commands in Alpine</TITLE>
3208 </HEAD>
3209 <BODY>
3210 <H1>Giving Commands in Alpine</H1>
3212 Unless configured otherwise
3213 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
3214 the bottom two lines of the screen are always used to list the
3215 commands you can give.  You press the keys that are highlighted to give
3216 the command.  The commands for getting help and going back to the main
3217 menu are always present (except when viewing help as you are now).
3218 <!--chtml if pinemode="function_key"-->
3219 <!--chtml else-->
3221 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
3222 you see at the bottom of any screen. In some cases there are 3 or
3223 even 4 different
3224 sets of keys that can be seen by using the O key. <EM>All commands are 
3225 active</EM>, even if they are not currently showing at the bottom of your 
3226 screen. In other words, you <EM>never</EM> need to press the O key, except to 
3227 remind yourself of the proper key to press to perform an operation.
3229 <H2>Control Key Commands</H2>
3230 When composing mail, and in a few other places, in Alpine you
3231 have to use Control keys. This means pressing the Control key (usually labeled 
3232 &quot;Ctrl&quot;) and the
3233 letter indicated at the same time.  Usually, this is shown with a
3234 &quot;^&quot; in front of the letter.  On some systems, certain control
3235 characters are intercepted before they get to Alpine.  As a work-around,
3236 you can press the ESCAPE key twice followed by the desired key.  For
3237 example, if Ctrl-O (^O) does not work on your system, try typing
3238 &quot;ESC ESC O&quot;.
3239 <!--chtml endif-->
3240 <H2>Paging Up and Down</H2>
3241 The &quot;+&quot; and &quot;-&quot; keys are used for
3242 moving to the next or previous page.  The space bar is a synonym for
3243 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
3244 up as you do in the message composer.  On screens with a WhereIs (search)
3245 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
3246 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
3247 of the message or list.
3249 <H2>Return Key</H2>
3250 The return key is usually a synonym for a frequently used
3251 command.  When viewing a message, there is currently not a default
3252 command, so RETURN does nothing; when in the index, it is synonymous with
3253 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
3254 enclosed in square brackets [] is the same as the return key.
3256 <H2>Control Keys Not Used By Alpine</H2>
3257 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
3258 value, but in places where Alpine is expecting text input, e.g. in the composer or 
3259 at prompts for file/folder names, control keys must be used for editing and 
3260 navigation functions.
3263 Alpine has used nearly all the control keys available.  There are, however,
3264 certain control keys that are reserved by other programs or for technical
3265 reasons.  Alpine does not use any of these keys:
3266 <DL>
3267  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
3268  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
3269  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
3270 </DL>
3272 Note: Ctrl-S and Ctrl-Q can be subject to 
3273 <A HREF="h_special_xon_xoff">special handling</A>.
3275 In addition, while the ESC key alone is not used for command input,
3276 Alpine will recognize two consecutive ESC key presses followed by a letter 
3277 key as a substitute for control key input.  For example, the control key
3278 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
3279 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
3280 This is useful if the communication program you are using
3281 (e.g. Telnet) has its own, conflicting, idea of what certain control
3282 characters mean.
3285 <H2>Repainting the Screen</H2>
3286 Sometimes what is displayed on the screen will be
3287 incorrect due to noise on the phone line or other causes and you will want
3288 to repaint the whole screen to make it correct.  You can use the Ctrl-L
3289 command to do this.  It never hurts to do it when in doubt.
3292 &lt;End of help on this topic&gt;
3293 </BODY>
3294 </HTML>
3295 ===== h_mainhelp_status ======
3296 <HTML>
3297 <HEAD>
3298 <TITLE>Titlebar Line</TITLE>
3299 </HEAD>
3300 <BODY>
3301 <H1>Titlebar Line</H1>
3303 The top line of the screen is Alpine's titlebar line.  It will always display
3304 the current version of Alpine and will also convey information about the
3305 status of the program.  This is where you look to find out what
3306 collection, folder and message number is active and where you are in Alpine.
3309 If the titlebar line says &quot;READONLY&quot; it means that the open folder
3310 (typically your INBOX) is &quot;locked&quot; by another mail session --
3311 most likely a more recent session of Alpine has taken the INBOX lock.
3314 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
3315 access a
3316 folder on a remote mail server, and for some reason, communication with
3317 the mail server has either been lost, or never successfully established.
3318 This can be a result of trying to open a non-existent folder, or one
3319 stored on an invalid or non-operational server, or it can mean that Alpine
3320 has been suspended for more that 30 minutes while accessing a remote mail
3321 server.
3324 &lt;End of help on this topic&gt;
3325 </BODY>
3326 </HTML>
3327 ===== h_mainhelp_mainmenu ======
3328 <HTML>
3329 <HEAD>
3330 <TITLE>Main Menu</TITLE>
3331 </HEAD>
3332 <BODY>
3333 <H1>Main Menu</H1>
3335 The Main Menu lists Alpine's main options.
3336 The key or keys you must type to enter your
3337 choice are to the left of each option or command name.
3338 You can type either uppercase or lowercase letters,
3339 and you should not press &lt;Return&gt; after typing the
3340 letter (unless you are specifically asking for the default,
3341 highlighted command).
3344 From the Main Menu you can choose to read online help, write (compose) and 
3345 send a message, look at an index of your mail messages, open or maintain
3346 your mail folders, update your address book, configure Alpine, and quit Alpine.
3347 There are additional options listed at
3348 the bottom of the screen as well.
3351 The Help command usually returns context-sensitive help information.
3352 However, in the Main Menu you get the most general help, which includes
3353 a Table of Contents.
3354 The last entry in the Table of Contents is an Index of help topics,
3355 so this is a good place to go if you are having trouble finding how
3356 to do something.
3358 <H2>Main Menu Commands</H2>
3359 The Alpine main menu lists the most common Alpine functions. A <a
3360 href="h_main_menu_commands">full list of these
3361 commands</a> and what they do is available.
3363 &lt;End of help on this topic&gt;
3364 </BODY>
3365 </HTML>
3366 ===== h_mainhelp_abooks ======
3367 <HTML>
3368 <HEAD>
3369 <TITLE>Address Books</TITLE>
3370 </HEAD>
3371 <BODY>
3372 <H1>Address Books</H1>
3375 As you use email, you can build a list of your regular email correspondents 
3376 in your Alpine
3377 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
3378 screen. Your
3379 personal address book will be highlighted. Press &lt;Return&gt; to view it.
3380 You can use the address book to store email addresses for individuals or
3381 groups, to create easily
3382 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
3383 address when you are composing a message.
3385 There are two ways to add addresses to your address book: you can add them 
3386 manually or take them from messages (by pressing T to access the Take command). 
3387 With either method, you specify nicknames for your correspondents. A single 
3388 address book entry (or nickname) can point to just one email address, or, it can
3389 point to more than one. When it points to more than one, it is called a 
3390 distribution list. Each distribution list has a nickname, a full name, and a 
3391 list of addresses. These
3392 addresses may be actual addresses, other nicknames in your address book, or 
3393 other
3394 distribution lists.
3397 Additional information is available in Alpine's online help:
3398 <ul>
3399   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
3400 </ul>
3402 &lt;End of help on this topic&gt;
3403 </BODY>
3404 </HTML>
3405 ===== h_mainhelp_ldap ======
3406 <HTML>
3407 <HEAD>
3408 <TITLE>LDAP</TITLE>
3409 </HEAD>
3410 <BODY>
3411 <H1>LDAP</H1>
3413 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
3414 an organization's shared
3415 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
3416 large address
3417 books, rather like the White Pages provided by the phone company. As an Alpine 
3418 user, it is not
3419 necessary to know much about how this works, only how to use it and how to 
3420 configure
3423 More information on configuring LDAP is available in Alpine's online help:
3424 <ul>
3425   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
3426 </ul>
3428 Additional help on using LDAP in Alpine is also available:
3429 <ul>
3430   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
3431 </ul>
3433 &lt;End of help on this topic&gt;
3434 </BODY>
3435 </HTML>
3436 ===== h_mainhelp_index ======
3437 <HTML>
3438 <HEAD>
3439 <TITLE>Index of Messages</TITLE>
3440 </HEAD>
3441 <BODY>
3442 <H1>Index of Messages</H1>
3444 In Alpine's message index, the selected message is highlighted. The first 
3445 column on the left is blank, shows a &quot;+&quot; if the message was
3446 sent directly to you (i.e., it is not a
3447 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
3449 The second column may be blank, or it may contain:
3450 <ul>
3451   <li>"N" if the message is new (unread), </li>
3452   <li>"A" if you have answered the message (using the Reply command), </li>
3453   <li>"D" if you have marked the message for deletion.</li>
3454 </ul>
3457 Note: If you answer a message as well as mark it deleted (in either order), 
3458 you will only see the &quot;D&quot;.
3461 The rest of the columns in the message line show you the message
3462 number, date sent, sender, size, and subject. For details, press ? (Help).  
3463 The behavior and appearance of the Index screen is highly configurable.
3464 In the Setup/Config screen search (with the WhereIs command) for options
3465 that contain the words &quot;index&quot; or &quot;thread&quot; to see
3466 many of the configuration possibilities.
3467 In particular, the
3468 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
3469 option may be used to configure the look of the standard MESSAGE INDEX lines
3470 in many different ways.
3471 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
3472 read the help text there for more information.
3474 Most of the commands you need to handle your messages are visible at the
3475 bottom of the screen, and you can press O (OTHER CMDS) to see additional
3476 commands that are available.
3477 You do not need to see these &quot;other commands&quot;
3478 on the screen to use them. That is, you never need to press O as a prefix
3479 for any other command.
3482 Additional information is available in Alpine's online help:
3483 <ul>
3484   <li><a href="h_mail_index">Message Index Commands</a></li>
3485 </ul>
3487 &lt;End of help on this topic&gt;
3488 </BODY>
3489 </HTML>
3490 ===== h_mainhelp_reading ======
3491 <HTML>
3492 <HEAD>
3493 <TITLE>Reading Messages</TITLE>
3494 </HEAD>
3495 <BODY>
3496 <H1>Reading Messages</H1>
3498 The message text screen shows you the text of the message along with
3499 its header. If a message has attachments, those will be listed (but not
3500 displayed) also.  The titlebar line displays information about the currently
3501 open message, folder and collection.  You see the name of the collection
3502 (if there is one) in angle brackets, then the name of the folder, then the
3503 message number and finally the position within the current message (in
3504 percent). If the message is marked for deletion
3505 &quot;DEL&quot; will appear in the
3506 upper right as well.
3509 As with every Alpine screen, the bottom two lines show you the commands 
3510 available.
3512 <P>Additional information is available in Alpine's online help:
3513 <ul>
3514   <li><a href="h_mail_view">Message Text Screen</a></li>
3515   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
3516   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
3517 </ul>
3519 &lt;End of help on this topic&gt;
3520 </BODY>
3521 </HTML>
3522 ===== h_mainhelp_composing ======
3523 <HTML>
3524 <HEAD>
3525 <TITLE>Composing Messages</TITLE>
3526 </HEAD>
3527 <BODY>
3528 <H1>Composing Messages</H1>
3530 To write a message, press C (Compose). You see the Compose Message
3531 screen, which is divided into two parts: the header area and the message
3532 text area. The header area is where information on the recipient (the To:
3533 field) and the subject line go, while the message text area contains the
3534 actual text of the email message. Different commands are available to you
3535 when your cursor is in different areas on this screen. To see additional
3536 help on commands in either the message text or header area, type
3537 <Control>G (Get help).
3540 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
3541 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
3543 <P>The following information from Alpine's online help may prove useful:
3544 <ul>
3545   <li><a href="h_composer_to">Message Header Commands</a></li>
3546   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
3547   <li><a href="h_composer">Composer Commands</a></li>
3548   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
3549   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
3550   <li><a href="h_compose_send">Send Command</a></li>
3551   <li><a href="h_compose_spell">Spell Check Command</a></li>
3552 </ul>
3554 &lt;End of help on this topic&gt;
3555 </BODY>
3556 </HTML>
3557 ===== h_mainhelp_collections ======
3558 <HTML>
3559 <HEAD>
3560 <TITLE>Collection Lists</TITLE>
3561 </HEAD>
3562 <BODY>
3563 <H1>Collection Lists</H1>
3565 Collection lists are Alpine's way of organizing groups of folders. Each
3566 "collection" can reside on a different server, for example, and contain a
3567 different group of mail folders.
3570 For more information on this, see:
3571 <ul>
3572   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
3573 </ul>
3575 Additional information relating to collection lists is also available in 
3576 Alpine's online
3577 help:
3578 <ul>
3579   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
3580   <li><a href="h_collection_screen">Collection List Screen</a></li>
3581 </ul>
3583 &lt;End of help on this topic&gt;
3584 </BODY>
3585 </HTML>
3586 ===== h_mainhelp_folders ======
3587 <HTML>
3588 <HEAD>
3589 <TITLE>Folders</TITLE>
3590 </HEAD>
3591 <BODY>
3592 <H1>Folders</H1>
3594 Messages can quickly accumulate in your INBOX folder. If you use email
3595 often, you soon could have hundreds. You need to delete messages you do
3596 not want, and you can use folders to organize messages you wish to save. A
3597 folder is a collection of one or more messages that are stored (just like
3598 the messages in your INBOX) so you can access and manage them.
3601 You can organize your email messages into different folders by topic,
3602 correspondent, date, or any other category that is meaningful to you. You
3603 can create your own folders, and Alpine automatically provides three:
3604 <ul>
3605   <li>The INBOX folder: messages sent to you are listed in this folder.
3606       When you first start Alpine and go to the Message Index screen, you are
3607 looking at the list of messages in your INBOX folder. Every incoming
3608 message remains in your INBOX until you delete it or save it in another
3609 folder. </li>
3610   <li>The sent-mail folder: copies of messages you send are stored in this 
3611 folder. This is
3612 convenient if you cannot remember whether you actually sent a message and want 
3613 to check, or
3614 if you want to send a message again.</li>
3615   <li>The saved-messages folder: copies of messages you save are stored in this 
3616 folder
3617 unless you choose to save them to other folders you create yourself.</li>
3618 </ul>
3621 More information about folders is available in Alpine's online help:
3622 <ul>
3623   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
3624   <li><a href="h_folder_maint">Help for Folder List</a></li>
3625   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
3626   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
3627 Explained</a></li>
3628   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
3629 </ul>
3631 &lt;End of help on this topic&gt;
3632 </BODY>
3633 </HTML>
3634 ===== h_mainhelp_color ======
3635 <HTML>
3636 <HEAD>
3637 <TITLE>Color</TITLE>
3638 </HEAD>
3639 <BODY>
3640 <H1>Color</H1>
3642 If the terminal emulator you are using is capable of displaying color or if
3643 you are using PC-Alpine, then it is possible to set up Alpine so that various
3644 parts of the display will be shown in colors you configure. This is done
3645 using the Setup Color screen, available from the MAIN MENU by selecting
3646 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
3647 stands for Config in this context).
3650 For example, you may color things like the titlebar, the current item,
3651 the keymenu, and the status messages.
3652 You may also color lines in the index, and headers and quoted text in the
3653 MESSAGE TEXT screen.
3654 You use the Color Setup screen for configuring most of this, but you must
3655 use the IndexColor setup for coloring whole index lines.
3656 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
3659 The following entries in Alpine's online help provide additional information 
3660 about how to use color:
3661 <UL>
3662   <LI> <A HREF="h_color_setup">Color Setup screen</A>
3663   <LI> <A HREF="h_rules_incols">Index Line Color</A>
3664   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
3665   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
3666 </UL>
3668 &lt;End of help on this topic&gt;
3669 </BODY>
3670 </HTML>
3671 ===== h_mainhelp_mouse ======
3672 <HTML>
3673 <HEAD>
3674 <TITLE>Using a Mouse</TITLE>
3675 </HEAD>
3676 <BODY>
3677 <H1>Using a Mouse</H1>
3679 If you are using PC-Alpine mouse support is turned on automatically.
3680 If you are using UNIX Alpine within an X terminal window or within
3681 a terminal emulator that supports an xterm-style mouse, then you may
3682 turn on support for the mouse with the feature
3683 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
3684 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
3686 PC-Alpine offers considerable mouse support.  You can view what is
3687 &quot;clickable&quot; by dragging your mouse over any screen; when the
3688 arrow cursor changes into a hand, you found something. Mouse-click
3689 possibilities include navigating between screens and folders and
3690 double-clicking on hyperlinks to open your Web browser.
3691 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
3692 screen.  Examples of right-click options include &quot;copy&quot; after
3693 selecting text to copy and &quot;View in New Window&quot; when you click
3694 on a particular message in the Message Index. The menu choices available
3695 to you will vary based upon what screen is open, where on the screen your
3696 cursor is located, and even what action you have already taken.
3697 Within a folder, you may set the &quot;Important&quot; flag on any
3698 message.
3700 X terminal mouse support is more limited but still quite powerful.
3701 As with PC-Alpine, clicking on any of the commands in the keymenu at
3702 the bottom of the screen will execute that command as if you typed it.
3703 Double-clicking on a link, for example the link to the
3704 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
3705 will take you to that link.
3706 Double-clicking on an index line will view the message, and so on.
3708 &lt;End of help on this topic&gt;
3709 </BODY>
3710 </HTML>
3711 ===== h_mainhelp_keywords ======
3712 <HTML>
3713 <HEAD>
3714 <TITLE>Keywords</TITLE>
3715 </HEAD>
3716 <BODY>
3717 <H1>Keywords</H1>
3719 Within a folder, you may set the &quot;Important&quot; flag on any
3720 message.
3721 This doesn't have any system-defined meaning and is only called
3722 the Important flag because many users use it to signify that a message
3723 is important to them in some way.
3725 You may also define your own set of keywords.
3726 You might know these as user defined flags or as labels.
3727 These are similar to the Important flag but you choose the names for yourself.
3729 Alpine will only display keywords that
3730 have been added by you in the Flag Details screen or
3731 that have been configured by you using the Setup/Config option
3732 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
3733 Keywords set by other means (for example, by another email client) will not
3734 show up in Alpine unless you configure Alpine to know about them.
3735 They will show up in the Flag Details screen, but will not show up, for example,
3736 in the index line.
3739 The following entries in Alpine's online help provide additional information 
3740 about how to use keywords:
3741 <ul>
3742   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
3743   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
3744 </ul>
3746 &lt;End of help on this topic&gt;
3747 </BODY>
3748 </HTML>
3749 ===== h_mainhelp_roles ======
3750 <HTML>
3751 <HEAD>
3752 <TITLE>Roles</TITLE>
3753 </HEAD>
3754 <BODY>
3755 <H1>Roles</H1>
3757 You may play different roles depending on who you are replying to. For
3758 example, if you are replying to a message addressed to help-desk you may
3759 be acting as a Help Desk Worker. That role may require that you use a
3760 different return address and/or a different signature.
3763 To configure roles, go to the MAIN MENU and use the Setup command
3764 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
3765 The following entries in Alpine's online help provide additional information 
3766 about how to
3767 use roles:
3768 <ul>
3769   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
3770   <li><a href="h_role_select">Roles Screen</a></li>
3771 </ul>
3773 &lt;End of help on this topic&gt;
3774 </BODY>
3775 </HTML>
3776 ===== h_mainhelp_filtering ======
3777 <HTML>
3778 <HEAD>
3779 <TITLE>Filtering</TITLE>
3780 </HEAD>
3781 <BODY>
3782 <H1>Filtering</H1>
3784 The software that actually delivers mail (the stuff that happens
3785 before Alpine is involved) for you is in a better position to do mail filtering
3786 than Alpine itself.
3787 If possible, you may want to look into using that sort of mail filtering to
3788 deliver mail to different folders, delete it, or forward it.
3789 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
3792 Filtering is a way to automatically move certain messages from one folder
3793 to another or to automatically delete messages.
3794 You may also automatically set the state (Important, New, Deleted, Answered) of messages
3795 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
3796 Alpine doesn't have the ability to forward mail to another address or
3797 to deliver vacation messages.
3800 To configure filtering, go to the MAIN MENU and use the Setup command
3801 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
3802 The following entries in Alpine's online help provide additional information 
3803 about how to use filtering:
3804 <UL>
3805   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
3806 </UL>
3808 &lt;End of help on this topic&gt;
3809 </BODY>
3810 </HTML>
3811 ===== h_mainhelp_patterns ======
3812 <HTML>
3813 <HEAD>
3814 <TITLE>Patterns</TITLE>
3815 </HEAD>
3816 <BODY>
3817 <H1>Patterns</H1>
3819 Patterns are used with Roles, Filtering, Index Coloring,
3820 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
3821 The following entries in Alpine's online help provide information 
3822 about using Patterns:
3823 <UL>
3824   <LI> <A HREF="h_rule_patterns">Patterns</A>
3825 </UL>
3827 &lt;End of help on this topic&gt;
3828 </BODY>
3829 </HTML>
3830 ===== h_mainhelp_cmdlineopts ======
3831 <HTML>
3832 <HEAD>
3833 <TITLE>Command Line Options</TITLE>
3834 </HEAD>
3835 <BODY>
3836 <H1>Command Line Options</H1>
3838 Alpine accepts a number of command line arguments, allowing you, for
3839 example, to start Alpine and immediately access a particular folder.
3840 Many of these arguments overlap with options in the Alpine configuration file.
3841 If there is a difference, then an option set on the command line takes
3842 precedence.
3843 Alpine expects command line arguments (other than addresses) to be
3844 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
3845 A <a href="h_command_line_options">full list</a> of command line
3846 possibilities is available.
3848 &lt;End of help on this topic&gt;
3849 </BODY>
3850 </HTML>
3851 ===== h_mainhelp_config ======
3852 <HTML>
3853 <HEAD>
3854 <TITLE>Alpine Configuration</TITLE>
3855 </HEAD>
3856 <BODY>
3857 <H1>Alpine Configuration</H1>
3859 Unless it has been administratively disabled, the Setup command on the
3860 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
3861 The possible subcommands are for general Configuration settings,
3862 Printer settings, Changing your Password, Signature setup,
3863 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
3864 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
3865 and Color configuration.
3866 In particular, the &quot;Config&quot; subcommand has many features you may
3867 set or unset and many other configuration variables that may be set to change
3868 the way Alpine works.
3869 Every one of the hundreds of options available in that configuration settings
3870 screen has help text associated with it.
3871 You may read that text by moving the cursor to highlight the option and then
3872 typing the Help command.
3874 These settings are stored in your personal
3875 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
3876 <A HREF="h_config_remote_config">remotely</A>),
3877 but on shared systems these settings
3878 may be over-ridden by a system-wide control file (due to local site
3879 security or support policies).  A global pine configuration file can also
3880 be used to set default values for all Alpine users on a particular system.
3881 Power users may be interested in splitting their personal configuration
3882 data into two pieces, a generic piece and
3883 <A HREF="h_config_exceptions">exceptions</A> which apply to
3884 a particular platform.
3885 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
3886 General Alpine configuration information can be found
3887 <A HREF="h_news_config">here</A>.
3889 &lt;End of help on this topic&gt;
3890 </BODY>
3891 </HTML>
3892 ===== h_mainhelp_aggops ======
3893 <HTML>
3894 <HEAD>
3895 <TITLE>Aggregate Operations</TITLE>
3896 </HEAD>
3897 <BODY>
3898 <H1>Aggregate Operations</H1>
3900 When you are in the MESSAGE INDEX, the available commands
3901 (for example, Delete, Undelete, Save, Reply, and so on)
3902 normally act on a single message.
3903 So, for example, if you press the Delete command, the currently highlighted
3904 message is marked Deleted.
3905 These commands that normally act on a single message may be applied to
3906 several messages at once instead.
3908 By default this feature is turned on, but it could be administratively turned
3909 off to reduce complexity.
3910 The feature
3911 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
3912 in the Setup/Config screen is used to turn it off or on.
3913 When this feature is turned on, the four commands &quot;Select&quot;,
3914 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
3915 are available.
3916 The two selection commands allow you to mark a set of
3917 messages as being &quot;selected&quot;.
3918 The &quot;ZoomMode&quot; command will toggle between
3919 displaying only the selected messages and displaying all the messages.
3920 The &quot;Apply&quot; command allows you to
3921 apply one of the regular MESSAGE INDEX commands to all of the selected
3922 messages instead of to only the highlighted message.
3924 An example aggregate operation would be to catch up when reading
3925 a news group.
3926 That is, get rid of all the messages in the news group so that you can
3927 start fresh.
3928 The easiest way to do this in Alpine is to use aggregate operations.
3929 You want to Delete all of the messages in the group.
3930 You could start at the top and type &quot;D&quot; once for every message.
3931 A much faster method is to first Select all of the messages in the group,
3932 and then Delete all of them.
3933 This would take four keystrokes:
3935 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
3936 <BR>
3937 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
3939 Another use of Select is to use it for searching for a particular message
3940 or set of messages in a large folder.
3941 You may know that the message was From a certain user.
3942 You could select all messages from that user to start, and use Zoom to
3943 look at only those messages.
3944 If there were still too many messages to look at you could Narrow the
3945 set of messages further by selecting from all of those messages only
3946 the ones that were after a certain date, or contained a particular phrase
3947 in the Subject, or were too a particular address, and so on.
3948 That may be the end of what you are doing, or you may want to use Apply to
3949 Save or Forward or Print all of the selected messages.
3951 Some related help topics are
3952 <UL>
3953 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
3954 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
3955 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
3956 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
3957 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
3958 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
3959 </UL>
3961 &lt;End of help on this topic&gt;
3962 </BODY>
3963 </HTML>
3964 ===== h_mainhelp_readingnews ======
3965 <HTML>
3966 <HEAD>
3967 <TITLE>Reading News</TITLE>
3968 </HEAD>
3969 <BODY>
3970 <H1>Reading News</H1>
3972 <H2>Background</H2>
3973 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
3974 commands as for mail. Similar to mailing lists but existing on a larger scale, 
3975 Usenet newsgroups allow groups of people with common interests to discuss 
3976 particular topics. You might find newsgroups related to your career, or you 
3977 might wish to check out the online discussion among the fans of your favorite 
3978 television show. 
3980 <H2>Configuring Alpine for Reading News</H2>
3981 Alpine often arrives
3982 pre-configured by your system administrator to automatically access the
3983 newsgroups offered by your organization, Internet Service Provider, or
3984 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
3985 need additional details on <a href="h_configuring_news">how to
3986 configure Alpine to read news</a>.
3988 <H2>Accessing Newsgroups</H2>
3989 The first step in reading news is to access the newsgroups collections
3990 screen from Alpine. If everything is configured properly, you should be able
3991 to do this by first typing L (folder List), then selecting the folder
3992 collection listed as "News." The actual name of this collection may differ
3993 from system to system.
3995 <H2>Subscribing to Newsgroups</H2>
3997 Once you have accessed the news collection, you need to subscribe to a
3998 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
3999 will keep a record of the newsgroups in which you are interested and which
4000 articles in those newsgroups have been read.
4002 <H2>Using Newsgroups</H2> 
4003 Alpine uses the similar commands to read news as to read mail. For example,
4004 the D command marks messages as Deleted (or "Dismissed," if you prefer),
4005 and the R command Replies to a news posting. Basically, Alpine allows you to
4006 read news as if it were mail, so you don't need to change the way you
4007 interact with Alpine.
4009 There is also additional Alpine help available on 
4010 <A HREF="h_reading_news">how to use Alpine to read news</A>.
4012 &lt;End of help on this topic&gt;
4013 </BODY>
4014 </HTML>
4015 ===== h_mainhelp_securing ======
4016 <HTML>
4017 <HEAD>
4018 <TITLE>Securing your Alpine Session</TITLE>
4019 </HEAD>
4020 <BODY>
4021 <H1>Securing your Alpine Session</H1>
4023 By default, Alpine will attempt to connect to an IMAP server on the normal
4024 IMAP service port (143).
4025 If the Alpine you are using has been built to
4026 support &quot;Transport Layer Security&quot; (TLS)
4027 and &quot;Secure Sockets Layer&quot; (SSL) 
4028 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
4029 and the server offers the STARTTLS capability, then a secure (encrypted)
4030 session will be established.
4032 When you are connected to a remote folder the titlebar will contain a plus sign
4033 in the far right column if the connection is encrypted using TLS or SSL.
4034 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
4035 if the connection is encrypted.
4037 <H2>More Information on Alpine with SSL and TLS</H2>
4038 <UL>
4039 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
4040 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
4041 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
4042 <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>
4043 </UL>
4044 <H2>Here are some other security-related features and options</H2>
4046 <UL>
4047 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
4048 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
4049 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
4050 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
4051 <LI> <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> option </LI>
4052 </UL>
4054 &lt;End of help on this topic&gt;
4055 </BODY>
4056 </HTML>
4057 ===== h_mainhelp_problems ======
4058 <HTML>
4059 <HEAD>
4060 <TITLE>Reporting Problems</TITLE>
4061 </HEAD>
4062 <BODY>
4063 <H1>Reporting Problems</H1>
4065 We ask that you first read the relevant help screens and then seek
4066 assistance from your own local support staff.  Once you are sure that your
4067 difficulty is not a local configuration problem, you might look at the
4068 help section explaining where to look for
4069 <A HREF="h_finding_help">more information</A> and where to 
4070 get assistance.
4073 <ADDRESS>
4074    Eduardo Chappa &lt;chappa@gmx.com&gt;
4075 </ADDRESS>
4078 &lt;End of help on this topic&gt;
4079 </BODY>
4080 </HTML>
4081 ===== h_main_menu_commands ======
4082 <HTML>
4083 <HEAD>
4084 <TITLE>MAIN MENU COMMANDS</TITLE>
4085 </HEAD>
4086 <BODY>
4087 <H1>MAIN MENU COMMANDS</H1>
4089 <!--chtml if pinemode="function_key"-->
4090 &nbsp;Available&nbsp;Commands&nbsp;--
4091 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
4092 &nbsp;------------------------------
4093 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
4094 ----------<BR>
4095 &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>
4096 &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>
4097 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
4098 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
4099 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
4100 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
4101 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
4102 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
4103 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
4104 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4105 &nbsp;F7&nbsp;&nbsp;<A 
4106 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
4107 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4108 &nbsp;F8&nbsp;&nbsp;<A 
4109 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
4110 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
4111 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 
4112 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
4113 &nbsp;F10&nbsp;<A 
4114 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 
4115 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
4116 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4117 &nbsp;F11&nbsp;<A 
4118 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
4119 <!--chtml else-->
4120 &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>
4121 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
4122 &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>
4123 &nbsp;C&nbsp;&nbsp;<A 
4124 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>
4125 &nbsp;I&nbsp;&nbsp;<A 
4126 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>
4127 &nbsp;L&nbsp;&nbsp;<A 
4128 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>
4129 &nbsp;A&nbsp;&nbsp;<A 
4130 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
4131 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
4132 &nbsp;S&nbsp;&nbsp;<A 
4133 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 
4134 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
4135 &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>
4136 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
4137 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
4138 <!--chtml endif-->
4141 NOTE:
4142 <OL>
4143  <LI>For help on a particular command, highlight the bold text associated
4144 with it above and hit Return.
4145  <LI> The availability of certain commands (e.g. some of the options under
4146 SETUP) is determined by Alpine configuration files and system capabilities.
4147 At some sites, certain commands may not be available due to security or
4148 support concerns.
4149 </OL>
4151 &lt;End of help on this topic&gt;
4152 </BODY>
4153 </HTML>
4155 ===== h_command_line_options ======
4156 <HTML>
4157 <HEAD>
4158 <TITLE>COMMAND LINE OPTIONS</TITLE>
4159 </HEAD>
4160 <BODY>
4161 <H1>COMMAND LINE OPTIONS</H1>
4162 Possible starting arguments for Alpine:
4164 <DL COMPACT>
4166 <DT> <EM>[addresses]</EM>
4168 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
4169 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
4170 <EM>Alpine</EM> will startup in
4171 the composer with a message started to the addresses specified.
4172 Once the message is sent, the <EM>Alpine</EM> session closes.
4173 Standard input redirection is allowed.
4174 Separate multiple addresses with a space between them.
4175 Addresses are placed in the &quot;To&quot; field only.
4178 <DT> &lt; <EM>file</EM>
4180 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
4181 into the body of the message.
4182 Once the message is sent, the <EM>Alpine</EM> session closes. 
4185 <DT> -attach <EM>file</EM>
4187 <DD> Go directly into composer with given file attached.
4190 <DT> -attachlist <EM>file-list</EM>
4192 <DD> Go directly into composer with given files attached.
4193 This must be the last option on the command line.
4196 <DT> -attach_and_delete <EM>file</EM>
4198 <DD> Go directly into composer with given file attached, delete when finished.
4201 <DT> -aux <EM>local_directory</EM>
4203 <DD> <EM>PC-Alpine</EM> only.
4204 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
4205 files, like debug files, address books, and signature files.  The pinerc may 
4206 be local or remote.
4209 <DT> -bail
4211 <DD> If the personal configuration file doesn't already exist, exit.
4212 This might be useful if the configuration file is accessed using some
4213 remote filesystem protocol. If the remote mount is missing this will cause
4214 <EM>Alpine</EM> to quit instead of creating a new pinerc.
4217 <DT> -c <EM>n</EM>
4219 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
4220 This is used when there are multiple folder collections (contexts) and you 
4221 want to open a folder not in the primary collection.
4224 <DT> -conf
4226 <DD> Configuration: Prints a sample system configuration file to the
4227 screen or standard output. To generate an initial system configuration 
4228 file, execute
4230 <PRE><CODE>
4231                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
4232 </CODE></PRE>
4235 To generate a system configuration file using settings from an old
4236 system configuration file, execute
4238 <PRE><CODE>
4239                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
4240 </CODE></PRE>
4242 A system configuration file is not required.
4245 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
4247 <DD> Copy an address book file to a remote address book folder.
4248 If the remote folder doesn't exist, it will be created.
4249 If it exists but the first message in the folder isn't a remote address
4250 book header message, the copy will be aborted.
4251 This flag will not usually be used by a user.
4252 Instead, the user will create a remote address book from within <EM>Alpine</EM>
4253 and copy entries from the local address book by using aggregate Save in
4254 the address book screen.
4257 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
4259 <DD> Copy a pinerc configuration file to a remote pinerc folder.
4260 If the remote folder doesn't exist, it will be created.
4261 If it exists but the first message in the folder isn't a remote pinerc
4262 header message, the copy will be aborted.
4263 This flag may be useful to users who already have a local pinerc file and
4264 would like to convert it to a remote pinerc folder and use that instead.
4265 This gives a way to bootstrap that conversion without having to manually
4266 reset all of the variables in the remote pinerc folder.
4269 <DT> -d <EM>debug-level</EM>
4271 <DD> Debug Level:  Sets the level of debugging information written by
4272 <EM>Alpine</EM>.
4273 <EM>debug-level</EM> can be set to any integer 0-9.
4274 A debug level of 0 turns off debugging for the session.
4275 (Actually there are some levels higher than 9, but you probably don't
4276 want to see them.)
4279 <DT> -d <EM>keywords</EM>
4281 <DD> You may use a more detailed version of the debugging flag to set
4282 the debug level in separate parts of <EM>Alpine</EM>.
4283 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
4284 verbose=0..9.
4285 <EM>Flush</EM> causes debugging information to be flushed immediately to
4286 the debug file as it is written.
4287 <EM>Verbose</EM> is the general debugging verbosity level.
4288 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
4289 is useful when you are trying to figure out what is responsible for delays.
4290 <EM>Numfiles</EM> sets the number of debug files saved.
4291 <EM>Imap</EM> sets the debug level for the debugging statements related
4292 to the conversation with the IMAP server, and more generally, for the
4293 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
4294 <EM>Tcp</EM> turns on some TCP/IP debugging.
4297 <DT> -f <EM>folder</EM>
4299 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
4300 of the standard INBOX.
4303 <DT> -F <EM>file</EM>
4305 <DD> Open named text file for viewing and forwarding.
4308 <DT> -h
4310 <DD> Help:  Prints the list of available command-line arguments to the
4311 screen.
4314 <DT> -i
4316 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
4317 screen instead of the MAIN MENU.
4320 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
4323 <DT> -I <EM>a,b,c,...</EM>
4325 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
4326 sequence of commands upon startup.
4327 This allows users to get <EM>Alpine</EM> to start in any
4328 of its menus/screens.
4329 You cannot include any input to the composer in the initial keystrokes.
4330 The key &lt;Return&gt; is represented by a ``CR'' in
4331 the keystroke list; the spacebar is designated by the letters ``SPACE''.
4332 Control keys are two character sequences beginning with ``^'', such as
4333 ``^I''.
4334 A tab character is ``TAB''.
4335 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
4336 ``DOWN'', ``LEFT'', and ``RIGHT''.
4337 A restriction is that you can't mix function keys and character keys in this
4338 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
4339 A user can always use only <EM>character</EM> keys in the startup list even
4340 if he or she is using <EM>function</EM> keys normally, or vice versa.
4341 If an element in this list is a string of characters surrounded by double
4342 quotes (&quot;) then it will be expanded into the individual characters in
4343 the string, excluding the double quotes.
4346 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
4349 <DT> -install
4351 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
4352 some basic information to help with getting properly set up.
4355 <DT> -k
4357 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
4358 the input of commands to be function-keys.
4359 Otherwise, commands are linked to the regular character keys.
4362 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
4363 <EM>Feature-List</EM>.
4366 <DT> -n <EM>n</EM>
4368 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
4369 FOLDER INDEX screen with the current message being the specified
4370 message number.
4373 <DT> -nosplash
4375 <DD> <EM>PC-Alpine</EM> only.
4376 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
4377 This may be helpful for certain troubleshooting or terminal server scenarios.
4380 <DT> -o <EM>folder</EM>
4382 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
4385 <DT> -p <EM>pinerc</EM>
4387 <DD> Uses the named file as the personal configuration file instead of
4388 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
4389 Alpinerc may be either a local file or a remote configuration folder.
4392 <DT> -P <EM>pinerc</EM>
4394 <DD> Uses the named file as the system wide configuration file instead of
4395 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
4396 Alpinerc may be either a local file or a remote configuration folder.
4399 <DT> -passfile <EM>passfile</EM>
4401 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
4402 This should be a fully-qualified filename.
4405 <DT> -pinerc <EM>file</EM>
4407 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
4408 settings of variables that the user has made.
4409 Use <EM>file</EM> set to ``-'' to make output go to standard out.
4412 <DT> -r
4414 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
4415 <EM>Alpine</EM> in restricted mode can only send email to itself.
4416 Save and export are limited.
4419 <DT> -registry <EM>cmd</EM>
4421 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
4422 <EM>Alpine</EM>'s registry entries.
4423 Possible values for <EM>cmd</EM> are set, clear, and dump.
4424 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
4425 entries according to its current settings.
4426 <EM>Clear</EM> will clear the registry values.
4427 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
4428 <EM>Dump</EM> will display the values of current registry settings.
4429 Note that the dump command is currently disabled.
4430 Without the -registry option, <EM>PC-Alpine</EM> will write values into
4431 the registry only if there currently aren't any values set.
4434 <DT> -sort <EM>key</EM>
4436 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
4437 FOLDER INDEX screen.
4438 <EM>Key</EM> can have the following values: 
4439 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
4440 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
4441 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
4442 The default value is &quot;arrival&quot;.
4443 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
4446 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
4449 <DT> -uninstall
4451 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
4452 in Windows settings.  The registry settings are removed and
4453 the password cache is cleared.
4456 <DT> -url <EM>url</EM>
4458 <DD> Open the given URL.
4461 <DT> -v
4463 <DD> Version:  Print version information to the screen.
4466 <DT> -x <EM>exceptions_config</EM>
4468 <DD> Configuration settings in the exceptions configuration override your normal
4469 default settings.
4470 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
4473 <DT> -z
4475 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
4476 will suspend the <EM>Alpine</EM> session.
4479 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
4480 <EM>Feature-List</EM>.
4483 <DT> -<EM>option</EM>=<EM>value</EM>
4485 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
4486 For example, <EM>-signature-file=sig1</EM> or
4487 <EM>-Feature-List=signature-at-bottom</EM>.
4488 Note:  Feature-List values are
4489 additive and features may be preceded with no- to turn them off.
4490 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
4491 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
4492 <EM>-Feature-List=signature-at-bottom</EM>.
4495 </DL>
4497 &lt;End of help on this topic&gt;
4498 </BODY>
4499 </HTML>
4500 ===== h_configuring_news ======
4501 <HTML>
4502 <HEAD>
4503 <TITLE>CONFIGURING NEWS</TITLE>
4504 </HEAD>
4505 <BODY>
4506 <H1>CONFIGURING NEWS</H1>
4507 Alpine can access news folders in any one of three different ways:
4508 <DL>
4509 <DT>REMOTE NNTP</DT>
4510 <DD>Using the Network News Transport Protocol (NNTP) to
4511 access news on a remote news server.  In this case the newsrc file is
4512 stored on the machine where Alpine is running.
4515 To specify a remote news-collection accessed via NNTP use the
4516 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4517 Server: value to the NNTP server's hostname appended with the
4518 communication method &quot;/service=NNTP&quot;, and set the Path:
4519 value to the &quot;#news.&quot; namespace (without the quotes).  See
4520 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
4521 help text for a more complete explanation of access method, and the
4522 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4523 text for a more complete explanation of &quot;namespace&quot;.
4525 Instead of specifying a news-collection, you may simply set the
4526 <A HREF="h_config_nntp_server">NNTP Server</A>
4527 option, which will cause Alpine to create a default news-collection for you.
4528 Another NNTP option that may be of interest is
4529 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
4531 <DT>REMOTE IMAP</DT>
4532 <DD>Using the Internet Message Access Protocol (IMAP) to
4533 access news on a remote news server.  In this case, your newsrc file is
4534 stored on the news server, in your home directory, so you must have an
4535 account on the news server, but you would be running Alpine on a different
4536 machine.  The news server must be running an IMAPd server process. 
4539 To specify a remote news-collection accessed via IMAP use the
4540 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4541 Server: value to the IMAP server's hostname, and set the Path: value
4542 to the &quot;#news.&quot; namespace (without the quotes).  See the
4543 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4544 text for a more complete explanation of &quot;namespace&quot;.
4546 </DD>
4548 <DT>LOCAL</DT>
4549 <DD>Using local file access to the news database.  In this
4550 case, your newsrc file is stored on the news server, in your home
4551 directory, so you must have an account on the news server, and you would
4552 be running Alpine on the same machine.
4555 To specify a local news-collection use the SETUP/collectionList
4556 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
4557 set the Path: value to the &quot;#news.&quot; namespace (without the
4558 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
4559 field's help text for a more complete explanation of &quot;namespace&quot;.
4561 </DD>
4562 </DL>
4566 NOTE: Should no news-collection be defined as above, Alpine will
4567 automatically create one using the Setup/Config screen's
4568 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
4569 will be created as a &quot;Remote NNTP&quot; as described above.
4573 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
4574 possible.  If you don't have an account on the news server, or if the news
4575 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
4576 sure, ask your service provider, university, or company for help.)  In
4577 this case, your Unix .newsrc file can be transferred to your PC.  A good
4578 place to put it would be in the same directory as your PINERC file, under
4579 the name NEWSRC, but you can 
4580 <A HREF="h_config_newsrc_path">specify a different location</A>
4581 via Alpine's Setup/Config screen.
4584 Other configuration features related to news are
4585 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
4586 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
4587 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
4588 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
4589 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
4590 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
4591 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
4592 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
4595 &lt;End of help on this topic&gt;
4596 </BODY>
4597 </HTML>
4598 ===== h_reading_news ======
4599 <HTML>
4600 <HEAD>
4601 <TITLE>READING NEWS</TITLE>
4602 </HEAD>
4603 <BODY>
4604 <H1>READING NEWS</H1>
4606 Alpine uses almost the same commands for manipulating news folders as for
4607 mail folders.  This means, for example, that when you are done with a
4608 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
4609 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
4610 most newsreaders, wherein a message is implicitly dismissed after you have
4611 looked at it once. We strongly believe that Alpine should offer as much
4612 consistency as possible between mail and news, so the mail paradigm --
4613 wherein a message does not magically disappear without explicit action by
4614 the user -- is used for news as well. <P>
4616 If you answer a message in a news folder, the index view will show the
4617 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
4618 keep track of what news as been read has no way of storing this flag, so
4619 it will not be preserved across sessions.  The Deleted flag is the only
4620 one that is preserved when you leave and then return to a newsgroup.  As an
4621 additional note on replies, when you Reply to a newsgroup message and say
4622 you want to reply to all recipients, Alpine will ask if you want to post the
4623 message to all the newsgroups listed in the original message. <P>
4625 If you would like Alpine to mark more-or-less recent news messages as
4626 &quot;New&quot;, then set the
4627 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
4628 feature (which is set by default).  This will cause messages after the last one you have marked as
4629 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
4630 &quot;N&quot; status often makes it easier to distinguish later news
4631 articles from those you've previously seen, but not yet disposed of via
4632 the &quot;D&quot; key.  Note that this is an approximation, not an exact
4633 record of which messages you have not seen.
4636 A frequent operation in news-reading is &quot;catching up&quot; -- that
4637 is, getting rid of all the messages in the newsgroup so that you can
4638 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
4639 Select command.  You would enter the following four keystrokes:
4640 <tt>;aad</tt> to select all messaged, and then apply the delete (or
4641 dismiss) command to all of them.
4644 There are also additional details on 
4645 <A HREF="h_configuring_news">configuring news</a>.
4648 &lt;End of help on this topic&gt;
4649 </BODY>
4650 </HTML>
4651 ====== h_help_index ======
4652 <HTML>
4653 <HEAD>
4654 <TITLE>Help Index</TITLE>
4655 </HEAD>
4656 <BODY>
4657 <H1>Help Index</H1>
4658 <ul>
4659 <li><a href="h_mainhelp_abooks">Address Books</a></li>
4660 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
4661 <li><a href="h_main_addrbook">Address Book Command</a>
4662 <li><a href="h_abook_view">Address Book View Explained</a>
4663 <li><a href="h_compose_addrcomplete">Address Completion</a>
4664 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
4665 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
4666 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
4667 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
4668 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
4669 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
4670 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
4671 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
4672 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
4673 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
4674 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
4675 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
4676 <li><a href="h_mainhelp_config">Alpine Configuration</a>
4677 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
4678 <li><a href="h_news_legal">Alpine Legal Notices</a>
4679 <li><a href="h_compose_alted">Alt Editor Command</a>
4680 <li><a href="h_index_cmd_apply">Apply Command</a>
4681 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
4682 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
4683 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
4684 <li><a href="h_composer_browse">BROWSER</a>
4685 <li><a href="h_common_bounce">Bounce Command</a>
4686 <li><a href="h_compose_cancel">Cancel Command</a>
4687 <li><a href="h_config_change_your_from">Changing your From Address</a>
4688 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
4689 <li><a href="h_mainhelp_color">Color</a>
4690 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
4691 <li><a href="h_composer">COMPOSER COMMANDS</a>
4692 <li><a href="h_mainhelp_composing">Composing Messages</a>
4693 <li><a href="h_mainhelp_collections">Collection Lists</a>
4694 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
4695 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
4696 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
4697 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
4698 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
4699 <li><a href="h_common_compose">Compose Command</a>
4700 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
4701 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
4702 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
4703 <li><a href="h_mainhelp_config">Configuration</a>
4704 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
4705 <li><a href="h_config_dflt_color">Default Color</a>
4706 <li><a href="h_common_delete">Delete and Undelete Commands</a>
4707 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
4708 <li><a href="h_special_list_commands">Email List Commands Explained</a>
4709 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
4710 <li><a href="h_folder_open">Explanation of Folder Selection</a>
4711 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
4712 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
4713 <li><a href="h_ge_export">Export File Selection</a>
4714 <li><a href="h_ge_allparts">Export Message File Selection</a>
4715 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
4716 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
4717 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
4718 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
4719 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
4720 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
4721 <li><a href="h_config_alt_reply_menu">FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></a>
4722 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
4723 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
4724 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
4725 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
4726 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
4727 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
4728 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
4729 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
4730 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
4731 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
4732 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
4733 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
4734 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
4735 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
4736 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
4737 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
4738 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
4739 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
4740 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
4741 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
4742 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
4743 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
4744 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
4745 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
4746 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
4747 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
4748 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
4749 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
4750 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
4751 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
4752 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
4753 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
4754 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
4755 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
4756 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
4757 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
4758 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
4759 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
4760 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
4761 <li><a href="h_config_delete_before_writing">FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></a>
4762 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
4763 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
4764 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
4765 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
4766 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
4767 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
4768 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
4769 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
4770 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
4771 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
4772 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
4773 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
4774 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
4775 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
4776 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
4777 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
4778 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
4779 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
4780 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
4781 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
4782 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
4783 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
4784 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
4785 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
4786 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
4787 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
4788 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
4789 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
4790 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
4791 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
4792 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
4793 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
4794 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
4795 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
4796 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
4797 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
4798 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
4799 <li><a href="h_external_loads_inline_images_only">FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>
4800 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
4801 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
4802 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
4803 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
4804 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
4805 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
4806 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
4807 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
4808 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
4809 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
4810 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
4811 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
4812 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
4813 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
4814 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
4815 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
4816 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
4817 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
4818 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
4819 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
4820 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
4821 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
4822 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
4823 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
4824 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
4825 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
4826 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
4827 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
4828 <li><a href="h_config_ignore_size">FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></a>
4829 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
4830 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
4831 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
4832 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
4833 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
4834 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
4835 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
4836 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
4837 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
4838 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
4839 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
4840 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
4841 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
4842 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
4843 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
4844 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
4845 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
4846 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
4847 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
4848 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
4849 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
4850 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
4851 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
4852 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
4853 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
4854 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
4855 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
4856 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
4857 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
4858 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
4859 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
4860 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
4861 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
4862 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
4863 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
4864 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
4865 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
4866 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
4867 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
4868 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
4869 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
4870 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
4871 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
4872 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
4873 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
4874 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
4875 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
4876 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
4877 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
4878 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
4879 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
4880 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
4881 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
4882 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
4883 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
4884 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
4885 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
4886 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
4887 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
4888 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
4889 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
4890 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
4891 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
4892 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
4893 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
4894 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
4895 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
4896 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
4897 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
4898 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
4899 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
4900 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
4901 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
4902 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
4903 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
4904 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
4905 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
4906 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
4907 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
4908 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
4909 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
4910 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
4911 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
4912 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
4913 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
4914 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
4915 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
4916 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
4917 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
4918 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
4919 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
4920 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
4921 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
4922 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
4923 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
4924 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
4925 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
4926 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
4927 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
4928 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
4929 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
4930 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
4931 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
4932 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
4933 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
4934 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
4935 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
4936 <li><a href="h_mainhelp_filtering">Filtering</a>
4937 <li><a href="h_finding_help">Finding more information and requesting help</a>
4938 <li><a href="h_common_flag">Flag Command</a>
4939 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
4940 <li><a href="h_mainhelp_folders">Folders</a>
4941 <li><a href="h_what_are_collections">Folder Collections Explained</a>
4942 <li><a href="h_common_folders">Folder List Command</a>
4943 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
4944 <li><a href="h_folder_save">Folder Select for Save Explained</a>
4945 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
4946 <li><a href="h_config_change_your_from">From Address, Changing</a>
4947 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
4948 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
4949 <li><a href="h_common_goto">Goto Command</a>
4950 <li><a href="h_common_hdrmode">HdrMode Command</a>
4951 <li><a href="h_mainhelp_pinehelp">Help</a>
4952 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
4953 <li><a href="h_folder_maint">Help for Folder List</a>
4954 <li><a href="h_valid_folder_names">IMAP</a>
4955 <li><a href="h_ge_import">Import File Selection</a>
4956 <li><a href="h_mainhelp_index">Index of Messages</a>
4957 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
4958 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
4959 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
4960 <li><a href="h_info_on_mbox">Information on mbox driver</a>
4961 <li><a href="h_mainhelp_intro">Introduction</a>
4962 <li><a href="h_main_journal">Journal Command</a>
4963 <li><a href="h_common_jump">Jump Command</a>
4964 <li><a href="h_compose_justify">Justify Command</a>
4965 <li><a href="h_main_kblock">Keyboard Lock Command</a>
4966 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
4967 <li><a href="h_mainhelp_ldap">LDAP</a>
4968 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
4969 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
4970 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
4971 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
4972 <li><a href="h_config_ldap_opts_ldaps">LDAP FEATURE: Require-LDAPS-On-Connection</a>
4973 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
4974 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
4975 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
4976 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
4977 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
4978 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
4979 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
4980 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
4981 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
4982 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
4983 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
4984 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
4985 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
4986 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
4987 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
4988 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
4989 <li><a href="h_ldap_view">LDAP Response View Explained</a>
4990 <li><a href="h_maildrop">Mail Drop: What is it?</a>
4991 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
4992 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
4993 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
4994 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
4995 <li><a href="h_common_index">Message Index Command</a>
4996 <li><a href="h_mainhelp_mouse">Mouse</a>
4997 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
4998 <li><a href="new_user_greeting">NEW USER GREETING</a>
4999 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
5000 <li><a href="h_mainhelp_readingnews">News Reading</a>
5001 <li><a href="h_folder_subscribe">Newsgroup Subscribe Screen explained</a>
5002 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
5003 <li><a href="h_common_nextnew">NextNew Command</a>
5004 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
5005 <li><a href="h_mainhelp_readingnews">NNTP</a>
5006 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
5007 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
5008 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
5009 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
5010 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
5011 <li><a href="h_config_color_style">OPTION: Color Style</a>
5012 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
5013 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
5014 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
5015 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
5016 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
5017 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
5018 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
5019 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
5020 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
5021 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
5022 <li><a href="h_config_encryption_range">OPTION: <!--#echo var="VAR_encryption-protocol-range"--></a>
5023 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
5024 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
5025 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
5026 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
5027 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
5028 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
5029 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
5030 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
5031 <li><a href="h_config_file_dir">OPTION: File Directory</a>
5032 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
5033 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
5034 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
5035 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
5036 <li><a href="h_config_font_name">OPTION: Font Name</a>
5037 <li><a href="h_config_font_size">OPTION: Font Size</a>
5038 <li><a href="h_config_font_style">OPTION: Font Style</a>
5039 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
5040 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
5041 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
5042 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
5043 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
5044 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
5045 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
5046 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
5047 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
5048 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
5049 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
5050 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
5051 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
5052 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
5053 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
5054 <li><a href="h_config_index_color">OPTION: Index Colors</a>
5055 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
5056 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
5057 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
5058 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
5059 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
5060 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
5061 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
5062 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
5063 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
5064 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
5065 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
5066 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
5067 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
5068 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
5069 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
5070 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
5071 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
5072 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
5073 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
5074 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
5075 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
5076 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
5077 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
5078 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
5079 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
5080 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
5081 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
5082 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
5083 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
5084 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
5085 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
5086 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
5087 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
5088 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
5089 <li><a href="h_config_pat_old">OPTION: Patterns</a>
5090 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
5091 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
5092 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
5093 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
5094 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
5095 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
5096 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
5097 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
5098 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
5099 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
5100 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
5101 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
5102 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
5103 <li><a href="h_config_printer">OPTION: Printer</a>
5104 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
5105 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
5106 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
5107 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
5108 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
5109 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
5110 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
5111 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
5112 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
5113 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
5114 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
5115 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
5116 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
5117 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
5118 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
5119 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
5120 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
5121 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
5122 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
5123 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
5124 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
5125 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
5126 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
5127 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
5128 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
5129 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
5130 <li><a href="h_config_aspell_dictionary">OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></a>
5131 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
5132 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
5133 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
5134 <li><a href="h_config_status_color">OPTION: Status Color</a>
5135 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
5136 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
5137 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
5138 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
5139 <li><a href="h_config_quit_query_timeo">OPTION: <!--#echo var="VAR_close-connection-timeout"--></a>
5140 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
5141 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
5142 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
5143 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
5144 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
5145 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
5146 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
5147 <li><a href="h_config_title_color">OPTION: Title Color</a>
5148 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
5149 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
5150 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
5151 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
5152 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
5153 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
5154 <li><a href="h_config_history">OPTION: <!--#echo var="VAR_default-directories"--></a>
5155 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
5156 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
5157 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
5158 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
5159 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
5160 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
5161 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
5162 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
5163 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
5164 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
5165 <li><a href="h_config_window_position">OPTION: Window-Position</a>
5166 <li><a href="h_mainhelp_patterns">Patterns</a>
5167 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
5168 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
5169 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
5170 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
5171 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
5172 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
5173 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
5174 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
5175 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
5176 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
5177 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
5178 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
5179 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
5180 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
5181 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
5182 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
5183 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
5184 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
5185 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
5186 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
5187 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
5188 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
5189 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
5190 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
5191 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
5192 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
5193 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
5194 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
5195 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
5196 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
5197 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
5198 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
5199 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
5200 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
5201 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
5202 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
5203 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
5204 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
5205 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
5206 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
5207 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
5208 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
5209 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
5210 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
5211 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
5212 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
5213 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
5214 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
5215 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
5216 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
5217 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
5218 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
5219 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
5220 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
5221 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
5222 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
5223 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
5224 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
5225 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
5226 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
5227 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
5228 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
5229 <li><a href="h_common_pipe">Pipe Command</a>
5230 <li><a href="h_valid_folder_names">POP</a>
5231 <li><a href="h_common_postpone">Postpone Command</a>
5232 <li><a href="h_common_print">Print Command</a>
5233 <li><a href="h_mainhelp_readingnews">Reading News</a>
5234 <li><a href="h_news">RELEASE NOTES for Alpine</a>
5235 <li><a href="h_mainhelp_roles">Roles</a>
5236 <li><a href="h_role_select">ROLES SCREEN</a>
5237 <li><a href="h_compose_readfile">Read File Command</a>
5238 <li><a href="h_mainhelp_reading">Reading Messages</a>
5239 <li><a href="h_main_release_notes">Release Notes Command</a>
5240 <li><a href="h_common_reply">Reply and Forward Commands</a>
5241 <li><a href="h_compose_richhdr">Rich Header Command</a>
5242 <li><a href="h_common_role">Role Command</a>
5243 <li><a href="h_mainhelp_smime">S/MIME</a>
5244 <li><a href="h_index_cmd_select">Searching for Messages</a>
5245 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
5246 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
5247 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
5248 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
5249 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
5250 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
5251 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
5252 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
5253 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
5254 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
5255 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
5256 <li><a href="h_common_save">Save and Export Commands</a>
5257 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
5258 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
5259 <li><a href="h_compose_send">Send Command</a>
5260 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
5261 <li><a href="h_main_setup">Setup Command</a>
5262 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
5263 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
5264 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
5265 <li><a href="h_mainhelp_smime">S/MIME</a>
5266 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
5267 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
5268 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
5269 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
5270 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
5271 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
5272 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
5273 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
5274 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
5275 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
5276 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
5277 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
5278 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
5279 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
5280 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
5281 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
5282 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
5283 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
5284 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
5285 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
5286 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
5287 <li><a href="h_index_cmd_sort">Sort Command</a>
5288 <li><a href="h_compose_spell">Spell Check Command</a>
5289 <li><a href="h_common_suspend">Suspend Command</a>
5290 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
5291 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
5292 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
5293 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
5294 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
5295 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
5296 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
5297 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
5298 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
5299 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
5300 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
5301 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
5302 <li><a href="h_common_take">TakeAddr Command</a>
5303 <li><a href="h_mainhelp_status">Titlebar Line</a>
5304 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
5305 <li><a href="h_config_usenone_color">Use None Color</a>
5306 <li><a href="h_config_usenormal_color">Use Normal Color</a>
5307 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
5308 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
5309 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
5310 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
5311 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
5312 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
5313 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
5314 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
5315 </UL>
5318 &lt;End of Help Index&gt;
5319 </BODY>
5320 </HTML>
5323 ============== h_config_remote_config =============
5324 <HTML>
5325 <HEAD>
5326 <TITLE>Remote Configuration</TITLE>
5327 </HEAD>
5328 <BODY>
5329 <H1>Remote Configuration</H1>
5331 You may use the command line argument &quot;-p pinerc&quot; to tell
5332 Alpine to use a non-default configuration file.
5333 There are two types of storage for configuration information.
5334 <EM>Local</EM> configuration files are used by default.
5335 These are just regular files on the UNIX system or on the PC.
5336 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
5337 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
5338 <EM>Remote</EM> configuration folders are stored on an IMAP server.
5339 The advantage of using a remote configuration is that the same information
5340 may be accessed from multiple platforms.
5341 For example, if you use one computer at work and another at home, the same
5342 configuration could be used from both places.
5343 A configuration change from one place would be seen in both places.
5344 To use a remote configuration you simply give a
5345 <A HREF="h_valid_folder_names">remote folder name</A>
5346 as the argument to the &quot;-p&quot; command line option.
5347 The command line might look something like:
5349 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
5351 If there are special characters in the command shell you use, you may need to
5352 quote the last argument (to protect the curly braces from the shell).
5353 The command might look like:
5355 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
5357 You should choose a folder name for a folder that does not yet exist.
5358 It will be created containing an empty configuration.
5359 Do not use a folder that you wish to store regular mail messages in.
5361 The Setup/RemoteConfigSetup command will help you convert from a local
5362 configuration to a remote configuration.
5363 It will create a remote configuration for you and copy your current local
5364 configuration to it.
5365 It will also help you convert local address books into remote address books
5366 and local signature files into literal signatures contained in the
5367 remote configuration file.
5369 If the Setup/RemoteConfigSetup command doesn't do what you want, you
5370 may copy a local pinerc file to a remote configuration folder by hand
5371 by using the command line option &quot;-copy_pinerc&quot;.
5373 Another command line option, which is somewhat related to remote
5374 configuration, is the option &quot;-x exceptions_config&quot;.
5375 The configuration settings in the exceptions configuration override
5376 your default settings.
5377 It may be useful to store the default configuration (the -p argument) remotely
5378 and to have the exceptions configuration stored in a local file.
5379 You might put generic configuration information in the remote configuration
5380 and platform-specific configuration on each platform in the exceptions
5381 configuration.
5382 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
5383 can be either remote folders or local files.
5385 There is another command line argument that works only with PC-Alpine and
5386 which may prove useful when using a remote configuration.
5387 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
5388 to store your local auxiliary files.
5389 This only has an effect if your configuration file is remote.
5390 Some examples of auxiliary files are debug files, address book files, and
5391 signature files.
5393 &lt;End of help on this topic&gt;
5394 </BODY>
5395 </HTML>
5396 ============== h_config_exceptions =============
5397 <HTML>
5398 <HEAD>
5399 <TITLE>Generic and Exceptional Configuration</TITLE>
5400 </HEAD>
5401 <BODY>
5402 <H1>Generic and Exceptional Configuration</H1>
5404 If you use Alpine from more than one platform it may be convenient
5405 to split your configuration information into two pieces, a generic piece
5406 and exceptions that apply to a particular platform.
5407 For example, suppose you use Alpine from home and from work.
5408 Most of your configuration settings are probably the
5409 same in both locations, so those settings belong in the generic settings
5410 configuration.
5411 However, you may use a different SMTP server and INBOX
5412 from home than you do from work.
5414 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
5416 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
5417 options could be
5418 part of your exceptional configuration so that they could be different in the
5419 two places.
5421 The command line option &quot;-x exceptions_config&quot;
5422 may be used to split your configuration into generic and exceptional pieces.
5423 &quot;Exceptions_config&quot; may be either local or remote.
5424 The regular Alpine configuration file will contain the generic data, and
5425 &quot;exceptions_config&quot; will contain the exceptional data.
5427 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
5428 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
5429 in the same local directory that the regular config file is located in (usually
5430 the Unix home directory).
5431 If the regular config file is remote (because the command line option
5432 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
5433 directory for &quot;<CODE>.pinercex</CODE>&quot;.
5434 If the file does not already exist then no exceptions will be used.
5435 You can force exceptions to be used by using the &quot;-x&quot; option or
5436 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
5438 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
5439 PC-Alpine will use the value of the
5440 environment variable <CODE>$PINERCEX</CODE>.
5441 If that is not set, PC-Alpine will look for
5442 the local file &quot;<CODE>PINERCEX</CODE>&quot;
5443 in the same local directory that the regular config file is located in.
5444 If the regular config file is remote (because the command line option
5445 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
5446 local directory specified by the &quot;-aux local_directory&quot; command
5447 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
5448 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
5450 When you have an exception configuration there is a new command
5451 in the Alpine Setup screen, Setup/eXceptions.
5452 It toggles between exceptions and the regular configuration.
5453 This is the usual way to make changes in your exceptional configuration data.
5454 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
5455 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
5456 for Config or &quot;K&quot; for Kolor.
5458 For most people, splitting the configuration information into two pieces is
5459 going to be most useful if the generic information is accessed
5460 <A HREF="h_config_remote_config">remotely</A>).
5461 That data will be the same no matter where you access it from and if you
5462 change it that change will show up everywhere.
5463 The exceptional data will most commonly be in a local file, so that the
5464 contents may easily be different on each computing platform used.
5466 If you already have a local configuration file with settings you like
5467 you may find that the command Setup/RemoteConfigSetup is useful
5468 in helping you convert to a remote configuration.
5469 The command line flag &quot;-copy_pinerc&quot;
5470 may also be useful.
5472 &lt;End of help on this topic&gt;
5473 </BODY>
5474 </HTML>
5475 ============== h_config_inheritance =============
5476 <HTML>
5477 <HEAD>
5478 <TITLE>Configuration Inheritance</TITLE>
5479 </HEAD>
5480 <BODY>
5481 <H1>Configuration Inheritance</H1>
5483 Configuration inheritance is a power user feature.
5484 It is confusing and not completely supported by the configuration
5485 user interface.
5486 We start with an explanation of how configuration works in hopes of making
5487 it easier to describe how inheritance works.
5489 Alpine uses a hierarchy of configuration values from different locations.
5490 There are five ways in which each configuration option (configuration
5491 variable) can be set.
5492 In increasing order of precedence they are:
5494 <OL>
5495 <LI> the system-wide configuration file.
5497 <LI> the personal configuration file
5499 <LI> the personal exceptions file
5501 <LI> a command line argument
5503 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
5504 </OL>
5506 The fixed configuration file is normally
5507 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
5509 The system-wide configuration file is normally
5510 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
5511 set for PC-Alpine.
5512 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
5513 is used for the system-wide configuration.
5514 This location can be set or changed on the command line with the -P flag.
5515 The system-wide configuration file can be either a local file or a
5516 remote configuration folder.
5518 For Unix Alpine, the personal configuration file is normally the file
5519 <CODE>.pinerc</CODE> in the user's home directory.
5520 This can be changed with the -p command line flag.
5521 For PC-Alpine, the personal configuration file is in
5522 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
5523 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
5524 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
5525 This can be changed with the -p command line flag.
5526 If -p is used, the configuration data may be in a local file or a remote config
5527 folder.
5529 For Unix Alpine, the personal exceptions configuration file is named
5530 <CODE>.pinercex</CODE> and is in the same directory as the personal
5531 configuration file, if that configuration file is not remote, and is in
5532 the home directory if the personal configuration file is remote.
5533 If the file exists, then exceptions are turned on.
5534 If it doesn't, then you are not using exceptions.
5535 Alternatively, you may change the location of the exceptions configuration
5536 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5537 Like the personal configuration data, exceptions_config may be
5538 either local or remote.
5540 For PC-Alpine, the personal exceptions configuration file is named
5541 <CODE>PINERCEX</CODE> and is in the same directory as the personal
5542 configuration file unless the personal configuration file is remote.
5543 In that case, it is in the local directory specified by the
5544 &quot;-aux local_directory&quot; command line argument.
5545 (In the case that the personal configuration is remote and there is no
5546 &quot;-aux&quot; command line argument, Alpine searches for
5547 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
5548 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
5549 If the file exists, then exceptions are turned on.
5550 If it doesn't, then you are not using exceptions.
5551 You may change the location of the exceptions configuration
5552 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5553 or with the
5554 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
5555 option).
5557 To reiterate, the value of a configuration option is taken from the
5558 last location in the list above in which it is set.
5559 Or, thinking about it slightly differently, a default value for an option
5560 is established in the system-wide configuration file (or internally by Alpine
5561 if there is no value in the system-wide file).
5562 That default remains in effect until and unless it is overridden by a value in a
5563 location further down the list, in which case a new &quot;default&quot;
5564 value is established.
5565 As we continue down the list of locations we either retain the
5566 value at each step or establish a new value.
5567 The value that is still set after going through the whole list of
5568 configuration locations is the one that is used.
5570 So, for example, if an option is set in the system-wide configuration
5571 file and in the personal configuration file, but is not set in the
5572 exceptions, on the command line, or in the fixed file; then the value
5573 from the personal configuration file is the one that is used.
5574 Or, if it is set in the system-wide config, in the personal config, not
5575 in the exceptions, but is set on the command line; then the value
5576 on the command line is used.
5578 Finally we get to inheritance.
5579 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
5580 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
5581 the inheritance mechanism makes it possible to <EM>combine</EM>
5582 the values from different locations instead of <EM>replacing</EM> the value.
5583 This is true of all configuration lists other than the &quot;Feature-List&quot;,
5584 for which you may already set whatever you want at
5585 any configuration location (by using the &quot;no-&quot; prefix if
5586 necessary).
5588 To use inheritance, set the first item in a configuration list to the
5589 token &quot;INHERIT&quot;, without the quotes.
5590 If the first item is &quot;INHERIT&quot;,
5591 then instead of replacing the default value established so far, the rest of
5592 the list is appended to the default value established so far and that is
5593 the new value.
5595 Here is an example which may make it clearer. Suppose we have:
5597 <PRE>
5598  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5599  Personal config    :   smtp-server = INHERIT, mysmtp.home
5600  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
5601  Command line       :   smtp-server = &lt;No Value Set&gt;
5602  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5603 </PRE>
5606 This would result in an effective smtp-server option of
5608 <PRE>
5609  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
5610 </PRE>
5612 The &quot;INHERIT&quot; token can be used in any of the configuration files
5613 and the effect cascades.
5614 For example, if we change the above example to:
5616 <PRE>
5617  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5618  Personal config    :   smtp-server = INHERIT, mysmtp.home
5619  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5620  Command line       :   smtp-server = &lt;No Value Set&gt;
5621  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5622 </PRE>
5625 This would result in:
5627 <PRE>
5628  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
5629 </PRE>
5631 Unset variables are skipped over (the default value is carried forward) so
5632 that, for example:
5634 <PRE>
5635  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5636  Personal config    :   smtp-server = &lt;No Value Set&gt;
5637  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5638  Command line       :   smtp-server = &lt;No Value Set&gt;
5639  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5640 </PRE>
5643 produces:
5645 <PRE>
5646  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
5647 </PRE>
5650 If any later configuration location has a value set (for a particular list
5651 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
5652 then that value replaces whatever value has been defined up to that point.
5653 In other words, that cancels out any previous inheritance.
5655 <PRE>
5656  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5657  Personal config    :   smtp-server = INHERIT, mysmtp.org
5658  Exceptions config  :   smtp-server = yoursmtp.org
5659  Command line       :   smtp-server = &lt;No Value Set&gt;
5660  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5661 </PRE>
5664 results in:
5666 <PRE>
5667  smtp-server = yoursmtp.org
5668 </PRE>
5671 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
5672 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
5673 difficult to insert the value &quot;INHERIT&quot; into the list of values
5674 for the option using the normal Setup tools.
5675 In other words, the color setting screen (for example) does not
5676 provide a way to input the text &quot;INHERIT&quot; as the first
5677 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
5678 The way to do this is to either edit the pinerc file directly and manually
5679 insert it, or turn
5680 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
5681 feature and insert it using the Setup/Config screen.
5683 &lt;End of help on this topic&gt;
5684 </BODY>
5685 </HTML>
5686 ============== h_special_xon_xoff =============
5687 <HTML>
5688 <HEAD>
5689 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
5690 </HEAD>
5691 <BODY>
5692 <H1>XOFF/XON Handling within Alpine</H1>
5694 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
5695 and XON) as normal characters, even though Alpine does not use them.
5696 However, the printer, modem, or communication software you are using may
5697 be configured for &quot;software flow control,&quot; which means that
5698 XON/XOFF must be treated as special characters by the operating system.
5699 If you see messages such as &quot;^S not defined for this screen&quot;,
5700 then your system is probably using software flow control. In this case
5701 you will need to set the
5702 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
5703 feature.
5705 If you <EM>do</EM> set this
5706 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
5707 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
5708 and see if that puts things right.  Printing via the
5709 &quot;attached-to-ansi&quot; or 
5710 &quot;attached-to-wyse&quot;
5711 option will automatically enable software
5712 flow-control handling for the duration of the printing.
5714 &lt;End of help on this topic&gt;
5715 </BODY>
5716 </HTML>
5717 ============= h_special_help_nav =============
5718 <HTML>
5719 <HEAD>
5720 <TITLE>Help Text Navigation Explained</TITLE>
5721 </HEAD>
5722 <BODY>
5723 <H1>Help Text Navigation Explained</H1>
5725 Alpine contains extensive context-sensitive help text.   At any point, 
5726 pressing the &quot;?&quot; key will bring up a page of help text
5727 explaining the options available to you.  You can leave the help
5728 text screen and return to normal Alpine operation by pressing
5730 <!--chtml if pinemode="function_key"-->
5731 F3 function
5732 <!--chtml else-->
5733 &quot;E&quot;
5734 <!--chtml endif-->
5735 key to Exit Help at any time.
5738 Within the help screen you might find a word or phrase displayed in 
5739 inverse text and others displayed in bold typeface.  Such words and
5740 phrases are used to tell you Alpine has more information available on
5741 the topic they describe.
5742 The inverted text is the &quot;selected&quot; topic.  
5743 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
5744 displayed in bold type
5745 is &quot;selected&quot;.
5746 Hit the Return key to display the information Alpine has available on that
5747 topic.  While viewing such additional information, the 
5748 <!--chtml if pinemode="function_key"-->
5749 F3 function
5750 <!--chtml else-->
5751 &quot;P&quot;
5752 <!--chtml endif-->
5753 key will return you to the previous help screen, and the
5754 <!--chtml if pinemode="function_key"-->
5755 F2 function
5756 <!--chtml else-->
5757 &quot;E&quot;
5758 <!--chtml endif-->
5759 key will Exit the Help system altogether.
5762 The "N" command will tell you the internal name of the help text you are 
5763 reading each time, so that you can send this name in the text of a message 
5764 and create a direct link to that internal help using the x-pine-help URL 
5765 scheme. For example, the direct link to this item is 
5766 x-pine-help:h_special_help_nav. If you add this text to a message, then
5767 a person using Pine to read such message would have a direct link to this
5768 help text.
5771 When you are finished reading this help text, you can press the
5772 <!--chtml if pinemode="function_key"-->
5773 F3 function
5774 <!--chtml else-->
5775 &quot;P&quot;
5776 <!--chtml endif-->
5777 key to return to the previously displayed help text.
5780 &lt;End of help on this topic&gt;
5781 </BODY>
5782 </HTML>
5783 ============= h_special_list_commands =============
5784 <HTML>
5785 <HEAD>
5786 <TITLE>Email List Commands Explained</TITLE>
5787 </HEAD>
5788 <BODY>
5789 <H1>Email List Commands Explained</H1>
5791 Electonic mail lists provide a way for like-minded users to join in
5792 discussions on topics of interest.  The email list itself is 
5793 represented by a
5794 single address that participants send messages to when they have
5795 something of interest to share with other members of the list.  The
5796 receiving computer then, either automatically or after review by the
5797 list's owner (or moderator), sends a copy of that message to each
5798 member of the list.
5801 Usually, subscribing and unsubscribing is done by sending requests in
5802 an email message to a special address setup to handle managing list
5803 membership.  Often this is the name of the list followed by
5804 <I>-request</I>.  This address is almost <EM>never</EM> the same as
5805 the address used to send messages to the list.
5808 Unfortunately, email list participation commands are more a matter
5809 of convention than standard, and thus may vary from list to list.
5810 Increasingly, list management software is adding information to
5811 the copy of the postings as they're copied to the list members that
5812 explains how to do the various list management functions.
5815 Alpine will recognize this information and offer the management commands
5816 they represent in a simple display. One or more of the following
5817 operations will be made available:
5819 <DL>
5820 <DT>Help</DT>
5821 <DD>
5822 A method to get help on subscribing, unsubscribing, 
5823 an explanation of what the list is about, or special instructions
5824 for participation.  This may be in the form of a reply in response
5825 to an email message, or instructions on how to connect to a Web site.
5826 </DD>
5828 <DT>Unsubscribe</DT>
5829 <DD>
5830 A method to get your email addressed removed from the list of
5831 recipients of the email list.
5832 </DD>
5834 <DT>Subscribe</DT>
5835 <DD>
5836 A method to get your email address added to the list of recipients
5837 of the email list.  It may be in the form of a message sent to 
5838 a special address or you may be connected to a web site.
5839 <DD>
5840 </DD>
5842 <DT>Post</DT>
5843 <DD>
5844 A method used to post to the email list.  However, it might also 
5845 indicate that no posting is allowed directly to the list.
5846 </DD>
5848 <DT>Owner</DT>
5849 <DD>
5850 A method to contact the list owner for special questions you might
5851 have regarding the list.
5852 </DD>
5854 <DT>Archive</DT>
5855 <DD>
5856 A method to view an archive of previous messages posted to the list.
5857 This may be in the form of a mail folder on a remote computer, an
5858 IMAP mailbox or even a Web site.
5859 </DD>
5860 </DL>
5863 &lt;End of help on this topic&gt;
5864 </BODY>
5865 </HTML>
5866 ============= h_quota_command =============
5867 <HTML>
5868 <HEAD>
5869 <TITLE>Quota Screen Explained</TITLE>
5870 </HEAD>
5871 <BODY>
5872 <H1>Quota Screen Explained</H1>
5874 <P> This screen summarizes the quota report for this mailbox in the
5875 IMAP server. For each resource that you have a quota, this reports summarizes
5876 its use and limit.
5878 <P> Your IMAP server administrator may have set a quota based either on 
5879 the total size of your mailbox (STORAGE), or the number of messages in 
5880 your mailbox (MESSAGES), or some other criteria. This will be reported
5881 to you indicating the type of quota, its total use and its limit.
5883 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
5884 1024 bytes. Each of the characters that you see in this help text is one 
5885 byte, and this help text is about 1 kibibyte in size. Small messages sent 
5886 by Alpine are normally less than 4 kibibytes in size (which includes 
5887 headers and text). Other email programs may send messages with bigger 
5888 sizes when they send messages, since they send plain text and an 
5889 alternative part in HTML.
5891 <P> A convenient way to save space for the STORAGE type of quota is by 
5892 deleting attachments. This is done on each individual message by pressing 
5893 the &quot;V&quot; command while reading the message text, then moving the cursor 
5894 to the position of the attachment that is to be deleted, then pressing
5895 &quot;D&quot; to delete such attachment, going back to reading the 
5896 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
5897 save the message in the same folder you are reading from. The saved 
5898 message will not have the attachment that was marked deleted. Now you
5899 can delete and expunge the message with the unwanted attachment.
5902 &lt;End of help on this topic&gt;
5903 </BODY>
5904 </HTML>
5905 ============= h_mail_thread_index =============
5906 <HTML>
5907 <HEAD>
5908 <TITLE>THREAD INDEX COMMANDS</TITLE>
5909 </HEAD>
5910 <BODY>                 
5911 <H1>THREAD INDEX COMMANDS</H1>
5912 <!--chtml if pinemode="function_key"-->
5913 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>
5914 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
5915 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>
5916 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>
5917 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>
5918 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>
5919 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>
5920 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>
5921 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>
5922 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>
5923 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>
5924 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>
5925 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>
5926 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>
5927 <BR>
5928 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5929 -----------------------------<BR>
5930 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>
5931 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>
5932 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>
5933 <BR>
5934 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5935 -----------------------------<BR>
5936 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
5937 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
5938 <BR>
5939 <!--chtml else-->
5940 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>
5941 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5942 &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>
5943 &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>
5944 &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>
5945 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>
5946 &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>
5947 &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>
5948 &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>
5949 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>
5950 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
5951 <BR>
5952 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
5953 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
5954 &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>
5955 &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>
5956 &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>
5957 &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>
5958 &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>
5959 &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>
5960 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
5961 <!--chtml endif-->
5964 NOTE:
5965 <OL>
5966  <LI>For help on a particular command, highlight the bold text associated
5967 with it above and hit Return.
5968  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5969 </OL>
5971 <H2>Description of the THREAD INDEX Screen</H2>
5973 The THREAD INDEX displays summary information from each
5974 thread (conversation) in the current folder.
5975 This is useful if you want to quickly
5976 scan new threads, or find a particular thread without having to go
5977 through the text of each message, or to quickly get rid of junk
5978 threads, etc.
5979 The current thread is always highlighted.
5980 Each line of the THREAD INDEX contains the following columns: <P>
5981 <DL>
5982  <DT>STATUS:</DT>
5983  <DD> The markings on the left side of the thread tell you about its
5984 status.  You may see one or more of the following codes on any given
5985 thread:
5986 <UL>
5987   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
5988   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
5989   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
5990   <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.
5991   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5992         message in the thread was sent to you as a cc:. This symbol will only show up if
5993         the feature
5994         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5995   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
5996         &quot;select&quot; command.  (Some systems may optionally allow selected
5997         messages to be denoted by the index line being displayed in bold
5998         type instead.)
5999   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
6000       to mark at least one message in this thread as &quot;important&quot;.
6001 </UL></DD><P>
6003  <DT>THREAD NUMBER:</DT>
6004  <DD>Threads in a folder are numbered, from one through the number
6005 of threads in the folder, to help you know where you are in the folder.
6006 </DD><P>
6008  <DT>DATE STARTED:</DT>
6009  <DD>The date the thread was started. This is actually from the Date header
6010 of the first message in the thread. It doesn't take different time zones
6011 into account.</DD><P>
6013  <DT>WHO STARTED THE THREAD:</DT>
6014  <DD>This is usually the name of the sender of the first message in the thread, taken from
6015 the From header of the message.
6016 If there is no personal name given in that
6017 address, then the email address is used instead.
6018 If the message is from you (or from one of your
6019 <A HREF="h_config_alt_addresses">alternate addresses</A>),
6020 then the recipient's name is shown here instead, with the characters
6021 &quot;To: &quot; inserted before the name.
6022 (The idea of this is that if you started the thread you would rather see who
6023 the mail was sent to instead of that the mail was from you.)
6024 In Newsgroups, if you are
6025 the sender and there are no email recipients, the newsgroup name will be
6026 listed after the &quot;To: &quot;.
6027 </DD><P>
6029  <DT>SIZE:</DT>
6030  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
6032  <DT>SUBJECT:</DT>
6033  <DD>As much of the thread's subject line as will fit on the screen.
6034 This is the subject of the first message in the thread.</DD>
6035 </DL>
6037 <P><UL>
6038 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6039 </UL>
6041 &lt;End of help on this topic&gt;
6042 </BODY>
6043 </HTML>
6044 ============= h_mail_index =============
6045 <HTML>
6046 <HEAD>
6047 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
6048 </HEAD>
6049 <BODY>                 
6050 <H1>MESSAGE INDEX COMMANDS</H1>
6051 <!--chtml if pinemode="function_key"-->
6052 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>
6053 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
6054 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>
6055 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>
6056 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>
6057 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>
6058 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>
6059 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>
6060 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>
6061 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>
6062 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>
6063 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>
6064 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>
6065 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>
6066 <BR>
6067 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6068 -----------------------------<BR>
6069 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>
6070 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>
6071 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>
6072 <BR>
6073 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6074 -----------------------------<BR>
6075 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
6076 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>
6077 <BR>
6078 <!--chtml else-->
6079 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>
6080 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
6081 &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>
6082 &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>
6083 &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>
6084 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>
6085 &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>
6086 &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>
6087 &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>
6088 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>
6089 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
6090 Miscellaneous&nbsp;Operations<BR>
6091 ------------------------<BR>
6092 &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>
6093 &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>
6094 &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>
6095 &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>
6096 &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>
6097 &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>
6098 &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>
6099 &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>
6100 <!--chtml endif-->
6103 NOTE:
6104 <OL>
6105  <LI>For help on a particular command, highlight the bold text associated
6106 with it above and hit Return.
6107  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6108 </OL>
6110 <H2>Description of the MESSAGE INDEX Screen</H2>
6112 The MESSAGE INDEX displays summary information from each
6113 message in the current folder.
6114 This is useful if you want to quickly
6115 scan new messages, or find a particular message without having to go
6116 through the text of each message, or to quickly get rid of junk
6117 messages, etc.
6119 The current message is always highlighted
6120 and many commands operate on the current message.
6121 For example, the Delete command will delete the current message.
6122 If the folder is sorted by either Threads or OrderedSubject, then, depending
6123 on some of your configuration settings, a single line in the index may
6124 refer to an entire thread or to a subthread.
6125 If that is the case, then the commands that normally operate on the current
6126 message will operate on the thread or subthread instead.
6127 For example, the Delete command will delete the whole collapsed thread
6128 instead of just a single message.
6130 Each line of the MESSAGE INDEX contains the following columns (by default -- 
6131 you can change this with the 
6132 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
6133 in the SETUP CONFIGURATION screen): <P>
6134 <DL>
6135  <DT>STATUS:</DT>
6136  <DD> The markings on the left side of the message tell you about its
6137 status.  You may see one or more of the following codes on any given
6138 message:
6139 <UL>
6140   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
6141          yet eXpunged the folder.
6142   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
6143   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
6144          to be answered.
6145   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
6146          forward a message.
6147   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
6148         directly to your account, your copy is not part of a cc: or a
6149         mailing list.
6150   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
6151         message was sent to you as a cc:. This symbol will only show up if
6152         the feature
6153         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
6154   <LI> &quot;X&quot; for selected.  You have selected the message by using the
6155         &quot;select&quot; command.  (Some systems may optionally allow selected
6156         messages to be denoted by the index line being displayed in bold
6157         type.)
6158   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
6159       to mark this message as &quot;important&quot;.
6160 </UL></DD><P>
6162  <DT>MESSAGE NUMBER:</DT>
6163  <DD>Messages in a folder are numbered, from one through the number
6164 of messages in the folder, to help you know where you are in the folder.
6165 These numbers are always in increasing order, even if you sort the folder
6166 in a different way.</DD><P>
6168  <DT>DATE SENT:</DT>
6169  <DD>The date the message was sent.  By default, messages are
6170 ordered by arrival time, not by date sent.  Most of the time, arrival time
6171 and date sent (effectively departure time) are similar.  Sometimes,
6172 however, the index will appear to be out of order because a message took a
6173 long time in delivery or because the sender is in a different time
6174 zone than you are. This date is just the date from the Date header
6175 field in the message.</DD><P>
6177  <DT>WHO SENT THE MESSAGE:</DT>
6178  <DD>This is usually the name of the sender of the message, taken from
6179 the From header of the message.
6180 If there is no personal name given in that
6181 address, then the email address is used instead.
6182 If the message is from you (or from one of your
6183 <A HREF="h_config_alt_addresses">alternate addresses</A>),
6184 then the recipient's name is shown here instead, with the characters
6185 &quot;To: &quot; inserted before the name.
6186 (The idea of this is that if you sent the mail you would rather see who
6187 the mail was sent to instead of that the mail was from you.
6188 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
6189 above.
6190 In particular, use the FROM token or the FROMORTONOTNEWS token
6191 in place of the FROMORTO token.)
6192 In Newsgroups, if you are
6193 the sender and there are no email recipients, the newsgroup name will be
6194 listed after the &quot;To: &quot;. </DD><P>
6196  <DT>SIZE:</DT>
6197  <DD>The number in parentheses is the number of characters in the message.
6198 It may have a suffix of K, M, or G which means the number should be
6199 multiplied by one thousand, one million, or one billion to get the
6200 size of the message.</DD><P>
6202  <DT>SUBJECT:</DT>
6203  <DD>As much of the message's subject line as will fit on the screen.</DD>
6204 </DL>
6206 <P><UL>
6207 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6208 </UL>
6210 &lt;End of help on this topic&gt;
6211 </BODY>
6212 </HTML>
6213 ============= h_mail_view ========================
6214 <HTML>
6215 <HEAD>
6216 <TITLE>MESSAGE TEXT SCREEN</TITLE>
6217 </HEAD>
6218 <BODY>
6219 <H1>MESSAGE TEXT SCREEN</H1>
6220 <!--chtml if pinemode="function_key"-->
6221 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>
6222 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
6223 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>
6224 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>
6225 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>
6226 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>
6227 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>
6228 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>
6229 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>
6230 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>
6231 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>
6232 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>
6233 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>
6234 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>
6235 <BR>
6236 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6237 ------------------------------<BR>
6238 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
6239 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
6240 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
6241 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
6242 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
6243 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
6244 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
6245 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
6246 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
6247 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
6248 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
6249 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
6250 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6251 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
6252 <!--chtml else-->
6253 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
6254 ---------------------------------<BR>
6255 <BR>
6256 &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>
6257 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>
6258 &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>
6259 &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>
6260 &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>
6261 &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>
6262 &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>
6263 &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>
6264 &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>
6265 <BR>
6266 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
6267 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
6268 &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>
6269 &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>
6270 &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>
6271 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>
6272 <BR>
6273 General&nbsp;Alpine&nbsp;Commands<BR>
6274 ---------------------<BR>
6275 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
6276 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
6277 &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>
6278 &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>
6279 &nbsp;&nbsp;&nbsp;&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>
6280 <!--chtml endif-->
6283 NOTE:
6284 <OL>
6285  <LI>For help on a particular command, highlight the bold text associated
6286 with it above and hit Return.
6287  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6288 </OL>
6290 <H2>Description of the MESSAGE TEXT Screen</H2>
6292 The top line of the view message screen displays status
6293 information about the currently open collection and folder and about the
6294 current message.  It shows the name of the collection in angle brackets
6295 and then the name of the folder.  The line also displays the number
6296 of messages in the folder, the number of the current message and the
6297 percentage of the current message that has been displayed on the screen.
6298 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
6299 right corner.
6300 If the message has been answered (but not deleted) &quot;ANS&quot; will show
6301 in the corner.
6304 NOTE: to rapidly move to the end of a message, hit the
6305 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6306 (or Ctrl-W) key followed
6307 by Ctrl-V.  Similarly,
6308 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6309 followed by Ctrl-Y will take you to the beginning of
6310 a message.
6312 <H2>Explanation of Alternate Character Sets</H2>
6314 Alpine attempts to stay out of the way so that it won't prevent you from
6315 viewing mail in any character set.  It will simply send the message to
6316 your display device.  If the device is capable of displaying the
6317 message as it was written it will do so.  If not, the display may be
6318 partially or totally incorrect.
6319 If the message contains characters that are not representable in your 
6320 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
6321 variable in your configuration, then a warning message will be printed
6322 to your screen at the beginning of the message display.
6323 It is probably best to use UNIX Alpine in a terminal emulator
6324 capable of displaying UTF-8 characters.
6325 See <A HREF="h_config_char_set">Display Character Set</A> for a little
6326 more information about character set settings.
6328 <P><UL>
6329 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6330 </UL>
6332 &lt;End of help on this topic&gt;
6333 </BODY>
6334 </HTML>
6335 ======= h_index_cmd_select =======
6336 <HTML>
6337 <HEAD>
6338 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
6339 </HEAD>
6340 <BODY>
6341 <H1>Selecting: Select and WhereIs/Select</H1>
6343 Aggregate operations give you the ability to process a group of messages
6344 at once.  Acting on multiple messages requires two steps: (1) selecting a
6345 set of messages and then; (2) applying a command to that set. The first
6346 part is handled by the select command.  Select allows you to
6347 select messages based on their status (read, answered, etc.), contents,
6348 date, size, or keywords.
6349 You may also select based on one of your Rules or based on threads,
6350 and there are quick options to select a specific message or range of messages,
6351 to select the current message, or to select all messages.
6354 We describe the various selection criteria briefly:
6357 <DL>
6358 <DT>select All</DT>
6359 <DD> Marks all the messages in the folder as selected.
6360 </DD>
6362 <DT>select Cur</DT>
6363 <DD> Selects the currently highlighted message or currently highlighted
6364 set of messages if in a threaded view.
6365 </DD>
6367 <DT>select by Number</DT>
6368 <DD> Select by message number. This may be a comma-separated list instead or
6369 a single entry.
6370 Each element in the list may be either a single message number or a range
6371 of numbers with a dash between the lowest and highest member of the range.
6372 Some examples are 7 to select only message number 7; 2-5 to select messages
6373 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
6374 The word &quot;end&quot; or the character &quot;$&quot; may be used as a 
6375 substitute for the highest numbered message in the folder, while the
6376 character &quot;.&quot; represents the message number holding the position
6377 of the cursor in the folder.
6378 If in a separate thread index where the numbers refer to threads instead of
6379 to messages, then you will be selecting all of the messages in the
6380 referenced threads instead of selecting by message number.
6381 </DD>
6383 <DT>select by Date</DT>
6384 <DD> Select by either the date stored in the Date headers of each message,
6385 or by the date when the messages arrived.
6386 This does not adjust for different time zones, but just checks to see what
6387 day the message was sent on.
6388 You may type in a date. If you do, the date should be in the form
6389 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
6390 For example,
6391 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
6393 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
6394 If the date you want is close to the current date, it is probably
6395 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
6396 is displayed, instead of typing in the date yourself.
6397 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
6398 the date of the currently highlighted message. 
6400 There are six possible settings that are selected using the
6401 &quot;^W&nbsp;Toggle When&quot; command.
6402 Three of them select messages based on the Date headers.
6403 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
6404 and &quot;SENT ON&quot;.
6405 SINCE is all messages with the selected date or later.
6406 BEFORE is all messages earlier than the selected date (not including the day
6407 itself).
6408 ON is all messages sent on the selected date.
6409 The other three select messages in the same way but they use the arrival
6410 times of the messages instead of the Date headers included in the messages.
6411 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
6412 and &quot;ARRIVED ON&quot;.
6413 When you save a message from one folder to another the arrival time is
6414 preserved.
6415 </DD>
6417 <DT>select by Text</DT>
6418 <DD> Selects messages based on the message contents.
6419 This allows you to select a set of messages based on whether or not the
6420 message headers or message body contain specified text.
6421 You may look for text in the Subject, the From header,
6422 the To header, or the Cc header.
6423 You may also choose Recipient, which searches for the text in
6424 either the To or the Cc header;
6425 or Participant, which means To or Cc or From.
6426 Besides those specific header searches, you may also search the entire
6427 header and text of the message with &quot;All Text&quot;, or just the
6428 body of the message.
6430 To search for the absence of text, first type the &quot;! Not&quot; command
6431 before typing the specific type of text search.
6432 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
6433 search for all messages that do not contain a particular word in their
6434 Subjects.
6436 If you choose a Subject search, you may use the subject from the current
6437 message by typing the &quot;^X Cur Subject&quot; command.
6438 You may then edit it further if you wish.
6439 For example, you might select the subject of a reply and edit the
6440 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6441 the original message being replied to.
6442 All of the other header searches allow you to use addresses from the
6443 headers of the current message if you want to.
6444 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6445 &quot;^W Cur Cc&quot;.
6446 In each case, if there is more than one address, only the first is offered.
6447 </DD>
6449 <DT>select by Status</DT>
6450 <DD> Selects messages based on their status.
6451 You may select all New, Important, Deleted, Answered, Recent, or Unseen
6452 messages.
6453 Or, if you first type the &quot;! Not&quot; command, you get not New,
6454 or not Important, and so on.
6455 If you select Deleted messages, you will get all messages with their
6456 Deleted flag set.
6457 Likewise for Important messages, all messages that you have flagged as
6458 being Important with the
6459 <A HREF="h_common_flag">Flag</A> command.
6460 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6461 because they try to match what you see on the screen by default.
6462 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6463 and Unanswered.
6464 If you have looked at the message, or deleted it, or answered it; then it
6465 is not considered &quot;New &quot;.
6466 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6468 &quot;Answered&quot; is another one that is a little different.
6469 It means that the message has been Answered <EM>and</EM> is not deleted.
6470 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6471 the opposite of &quot;Answered&quot;!
6472 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6473 both Unanswered <EM>and</EM> not deleted.
6475 The other two types were added later because the special nature of the
6476 New flag was not what was wanted by all users.
6477 New does match what you see in the index by default, but if you use
6478 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6479 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6480 be exactly what you want.
6481 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6482 they are deleted or answered, and
6483 &quot;Recent&quot; selects all of the messages that have been added to
6484 the folder since you started this Alpine session.
6485 (That's not technically quite true. If there are multiple mail clients
6486 reading an IMAP mailbox, each message will be marked as Recent in only
6487 one of the client's sessions.)
6488 </DD>
6490 <DT>select by siZe</DT>
6491 <DD> Selects messages based on their size being smaller than or larger
6492 than the size you specify.
6493 The size is the number of bytes.
6494 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
6495 the number.
6496 For example, 7K is the same as 7000.
6497 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
6498 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
6499 Use the &quot;^W&quot; command to toggle back and forth between Smaller
6500 and Larger.
6501 </DD>
6503 <DT>select by Keyword</DT>
6504 <DD> Selects messages that either have or do not have
6505 (using the &quot;!&nbsp;Not&quot; command)
6506 a particular <A HREF="h_config_keywords">Keyword</A> set.
6507 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
6508 command to select one from your list of keywords.
6510 <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.
6511 </DD>
6513 <DT>select by Rule</DT>
6514 <DD> Selects messages that either match or don't match
6515 (using the &quot;!&nbsp;Not&quot; command)
6516 one of the Rules you have defined.
6517 The most likely method of filling in the Rule is to use the
6518 &quot;^T&nbsp;To&nbsp;List&quot;
6519 command to select one of your Rules.
6520 All of the Rules you have defined will be in the list, including
6521 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
6522 They may not all make sense for this purpose, but they are all there for
6523 flexibility.
6524 You might find it useful to define some rules solely for the purpose
6525 of being used by the Select command.
6526 There is a special category for such Rules. They are called Search Rules.
6528 Unfortunately, Alpine does not allow all possible Rules to be defined.
6529 For example, there is no logical OR operation.
6530 OR is accomplished in the Filter Rules or the other types of Rules by
6531 simply defining two rules, one that matches the first part of the OR
6532 and another that matches the second part.
6533 But you can't do that here, since you only have a single Rule to work with.
6534 Likewise, the order of Rules is usually important.
6535 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6536 a message, then that stops the search for a further match.
6537 This means that you may be confused if you try to use Select by Rule to
6538 check your Filter rules because the order is important when filtering but
6539 is not considered here.
6540 </DD>
6542 <DT>select by tHread</DT>
6543 <DD> Selects all of the messages in the current thread.
6544 </DD>
6545 </DL>
6547 After you have an initial selection, the next and subsequent selection
6548 commands modify the selection.
6549 The select command changes. It first gives
6550 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
6551 &quot;unselect Current&quot;,
6552 &quot;Broaden selection&quot; (implements a logical OR), and
6553 &quot;Narrow selection&quot; (implements a logical AND).
6554 After you choose either Broaden or Narrow, you then choose one of the
6555 selection criteria listed above (by Text or Number or ...).
6556 You may use select as many times as you wish to get the selected set right.
6559 The WhereIs command has a feature (Ctrl-X) to
6560 select all the messages that match the WhereIs search. WhereIs searches
6561 through just the text that appears on the MESSAGE INDEX screen.
6562 This method is often slower than using the select command itself, unless the
6563 line you are looking for is not too far away in the index.
6566 The availability of the aggregate operations commands is determined by the
6567 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6568 Feature-List option in your Alpine
6569 configuration, which defaults to set.
6570 The features
6571 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
6573 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
6574 affect the behavior of the Select command.
6577 &lt;End of help on this topic&gt;
6578 </BODY>
6579 </HTML>
6580 ======= h_select_rule =======
6581 <HTML>
6582 <HEAD>
6583 <TITLE>Select: Rule</TITLE>
6584 </HEAD>
6585 <BODY>
6586 <H1>Select: Rule</H1>
6588 You are selecting messages that either match or don't match
6589 one of the Rules you have defined.
6590 You may either type the nickname of the Rule at the prompt, or use the
6591 &quot;^T&nbsp;To&nbsp;List&quot;
6592 command to select one of your Rules.
6593 All of the Rules you have defined will be in the list, including
6594 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
6595 They may not all make sense for this purpose, but they are all there for
6596 flexibility.
6597 Rules may be added by using the Setup/Rules screen off of the main Alpine
6598 menu.
6600 Unfortunately, Alpine does not allow all possible Rules to be defined.
6601 For example, there is no logical OR operation.
6602 OR is accomplished in the Filter Rules or the other types of Rules by
6603 simply defining two rules, one that matches the first part of the OR
6604 and another that matches the second part.
6605 But you can't do that here, since you only have a single Rule to work with.
6606 Likewise, the order of Rules is usually important.
6607 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6608 a message, then that stops the search for a further match.
6609 This means that you may be confused if you try to use Select by Rule to
6610 check your Filter rules because the order is important when filtering but
6611 is not considered here.
6614 &lt;End of help on this topic&gt;
6615 </BODY>
6616 </HTML>
6617 ======= h_select_text =======
6618 <HTML>
6619 <HEAD>
6620 <TITLE>Select: Text</TITLE>
6621 </HEAD>
6622 <BODY>
6623 <H1>Select: Text</H1>
6625 You are selecting messages based on the contents of the message.
6626 This allows you to select a set of messages based on whether or not the
6627 message headers or message body contain specified text.
6628 You may look for text in the Subject, the From header,
6629 the To header, or the Cc header.
6630 You may also choose Recipient, which searches for the text in
6631 either the To or the Cc header;
6632 or Participant, which means either the To header, or the Cc header,
6633 or the From header.
6634 Besides those specific header searches, you may also search the entire
6635 header and text of the message with &quot;All Text&quot;, or just the
6636 body of the message with &quot;Body&quot;.
6638 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
6639 before typing the specific type of text search.
6640 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
6641 search for all messages that do not contain a particular word in their
6642 Subjects.
6644 If you choose a Subject search, you may use the subject from the current
6645 message by typing the &quot;^X Cur Subject&quot; command.
6646 You may then edit it further if you wish.
6647 For example, you might select the subject of a reply and edit the
6648 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6649 the original message being replied to.
6650 All of the other header searches allow you to use addresses from the
6651 headers of the current message if you want to.
6652 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6653 &quot;^W Cur Cc&quot;.
6654 In each case, if there is more than one address, only the first is offered.
6657 &lt;End of help on this topic&gt;
6658 </BODY>
6659 </HTML>
6660 ======= h_select_status =======
6661 <HTML>
6662 <HEAD>
6663 <TITLE>Select: Status</TITLE>
6664 </HEAD>
6665 <BODY>
6666 <H1>Select: Status</H1>
6668 You are selecting messages based on the status of the message.
6669 For example, whether or not the message has been marked Deleted or Important,
6670 or whether or not it has been Answered or is New.
6671 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
6672 opposite: not Deleted, not Important, and so on.
6674 If you select Deleted messages, you will get all messages with their
6675 Deleted flag set.
6676 Likewise for Important messages, all messages that you have flagged as
6677 being Important with the
6678 <A HREF="h_common_flag">Flag</A> command.
6679 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6680 because they try to match what you see on the screen by default.
6681 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6682 and Unanswered.
6683 If you have looked at the message, or deleted it, or answered it; then it
6684 is not considered &quot;New &quot;.
6685 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6687 &quot;Answered&quot; is another one that is a little different.
6688 It means that the message has been Answered <EM>and</EM> is not deleted.
6689 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6690 the opposite of &quot;Answered&quot;!
6691 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6692 both Unanswered <EM>and</EM> not deleted.
6694 (The New and Answered options may seem counter-intuitive.
6695 The reason it is done this way is
6696 because, by default, a Deleted message will show up with the &quot;D&quot;
6697 symbol in the MAIL INDEX screen even if it is New or Answered.
6698 The Delete symbol overrides the New and Answered symbols, because you
6699 usually don't care about the message anymore once you've deleted it.
6700 Similarly, you usually only care about whether a message is Answered or
6701 not if it is not Deleted.
6702 Once it is Deleted you've put it out of your mind.)
6704 The other two options were added later because the special nature of the
6705 New flag was not what was wanted by all users.
6706 New does match what you see in the index by default, but if you use
6707 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6708 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6709 be exactly what you expect.
6710 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6711 they are deleted or answered, and
6712 &quot;Recent&quot; selects all of the messages that have been added to
6713 the folder since you started this Alpine session.
6714 (That's not technically quite true. If there are multiple mail clients
6715 reading an IMAP mailbox, each message will be marked as Recent in only
6716 one of the client's sessions.
6717 That behavior can be convenienent for some purposes, like filtering, but
6718 it isn't usually what you expect when selecting.)
6721 &lt;End of help on this topic&gt;
6722 </BODY>
6723 </HTML>
6724 ======= h_index_cmd_apply =======
6725 <HTML>
6726 <HEAD>
6727 <TITLE>Apply Command</TITLE>
6728 </HEAD>
6729 <BODY>
6730 <H1>Apply Command</H1>
6732 Apply
6733 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
6734 is the second step of most aggregate operations.  Apply
6735 becomes active any time there is a defined set of selected messages.  The
6736 following commands can be applied to a selected message set: delete,
6737 undelete, reply, forward,
6738 <!--chtml if pinemode="os_windows"-->
6739 <!--chtml else--> 
6740 pipe,
6741 <!--chtml endif-->
6742 print, take address, save, export, bounce, and flag.
6745 The behavior of some of these commands in an aggregate sense is not easy to
6746 explain.  Try them out to see what they do.
6747 The feature
6748 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
6749 affects the behavior of the Apply command, as does the feature
6750 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
6753 &lt;End of help on this topic&gt;
6754 </BODY>
6755 </HTML>
6756 ======= h_index_cmd_zoom =======
6757 <HTML>
6758 <HEAD>
6759 <TITLE>ZoomMode Command</TITLE>
6760 </HEAD>
6761 <BODY>
6762 <H1>ZoomMode Command</H1>
6764 Another action you might want to take on a set of selected messages is to
6765 zoom in on them.  Like apply, zoom only becomes active when messages have
6766 been selected.
6767 ZoomMode
6768 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
6769 is a toggle command that allows you to
6770 zoom-in (and only see the selected messages) and zoom-out (to see all
6771 messages in the folder).  Neither apply nor zoom removes the markings that
6772 define the selected set; you need to use a select command in order
6773 to do that.
6776 &lt;End of help on this topic&gt;
6777 </BODY>
6778 </HTML>
6779 ======= h_index_collapse_expand =======
6780 <HTML>
6781 <HEAD>
6782 <TITLE>Collapse/Expand Command</TITLE>
6783 </HEAD>
6784 <BODY>
6785 <H1>Collapse/Expand Command</H1>
6787 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
6788 the folder is sorted by either Threads or OrderedSubject, and the
6789 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
6790 is set to something other than &quot;none&quot;.
6791 By default, this command collapses or expands the subthread that starts at
6792 the currently highlighted message, if any.
6793 If the subthread is already collapsed, then this command expands it.
6794 If the subthread is expanded, then this command collapses it.
6795 If there are no more messages below the current message in the
6796 thread tree (that is, there are no replies to the current message) then
6797 this command does nothing.
6800 The behavior of this command is affected by the option
6801 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
6802 Normally, this command Collapses or Expands the subthread that
6803 starts at the currently highlighted message.
6804 If the above option is set, then this command Collapses or Expands the
6805 entire current thread instead of just the subthread.
6806 The current thread is simply the top-level thread that contains the
6807 current message.
6810 &lt;End of help on this topic&gt;
6811 </BODY>
6812 </HTML>
6813 ======= h_index_cmd_sort =======
6814 <HTML>
6815 <HEAD>
6816 <TITLE>Sort Command</TITLE>
6817 </HEAD>
6818 <BODY>
6819 <H1>Sort Command</H1>
6821 In Alpine's generic configuration, messages are presented in the order in
6822 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
6823 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
6824 You can also re-sort the folder on demand with the sort
6825 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
6826 command.
6827 Your sorting options are:
6829 <UL>
6830  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
6831  <LI> <A HREF="h_index_sort_date">D</A>ate
6832  <LI> <A HREF="h_index_sort_subj">S</A>ubject
6833  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
6834  <LI> t<A HREF="h_index_sort_thread">H</A>read
6835  <LI> <A HREF="h_index_sort_from">F</A>rom
6836  <LI> si<A HREF="h_index_sort_size">Z</A>e
6837  <LI> scor<A HREF="h_index_sort_score">E</A>,
6838  <LI> <A HREF="h_index_sort_to">T</A>o
6839  <LI> <A HREF="h_index_sort_cc">C</A>c
6840 </UL>
6843 The Reverse option will toggle the order the index is currently
6844 sorted by, but will not change the relative sort order.
6847 Sorting a folder does not actually rearrange the way the folder is saved,
6848 it just re-arranges how the messages are presented to you.  This means
6849 that Alpine has to do the work of sorting every time you change sort order.
6850 Sometimes, especially with PC-Alpine or with large folders, this could take
6851 a while.
6854 &lt;End of help on this topic&gt;
6855 </BODY>
6856 </HTML>
6857 ======= h_index_sort_default =======
6858 <HTML>
6859 <HEAD>
6860 <TITLE>SORT OPTION: Default</TITLE>
6861 </HEAD>
6862 <BODY>
6863 <H1>SORT OPTION: Default</H1>
6865 The <EM>Default</EM> sort option just means to use the default sort order
6866 set in the
6867 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
6868 option in Setup/Config.
6871 &lt;End of help on this topic&gt;
6872 </BODY>
6873 </HTML>
6874 ======= h_index_sort_arrival =======
6875 <HTML>
6876 <HEAD>
6877 <TITLE>SORT OPTION: Arrival</TITLE>
6878 </HEAD>
6879 <BODY>
6880 <H1>SORT OPTION: Arrival</H1>
6882 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6883 in the order that they exist in the folder.  This is usually the same as the
6884 order in which they arrived.  This option is comparable to not sorting
6885 the messages at all.
6888 &lt;End of help on this topic&gt;
6889 </BODY>
6890 </HTML>
6891 ======= h_index_sort_date =======
6892 <HTML>
6893 <HEAD>
6894 <TITLE>SORT OPTION: Date</TITLE>
6895 </HEAD>
6896 <BODY>
6897 <H1>SORT OPTION: Date</H1>
6899 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6900 according to the date and time they were
6901 sent.
6904 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
6905 identical to sorting by &quot;Arrival&quot;.
6908 &lt;End of help on this topic&gt;
6909 </BODY>
6910 </HTML>
6911 ======= h_index_sort_subj =======
6912 <HTML>
6913 <HEAD>
6914 <TITLE>SORT OPTION: Subject</TITLE>
6915 </HEAD>
6916 <BODY>
6917 <H1>SORT OPTION: Subject</H1>
6919 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6920 by subject. 
6923 Messages with the same subject are
6924 first grouped together, and then the groups of like-subject messages
6925 are arranged alphabetically.
6928 Alpine ignores leading &quot;Re:&quot; and
6929 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
6930 likeness and alphabetical order of subject lines.
6933 &lt;End of help on this topic&gt;
6934 </BODY>
6935 </HTML>
6936 ======= h_index_sort_ordsubj =======
6937 <HTML>
6938 <HEAD>
6939 <TITLE>SORT OPTION: OrderedSubject</TITLE>
6940 </HEAD>
6941 <BODY>
6942 <H1>SORT OPTION: OrderedSubject</H1>
6944 The <EM>OrderedSubject</EM> sort option arranges messages in the
6945 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
6946 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
6949 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
6950 messages by the date of the oldest message in the group.
6953 This sort method provides for pseudo threading of conversations within
6954 a folder.
6955 You may want to try sorting by Thread instead.
6958 &lt;End of help on this topic&gt;
6959 </BODY>
6960 </HTML>
6961 ======= h_index_sort_thread =======
6962 <HTML>
6963 <HEAD>
6964 <TITLE>SORT OPTION: Thread</TITLE>
6965 </HEAD>
6966 <BODY>
6967 <H1>SORT OPTION: Thread</H1>
6969 The <EM>Thread</EM> sort option arranges messages in the
6970 MESSAGE&nbsp;INDEX by grouping all messages that indicate
6971 they are part of a conversation (discussion thread) taking
6972 place within a mailbox or newsgroup.  This indication is
6973 based on information in the message's header -- specifically
6974 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
6977 &lt;End of help on this topic&gt;
6978 </BODY>
6979 </HTML>
6980 ======= h_index_sort_from =======
6981 <HTML>
6982 <HEAD>
6983 <TITLE>SORT OPTION: From</TITLE>
6984 </HEAD>
6985 <BODY>
6986 <H1>SORT OPTION: From</H1>
6988 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6989 by the name of the author of the message.
6992 Messages with the same author are grouped together. Groups of
6993 messages are then put into alphabetical order according to message
6994 author.
6997 &lt;End of help on this topic&gt;
6998 </BODY>
6999 </HTML>
7000 ======= h_index_sort_size =======
7001 <HTML>
7002 <HEAD>
7003 <TITLE>SORT OPTION: Size</TITLE>
7004 </HEAD>
7005 <BODY>
7006 <H1>SORT OPTION: Size</H1>
7008 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7009 by their relative sizes.
7012 &lt;End of help on this topic&gt;
7013 </BODY>
7014 </HTML>
7015 ======= h_index_sort_score =======
7016 <HTML>
7017 <HEAD>
7018 <TITLE>SORT OPTION: Score</TITLE>
7019 </HEAD>
7020 <BODY>
7021 <H1>SORT OPTION: Score</H1>
7023 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7024 by their scores.
7027 Messages with the same score are sorted in arrival order.
7028 Scores are something you create using the
7029 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
7032 &lt;End of help on this topic&gt;
7033 </BODY>
7034 </HTML>
7035 ======= h_index_sort_to =======
7036 <HTML>
7037 <HEAD>
7038 <TITLE>SORT OPTION: To</TITLE>
7039 </HEAD>
7040 <BODY>
7041 <H1>SORT OPTION: To</H1>
7043 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
7044 by the names of the recipients of the message.
7047 Messages with the same recipients are grouped together. Groups of
7048 messages are then put into alphabetical order according to message
7049 recipients.
7052 &lt;End of help on this topic&gt;
7053 </BODY>
7054 </HTML>
7055 ======= h_index_sort_cc =======
7056 <HTML>
7057 <HEAD>
7058 <TITLE>SORT OPTION: Cc</TITLE>
7059 </HEAD>
7060 <BODY>
7061 <H1>SORT OPTION: Cc</H1>
7063 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
7064 the names of the carbon copy addresses of the message.
7067 &lt;End of help on this topic&gt;
7068 </BODY>
7069 </HTML>
7070 ======= h_index_cmd_whereis =======
7071 <HTML>
7072 <HEAD>
7073 <TITLE>WhereIs Command</TITLE>
7074 </HEAD>
7075 <BODY>
7076 <H1>WhereIs Command</H1>
7078 The WhereIs
7079 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
7080 command lets you search the MESSAGE INDEX for a word.
7081 It scans through whatever you see, usually the name of the author
7082 and the Subject line.
7083 WhereIs has special subcommands to let you find the beginning of the
7084 index (Ctrl-Y -- first message)
7085 or the end of the index (Ctrl-V -- last message).
7087 Note that WhereIs only searches through the visible text on the screen.
7088 For example, if only part of the Subject of a message is shown because it
7089 is long, then only the visible portion of the Subject is searched.
7090 Also note that WhereIs does not &quot;see&quot; the 
7091 &quot;X&quot; in column one of Index entries for selected messages
7092 so it can't be used to search for
7093 selected messages (use &quot;Zoom&quot; instead).
7095 If the feature
7096 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
7097 is turned on,
7098 WhereIs can also be used as a quick way to select messages that match the
7099 string being searched for.
7100 Instead of typing carriage return to search for the next match, type
7101 Ctrl-X to select all matches.
7102 Once again, this only selects matches that are (or would be if the right
7103 index line was on the screen) visible.
7104 Truncated From lines or Subjects will cause matches to be missed.
7105 Although WhereIs is sometimes convenient for quick matching, the Select
7106 command is usually more powerful and usually faster.
7109 &lt;End of help on this topic&gt;
7110 </BODY>
7111 </HTML>
7112 ======= h_view_cmd_whereis =======
7113 <HTML>
7114 <HEAD>
7115 <TITLE>WhereIs Command</TITLE>
7116 </HEAD>
7117 <BODY>
7118 <H1>WhereIs Command</H1>
7120 The WhereIs
7121 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
7122 command does a &quot;find in current message&quot; operation.  You
7123 type in text and Alpine will try to find it in the message you are
7124 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
7125 or end (Ctrl-V) of the message.
7126 That is, to rapidly move to the end of a message, hit the 
7127 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
7128 (or Ctrl-W) key followed
7129 by Ctrl-V.  Similarly,
7130 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
7131 followed by Ctrl-Y will take you to the beginning of a message.
7134 &lt;End of help on this topic&gt;
7135 </BODY>
7136 </HTML>
7137 ======= h_view_cmd_hilite =======
7138 <HTML>
7139 <HEAD>
7140 <TITLE>View Hilite and Next item/Previous item</TITLE>
7141 </HEAD>
7142 <BODY>
7143 <H1>View Hilite and Next item/Previous item</H1>
7145 Sometimes messages may be in the form of formatted HTML text
7146 or they may contain URLs or Web server hostnames.
7147 When any of the features
7148 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
7149 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
7150 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
7152 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
7153 are enabled, Alpine will represent such selectable items in the text
7154 in bold typeface.  One of the selectable items will be displayed in
7155 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
7156 Press the Return key to view the currently selected item.
7159 The Up and Down Arrows keys can be used to change the selected item
7160 (also see the feature
7161 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
7162 If there are no selectable items in the direction of the arrow you
7163 pressed, Alpine will scroll the display in that direction until one
7164 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
7165 items in the message text, use the Previous and Next item commands,
7166 <!--chtml if pinemode="function_key"-->F5 and F6
7167 <!--chtml else-->^B and ^F<!--chtml endif-->.
7170 &lt;End of help on this topic&gt;
7171 </BODY>
7172 </HTML>
7173 ======= h_view_cmd_viewattch =======
7174 <HTML>
7175 <HEAD>
7176 <TITLE>ViewAttch Command</TITLE>
7177 </HEAD>
7178 <BODY>
7179 <H1>ViewAttch Command</H1>
7182 The View/Save Attachment
7183 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
7184 command allows you to handle MIME attachments to a message you have
7185 received.  Alpine shows you a list of the message attachments -- you just
7186 choose the attachment you want.  You may either view or save the
7187 selected attachment.
7190 Because many attachments require external programs for display, there
7191 is some system configuration that has to happen before you can
7192 actually display attachments.  Hopefully much of that will have been
7193 done already by your system administrator.  MIME configuration is
7194 handled with the &quot;mailcap&quot; configuration file.  (See the section 
7195 on configuration in the
7196 <A HREF="h_news">release notes</A> for more information.)
7199 &lt;End of help on this topic&gt;
7200 </BODY>
7201 </HTML>
7202 ======= h_index_cmd_expunge =======
7203 <HTML>
7204 <HEAD>
7205 <TITLE>Expunge/Exclude Command</TITLE>
7206 </HEAD>
7207 <BODY>
7208 <H1>Expunge/Exclude Command</H1>
7210 Expunge/Exclude
7211 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
7212 is the command Alpine uses to actually remove all messages
7213 marked for deletion.  With regular email files, expunge literally deletes
7214 the text from the current folder.  With newsgroups or shared mailboxes,
7215 you don't have permission to actually remove the message, so it is an
7216 exclude -- Alpine removes the message from your view of the folder even
7217 though it is not technically gone.
7219 <P> A selective expunge command is available in IMAP folders that support 
7220 the UID EXPUNGE extension in <A 
7221 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
7222 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
7223 as a subcommand of the apply command. If some selected messages are marked 
7224 deleted, then the apply command will offer the eXpunge command, which when 
7225 executed will only expunge those messages that are selected and deleted.
7227 <P> 
7228 Observe that the expunge command (when not used from the apply command) 
7229 will expunge/exclude all deleted messages from the folder, and so all 
7230 messages marked deleted will be expunged, regardless of if they are 
7231 selected or not. In other words, there is no protection against 
7232 potentially expunging more messages than only those that have been 
7233 selected and deleted.
7236 The configuration features
7237 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
7239 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
7240 affect the behavior of the Expunge command.
7243 &lt;End of help on this topic&gt;
7244 </BODY>
7245 </HTML>
7246 ======= h_common_compose =======
7247 <HTML>
7248 <HEAD>
7249 <TITLE>Compose Command</TITLE>
7250 </HEAD>
7251 <BODY>
7252 <H1>Compose Command</H1>
7254 The Compose command takes you into the Alpine message composer where you
7255 can start a new message for sending.  This is where you type in the
7256 message's text and specify its recipient list (the &quot;To:&quot;
7257 address), where copies should be directed (e.g., &quot;Fcc&quot;,
7258 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
7259 be attached to the message.
7262 When you type this command, Alpine will also automatically check for any
7263 interrupted (i.e., a message that was being composed when your modem
7264 or network connection was broken) or previously postponed messages and
7265 offer you a chance to continue working on those.
7268 <UL>   
7269 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7270 </UL><P>
7271 &lt;End of help on this topic&gt;
7272 </BODY>
7273 </HTML>
7274 ======= h_common_index =======
7275 <HTML>
7276 <HEAD>
7277 <TITLE>Message Index Command</TITLE>
7278 </HEAD>
7279 <BODY>
7280 <H1>Message Index Command</H1>
7282 The Index command takes you to the MESSAGE INDEX screen that displays a
7283 summary caption for each message in the currently-open folder. One
7284 message will be highlighted; this is the &quot;Current&quot; message.
7285 The message commands available from this screen (e.g. View, Reply,
7286 Forward, Delete, Print, Save, etc) apply to the current message.
7289 &lt;End of help on this topic&gt;
7290 </BODY>
7291 </HTML>
7292 ======= h_common_folders =======
7293 <HTML>
7294 <HEAD>
7295 <TITLE>Folder List Command</TITLE>
7296 </HEAD>
7297 <BODY>
7298 <H1>Folder List Command</H1>
7300 This Folder List command takes you to the FOLDER LIST screen that displays
7301 the names of all your message folders and allows you to view, rename,
7302 delete, and add folders.  You can open (view) a different folder than the
7303 one currently open by highlighting the desired one (using the arrow keys
7304 or their control-key equivalents) and pressing RETURN.
7307 If you have multiple folder collections defined (see the Help text for
7308 the FOLDER LIST screen to learn more about Collections), you may need
7309 to press Return to expand the collection and display all of the
7310 folders in it.
7313 &lt;End of help on this topic&gt;
7314 </BODY>
7315 </HTML>
7316 ======= h_main_addrbook =======
7317 <HTML>
7318 <HEAD>
7319 <TITLE>Address Book Command</TITLE>
7320 </HEAD>
7321 <BODY>
7322 <H1>Address Book Command</H1>
7324 This command, available only from the MAIN MENU, takes you
7325 to the ADDRESS BOOK management screen.  From here, your personal address
7326 book(s) may be updated.
7329 &lt;End of help on this topic&gt;
7330 </BODY>
7331 </HTML>
7332 ======= h_main_setup =======
7333 <HTML>
7334 <HEAD>
7335 <TITLE>Setup Command</TITLE>
7336 </HEAD>
7337 <BODY>
7338 <H1>Setup Command</H1>
7340 The Setup command, available only from the MAIN MENU, prompts you for
7341 one of several configuration screens, including the SETUP CONFIGURATION 
7342 screen, by which you may activate optional Alpine features.
7345 &lt;End of help on this topic&gt;
7346 </BODY>
7347 </HTML>
7348 ======= h_main_release_notes =======
7349 <HTML>
7350 <HEAD>
7351 <TITLE>Release Notes Command</TITLE>
7352 </HEAD>
7353 <BODY>
7354 <H1>Release Notes Command</H1>
7356 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
7357 as well as pointers to further information such as history and legal notes.
7360 &lt;End of help on this topic&gt;
7361 </BODY>
7362 </HTML>
7363 ======= h_main_kblock =======
7364 <HTML>
7365 <HEAD>
7366 <TITLE>Keyboard Lock Command</TITLE>
7367 </HEAD>
7368 <BODY>
7369 <H1>Keyboard Lock Command</H1>
7371 This command allows your Alpine session to be protected
7372 during a temporary absence from your terminal.
7375 &lt;End of help on this topic&gt;
7376 </BODY>
7377 </HTML>
7378 ======= h_main_journal =======
7379 <HTML>
7380 <HEAD>
7381 <TITLE>Journal Command</TITLE>
7382 </HEAD>
7383 <BODY>
7384 <H1>Journal Command</H1>
7386 This command displays a list of all the status messages Alpine has
7387 displayed (on the third line from the bottom of the screen). This may
7388 be useful if a message disappeared before you had a chance to read it.
7391 &lt;End of help on this topic&gt;
7392 </BODY>
7393 </HTML>
7394 ======= h_common_role =======
7395 <HTML>
7396 <HEAD>
7397 <TITLE>Role Command</TITLE>
7398 </HEAD>
7399 <BODY>
7400 <H1>Role Command</H1>
7402 The Role command is similar to the Compose command except that it starts
7403 off by letting you select a <A HREF="h_rules_roles">role</A>
7404 to be used for the composition.
7405 You may set up alternate roles by using Setup/Rules/Roles.
7408 &lt;End of help on this topic&gt;
7409 </BODY>
7410 </HTML>
7411 ======= h_common_conditional_cmds =======
7412 <HTML>
7413 <HEAD>
7414 <TITLE>Conditional Commands</TITLE>
7415 </HEAD>
7416 <BODY>
7417 <H1>Conditional Commands</H1>
7419 The presence or absence of certain commands, particularly in the
7420 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
7421 whether or not specific features are set in your Alpine configuration.  
7422 (You can access the SETUP CONFIGURATION screen, where they are found, from 
7423 Alpine's MAIN MENU.)  To see if a desired command's availability is
7424 conditioned on a feature setting, see the command's help text (highlight
7425 the phrase associated with the command and hit Return).
7428 Also note that some
7429 commands may be administratively disabled by your system manager;
7430 if they don't work, please check with your local help desk.
7433 <UL>   
7434 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7435 </UL><P>
7436 &lt;End of help on this topic&gt;
7437 </BODY>
7438 </HTML>
7439 ======= h_common_pipe =======
7440 <HTML>
7441 <HEAD>
7442 <TITLE>Pipe Command</TITLE>
7443 </HEAD>
7444 <BODY>
7445 <H1>Pipe Command</H1>
7447 Pipe
7448 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
7449 allows you to send a message to a specified Unix command for external
7450 processing.
7451 This command's availability is controlled by the
7452 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
7453 feature.
7454 By default, the processed text of the message is sent to the command
7455 you specify and the output is captured by Alpine and shown to you.
7456 When you run the pipe command, there are some sub-commands which may be
7457 used to alter this behavior.
7458 These sub-commands are described <A HREF="h_pipe_command">here</A>.
7461 &lt;End of help on this topic&gt;
7462 </BODY>
7463 </HTML>
7464 ======= h_common_goto =======
7465 <HTML>
7466 <HEAD>
7467 <TITLE>Goto Command</TITLE>
7468 </HEAD>
7469 <BODY>
7470 <H1>Goto Command</H1>
7472 Goto
7473 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
7474 is the command that lets you bypass Alpine's folder selection screens
7475 and jump directly to a new folder.  You can select any folder in the
7476 world: one in your current collection, one in a different collection or
7477 one in a collection you've never even used before.
7480 Alpine will help you as much as possible to narrow in on the folder you want.
7481 However, if the folder is outside of your defined collections, you are
7482 going to have to enter the exact folder location using the correct
7483 <A HREF="h_valid_folder_names">syntax</A>
7484 for a remote folder and/or fully-qualified path name.
7487 &lt;End of help on this topic&gt;
7488 </BODY>
7489 </HTML>
7490 ======= h_common_nextnew =======
7491 <HTML>
7492 <HEAD>
7493 <TITLE>NextNew Command</TITLE>
7494 </HEAD>
7495 <BODY>
7496 <H1>NextNew Command</H1>
7498 When you press the TAB key, Alpine advances to the next
7499 &quot;interesting&quot; message.
7500 This will be the next message you have not seen before, or the next message
7501 you have flagged Important, whichever comes first.
7502 Unread messages that have been deleted are not considered interesting.
7503 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
7504 articles after you have read them if you want to remove them from future
7505 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
7506 more information.)
7509 The NextNew command is affected by the feature
7510 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
7511 which causes Alpine to only consider Unread messages interesting, not messages
7512 flagged Important.
7515 This command behaves a little differently when it finds there are no more
7516 interesting messages left in the current folder.
7517 If the current folder is one of your Incoming Message Folders
7518 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
7519 or it is a newsgroup, then Alpine will try to find the next folder or
7520 newsgroup that contains <EM>Recent</EM> messages and will ask you
7521 if you want to open that folder.
7522 This behavior may be modified by using the
7523 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
7524 feature that causes Alpine to look for Unseen messages instead of Recent
7525 messages.
7526 The NextNew command's behavior is also affected by the configuration features
7527 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
7529 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
7532 &lt;End of help on this topic&gt;
7533 </BODY>
7534 </HTML>
7535 ======= h_common_jump =======
7536 <HTML>
7537 <HEAD>
7538 <TITLE>Jump Command</TITLE>
7539 </HEAD>
7540 <BODY>
7541 <H1>Jump Command</H1>
7543 This is Alpine's way of allowing you to go straight to a specific message.
7544 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
7545 configured such that typing in any number automatically jumps you to that
7546 message 
7547 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
7548 in the SETUP CONFIGURATION).
7551 &lt;End of help on this topic&gt;
7552 </BODY>
7553 </HTML>
7554 ======= h_common_flag =======
7555 <HTML>
7556 <HEAD>
7557 <TITLE>Flag Command</TITLE>
7558 </HEAD>
7559 <BODY>
7560 <H1>Flag Command</H1>
7562 Flag
7563 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7564 is the command that allows users to manipulate the status flags that
7565 appear on the left side of the MESSAGE INDEX screen.  The most common
7566 use of this is to mark a message as important. This is something of a
7567 note to yourself to get back to that message.  You may also use the
7568 flag command to set (or unset) the flags that indicate that a message
7569 is new, answered, deleted, or forwarded.<P>
7571 Provided the mail server supports it,
7572 you may also manipulate user-defined keywords
7573 for a message using the flag command.
7574 These keywords will be available if you use the Flag Details screen that you
7575 can get to after typing the
7576 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7577 command.
7578 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
7579 which are always present.
7580 You may add new keywords by using the Add KW command from the Flag Details screen
7581 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
7583 The availability of the flag command is determined by the
7584 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
7585 feature in your Alpine configuration. Also, it is possible that Flag could be
7586 administratively disabled by your system manager; if it doesn't work,
7587 please check with your local help desk before reporting a bug.
7588 The behavior of the flag command may be modified by the
7589 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
7590 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
7593 &lt;End of help on this topic&gt;
7594 </BODY>
7595 </HTML>
7596 ======= h_common_hdrmode =======
7597 <HTML>
7598 <HEAD>
7599 <TITLE>HdrMode Command</TITLE>
7600 </HEAD>
7601 <BODY>
7602 <H1>HdrMode Command</H1>
7604 Every email message comes with some header lines that you normally
7605 don't see (and don't want to see).
7606 These include anywhere from 3-20 lines (or more) added by the
7607 Internet mail transport system to record the route your message took,
7608 for diagnostic purposes.
7609 These are normally of no import and simply
7610 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
7611 This also includes other non-standard headers the message may contain.
7612 If you want to see these headers, there is a way to reveal them.
7615 The Header Mode
7616 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7617 command is a toggle that controls Alpine's handling of these header
7618 lines.  Normally, full headers is &quot;off&quot; and you only see a
7619 few lines about who a message is to and who it is from.  When you
7620 press
7621 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7622 to turn full headers on, Alpine will show you
7623 the normal header lines as well as delivery headers, comment headers,
7624 MIME headers, and any other headers present.
7627 Several different Alpine commands honor the header mode -- it affects how
7628 messages are displayed, how they appear in forward and reply email, how
7629 they are printed, how they are saved, and how they are exported.
7630 <!--chtml if pinemode="os_windows"-->
7631 <!--chtml else--> 
7632 The pipe command is also affected.
7633 <!--chtml endif-->
7636 The presence or absence of the Header Mode command is determined by the
7637 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
7638 Feature-List option in your Alpine configuration.
7641 If you have also turned on the
7642 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
7643 option then the HdrMode command actually rotates through three states
7644 instead of just two.
7645 The first is the normal view with long quotes suppressed.
7646 The second is the normal view but with the long quotes included.
7647 The last enables the display of all headers in the message.
7648 When using Export, Pipe, Print, Forward, or Reply the quotes are
7649 never suppressed, so the first two states are identical.
7652 The behavior of the Header Mode command may be altered slightly by
7653 turning on the
7654 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
7655 Feature-List option in your Alpine configuration.
7656 In particular, it will cause the Header Mode to be persistent when moving
7657 from message to message instead of resetting to the default for each message.
7660 <UL>   
7661 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7662 </UL><P>
7663 &lt;End of help on this topic&gt;
7664 </BODY>
7665 </HTML>
7666 ======= h_common_print =======
7667 <HTML>
7668 <HEAD>
7669 <TITLE>Print Command</TITLE>
7670 </HEAD>
7671 <BODY>
7672 <H1>Print Command</H1>
7674 The Print
7675 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
7676 command allows you to print a copy of a message.
7677 There are many SETUP CONFIGURATION features that affect the
7678 Print command, including
7679 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
7680 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
7681 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
7682 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
7683 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
7684 You set up for printing by using the Printer option of the Setup command
7685 on the MAIN MENU.
7689 &lt;End of help on this topic&gt;
7690 </BODY>
7691 </HTML>
7692 ======= h_common_take =======
7693 <HTML>
7694 <HEAD>
7695 <TITLE>TakeAddr Command</TITLE>
7696 </HEAD>
7697 <BODY>
7698 <H1>TakeAddr Command</H1>
7701 With the Take Address
7702 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
7703 command, you can extract email addresses from an
7704 incoming message and save them in an address book.  This is an easy way
7705 to add to your address book and avoid having to remember the email
7706 addresses of the people who write to you.
7709 If the message is just to you individually, then you will only need to
7710 provide a nickname.  If the message contains more than one email address,
7711 then you will see an address
7712 selection screen that lets you choose the address you want to save into
7713 your address book, or lets you choose several of them add to a
7714 personal distribution list.
7717 Once you've added an entry to your address book, you can use it from the
7718 message composer by typing the nickname of the entry into one of the
7719 header fields (for example, into the To: field), or you can use ^T from
7720 the header field to select the entry from your address book.
7723 If the configuration feature
7724 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
7725 is set, the behavior of the Take command is altered slightly.
7728 &lt;End of help on this topic&gt;
7729 </BODY>
7730 </HTML>
7731 ======= h_ge_import =======
7732 <HTML>
7733 <HEAD>
7734 <TITLE>Import File Selection</TITLE>
7735 </HEAD>
7736 <BODY>
7737 <H1>Import File Selection</H1>
7739 You are importing a file that you previously
7740 exported from Alpine.
7741 You are now being asked for the name of that file.
7742 The easiest way to select a file is probably with the &quot;^T&quot;
7743 &quot;To Files&quot; command.
7744 Alternatively, you may type in a file name.
7745 It may be an absolute pathname.
7746 Otherwise, it is a file located in your home directory
7747 or current working directory
7748 <!--chtml if pinemode="running"-->
7749 (which, at least for your current Alpine &quot;session,&quot; 
7750 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7751 <!--chtml endif-->, depending on the
7752 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7753 In any case, you finish by typing a carriage return to accept the
7754 file name that is displayed.
7755 When the feature
7756 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7757 is turned on you may use TAB to complete partially typed in names.
7759 You may cancel the import operation by typing &quot;^C&quot; after exiting
7760 this help.
7762 &lt;End of help on this topic&gt;
7763 </BODY>
7764 </HTML>
7765 ======= h_ge_allparts =======
7766 <HTML>
7767 <HEAD>
7768 <TITLE>Export Message File Selection</TITLE>
7769 </HEAD>
7770 <BODY>
7771 <H1>Export Message File Selection</H1>
7773 You are Exporting a message from an Alpine mail folder
7774 to a plain text file.
7775 You also have the option of exporting all of the attachments associated
7776 with the message.
7777 You are now being asked for the name of the file to export <EM>to</EM>.
7778 The easiest way to select a file is probably with the &quot;^T&quot;
7779 &quot;To Files&quot; subcommand.
7780 After returning from that subcommand you will still be allowed to
7781 edit the name you have selected.
7782 Alternatively, you may type in a file name.
7783 It may be an absolute pathname.
7784 Otherwise, it is a file located in your home directory
7785 or current working directory
7786 <!--chtml if pinemode="running"-->
7787 (which, at least for your current Alpine &quot;session,&quot; 
7788 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7789 <!--chtml endif-->, depending on the
7790 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7791 In any case, you finish by typing a carriage return to accept the
7792 file name that is displayed.
7793 When the feature
7794 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7795 is turned on you may use TAB to complete partially typed in names.
7797 The message you are exporting appears to have some attachments.
7798 If you wish to save <EM>all</EM> of the attachments at once,
7799 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
7800 saving of the attachments.
7801 You may turn it back off by typing &quot;^P&quot; again, which will now
7802 be labeled &quot;NoAllParts&quot; instead.
7803 If you want to save the parts the command displayed should be
7804 &quot;NoAllParts&quot;!
7805 When you choose to save attachments like this, the attachments will be saved
7806 in a newly created directory.
7807 That directory will have the same name as the file name you choose here,
7808 with the letters &quot;.d&quot; appended.
7809 If that directory already exists, then the letters &quot;.d_1&quot; will
7810 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
7811 is found.
7812 For example, if you select the file name
7814 <CENTER><SAMP>filename</SAMP></CENTER>
7816 to export the message to, then the directory used for the attachments will be
7818 <CENTER><SAMP>filename.d</SAMP></CENTER>
7820 or perhaps
7822 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
7824 The attachments will then be put into files inside that directory.
7825 The names for the attachment files will be derived from the attachments
7826 if possible.
7827 This is done in the same way as the default values are derived if you
7828 save them one at a time.
7829 (The &quot;filename&quot; parameter from the Content-Disposition header
7830 is the first choice. If that doesn't exist, the &quot;name&quot;
7831 parameter from the Content-Type header is used.)
7832 If a name for a particular attachment is not available, then the
7833 part number of the attachment is used, with the characters &quot;part_&quot;
7834 prepended.
7835 An example of that would be
7837 <CENTER><SAMP>part_2.1</SAMP></CENTER>
7839 If you want to save only some of the attachments or if you want more control
7840 over the directory and filename where an attachment is saved you may
7841 cancel out of this command and View the attachment list.
7842 From there you can save each attachment individually.
7844 You may cancel the Export operation by typing &quot;^C&quot; after exiting
7845 this help.
7847 &lt;End of help on this topic&gt;
7848 </BODY>
7849 </HTML>
7850 ======= h_ge_export =======
7851 <HTML>
7852 <HEAD>
7853 <TITLE>Export File Selection</TITLE>
7854 </HEAD>
7855 <BODY>
7856 <H1>Export File Selection</H1>
7858 You are Exporting or Saving something from within the Alpine world
7859 (a message, an attachment, etc.)
7860 to a plain text file.
7861 You are now being asked for the name of the file to export <EM>to</EM>.
7862 The easiest way to select a file is probably with the &quot;^T&quot;
7863 &quot;To Files&quot; subcommand.
7864 After returning from that subcommand you will still be allowed to
7865 edit the name you have selected.
7866 Alternatively, you may type in a file name.
7867 It may be an absolute pathname.
7868 Otherwise, it is a file located in your home directory
7869 or current working directory
7870 <!--chtml if pinemode="running"-->
7871 (which, at least for your current Alpine &quot;session,&quot; 
7872 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7873 <!--chtml endif-->, depending on the
7874 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7875 In any case, you finish by typing a carriage return to accept the
7876 file name that is displayed.
7877 When the feature
7878 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7879 is turned on you may use TAB to complete partially typed in names.
7881 If the object you are exporting is a message with some attachments,
7882 you may wish to save all of the attachments by typing the &quot;^P&quot;
7883 &quot;AllParts&quot; command to turn on saving of the attachments.
7884 This subcommand will only be visible if the message actually has attachments.
7885 You may also View the attachment list and save individual attachments from
7886 there.
7888 If you are SAVING a text part (text/plain, text/html, etc.) you can use
7889 the Control-R subcommand to toggle if saving will be done in binary mode,
7890 meaning that the attachment will be decoded, but will not be transformed
7891 to UTF-8 for further processing (either in internal filters, or user
7892 supplied filters.) This is useful in case you either want to preserve
7893 the text as it was encoded originally to you, or the attachment was
7894 incorrectly attached (the attachment is not of text type) and you need
7895 the original text to process the attachment.
7897 You may cancel the Export operation by typing &quot;^C&quot; after exiting
7898 this help.
7900 &lt;End of help on this topic&gt;
7901 </BODY>
7902 </HTML>
7903 ======= h_common_save =======
7904 <HTML>
7905 <HEAD>
7906 <TITLE>Save and Export Commands</TITLE>
7907 </HEAD>
7908 <BODY>
7909 <H1>Save and Export Commands</H1>
7911 Save
7912 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
7913 and Export
7914 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
7915 are the two alternatives Alpine gives you to keep a copy of the message
7916 you are reading. If you want to keep the message within Alpine's email
7917 world, use &quot;Save&quot;; if you want to use the message in another
7918 program, use &quot;Export&quot;.
7921 When you Save a message, it is put into an existing folder or into a new
7922 folder in one of your existing folder collections.  The message stays in
7923 email format and can be read by Alpine again.  Alpine may use a special format
7924 for its mail folders -- never edit an Alpine folder by hand or with any
7925 program other than Alpine.  The exact behavior of the Save command can be
7926 configured with the
7927 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
7928 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
7929 and 
7930 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
7931 feature list settings.
7932 The name of the folder offered as a default is controlled by the option
7933 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
7936 When you use Export, the message is placed in a plain text file in your
7937 home directory 
7938 <!--chtml if pinemode="running"-->
7939 (which, in the present configuration of your system, is
7940  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7941 <!--chtml endif-->
7942 or current working directory
7943 <!--chtml if pinemode="running"-->
7944 (which, at least for your current Alpine &quot;session,&quot; 
7945 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7946 <!--chtml endif-->, depending on the
7947 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7948 configuration setting.  In the normal case, only minimal
7949 headers are exported with the message; however, if the full header mode 
7950 (whose availability may be disabled  by setting the feature 
7951 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
7952 in SETUP CONFIGURATION) is
7953 toggled on, then complete headers are exported along with the message
7954 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
7955 defined, they may affect the contents of the exported file.)
7958 &lt;End of help on this topic&gt;
7959 </BODY>
7960 </HTML>
7961 ======= h_common_bounce =======
7962 <HTML>
7963 <HEAD>
7964 <TITLE>Bounce Command</TITLE>
7965 </HEAD>
7966 <BODY>
7967 <H1>Bounce Command</H1>
7969 The Bounce 
7970 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
7971 command allows you to re-send, or &quot;remail&quot;, a
7972 message, as if you were never in the loop.  It is analogous to crossing
7973 out your address on a postal letter, writing a different address on the
7974 envelope, and putting it into the mailbox. Bounce is used primarily to
7975 redirect email that was sent to you in error.
7976 Also, some owners of email
7977 lists need the bounce command to handle list traffic.
7978 Bounce is not anonymous.
7979 A ReSent-From header is added to the message so that the recipient may
7980 tell that you Bounced it to them.
7983 The presence or absence of the Bounce command is determined by the
7984 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
7985 feature in your Alpine configuration.
7986 The feature
7987 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
7988 affects the behavior of the Bounce command.
7989 Also, it is possible that Bounce could be
7990 administratively disabled by your system manager; if it doesn't work,
7991 please check with your local help desk before reporting a bug.
7994 &lt;End of help on this topic&gt;
7995 </BODY>
7996 </HTML>
7997 ======= h_common_reply =======
7998 <HTML>
7999 <HEAD>
8000 <TITLE>Reply and Forward Commands</TITLE>
8001 </HEAD>
8002 <BODY>
8004 <H1>Reply and Forward Commands</H1>
8006 Replying 
8007 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
8008 and Forwarding 
8009 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
8010 are your two alternatives for following up on the
8011 message you are reading.  You would use reply if you want to get email
8012 back to the author of the message and/or the other people who have
8013 already seen it.  You use forward if you want somebody new to see the
8014 message.
8017 In the normal case, the only thing that you must supply when forwarding a
8018 message is the name/email address of the new recipient.
8019 Alpine will include the text of the forwarded message.
8020 Alpine will also include any attachments to the message.
8021 There is space above the forwarded text for you to include additional comments.
8024 When replying, you usually have to answer some questions.
8025 If the message is to multiple people and/or specified with a Reply-To: header,
8026 then you will have to decide who should get the reply.
8027 You also need to decide whether or not to include the previous
8028 message in your reply.
8029 Some of this is configurable.
8030 Specifically, see the
8031 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
8032 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
8033 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
8035 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
8036 configuration features.
8039 Both the Reply and Forward commands react to the full header mode toggle.
8040 If the full header mode is on, then all the header and delivery lines are
8041 included with the text of the message in your reply/forward.
8044 Other configuration features that affect the Reply command are
8045 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
8046 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
8047 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
8050 &lt;End of help on this topic&gt;
8051 </BODY>
8052 </HTML>
8053 ======= h_common_delete =======
8054 <HTML>
8055 <HEAD>
8056 <TITLE>Delete and Undelete Commands</TITLE>
8057 </HEAD>
8058 <BODY>
8059 <H1>Delete and Undelete Commands</H1>
8061 Delete 
8062 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
8063 and Undelete 
8064 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
8065 allow you to change the Deleted flag for the current message.
8066 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
8067 removes the mark.
8068 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
8069 at the left hand edge of the index line.
8070 When viewing a deleted message, the letters &quot;DEL&quot; will be present
8071 in the upper right hand corner of the screen.
8072 Delete simply <EM>marks</EM> a message Deleted, it does not actually
8073 get rid of the message.
8074 The eXpunge command (available from the MESSAGE INDEX screen) actually
8075 removes all of the deleted messages in a folder.
8076 Once a message is eXpunged, it can't be retrieved.
8079 The Delete command is affected by the setting of the configuration feature
8080 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
8083 &lt;End of help on this topic&gt;
8084 </BODY>
8085 </HTML>
8086 ======= h_common_postpone =======
8087 <HTML>
8088 <HEAD>
8089 <TITLE>Postpone Command</TITLE>
8090 </HEAD>
8091 <BODY>
8092 <H1>Postpone Command</H1>
8094 The postpone
8095 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
8096 command allows you to temporarily stop working on the current
8097 message so you may read
8098 other messages or compose another message.  When you want to resume a
8099 message later, start to compose and answer &quot;yes&quot; to the
8100 &quot;Continue postponed composition?&quot; question.  You may
8101 postpone as many messages as you like.
8104 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
8105 in the Setup/Config screen, then the Postpone command will prompt you for
8106 the folder in which to store your outgoing message.
8109 &lt;End of help on this topic&gt;
8110 </BODY>
8111 </HTML>
8112 ======= h_compose_cancel =======
8113 <HTML>
8114 <HEAD>
8115 <TITLE>Cancel Command</TITLE>
8116 </HEAD>
8117 <BODY>
8118 <H1>Cancel Command</H1>
8120 Cancel
8121 <!--chtml if pinemode="function_key"-->
8122 (F2)
8123 <!--chtml else-->
8124 (^C) 
8125 <!--chtml endif-->
8127 The Cancel command returns you to Alpine's normal mail processing and
8128 causes the message currently under composition to be thrown out.
8129 The message text <EM>will be lost</EM>.
8132 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
8133 will be preserved in the file named
8134 <!--chtml if pinemode="os_windows"-->
8135 &quot;DEADLETR&quot;.
8136 <!--chtml else-->
8137 &quot;dead.letter&quot; in your home directory.
8138 <!--chtml endif-->
8139 If you unintentionally cancel a message, look there for its text.
8142 &lt;End of help on this topic&gt;
8143 </BODY>
8144 </HTML>
8145 ======= h_compose_addrcomplete =======
8146 <HTML>
8147 <HEAD>
8148 <TITLE>Address Completion</TITLE>
8149 </HEAD>
8150 <BODY>
8151 <H1>Address Completion</H1>
8153 When entering addresses in the address fields of the composer (To, Cc, etc.)
8154 the TAB key may be used to help complete the address.
8155 Type a partial nickname and tap the TAB key to complete the typing.
8156 The unambiguous part of the name will be filled in automatically.
8157 Typing TAB twice in succession will bring up a selection list of possibilities,
8158 making it easy to find and choose the correct address.
8161 The matching algorithm is rather ad hoc.
8162 The search starts with a search of your address book.
8163 It counts as a match if the nickname, address, or fullname field of an
8164 entry begins with the text typed in so far. It is also a match if
8165 a later word in the fullname (for example, the middle name or last name)
8166 begins with the entered text.
8168 Next comes an LDAP search.
8169 The search will happen for any servers that have the
8170 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
8171 feature set. You can set or unset the feature for each server independently
8172 in the Setup/Directory screen.
8174 Finally, if you are replying to or forwarding a message, that message is
8175 searched for likely candidate addresses that match the typed-in text.
8178 &lt;End of help on this topic&gt;
8179 </BODY>
8180 </HTML>
8181 ======= h_compose_richhdr =======
8182 <HTML>
8183 <HEAD>
8184 <TITLE>Rich Header Command</TITLE>
8185 </HEAD>
8186 <BODY>
8187 <H1>Rich Header Command</H1>
8189 The Rich Header command allows you to toggle between the list of 
8190 all message headers available for editing and those that are most
8191 common.
8194 Use this toggle to expose headers that are not normally visible by
8195 default.
8196 This set usually includes the
8197 &quot;Bcc:&quot;,
8198 &quot;Fcc:&quot;,
8199 &quot;Lcc:&quot;,
8200 and &quot;Newsgroups&quot;
8201 headers.
8202 If you are posting to a newsgroup the set of defaults is a little different.
8203 Obviously, in that case, the Newsgroups header is of interest so is not
8204 hidden.
8205 For news posting the hidden set includes the
8206 &quot;To:&quot;,
8207 &quot;Cc:&quot;,
8208 &quot;Bcc:&quot;,
8209 &quot;Fcc:&quot;,
8210 and &quot;Lcc:&quot;
8211 headers.
8212 You won't normally want to edit these, which is why they are hidden,
8213 but it is sometimes useful to be able to set them manually.
8216 The default sets of headers listed above can be altered.
8217 Any header that you have added to the
8218 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
8219 option, but not to the
8220 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
8221 option will appear when you use the Rich Headers command to
8222 make the Rich Headers visible.
8223 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
8224 even without toggling the Rich Headers command.)
8227 &lt;End of help on this topic&gt;
8228 </BODY>
8229 </HTML>
8230 ======= h_compose_send =======
8231 <HTML>
8232 <HEAD>
8233 <TITLE>Send Command</TITLE>
8234 </HEAD>
8235 <BODY>
8236 <H1>Send Command</H1>
8238 The Send command
8239 <!--chtml if pinemode="function_key"-->
8240 (F3)
8241 <!--chtml else-->
8242 (^X) 
8243 <!--chtml endif-->
8244 tells Alpine you are finished composing.
8245 Before actually sending it, though, Alpine will ask you to confirm 
8246 your intention, and, at the same time, redisplayed the message text
8247 with the recipients at the top of the screen to give you the opportunity
8248 to review and verify that the message is addressed to the people
8249 you intended.
8251 If the feature
8252 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
8253 then this confirmation prompt and any options it allows are skipped.
8256 This confirmation prompt may also offer, depending
8257 on your particular Setup/Config, options allowing you to set
8258 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
8259 include attachments in the &quot;Fcc&quot; (if you had previously
8260 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
8261 observe details of the
8262 <A HREF="h_config_verbose_post">message submission process</A>,
8263 choose the filter through which the
8264 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
8265 or turn of flowed text generation.
8268 &lt;End of help on this topic&gt;
8269 </BODY>
8270 </HTML>
8271 ======= h_compose_markcutpaste =======
8272 <HTML>
8273 <HEAD>
8274 <TITLE>Mark, Cut and Paste Commands</TITLE>
8275 </HEAD>
8276 <BODY>
8277 <H1>Mark, Cut and Paste Commands</H1>
8279 You can define a &quot;block&quot; of text, which can subsequently
8280  be deleted or
8281 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
8282 then moving the cursor to the end of the desired text block.  You can then
8283 &quot;cut&quot; the block out 
8284 <!--chtml if pinemode="function_key"-->
8285 &quot;F9&quot;,
8286 <!--chtml else-->
8287 &quot;Ctrl-K&quot;,
8288 <!--chtml endif-->
8289 move the cursor, and &quot;paste&quot; it
8290 <!--chtml if pinemode="function_key"-->
8291 &quot;F10&quot;,
8292 <!--chtml else-->
8293 &quot;Ctrl-U&quot;,
8294 <!--chtml endif-->
8295 in the new location.  Also, you can paste more than once, allowing you
8296 to use this feature to copy a block of text.<P>
8298 If you press 
8299 <!--chtml if pinemode="function_key"-->
8300 &quot;F9&quot;
8301 <!--chtml else-->
8302 &quot;^K&quot;
8303 <!--chtml endif-->
8304 without having marked anything, Alpine will delete
8305 a single line.  If you delete a group of lines together, Alpine keeps them
8306 in the same buffer, so 
8307 <!--chtml if pinemode="function_key"-->
8309 <!--chtml else-->
8311 <!--chtml endif-->
8312 will restore them as a block.  About
8313 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
8314 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
8315 &quot;type the character ^&quot;.
8318 &lt;End of help on this topic&gt;
8319 </BODY>
8320 </HTML>
8321 ======= h_compose_justify =======
8322 <HTML>
8323 <HEAD>
8324 <TITLE>Justify Command</TITLE>
8325 </HEAD>
8326 <BODY>
8327 <H1>Justify Command</H1>
8329 The Justify
8330 <!--chtml if pinemode="function_key"-->
8331 (F4)
8332 <!--chtml else-->
8333 (^J) 
8334 <!--chtml endif-->
8335 command reformats the text in the paragraph the cursor is in.
8336 Paragraphs are separated by one blank line or a line beginning with a space.
8337 This is useful when you have been editing a paragraph and the lines become
8338 uneven.  The text is left aligned or justified and the right is ragged.  If
8339 the text is already justified as typed with auto-wrap, no justification will
8340 be done.
8343 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
8344 block of text, the Justify command is modified.
8345 Instead of automatically justifying the current paragraph you will be
8346 asked if you want to justify the paragraph, justify the selected region,
8347 or adjust the quote level of the selected region.
8348 Adjusting the quote level only works if you are using standard
8349 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
8350 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
8353 When composing a reply containing included text, the justify command
8354 will reformat text to the right of the 
8355 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
8356 adding or removing indented lines as needed.  Paragraphs are separated
8357 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
8358 line containing the indent string and one or more blank spaces.
8359 Included text that was previously indented (or &quot;quoted&quot;) is
8360 not preserved.
8363 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
8364 in 1999 and its wide-spread adoption since then, you will usually be better off if you
8365 use the standard
8366 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
8369 &lt;End of help on this topic&gt;
8370 </BODY>
8371 </HTML>
8372 ======= h_compose_spell =======
8373 <HTML>
8374 <HEAD>
8375 <TITLE>Spell Check Command</TITLE>
8376 </HEAD>
8377 <BODY>
8378 <H1>Spell Check Command</H1>
8380 The &quot;To Spell&quot;
8381 <!--chtml if pinemode="function_key"-->
8382 (F12)
8383 <!--chtml else-->
8384 (^T) 
8385 <!--chtml endif-->
8386 command calls an external spell checking program to look over the
8387 message you are composing.  By default, Alpine uses
8389 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
8391 if it knows where to find &quot;aspell&quot;.
8392 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
8393 then the command used is
8395 <CENTER><SAMP>ispell -l</SAMP></CENTER>
8397 Otherwise, the ancient &quot;spell&quot; command is used.
8399 For PC-Alpine, you must install the aspell library code that you
8400 may get from
8401 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
8404 &lt;End of help on this topic&gt;
8405 </BODY>
8406 </HTML>
8407 ======= h_compose_alted =======
8408 <HTML>
8409 <HEAD>
8410 <TITLE>Alt Editor Command</TITLE>
8411 </HEAD>
8412 <BODY>
8413 <H1>Alt Editor Command</H1>
8415 The &quot;Alt Editor&quot; command's availability depends on the
8416 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
8419 When the variable specifies a valid editor on your system, this
8420 command will launch it with the current text of your message
8421 already filled in.
8424 &lt;End of help on this topic&gt;
8425 </BODY>
8426 </HTML>
8427 ======= h_compose_readfile =======
8428 <HTML>
8429 <HEAD>
8430 <TITLE>Read File Command</TITLE>
8431 </HEAD>
8432 <BODY>
8433 <H1>Read File Command</H1>
8435 The &quot;Read File&quot;
8436 <!--chtml if pinemode="function_key"-->
8437 (F5)
8438 <!--chtml else-->
8439 (^R) 
8440 <!--chtml endif-->
8441 command allows you to copy in text from an existing file. You will be
8442 prompted for the name of a file to be inserted into the message.  The file
8443 name is relative to your home directory 
8444 <!--chtml if pinemode="running"-->
8445 (which, in the present configuration of your system, is
8446  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
8447 <!--chtml endif-->
8448 or current working directory
8449 <!--chtml if pinemode="running"-->
8450 (which, at least for your current Alpine &quot;session,&quot; 
8451 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8452 <!--chtml endif-->, depending on the
8453 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
8454 configuration setting; or, the file name must be specified as a full path name 
8455 <!--chtml if pinemode="os_windows"-->
8456 -- for example: &quot;A:&#92;PAPER.TXT&quot;
8457 <!--chtml else-->
8458 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
8459 <!--chtml endif-->
8460 (without the quotation marks).
8463 The file will be inserted where the cursor is located.  <B>The
8464 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
8465 Unix machine but have files on a PC or Mac, the files must be transferred
8466 to the system Alpine is running on before they can be read.  Please ask your
8467 local computer support people about the correct way to transfer a file to 
8468 your Alpine system.
8471 &lt;End of help on this topic&gt;
8472 </BODY>
8473 </HTML>
8474 ======= h_config_tray_icon =======
8475 <HTML>
8476 <HEAD>
8477 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
8478 </HEAD>
8479 <BODY>
8480 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
8482 PC-Alpine only.
8484 This option restores a behavior of previous versions of PC-Alpine.
8485 These
8486 versions, when started, installed a PC-Alpine icon in the notification 
8487 tray of Window's Taskbar.  The primary use of this icon was to indicate
8488 new mail arrival by turning red (while the Taskbar icon remained green).
8489 Additionally, the icon now changes to yellow to signify that a mail folder
8490 has been closed unexpectedly.
8493 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
8494 color its Taskbar entry's icon red (as well as the icon in the Window
8495 Title).  This feature is only provided for backwards compatibility.
8498 &lt;End of help on this topic&gt;
8499 </BODY>
8500 </HTML>
8501 ======= h_common_suspend =======
8502 <HTML>
8503 <HEAD>
8504 <TITLE>Suspend Command</TITLE>
8505 </HEAD>
8506 <BODY>
8507 <H1>Suspend Command</H1>
8509 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
8510 enabled, you can, at almost any time, temporarily halt your Alpine session,
8511 <!--chtml if pinemode="os_windows"-->
8512 minimizing it into an icon.
8513 <!--chtml else-->
8514 and return to your system prompt.
8515 <!--chtml endif-->
8518 &lt;End of help on this topic&gt;
8519 </BODY>
8520 </HTML>
8521 ======= h_pipe_command =======
8522 <HTML>
8523 <HEAD>
8524 <TITLE>Pipe Command SubOptions</TITLE>
8525 </HEAD>
8526 <BODY>
8527 <H1>Pipe Command SubOptions</H1>
8529 By default, when you use the Pipe command, the processed text of the
8530 message is sent to the Unix command
8531 you specify and the output is captured by Alpine and shown to you.
8532 (This command is available in PC-Alpine, as well, but there aren't many
8533 Windows commands that work well with piping.)
8534 There are some sub-commands that may be used to alter this behavior.
8535 These are toggles that switch the behavior between two possibilities.
8536 They can be combined in any way you wish.
8538 By default, the prompt at the bottom of the screen looks like
8540 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
8544 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
8546 if you are piping more than one message.
8548 The sub-command options are:
8549 <DL>
8550    <DT>Shown Text or Raw Text</DT>
8551    <DD>This option toggles between sending the shown (processed) text
8552 of the message to the Unix command, and sending the
8553 raw (unprocessed) text of the message to the Unix command.
8554 The default is to send the shown text.
8555 The raw version of the message will contain all of the headers and any
8556 MIME encoding that the message contains.
8557 If you've selected the Raw Text then the prompt will have the additional word
8558 &quot;RAW&quot; in it, like
8560 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
8562 You can experiment with this option by piping to something simple like the
8563 Unix &quot;cat&quot; command.
8564    </DD>
8565    <DT>Captured Output or Free Output</DT>
8566    <DD>This option toggles between having Alpine capture the output of
8567 the Unix pipe command for display, and not capturing it.
8568 If the command you are piping to is a filter that will produce output
8569 you want to view, then you want to capture that output
8570 for display (the default).
8571 If the Unix command doesn't produce output or handles the display itself,
8572 then you want free output.
8573 When you've selected the Free Output option the prompt will change to
8575 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
8577    </DD>
8578    <DT>No Delimiter or With Delimiter</DT>
8579    <DD>This option controls whether or not a Unix mailbox style delimiter
8580 will come before the text of the message.
8581 This is the delimiter used in the common Unix mailbox format.
8582 It's the single line that begins with the five characters
8583 &quot;From&quot; followed by a &lt;SPACE&gt; character.
8584 You'll usually only want to include this if the Unix command requires
8585 input in the format of a traditional Unix mailbox file.
8586 When you've selected the With Delimiter option the prompt will change to
8588 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
8590    </DD>
8591    <DT>To Same Pipe or To Individual Pipes</DT>
8592    <DD>This option only shows up if you are running an aggregate
8593 pipe command.
8594 That is, the command was Apply Pipe, not just Pipe.
8595 You have the option of piping all of the selected messages through a
8596 single pipe to a single instance of the Unix command,
8597 or piping each individual message through a separate pipe to separate
8598 instances of the Unix command.
8599 The default is that all of the output will go through a single pipe
8600 to a single instance of the command.
8601 You can try this option with a command like &quot;less&quot;, with Free
8602 Output enabled.
8603 When you've selected the Individual Pipes option the prompt will change to
8605 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
8607    </DD>
8608 </DL>
8611 As mentioned earlier, the options can be combined in any way you wish.
8612 You may leave them all off, turn them all on, or turn some of them on
8613 and some of them off.
8614 If you use the pipe command a second time in the same session the default
8615 options will be what you used the last time.
8618 &lt;End of help on this topic&gt;
8619 </BODY>
8620 </HTML>
8621 ========== h_emptydir_subfolder_name =========
8622 <HTML>
8623 <HEAD>
8624 <TITLE>ENTER SUBFOLDER NAME</TITLE>
8625 </HEAD>
8626 <BODY>
8627 <H1>Enter Subfolder Name</H1>
8629 <P> 
8630 This is the name of a new subfolder in the directory you are creating.
8631 Because empty directories are hidden and therefore not useful, you must also
8632 create a subfolder in the directory you are creating in order that the
8633 directory remains visible.
8635 Alternatively, you may turn off the configuration feature
8636 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
8637 so that empty directories remain visible.
8638 If you do that, you will not be required to create the subfolder when you
8639 create a directory.
8642 &lt;End of help on this topic&gt;
8643 </BODY>
8644 </HTML>
8645 ========== h_incoming_add_folder_name =========
8646 <HTML>
8647 <HEAD>
8648 <TITLE>ENTER FOLDER NAME</TITLE>
8649 </HEAD>
8650 <BODY>
8651 <H1>Enter Folder Name</H1>
8653 <P> 
8654 This is the name of the folder on the previously specified server.
8655 By default the folder name is interpreted as defining a section of your personal
8656 folder area.  This area and how you specify it are defined by the
8657 server, if one is specified.
8660 To define a folder outside the default area, prefix
8661 the path with the namespace to use when interpreting the
8662 given path.  If a namespace is specified, the folder name begins with the
8663 sharp (#) character followed by the name of the namespace
8664 and then the namespace's path-element-delimiter.  Aside from the
8665 name's format, namespaces can also imply access rights, content
8666 policy, audience, location, and, occasionally, access methods.
8669 Each server exports its own set (possibly of size one) of 
8670 namespaces.
8671 For a more detailed explanation read about
8672 <A HREF="h_folder_name_namespaces">Namespaces</A>.
8675 To specify the default for INBOX on the server you can usually just enter
8676 &quot;INBOX&quot;, and the server will understand the special meaning of
8677 that word.
8680 &lt;End of help on this topic&gt;
8681 </BODY>
8682 </HTML>
8683 ========== h_incoming_add_folder_host =========
8684 <HTML>
8685 <HEAD>
8686 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
8687 </HEAD>
8688 <BODY>
8689 <H1>Enter Incoming Folder Server</H1>
8691 You are being asked for the name of the server for use with this incoming
8692 folder.
8693 If the folder is on the machine where Alpine is running, then just enter
8694 RETURN without typing a server name.
8697 If the folder is on an IMAP server then type the server's name followed
8698 by RETURN.
8699 You may use the ^X command if the server is the same as the server that
8700 the INBOX is on.
8703 You may have to add optional extra information to the server name.
8704 For example, if the IMAP server is using a non-standard port number you
8705 would specify that by appending a colon (:) followed by the port number
8706 to the server name
8709 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8712 or you may need to specify a different protocol if the server is not an
8713 IMAP server. For example:
8716 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8719 for a POP server or
8722 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8725 for an NNTP news server.
8726 For an explanation of all of the possibilities, see
8727 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8728 for folders.
8731 There is a special command (^W) if you want to set up a folder that gets its
8732 mail from a
8733 <A HREF="h_maildrop">Mail Drop</A>.
8734 If you type that command, you will be prompted for the information for
8735 both the Mail Drop folder and the destination folder.
8738 &lt;End of help on this topic&gt;
8739 </BODY>
8740 </HTML>
8741 ========== h_incoming_add_inbox =========
8742 <HTML>
8743 <HEAD>
8744 <TITLE>ENTER INBOX SERVER</TITLE>
8745 </HEAD>
8746 <BODY>
8747 <H1>Enter INBOX Server</H1>
8749 You are being asked for the name of the server for use with
8750 the INBOX folder.
8751 Type the server's name followed by RETURN.
8754 You may have to add optional extra information to the server name.
8755 For example, if the server is using a non-standard port number you
8756 would specify that by appending a colon (:) followed by the port number
8757 to the server name
8760 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8763 or you may need to specify a different protocol if the server is not an
8764 IMAP server. For example:
8767 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8770 for a POP server.
8773 For an explanation of all of the possibilities, see
8774 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8775 for folders.
8778 If the INBOX folder is on the machine where Alpine is running, then just enter
8779 RETURN without typing a server name.
8782 There is a special command (^W) if you want to set up a folder that gets its
8783 mail from a
8784 <A HREF="h_maildrop">Mail Drop</A>.
8785 If you type that command, you will be prompted for the information for
8786 both the Mail Drop folder and the destination folder, which will be used
8787 as your INBOX folder.
8790 &lt;End of help on this topic&gt;
8791 </BODY>
8792 </HTML>
8793 ========== h_incoming_add_maildrop_destn =========
8794 <HTML>
8795 <HEAD>
8796 <TITLE>ENTER DESTINATION SERVER</TITLE>
8797 </HEAD>
8798 <BODY>
8799 <H1>Enter Destination Server</H1>
8801 You are being asked for the name of the server where the destination
8802 folder is for use with this Mail Drop incoming folder.
8803 That is, you are using a Mail Drop for this incoming folder and
8804 you've already entered
8805 the server and folder name for the Mail Drop.
8806 Now you need to enter the server for the destination folder
8807 where the mail should be copied to.
8808 Mail will come from the Mail Drop and be copied to the destination folder.
8811 Type the server's name followed by RETURN.
8812 If the folder is local to this computer, just type RETURN without entering
8813 a server name.
8816 You may have to add optional extra information to the server name.
8817 For example, if the server is using a non-standard port number you
8818 would specify that by appending a colon (:) followed by the port number
8819 to the server name
8822 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8825 For an explanation of all of the possibilities, see
8826 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8827 for folders.
8830 &lt;End of help on this topic&gt;
8831 </BODY>
8832 </HTML>
8833 ========== h_inbox_add_maildrop_destn =========
8834 <HTML>
8835 <HEAD>
8836 <TITLE>ENTER DESTINATION SERVER</TITLE>
8837 </HEAD>
8838 <BODY>
8839 <H1>Enter Destination Server</H1>
8841 You are being asked for the name of the server where the destination
8842 folder is for use with your Mail Drop INBOX.
8843 That is, you are using a Mail Drop for your INBOX and you've already entered
8844 the server and folder name for the Mail Drop.
8845 Now you need to enter the server for the destination folder
8846 where the mail should be copied to.
8847 Mail will come from the Mail Drop and be copied to the destination folder.
8850 Type the server's name followed by RETURN.
8851 If the folder is local to this computer, just type RETURN without entering
8852 a server name.
8855 You may have to add optional extra information to the server name.
8856 For example, if the server is using a non-standard port number you
8857 would specify that by appending a colon (:) followed by the port number
8858 to the server name
8861 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8864 For an explanation of all of the possibilities, see
8865 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8866 for folders.
8869 &lt;End of help on this topic&gt;
8870 </BODY>
8871 </HTML>
8872 ========== h_inbox_add_maildrop =========
8873 <HTML>
8874 <HEAD>
8875 <TITLE>ENTER MAILDROP SERVER</TITLE>
8876 </HEAD>
8877 <BODY>
8878 <H1>Enter Mail Drop Server</H1>
8880 You are being asked for the name of the Mail Drop server for use with
8881 your INBOX.
8884 Type the server's name followed by RETURN.
8887 You may have to add optional extra information to the server name.
8888 For example, if the server is using a non-standard port number you
8889 would specify that by appending a colon (:) followed by the port number
8890 to the server name
8893 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8896 or you may need to specify a different protocol if the server is not an
8897 IMAP server. For example:
8900 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8903 for a POP server or
8906 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8909 for an NNTP news server.
8910 For an explanation of all of the possibilities, see
8911 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8912 for folders.
8915 &lt;End of help on this topic&gt;
8916 </BODY>
8917 </HTML>
8918 ========== h_incoming_add_maildrop =========
8919 <HTML>
8920 <HEAD>
8921 <TITLE>ENTER MAILDROP SERVER</TITLE>
8922 </HEAD>
8923 <BODY>
8924 <H1>Enter Mail Drop Server</H1>
8926 You are being asked for the name of the Mail Drop server for use with
8927 this incoming folder.
8930 Type the server's name followed by RETURN.
8931 You may use the ^X command if the server is the same as the server that
8932 the INBOX is on.
8935 You may have to add optional extra information to the server name.
8936 For example, if the server is using a non-standard port number you
8937 would specify that by appending a colon (:) followed by the port number
8938 to the server name
8941 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8944 or you may need to specify a different protocol if the server is not an
8945 IMAP server. For example:
8948 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8951 for a POP server or
8954 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8957 for an NNTP news server.
8958 For an explanation of all of the possibilities, see
8959 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8960 for folders.
8963 If the Mail Drop folder is on the machine where Alpine is running, then just enter
8964 RETURN without typing a server name.
8967 &lt;End of help on this topic&gt;
8968 </BODY>
8969 </HTML>
8970 ========== h_maildrop =========
8971 <HTML>
8972 <HEAD>
8973 <TITLE>WHAT IS A MAIL DROP?</TITLE>
8974 </HEAD>
8975 <BODY>
8976 <H1>What is a Mail Drop?</H1>
8978 In some situaions it may make sense to have your mail delivered to one
8979 folder (the Mail Drop) and then when you want to read mail that has been
8980 delivered to the Mail Drop folder Alpine will move it to another
8981 destination folder.
8982 Often the Mail Drop will be a remote folder and messages will be moved from
8983 there to a local destination folder.
8986 One example where this might make sense is if the Mail Drop folder is accessible
8987 only with the POP protocol.
8988 You could designate your POP inbox as the Mail Drop folder and have Alpine move
8989 mail from there to a local (on the same machine Alpine is running on)
8990 destination folder, where you'll read it.
8993 A Mail Drop may only be used as your Inbox or as an
8994 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
8997 There is no attempt to synchronize the contents of the destination folder
8998 with the contents of the Mail Drop folder.
8999 All that happens is that all of the messages in the Mail Drop folder are
9000 copied to the destination folder and then they are deleted and expunged (if possible)
9001 from the Mail Drop folder.
9002 The next time a check for new mail is made, any messages in the Mail 
9003 Drop folder are once again copied to the destination folder and deleted
9004 and expunged from the Mail Drop folder.
9005 (If the Mail Drop folder is a news group, then the messages can't be
9006 expunged from the newsgroup. Instead, only Recent messages are copied from
9007 the newsgroup to the destination folder.)
9010 Configuration of a Mail Drop is a little different from configuration of
9011 a folder that does not use a Mail Drop because you have to specify two
9012 folder names instead of one.
9013 The two folders may be any types of folders that Alpine can normally use.
9014 They don't have to be a remote folder and a local folder, that is
9015 simply the most common usage.
9016 When you use a Mail Drop folder Alpine will periodically re-open the Mail
9017 Drop to check for new mail.
9018 The new-mail checks will happen at the frequency set with the
9019 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
9020 but with a minimum time
9021 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
9022 between checks.
9023 Because of this minimum you may notice that new mail does not
9024 appear promptly when you expect it.
9025 The reason for this is to protect the server from over-zealous opening and
9026 closing of the Mail Drop folder.
9027 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
9028 the end of the folder index, then the check will happen, regardless of how
9029 long it has been since the previous check.
9031 If there is new mail, that mail will be copied to the destination folder
9032 and then will be deleted from the Mail Drop.
9033 Note that using a Mail Drop with a local destination folder does not make
9034 sense if you read mail from more than one machine, because the mail is
9035 downloaded to the destination folder (which is accessible from only one
9036 machine) and deleted from the Mail Drop.
9038 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
9041 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
9044 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
9046 The brackets are not literal.
9048 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
9050 is a single character that does not appear in the MailDropFolder name.
9051 If the name doesn't contain spaces then it can be a space character.
9052 The two folder names are full technical
9053 <A HREF="h_valid_folder_names">folder names</A>
9054 as used by Alpine.
9055 Here are a couple examples to give you an idea what is being talked about:
9058 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
9060 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
9063 A #move folder may only be used as an
9064 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
9065 an Inbox.
9066 When you are in the FOLDER LIST of Incoming Message Folders (after turning
9067 on the
9068 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
9069 option)
9070 the Add command has a subcommand &quot;Use Mail Drop&quot;
9071 which may be helpful for defining the folder in your Alpine configuration.
9072 The same is true when you edit the
9073 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
9074 option in Setup/Config.
9075 Each of these configuration methods will also create the DestinationFolder
9076 if it doesn't already exist.
9077 If you are having problems, make sure the DestinationFolder exists.
9080 &lt;End of help on this topic&gt;
9081 </BODY>
9082 </HTML>
9083 ========== h_save =========
9084 <HTML>
9085 <HEAD>
9086 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
9087 </HEAD>
9088 <BODY>
9089 <H1>Choose a Folder to Save Into</H1>
9091 After Exiting from this help text,
9092 type the name of the folder you want to save into and press RETURN.
9094 Press ^T to get a list of your folders to choose from.
9095 Press ^C to cancel the Save.
9097 If you have Folder Collections defined you may use
9098 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
9099 the collection being saved to.
9101 If Tab Completion is enabled (it is enabled by default)
9102 you may type a Tab character to have Alpine complete the folder name for you.
9104 If Partial Match Lists is enabled (it is enabled by default) you may type
9105 Ctrl-X to get a list of matches to the prefix you've typed in so far.
9107 If the Ctrl-R subcommand is present that means you can decide to Delete or
9108 not Delete the message you are saving after you save it.
9109 The label on that key gives the action to switch to.
9110 If it says Delete and you type Ctrl-R the label displayed will change to
9111 No Delete and the source message will be deleted after the save. If it
9112 says No Delete and you type Ctrl-R the label displayed will change to
9113 Delete and the message will not be deleted.
9114 You can control the default for the Delete parameter with the
9115 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
9117 Similarly, if the Ctrl-W subcommand is present that means you can decide
9118 to Preserve the order of the messages being saved or not.
9119 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
9120 will be in the same order as you see them in the source folder now.
9121 The opposite action (which is usually the default) is that you don't care
9122 about the order.
9123 The Saved messages may or may not be in the same order in the destination folder.
9124 There may be a performance penalty for choosing to save the messages in order.
9125 You can control the default for the Preserve Order parameter with the
9126 configuration feature
9127 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
9130 If you haven't disabled the Save Input History and you've already done a
9131 Save earlier in this session then you may use the Up and Down arrows to retrieve
9132 a folder name used in a previous Save.
9135 &lt;End of help on this topic&gt;
9136 </BODY>
9137 </HTML>
9138 ============= h_simple_index ========================
9139 <HTML>
9140 <HEAD>
9141 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
9142 </HEAD>
9143 <BODY>
9144 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
9145 <!--chtml if pinemode="function_key"-->
9146 <PRE>
9147 Navigating the List of Messages               General Alpine Commands
9148 -------------------------------               -----------------------
9149  F5   Move to previous message                 F1   Show this help text
9150  F6   Move to next message
9151  F7   Show previous screen of messages
9152  F8   Show next screen of messages
9154 Message Selection Commands
9155 --------------------------
9156  F3   Exit the Message Select menu (canceling Send command)
9157  F4   Select the currently highlighted message
9158  F9   Mark the currently highlighted message as deleted
9159  F10  Undelete (remove deletion mark from) the highlighted message
9160 </PRE>
9161 <!--chtml else-->
9162 <PRE>
9163 Navigating the List of Messages               General Alpine Commands
9164 -------------------------------               -----------------------
9165   P  Move to previous message                  ?  Show this help text
9166   N  Move to next message
9167   -  Show previous screen of messages
9168  Spc (space bar) Show next screen of messages
9170 Message Selection Commands
9171 --------------------------
9172   E  Exit the Message Select menu (canceling Send command)
9173   S  Select the currently highlighted message
9174   D  Mark the currently highlighted message as deleted
9175   U  Undelete (remove deletion mark from) the highlighted message
9176 </PRE>
9177 <!--chtml endif-->
9179 <H2>Description of the Select Postponed Message Screen</H2>
9181 This screen allows you to select one of several previously postponed
9182 messages in order to continue composition.  Your options are very limited
9183 -- the screen is not meant to let you manipulate these messages.  However,
9184 you may now delete messages from this list.  Once you choose a message,
9185 Alpine reads it in and puts you into the regular message composer.
9188 Messages do not stay in this postponed state automatically.  If you select
9189 a message and then want to postpone it again, use the normal postpone
9190 (Ctrl-O) command in the composer.
9193 If you exit this screen without selecting a message, the Compose command
9194 that got you here is canceled.  Other than messages explicitly marked
9195 &quot;Deleted&quot;, no messages will be removed.
9198 &lt;End of help on this topic&gt;
9199 </BODY>
9200 </HTML>
9201 ============= h_collection_screen ========================
9202 <HTML>
9203 <HEAD>
9204 <TITLE>COLLECTION LIST screen</TITLE>
9205 </HEAD>
9206 <BODY>
9207 <H1>COLLECTION LIST screen</H1>
9209 The COLLECTION LIST screen is used to select one of your  
9210 collection definitions to display the folders they contain.  See
9211 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
9212 detailed explanation of collections.<P>
9214 To manage your collection definitions (Add, Change, Delete, etc.), use
9215 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
9216 MAIN MENU.
9219 &lt;End of help on this topic&gt;
9220 </BODY>
9221 </HTML>
9222 ============= h_collection_maint ========================
9223 <HTML>
9224 <HEAD>
9225 <TITLE>SETUP COLLECTION LIST screen</TITLE>
9226 </HEAD>
9227 <BODY>
9228 <H1>SETUP COLLECTION LIST screen</H1>
9230 The SETUP COLLECTION LIST screen lets you manage your collection
9231 definitions.  See 
9232 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
9233 for detailed explanation of collections.<P>
9235 Maintenance commands include:
9236 <DL>
9237 <DT>Change
9238 <!--chtml if pinemode="function_key"-->
9239 (F4)
9240 <!--chtml else-->
9242 <!--chtml endif-->
9243 </DT>
9245 <DD>Modify attributes of the selected collection definition.
9247 <DT>Add Cltn
9248 <!--chtml if pinemode="function_key"-->
9249 (F9)
9250 <!--chtml else-->
9252 <!--chtml endif-->
9253 </DT>
9255 <DD>Create a new collection definition.
9256 </DD>
9258 <DT>Del Cltn
9259 <!--chtml if pinemode="function_key"-->
9260 (F10)
9261 <!--chtml else-->
9263 <!--chtml endif-->
9264 </DT>
9266 <DD>Delete the selected collection definition.<BR>
9267 NOTE: The folders and directories referred to by the
9268 collection definition are <EM>NOT</EM> deleted.  Folders must
9269 be deleted, if that's what you wish to do, from the 
9270 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
9271 individual folders in a collection.
9272 </DD>
9274 <DT>Shuffle
9275 <!--chtml if pinemode="function_key"-->
9276 (F11)
9277 <!--chtml else-->
9279 <!--chtml endif-->
9280 </DT>
9282 <DD>Change the order of the displayed collections.  Alpine will offer
9283 to move the currently selected collection one position UP
9284 or DOWN.
9285 </DD>
9286 </DL>
9289 &lt;End of help on this topic&gt;
9290 </BODY>
9291 </HTML>
9292 ============ h_what_are_collections ==========
9293 <HTML>
9294 <HEAD>
9295 <TITLE>Folder Collections Explained</TITLE>
9296 </HEAD>
9297 <BODY>
9298 <H1>Folder Collections Explained</H1>
9301 Those of you with simple mail configurations will just see a list of all the
9302 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
9303 The special folders for INBOX, sent mail and saved messages
9304 will appear at the top of the list.  All others are in alphabetical order.
9306 If you
9307 or your system administrator have defined more than one collection or if
9308 you have a collection (for newsgroups or email folders) defined on your 
9309 system, then you will see the COLLECTION LIST screen first when choosing 
9310 FOLDER LIST from Alpine's MAIN MENU.
9312 <H2>Why have multiple folder collections?</H2>
9314 For Alpine users who only maintain email folders (and not too many) on one host, 
9315 a single folder collection is probably sufficient.<P>
9317 However, people who have more than one email account - for example, one 
9318 at their university, and one with their personal Internet Service Provider - 
9319 will have different sets of folders on different hosts, and they may want to
9320 access them all from the same installation of Alpine, rather than use different 
9321 software and/or log into other hosts to manipulate messages in different 
9322 accounts.  (If in doubt whether one of your email accounts can be accessed 
9323 with Alpine, contact the technical support people for that account.)  Even people
9324 who have only one email account on one host, but have dozens or
9325 hundreds of email folders, may want to arrange these folders together in a 
9326 meaningful way.<BR>
9327 That is where multiple collections come in.
9329 <H2>Types of Collections</H2>
9330 <DL>
9331 <DT>INCOMING FOLDERS</DT>
9332 <DD>&quot;Incoming Message Folders&quot; 
9333 is a special collection typically used to supplement your single INBOX.  
9334 All the folders here are meant to be ones that receive incoming messages, 
9335 which you intend to check more or less frequently.  
9336 You may have multiple folders like this because you or your systems 
9337 administrator have set up an external program or you may have set up
9338 Alpine to filter incoming 
9339 messages into different folders, based on certain criteria such as 
9340 sender, recipient, or subject; or because you have multiple accounts and 
9341 wish to check their INBOXes easily.  This collection is established by 
9342 setting the 
9343 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
9344 feature in the SETUP CONFIGURATION screen, which is accessed from the 
9345 MAIN MENU.
9346 </DD>
9348 <DT>NEWS</DT>
9349 <DD>You can also define a collection specifically for
9350 newsgroups.  Alpine does this for you implicitly when you 
9351 <A HREF="h_config_nntp_server">define an NNTP Server</A>
9352 in your Alpine configuration.  The news collection appears last in the 
9353 COLLECTION LIST (though you can shuffle it up in the order of presentation),
9354 and Alpine knows not to save messages there.
9355 </DD>
9357 <DT>DEFAULT COLLECTION</DT>
9358 <DD>This is the default collection for your saved and sent messages folders.
9359 </DD>
9360 </DL>
9364 <H2>Defining Collections</H2>
9366 In the absence of any folder-collection definitions, Alpine will assume a
9367 single default folder collection.
9368 <!--chtml if pinemode="os_windows"-->
9369 <!--chtml else-->
9370 If necessary, Alpine will create the directory
9371 &quot;mail&quot; in your Unix home directory 
9372 to hold your folders.
9373 <!--chtml endif-->
9375 You can use the 
9376 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
9377 the MAIN MENU, to manage your collection list.  
9379 &lt;End of help on this topic&gt;
9380 </BODY>
9381 </HTML>
9382 ===== h_select_address_screen =====
9383 <HTML>
9384 <HEAD>
9385 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
9386 </HEAD>
9387 <BODY>
9388 <H1>SELECT AN ADDRESS SCREEN</H1>
9389 <H2>COMMANDS</H2>
9390 <!--chtml if pinemode="function_key"-->
9391 <PRE>
9392 Available  Commands                        
9393 -------------------------------            
9394 F1  Show Help Text
9395 F3  Exit without selecting anything
9396 F4  Select the highlighted address
9397 F5  Move highlight to previous address
9398 F6  Move highlight to next address
9399 F7  Previous page of addresses
9400 F8  Next page of addresses
9401 F11 Print
9402 F12 WhereIs
9403 </PRE>
9404 <!--chtml else-->
9405 <PRE>
9406 Navigation                     General Alpine Commands
9407 -------------------------      -----------------------
9408  P  Prev Address                ?  Display this help text
9409  N  Next Address                E  Exit without selecting anything
9410  -  Previous page               %  Print
9411 Spc (space bar) Next page
9412  W  WhereIs
9414 Select Command
9415 ------------------------------------------------
9416  S  Select the highlighted address
9417 </PRE>
9418 <!--chtml endif-->
9420 <H2>Description of the Select Address Screen</H2>
9422 This screen gives you an easy way to select an address from all of
9423 the address book entries that match the prefix typed so far.
9425 <P><UL>
9426 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9427 </UL>
9429 &lt;End of help on this topic&gt;
9430 </BODY>
9431 </HTML>
9432 ===== h_select_rule_screen =====
9433 <HTML>
9434 <HEAD>
9435 <TITLE>SELECT A RULE SCREEN</TITLE>
9436 </HEAD>
9437 <BODY>
9438 <H1>SELECT A RULE SCREEN</H1>
9439 <H2>COMMANDS</H2>
9440 <!--chtml if pinemode="function_key"-->
9441 <PRE>
9442 Available  Commands                        
9443 -------------------------------            
9444 F1  Show Help Text
9445 F3  Exit without selecting anything
9446 F4  Select the highlighted rule
9447 F5  Move highlight to previous rule
9448 F6  Move highlight to next rule
9449 F7  Previous page of rules
9450 F8  Next page of rules
9451 F11 Print
9452 F12 WhereIs
9453 </PRE>
9454 <!--chtml else-->
9455 <PRE>
9456 Navigation                     General Alpine Commands
9457 -------------------------      -----------------------
9458  P  Prev Rule                   ?  Display this help text
9459  N  Next Rule                   E  Exit without selecting anything
9460  -  Previous page               %  Print
9461 Spc (space bar) Next page
9462  W  WhereIs
9464 Select Command
9465 ------------------------------------------------
9466  S  Select the highlighted rule
9467 </PRE>
9468 <!--chtml endif-->
9470 <H2>Description of the Select Rule Screen</H2>
9472 This screen just gives you an easy way to select a rule from all of your
9473 defined rules.
9474 The list of rules presented is the list of nicknames of all of the rules
9475 defined using Setup/Rules.
9476 For selecting messages, it is likely that the Indexcolor rules and possibly
9477 the Roles rules will be most useful.
9478 The others are there also, in case you find a use for them.
9480 In order for this to be useful for selecting messages, the nicknames of
9481 the rules have to be different.
9482 Alpine actually just gets the nickname of the rule that you select and then
9483 looks up that rule using the nickname.
9484 So if there are duplicate nicknames, the first rule that has that
9485 nickname will be used.
9487 <P><UL>
9488 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9489 </UL>
9491 &lt;End of help on this topic&gt;
9492 </BODY>
9493 </HTML>
9494 ===== h_select_priority_screen =====
9495 <HTML>
9496 <HEAD>
9497 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
9498 </HEAD>
9499 <BODY>
9500 <H1>SELECT A PRIORITY SCREEN</H1>
9501 <H2>COMMANDS</H2>
9502 <!--chtml if pinemode="function_key"-->
9503 <PRE>
9504 Available  Commands                        
9505 -------------------------------            
9506 F1  Show Help Text
9507 F3  Exit without selecting anything
9508 F4  Select the highlighted priority
9509 F5  Move highlight to previous priority
9510 F6  Move highlight to next priority
9511 F7  Previous page of priorities
9512 F8  Next page of priorities
9513 F11 Print
9514 F12 WhereIs
9515 </PRE>
9516 <!--chtml else-->
9517 <PRE>
9518 Navigation                     General Alpine Commands
9519 -------------------------      -----------------------
9520  P  Prev Priority               ?  Display this help text
9521  N  Next Priority               E  Exit without selecting anything
9522  -  Previous page               %  Print
9523 Spc (space bar) Next page
9524  W  WhereIs
9526 Select Command
9527 ------------------------------------------------
9528  S  Select the highlighted priority
9529 </PRE>
9530 <!--chtml endif-->
9532 <H2>Description of the Select Priority Screen</H2>
9534 This screen gives you a way to select a priority for the message you are sending.
9535 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
9536 Some mail programs will display an indication of the priority level to
9537 the recipient of the message, some will ignore it.
9538 Even in cases where the mail programs of both the sender and the recipient
9539 agree on the meaning of this header, keep in mind that it is
9540 something that the sender sets so it is only an indication
9541 of the priority that the sender attaches to the mail.
9542 Alpine can be made to display an indication of this priority in incoming
9543 messages by use of one of the tokens
9544 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
9545 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
9546 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
9548 <P><UL>
9549 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9550 </UL>
9552 &lt;End of help on this topic&gt;
9553 </BODY>
9554 </HTML>
9555 ===== h_select_keyword_screen =====
9556 <HTML>
9557 <HEAD>
9558 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
9559 </HEAD>
9560 <BODY>
9561 <H1>SELECT A KEYWORD SCREEN</H1>
9562 <H2>COMMANDS</H2>
9563 <!--chtml if pinemode="function_key"-->
9564 <PRE>
9565 Available  Commands                        
9566 -------------------------------            
9567 F1  Show Help Text
9568 F3  Exit without selecting anything
9569 F4  Select the highlighted keyword
9570 F5  Move highlight to previous keyword
9571 F6  Move highlight to next keyword
9572 F7  Previous page of keywords
9573 F8  Next page of keywords
9574 F11 Print
9575 F12 WhereIs
9576 </PRE>
9577 <!--chtml else-->
9578 <PRE>
9579 Navigation                     General Alpine Commands
9580 -------------------------      -----------------------
9581  P  Prev Keyword                ?  Display this help text
9582  N  Next Keyword                E  Exit without selecting anything
9583  -  Previous page               %  Print
9584 Spc (space bar) Next page
9585  W  WhereIs
9587 Select Command
9588 ------------------------------------------------
9589  S  Select the highlighted keyword
9590 </PRE>
9591 <!--chtml endif-->
9593 <H2>Description of the Select Keyword Screen</H2>
9595 This screen just gives you an easy way to select a keyword.
9596 The list of keywords presented is the list of all keywords defined in your 
9597 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9598 If you have given a keyword a nickname, that nickname is displayed
9599 instead of the actual keyword.
9601 <P><UL>
9602 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9603 </UL>
9605 &lt;End of help on this topic&gt;
9606 </BODY>
9607 </HTML>
9608 ===== h_select_charset_screen =====
9609 <HTML>
9610 <HEAD>
9611 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
9612 </HEAD>
9613 <BODY>
9614 <H1>SELECT A CHARACTER SET SCREEN</H1>
9615 <H2>COMMANDS</H2>
9616 <!--chtml if pinemode="function_key"-->
9617 <PRE>
9618 Available  Commands                        
9619 -------------------------------            
9620 F1  Show Help Text
9621 F3  Exit without selecting anything
9622 F4  Select the highlighted character set
9623 F5  Move highlight to previous character set
9624 F6  Move highlight to next character set
9625 F7  Previous page of character sets
9626 F8  Next page of character sets
9627 F11 Print
9628 F12 WhereIs
9629 </PRE>
9630 <!--chtml else-->
9631 <PRE>
9632 Navigation                     General Alpine Commands
9633 -------------------------      -----------------------
9634  P  Prev Character Set          ?  Display this help text
9635  N  Next Character Set          E  Exit without selecting anything
9636  -  Previous page               %  Print
9637 Spc (space bar) Next page
9638  W  WhereIs
9640 Select Command
9641 ------------------------------------------------
9642  S  Select the highlighted character set
9643 </PRE>
9644 <!--chtml endif-->
9646 <H2>Description of the Select A Character Set Screen</H2>
9648 This screen just gives you an easy way to select a character set from the
9649 set of character sets Alpine knows about.
9650 The list presented will vary slightly depending on what option you are
9651 selecting the character set for.
9653 <P><UL>
9654 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9655 </UL>
9657 &lt;End of help on this topic&gt;
9658 </BODY>
9659 </HTML>
9660 ===== h_select_multcharsets_screen =====
9661 <HTML>
9662 <HEAD>
9663 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
9664 </HEAD>
9665 <BODY>
9666 <H1>SELECT CHARACTER SETS SCREEN</H1>
9667 <H2>COMMANDS</H2>
9668 <!--chtml if pinemode="function_key"-->
9669 <PRE>
9670 Available  Commands
9671 -------------------------------            
9672 F1  Show Help Text
9673 F3  Exit without selecting anything
9674 F4  Select the highlighted charset (or chosen charsets in ListMode)
9675 F5  Move highlight to previous charset
9676 F6  Move highlight to next charset
9677 F7  Previous page of charsets
9678 F8  Next page of charsets
9679 F9  Toggle choices when using ListMode
9680 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
9681 F11 Print
9682 F12 WhereIs
9683 </PRE>
9684 <!--chtml else-->
9685 <PRE>
9686 Navigation                     General Alpine Commands
9687 -------------------------      -----------------------
9688  P  Prev Charset                ?  Display this help text
9689  N  Next Charset                E  Exit without selecting anything
9690  -  Previous page               %  Print
9691 Spc (space bar) Next page
9692  W  WhereIs
9694 Select Command
9695 ------------------------------------------------
9696  S  Select the highlighted charset (or chosen charsets in ListMode)
9697  L  Turn on ListMode (makes it easy to choose multiple charsets)
9698  1  Turn off ListMode
9699  X  Toggle choices when using ListMode
9700 </PRE>
9701 <!--chtml endif-->
9703 <H2>Description of the Select Character Set Screen</H2>
9705 This screen just gives you an easy way to select a character set or a list of
9706 character sets.
9707 The list of character sets presented is the list of all character sets known to
9708 Alpine.
9709 You may select other character sets by typing them in directly.
9711 <P><UL>
9712 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9713 </UL>
9715 &lt;End of help on this topic&gt;
9716 </BODY>
9717 </HTML>
9718 ===== h_select_multkeyword_screen =====
9719 <HTML>
9720 <HEAD>
9721 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
9722 </HEAD>
9723 <BODY>
9724 <H1>SELECT KEYWORDS SCREEN</H1>
9725 <H2>COMMANDS</H2>
9726 <!--chtml if pinemode="function_key"-->
9727 <PRE>
9728 Available  Commands
9729 -------------------------------            
9730 F1  Show Help Text
9731 F3  Exit without selecting anything
9732 F4  Select the highlighted keyword (or chosen keywords in ListMode)
9733 F5  Move highlight to previous keyword
9734 F6  Move highlight to next keyword
9735 F7  Previous page of keywords
9736 F8  Next page of keywords
9737 F9  Toggle choices when using ListMode
9738 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
9739 F11 Print
9740 F12 WhereIs
9741 </PRE>
9742 <!--chtml else-->
9743 <PRE>
9744 Navigation                     General Alpine Commands
9745 -------------------------      -----------------------
9746  P  Prev Keyword                ?  Display this help text
9747  N  Next Keyword                E  Exit without selecting anything
9748  -  Previous page               %  Print
9749 Spc (space bar) Next page
9750  W  WhereIs
9752 Select Command
9753 ------------------------------------------------
9754  S  Select the highlighted keyword (or chosen keywords in ListMode)
9755  L  Turn on ListMode (makes it easy to choose multiple keywords)
9756  1  Turn off ListMode
9757  X  Toggle choices when using ListMode
9758 </PRE>
9759 <!--chtml endif-->
9761 <H2>Description of the Select Keyword Screen</H2>
9763 This screen just gives you an easy way to select a keyword or a list of
9764 keywords.
9765 The list of keywords presented is the list of all keywords defined in your 
9766 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9767 If you have given a keyword a nickname, that nickname is displayed
9768 instead of the actual keyword.
9770 <P><UL>
9771 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9772 </UL>
9774 &lt;End of help on this topic&gt;
9775 </BODY>
9776 </HTML>
9777 ===== h_select_incoming_to_monitor =====
9778 <HTML>
9779 <HEAD>
9780 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
9781 </HEAD>
9782 <BODY>
9783 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
9784 <H2>COMMANDS</H2>
9785 <!--chtml if pinemode="function_key"-->
9786 <PRE>
9787 Available  Commands
9788 -------------------------------            
9789 F1  Show Help Text
9790 F3  Exit without selecting anything
9791 F4  Select the marked folders
9792 F5  Move highlight to previous folder
9793 F6  Move highlight to next folder
9794 F7  Previous page of folders
9795 F8  Next page of folders
9796 F9  Toggle choices on or off
9797 F11 Print
9798 F12 WhereIs
9799 </PRE>
9800 <!--chtml else-->
9801 <PRE>
9802 Navigation                     General Alpine Commands
9803 -------------------------      -----------------------
9804  P  Prev Folder                 ?  Display this help text
9805  N  Next Folder                ^C  exit without changing anything
9806  -  Previous page               %  Print
9807 Spc (space bar) Next page
9808  W  WhereIs
9810 Select Command
9811 ------------------------------------------------
9812  S  Select the marked folders
9813  X  Toggle choices on or off
9814 </PRE>
9815 <!--chtml endif-->
9817 <H2>Description of the Select Folders to Check Screen</H2>
9819 This screen is only useful if the feature
9820 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
9821 is set.
9822 By default, when you set that feature all of your incoming folders
9823 will be checked periodically for Unseen messages.
9824 By using this screen, you may restrict the set of monitored folders to
9825 a subset of all of the incoming folders.
9827 Mark the folders you want to monitor for Unseen messages with
9828 an &quot;X&quot;.
9829 When you've finished marking all your selections use the Select
9830 command to register your choices.
9831 To return to the default of checking all incoming folders
9832 delete all folders or unmark all folders.
9834 <P><UL>
9835 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9836 </UL>
9838 &lt;End of help on this topic&gt;
9839 </BODY>
9840 </HTML>
9841 ===== h_role_select =====
9842 <HTML>
9843 <HEAD>
9844 <TITLE>ROLES SCREEN</TITLE>
9845 </HEAD>
9846 <BODY>
9847 <H1>ROLES SCREEN</H1>
9848 <H2>ROLES COMMANDS</H2>
9849 <!--chtml if pinemode="function_key"-->
9850 <PRE>
9851 Available  Commands                        
9852 -------------------------------            
9853 F1  Show Help Text
9854 F3  Exit without a selection
9855 F4  Select a role to use in composition
9856 F5  Move to previous role
9857 F6  Move to next role
9858 F7  Previous page of roles
9859 F8  Next page of roles
9860 F11 Change Default Role
9861 F12 Whereis (search role nicknames)
9862 </PRE>
9863 <!--chtml else-->
9864 <PRE>
9865 Navigation                     General Alpine Commands
9866 -------------------------      -----------------------
9867  P  Prev Role                     ?  Display this help text
9868  N  Next Role                     E  Exit without a selection
9869  -  Previous page
9870 Spc (space bar) Next page
9871  W  WhereIs (search for word in role nicknames)
9873 Select Role Commands
9874 ------------------------------------------------
9875  [Return]  Select highlighted role
9876  D         Change Default Role
9877 </PRE>
9878 <!--chtml endif-->
9880 <H2>Description of the Roles Screen</H2>
9882 With this screen you select a role to be used in the composition of a
9883 message.
9884 Use the Previous and Next commands to highlight the role you wish to
9885 use.
9886 When you type carriage return you will be placed in the composer using the highlighted role.
9888 You don't have any non-default <A HREF="h_rules_roles">roles</A>
9889 available unless you set them up.
9890 You may do so by using the Setup/Rules command on the MAIN MENU.
9892 By using the D command, you may set a default role that will persist until
9893 you change it or until you exit Alpine.
9894 The D command toggles through three states: set the default role, unset the
9895 default role, and leave the default role as it is.
9896 <P><UL>
9897 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9898 </UL>
9900 &lt;End of help on this topic&gt;
9901 </BODY>
9902 </HTML>
9903 ===== h_role_abook_select =====
9904 <HTML>
9905 <HEAD>
9906 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
9907 </HEAD>
9908 <BODY>
9909 <H1>SELECT ADDRESS BOOK SCREEN</H1>
9910 <H2>COMMANDS</H2>
9911 <!--chtml if pinemode="function_key"-->
9912 <PRE>
9913 Available  Commands                        
9914 -------------------------------            
9915 F1  Show Help Text
9916 F3  Exit screen without selecting anything
9917 F4  Select highlighted address book
9918 F5  Move to previous address book
9919 F6  Move to next address book
9920 F7  Previous page of address books
9921 F8  Next page of address books
9922 F12 Whereis
9923 </PRE>
9924 <!--chtml else-->
9925 <PRE>
9926 Navigation                     General Alpine Commands
9927 -------------------------      -----------------------
9928  P  Previous addrbook          ?  Display this help text
9929  N  Next addrbook
9930  -  Previous page
9931 Spc (space bar) Next page
9932  W  WhereIs
9934 Select Role Commands
9935 ------------------------------------------------
9936  S  Select highlighted address book
9937  E  Exit screen without selecting anything
9938 </PRE>
9939 <!--chtml endif-->
9941 <H2>Description of the Select Address Book Screen</H2>
9943 This screen helps you select one of your address books.
9944 Use the Previous and Next commands to highlight the address book you wish to
9945 select.
9946 <P><UL>
9947 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9948 </UL>
9950 &lt;End of help on this topic&gt;
9951 </BODY>
9952 </HTML>
9953 ======== h_rule_patterns =============
9954 <HTML>
9955 <HEAD>
9956 <TITLE>PATTERNS</TITLE>
9957 </HEAD>
9958 <BODY>
9959 <H1>PATTERNS</H1>
9960 Patterns are used with Roles, Filtering, Index Coloring,
9961 Scoring, Other Rules, and Search Rules.
9962 Patterns are compared with a message to see if there is a match.
9963 For Filtering, the messages being checked are all the messages in the
9964 folder, one at a time.
9965 For Index Line Coloring, each message that is visible on the screen is
9966 checked for matches with the Index Coloring Patterns.
9967 Roles are used with the Reply, Forward, and Compose commands.
9968 For Reply, the message used to compare the Pattern with is the message
9969 being replied to;
9970 for Forward, the message used to compare the Pattern with is the message
9971 being forwarded;
9972 and for Compose, there is no message, so the parts of the Pattern that depend
9973 on a message (everything other than Current Folder Type and the
9974 Beginning of Month and Year)
9975 are not used.
9976 Only the Current Folder Type matters for Compose (plus the Beginning of
9977 Month or Year, which you wouldn't usually use for a Role).
9978 For Scoring, the message being scored is compared with all of the Score
9979 Patterns, and the Score Values from the ones that match are added together to 
9980 get the message's score.
9981 For Other Rules, there is no message. Only the Current Folder Type is checked
9982 for Other Rules.
9984 Each Pattern has several possible parts, all of which are optional.
9985 In order for there to be a match, <EM>ALL</EM> of the
9986 <EM>defined</EM> parts of the Pattern must match the message.
9987 If a part is not defined it is considered a match, but note that a filtering
9988 Pattern must have at least one defined part or it will be ignored.
9989 For example, if the To pattern is not defined it will be
9990 displayed as
9992 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
9994 That is considered a match because it is not defined.
9995 This means that the Pattern with nothing defined is a match if the
9996 Current Folder Type matches, but there is an exception that was mentioned
9997 in the previous paragraph.
9998 Because filtering is a potentially destructive action, filtering Patterns
9999 with nothing other than Current Folder Type defined are ignored.
10000 If you really want a filtering Pattern to match all messages (subject to
10001 Current Folder Type) the best way to do it is to define a Score interval
10002 that includes all possible scores.
10003 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
10004 This can be used even if you haven't defined any rules to Set Scores.
10006 There are six predefined header patterns called the To, From, Sender, Cc, News,
10007 and Subject patterns.
10008 Besides those six predefined header patterns, you may add
10009 additional header patterns with header fieldnames of your choosing.
10010 You add an extra header pattern by placing the cursor on one of the
10011 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
10012 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
10013 and the Partic pattern is a header pattern that stands for
10014 Participant (From OR To OR Cc).
10015 (Defining the Recip pattern does not have the same effect as defining both
10016 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
10017 Similar to the header patterns are the AllText pattern and the BodyText pattern.
10018 Instead of comparing this pattern's text against only the contents of
10019 a particular header field, the text for the AllText pattern is compared
10020 with text anywhere in the message's header or body, and the text for the
10021 BodyText pattern is compared with text anywhere in the message's body.
10023 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
10024 &quot;!&quot; &quot;toggle NOT&quot; command.
10025 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10026 &quot;!&quot; at the beginning of the pattern line.
10027 When the &quot;!&quot; is present, it reverses the meaning of the match.
10028 That is, if the pattern matches then it is considered to NOT be a match, and
10029 if it does not match it is considered to be a match.
10031 Don't make the mistake of putting the &quot;!&quot; in the data field for
10032 a pattern.
10033 For example, if you type the characters &quot;!urgent&quot; into the Subject
10034 pattern, the pattern will look like:
10036 <PRE>
10037  Subject pattern = !urgent
10038 </PRE>
10040 This means you want to match the 7 character sequence &quot;!urgent&quot;.
10041 In order to match messages that do not have &quot;urgent&quot; in
10042 their Subject field, first type the characters &quot;urgent&quot; followed
10043 by carriage return for the value of the Subject pattern, then negate it
10044 by typing the &quot;!&quot; command.
10045 It should look like
10047 <PRE>
10048  ! Subject pattern = urgent
10049 </PRE>
10051 The contents of each of these header patterns (or the AllText or BodyText patterns) may
10052 be a complete email address, part of an address, or a random set of
10053 characters to match against.
10054 It may also be a list of such patterns, which means you
10055 are looking for a match against the first pattern in the list <EM>OR</EM>
10056 the second pattern <EM>OR</EM> the third and so on.
10057 For example, a Subject pattern equal to
10059 <PRE>
10060  Subject pattern = urgent
10061                    emergency
10062                    alert
10063 </PRE>
10065 would match all messages with a subject that contained at least one
10066 of those words.
10067 It would also match subjects containing the words &quot;alerts&quot; or
10068 &quot;Urgently&quot;.
10070 The same example with &quot;NOT&quot; turned on would be
10072 <PRE>
10073  ! Subject pattern = urgent
10074                      emergency
10075                      alert
10076 </PRE>
10078 which would match all messages with a subject that did <EM>NOT</EM> contain any of
10079 those words.
10080 You can use the &quot;Add Value&quot; command to add new words to the list,
10081 or you can enter them as a comma-separated list.
10083 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
10084 present for a match.
10085 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
10086 pattern2 must be present,
10087 and that is exactly what using a list does.)
10089 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
10090 also part of the Pattern, although the &quot;Score Interval&quot; is not used
10091 when checking for matches for Scoring.
10092 There are five similar settings that relate to the status of the message.
10093 These settings rely on the message being New or not, Deleted or not,
10094 Answered or not, Important or not, and Recent or not.
10095 There are also some other miscellaneous settings.
10096 The first is the Age of the message in days.
10097 Another is the Size of the message, in bytes.
10098 The third is a setting that detects whether or not the Subject of a
10099 message contains raw 8-bit characters (unencoded characters with the most
10100 significant bit set).
10101 There is a setting that detects whether or not this is the first time
10102 Alpine has been run this month (doesn't depend on individual messages),
10103 and another that detects whether or not this is the first time Alpine has
10104 been run this year.
10105 Other parts of the Pattern detect whether or not the From address of a
10106 message appears in your address book, whether or not certain keywords
10107 are set for a message, and whether or not certain character sets are
10108 used in a message.
10110 <H2>Parts of a Pattern</H2>
10112 <H3>Header patterns</H3>
10114 A header pattern is simply text that is searched for in the corresponding
10115 header field.
10116 For example, if a Pattern has a From header pattern with the value
10117 &quot;@company.com&quot;, then only messages that have a From header
10118 that contains the text &quot;@company.com&quot; will be possible
10119 matches.
10120 Matches don't have to be exact.
10121 For example, if the relevant field of a message contains the text
10122 &quot;mailbox@domain&quot; somewhere
10123 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
10124 &quot;mailbox@domain&quot; are all matches.
10126 All parts of the Pattern must match so, for example,
10127 if a message matches a defined
10128 From pattern, it still must be checked against the other parts of the
10129 Pattern that have been defined.
10130 The To header pattern is a slightly special case.
10131 If the message being checked has a Resent-To header
10132 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
10133 there are used in place of the addresses in the To header.
10134 This is only true for the To header.
10135 Resent-cc and Resent-From headers are never used unless you add them
10136 with the eXtraHdrs command.
10138 The meaning of a header pattern may be negated with the
10139 &quot;!&quot; &quot;toggle NOT&quot; command.
10140 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10141 &quot;!&quot; at the beginning of the pattern line.
10142 It would look something like
10144 <PRE>
10145  ! From pattern = susan@example.com
10146 </PRE>
10148 When the &quot;!&quot; is present, it reverses the meaning of the match.
10150 If you want to check for the presence of a header field but don't care
10151 about its value, then
10152 the empty pattern that you get by entering a pair of
10153 double quotes (&quot;&quot;) should match any message that
10154 has the corresponding header field.
10156 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
10158 AllText patterns are just like header patterns except that the text is
10159 searched for anywhere in the message's headers or body, not just in the
10160 contents of a particular header field.
10163 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
10165 BodyText patterns are just like header patterns except that the text is
10166 searched for anywhere in the message's body, not just in the
10167 contents of a particular header field.
10170 If there is more than one header pattern or AllText pattern or BodyText pattern
10171 for which you want to take the
10172 same action there is a shorthand notation that may be used.
10173 Any of these patterns may be a list of patterns instead of
10174 just a single pattern.
10175 If any one of the patterns in the list matches the message
10176 then it is considered a match.
10177 For example, if &quot;company1&quot; and &quot;company2&quot; both required
10178 you to use the same role when replying to messages, you might have
10179 a To pattern that looks like
10181 <PRE>
10182  To pattern = company1.com
10183               company2.com
10184 </PRE>
10186 This means that if the mail you are replying to was addressed to
10187 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
10188 then this Pattern is a match and the same actions will be taken.
10190 The meaning of an AllText or BodyText pattern may be negated with the
10191 &quot;!&quot; &quot;toggle NOT&quot; command.
10192 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10193 &quot;!&quot; at the beginning of the pattern line.
10194 When the &quot;!&quot; is present, it reverses the meaning of the match.
10196 A technicality: Since comma is the character used to separate multiple values
10197 in any of the fields that may have multiple values (such as header patterns,
10198 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
10199 you must escape comma with a
10200 backslash (&#92;) if you want to include a literal comma in one of those fields.
10201 In other words, if you type a backslash followed by a comma it will
10202 be interpreted as a comma by Alpine, instead of as a separator between
10203 pattern values.
10204 All other backslashes (those not followed by a comma) are literal
10205 backslashes and should not be escaped.
10206 It's unlikely you'll ever need to enter a literal comma or backslash in
10207 any of the patterns.
10209 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
10211 The &quot;Current Folder Type&quot; may be set to one of four different
10212 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
10213 &quot;Specific&quot;.
10214 If the value is set to &quot;News&quot;, then the
10215 Pattern will only match if the currently open folder is a newsgroup.
10216 The value &quot;Email&quot; only matches if the current folder is not news and
10217 the value &quot;Any&quot; causes any folder to match.
10218 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
10219 then you must fill in a value for &quot;Folder&quot;, which is on the line
10220 below the &quot;Specific&quot; line.
10221 In this case you will only get a match if the currently open folder is
10222 the specific folder you list.
10223 You may give a list of folders instead of just a single
10224 folder name, in which case the Pattern will match if the open folder is
10225 any one of the folders in the list.
10226 The name of each folder in the list may be either &quot;INBOX&quot;,
10227 the technical specification
10228 of the folder (like what appears in your configuration file) or, if the
10229 folder is one of your incoming folders, it may be the nickname you've given
10230 the folder.
10231 Here are some samples of specific folder names:
10233 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
10235 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
10237 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
10239 The easiest way to fill in the &quot;Folder&quot; field is to use
10240 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
10241 highlighted, or to use the &quot;Take&quot; command with the configuration
10242 feature
10243 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
10244 turned on.
10246 When reading a newsgroup, there may be a performance penalty
10247 incurred when collecting the information necessary to check whether
10248 or not a Pattern matches a message.
10249 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
10250 If you have Patterns with a Current Folder Type of either
10251 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
10252 Index Line Coloring or Scoring, you may experience
10253 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
10255 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
10257 The &quot;Age Interval&quot; may be set to an interval of message
10258 ages that should be considered a match.
10259 Like the other parts of the Pattern, if it is unset it will be ignored.
10260 The Age Interval looks like
10262 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
10264 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
10265 than or equal to zero.
10266 The special value &quot;INF&quot; may be used for
10267 the max value. It represents infinity.
10269 Actually, this option may be defined as a list of intervals instead
10270 of just a single interval.
10271 The list is separated by commas.
10272 It can look like
10274 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
10276 When there is an Age Interval defined, it is a match if the age, in days, of
10277 the message is contained in any of the intervals.
10278 The intervals include both endpoints.
10280 Even though this option is called Age, it isn't actually
10281 the <EM>age</EM> of the message.
10282 Instead, it is how many days ago the message arrived in one of your folders.
10283 If the current time is a little past midnight, then a message that arrived
10284 just before midnight arrived yesterday, even though the message is only
10285 a few minutes old.
10286 By default, the date being used is not the date in the Date
10287 header of the message.
10288 It is the date that the message arrived in one of your folders.
10289 When you Save a message from one folder to another that arrival date
10290 is preserved.
10291 If you would like to use the date in the Date header that is possible.
10292 Turn on the option
10293 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
10294 near the bottom of the rule definition.
10295 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
10297 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
10299 The &quot;Size Interval&quot; may be set to an interval of message
10300 sizes that should be considered a match.
10301 Like the other parts of the Pattern, if it is unset it will be ignored.
10302 The Size Interval looks like
10304 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
10306 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
10307 than or equal to zero.
10308 The special value &quot;INF&quot; may be used for
10309 the max value. It represents infinity.
10311 Actually, this option may be defined as a list of intervals instead
10312 of just a single interval.
10313 The list is separated by commas.
10314 It can look like
10316 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
10318 When there is a Size Interval defined, it is a match if the size, in bytes, of
10319 the message is contained in any of the intervals.
10320 The intervals include both endpoints.
10322 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
10324 The &quot;Score Interval&quot; may be set to an interval of message
10325 scores that should be considered a match.
10326 Like the other parts of the Pattern, if it is unset it will be ignored.
10327 The Score Interval looks like
10329 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
10331 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
10332 negative integers, with min_score less than or equal to max_score.
10333 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
10334 the min and max values to represent negative and positive infinity.
10336 Actually, a list of intervals may be used if you wish.
10337 A list would look like
10339 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
10341 When there is a Score Interval defined, it is a match if the score for
10342 the message is contained in any of the intervals in the list.
10343 The intervals include the endpoints.
10344 The score for a message is calculated by looking at every Score rule defined and
10345 adding up the Score Values for the ones that match the message.
10346 When deciding whether or not a Pattern matches a message for purposes of
10347 calculating the score, the Score Interval is ignored.
10349 <H3><A NAME="pattern_message_status">Message Status</A></H3>
10351 There are five separate message status settings.
10352 By default, all five are set to the value &quot;Don't care&quot;, which
10353 will match any message.
10354 The value &quot;Yes&quot; means that the particular status must be true
10355 for a match, and the value &quot;No&quot; means that the particular
10356 status must not be true for a match.
10357 For example, one of the five Message Status settings is whether a message
10358 is marked Important or not.
10359 A &quot;Yes&quot; means that the message must be Important to be
10360 considered a match and &quot;No&quot; means that the message must not be
10361 Important to be considered a match.
10362 The same is true of the other four message status settings that depend
10363 on whether or not the message is New; whether the message has 
10364 been Answered or not; whether the message has been Deleted or not, and
10365 whether the message is Recent or not. 
10367 The nomenclature for New and Recent is a bit confusing:
10369 New means that the message is Unseen.
10370 It could have been in your mailbox for a long time but if you haven't looked
10371 at it, it is still considered New.
10372 That matches the default Alpine index display that shows an N for such a
10373 message.
10375 Recent means that the message was added to this folder since the last time
10376 you opened the folder.
10377 Alpine also shows an N by default for these types of messages.
10378 If you were to run two copies of Alpine that opened a folder one right after
10379 the other, a message would only show up as Recent in (at most) the first
10380 Alpine session.
10382 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
10384 Keywords are similar to Message Status, but they are chosen by the user.
10385 Provided the mail server allows for it, you may add a set of possible keywords
10386 to a folder and then you may set those keywords or not for each message
10387 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
10388 The syntax of this part of the Pattern is similar to the header patterns.
10389 It is a list of keywords.
10390 The Keyword part of the Pattern is a match if the message has any of
10391 the keywords in the list set.
10392 Like other parts of the Pattern, if this is unset it will be ignored.
10394 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
10396 A message may use one or more character sets.
10397 This part of the Pattern matches messages that make use of one or more of
10398 the character sets specified in the pattern.
10399 It will be considered a match if a message uses any of the character
10400 sets in the list you give here.
10403 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
10404 GB2312) you may also use some shorthand names that Alpine provides.
10405 These names are more understandable shorthand names for sets of 
10406 character set names.
10407 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
10408 Selecting one of these shorthand names is equivalent to selecting all of
10409 the character sets that make up the set.
10410 You can see all of these shorthand names and the lists of character sets
10411 they stand for by typing the &quot;T&quot; command with the Character
10412 Set pattern highlighted.
10413 The syntax of this part of the Pattern is similar to the header patterns
10414 and the Message Keywords pattern.
10415 It is a list of character sets (or shorthand names).
10416 The Character Set part of the Pattern is a match if the message uses any
10417 of the character sets in the list.
10418 Like other parts of the Pattern, if this is unset it will be ignored.
10420 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
10422 It seems that lots of unwanted email contains unencoded 8-bit characters
10423 in the Subject.
10424 Normally, characters with the 8th bit set are not allowed in the Subject
10425 header unless they are MIME-encoded.
10426 This option gives you a way to match messages that have Subjects that
10427 contain unencoded 8-bit characters.
10428 By default, the value of this option is &quot;Don't care&quot;, which
10429 will match any message.
10430 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
10431 the Subject of the message in order for there to be a match,
10432 and the value &quot;No&quot; is the opposite.
10433 Setting this option will affect performance in large folders because the
10434 subject of each message in the folder has to be checked.
10436 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
10438 This option gives you a way to take some action once per month.
10439 By default, the value of this option is &quot;Don't care&quot;, which
10440 will always match.
10441 The value &quot;Yes&quot; means that this must be the first time Alpine has
10442 been run this month in order to count as a match,
10443 and the value &quot;No&quot; is the opposite.
10445 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
10447 This option gives you a way to take some action once per year.
10448 By default, the value of this option is &quot;Don't care&quot;, which
10449 will always match.
10450 The value &quot;Yes&quot; means that this must be the first time Alpine has
10451 been run this year in order to count as a match,
10452 and the value &quot;No&quot; is the opposite.
10454 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
10456 This option gives you a way to match messages that have an address
10457 that is in one of your address books.
10458 Only the simple entries in your address books are searched.
10459 Address book distribution lists are ignored!
10460 By default, the value of this option is &quot;Don't care&quot;, which
10461 will match any message.
10462 The value &quot;Yes, in any address book&quot; means the address
10463 from the message must be in at least one of your
10464 address books in order to be a match.
10465 The value &quot;No, not in any address book&quot;
10466 means none of the addresses may
10467 be in any of your address books in order to be a match.
10468 The values &quot;Yes, in specific address books&quot; and
10469 &quot;No, not in any of specific address books&quot; are similar but instead
10470 of depending on all address books you are allowed to give a list of address
10471 books to look in.
10472 The addresses from the message that are checked for are determined by the
10473 setting you have for &quot;Types of addresses to check for in address book&quot;.
10474 If you set this to &quot;From&quot; the From address from the message will
10475 be looked up in the address book.
10476 If you set it to only &quot;To&quot; then the To addresses will be used.
10477 If any of the To addresses are in the address book then it is considered
10478 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
10479 You could set it to both From and To, in which case all of the From and To
10480 addresses are used.
10481 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
10482 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
10483 exists or the From address if there is no Reply-To address.
10484 Same for the Sender address.
10485 Setting this option may affect performance in large folders because the
10486 From and Reply-To of each message in the folder have to be checked.
10488 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
10490 This is a command that is run with its standard input set to the message
10491 being checked and its standard output discarded.
10492 The full directory path should be specified.
10493 The command will be run and then its exit status will be checked against
10494 the Exit Status Interval, which defaults to just the value zero.
10495 If the exit status of the command falls in the interval, it is considered
10496 a match, otherwise it is not a match.
10499 This option may actually be a list of commands.
10500 The first one that exists and is executable is used.
10501 That makes it possible to use the same configuration with Unix Alpine and
10502 PC-Alpine.
10505 If none of the commands in the list exists and is executable then the rule
10506 is <EM>not</EM> a match.
10507 If it is possible that the command may not exist, you should be careful
10508 to structure your rules so that nothing destructive
10509 happens when the command does not exist.
10510 For example, you might have a filter that filters away spam when there is
10511 a match but does nothing when there is not a match.
10512 That would continue to work correctly if the command didn't exist.
10513 However, if you have a filter that filters away spam when there is not
10514 a match and keeps it when there is a match, that would filter everything
10515 if the categorizer command didn't exist.
10517 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
10518 setup for the bogofilter filter.
10521 &lt;End of help on this topic&gt;
10522 </BODY>
10523 </HTML>
10524 ===== h_rules_roles =====
10525 <HTML>
10526 <HEAD>
10527 <TITLE>SETUP ROLES SCREEN</TITLE>
10528 </HEAD>
10529 <BODY>
10530 <H1>SETUP ROLES SCREEN</H1>
10531 <H2>SETUP ROLES COMMANDS</H2>
10532 <!--chtml if pinemode="function_key"-->
10533 <PRE>
10534 Available  Commands -- Group 1         Available Commands -- Group 2   
10535 -------------------------------        ------------------------------  
10536 F1  Show Help Text                      F1  Show Help Text             
10537 F2  See commands in next group          F2  See commands in next group
10538 F3  Back to MAIN Alpine menu
10539 F4  Change configuration for role
10540 F5  Move to previous role               F5  Include file in role config
10541 F6  Move to next role                   F6  Exclude file from config
10542 F7  Previous page of roles
10543 F8  Next page of roles
10544 F9  Add new role                        F9  Replicate existing role
10545 F10 Delete existing role
10546 F11 Shuffle the order of roles
10547 F12 Whereis (search role nicknames)
10548 </PRE>
10549 <!--chtml else-->
10550 <PRE>
10551 Navigation                     General Alpine Commands
10552 -------------------------      -----------------------
10553  P  Prev Role                     ?  Display this help text
10554  N  Next Role                     E  Back to MAIN Alpine menu
10555  -  Previous page
10556 Spc (space bar) Next page
10557  W  WhereIs (search for word in role nicknames)
10559 Setup Roles Commands
10560 ------------------------------------------------
10561  A  Add new role                  $  Shuffle the order of roles
10562  D  Delete existing role          C  Change configuration for highlighted role
10563  R  Replicate existing role
10564  I  Include file in role config   X  Exclude file from role config
10565 </PRE>
10566 <!--chtml endif-->
10568 <H2>Description of the Setup Roles Screen</H2>
10570 This screen lets you add, delete, modify, or change the order of the rules
10571 that determine the role you are playing when composing a message.
10573 You may play different roles depending on who you are replying to.
10574 For example, if you are replying to a message addressed to help-desk you
10575 may be acting as a Help Desk Worker.
10576 That role may require that you use a different return address and/or
10577 a different signature.
10579 Roles are optional.
10580 If you set up roles they work like this:  Each role has a set of
10581 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
10582 considered for a particular use; a &quot;Pattern&quot;,
10583 which is used to decide which of the eligible roles is used; and a set
10584 of &quot;Actions&quot;, which are taken when that role is used.
10585 When you reply to a message, the message you are replying to is compared
10586 with the Patterns of the roles marked as eligible for use when replying.
10587 The comparisons start with the first eligible role and keep going until there
10588 is a match.
10589 If a match is found, the matching role's Actions are taken.
10591 It is also possible to set a default role and to change that role during
10592 your Alpine session.
10593 When you start Alpine no default role will be set.
10594 You may set or change the current default role by using the &quot;D&quot;
10595 command in the role selection screen.
10596 You'll see that screen while composing a message and being asked to select
10597 a role.
10598 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
10599 compose a message.
10600 You may find a default role useful if you normally perform the duties of one
10601 of your roles for a while, then you switch to another role and stay in the
10602 new role for another period of time.
10603 It may be easier than using the Role Command to select the role each time you
10604 compose a message.
10606 <H2>Role Uses</H2>
10608 There are three types of use to be configured;
10609 one for Replying, one for Forwarding, and one for Composing.
10610 These indicate whether or not you want a role to be considered when you
10611 type the Reply, Forward, or Compose commands.
10612 (The Role command is an alternate form of the Compose command, and it is
10613 not affected by these settings.)
10614 Each of these Use types has three possible values.
10615 The value &quot;Never&quot;
10616 means that the role will never be considered as a candidate for use with
10617 the corresponding command.
10618 For example, if you set a role's Reply Use to Never, then when you Reply to
10619 a message, that role won't even be considered.
10620 (That isn't quite true. If the message you are replying to matches some other
10621 role that requires confirmation,
10622 then there will be a ^T command available which allows you to select a role
10623 from all of your roles, not just the reply-eligible roles.)
10626 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
10627 both mean that you do want to consider this role when using the corresponding
10628 command.
10629 For either of these settings the role's Pattern will
10630 be checked to see if it matches the message.
10631 For Reply Use, the message used to compare the Pattern with is the message
10632 being replied to.
10633 For Forward Use, the message used to compare the Pattern with is the message
10634 being forwarded.
10635 For Compose Use, there is no message, so the parts of the Pattern that depend
10636 on a message (everything other than Current Folder Type) are ignored.
10637 In all cases, the Current Folder Type is checked if defined.
10638 If there is a match then this role will either be used without confirmation
10639 or will be the default when confirmation is asked for, depending on
10640 which of the two options is selected.
10641 If confirmation is requested, you will have a chance to
10642 choose No Role instead of the offered role, or to
10643 change the role to any one of your other roles (with the ^T command).
10645 <H2>Role Patterns</H2>
10647 In order to determine whether or not a message matches a role the message is
10648 compared with the Role's Pattern.
10649 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10650 Scoring, Other Rules, and Search Rules, so are described in only one place,
10651 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10653 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
10654 a role that has all header patterns unset, the AllText pattern unset,
10655 the BodyText pattern unset,
10656 the Score Interval unset, and the Current Folder Type set to
10657 &quot;Any&quot; may be used as a default role.
10658 It should be put last in the list of roles since the matching
10659 starts at the beginning and proceeds until one of the roles is a match.
10660 If no roles at all match, then Alpine will
10661 use its regular methods of defining the role.
10662 If you wanted to, you could define a different &quot;default&quot; role
10663 for Replying, Forwarding, and Composing by setting the
10664 &quot;Use&quot; fields appropriately.
10666 <H2>Role Actions</H2>
10668 Once a role match is found, the role's Actions are taken.
10669 For each role there are several possible actions that may be defined.
10670 They are actions to set the From address, the Reply-To address,
10671 the Fcc, the Signature, the Template file, and Other Headers.
10673 <H3>Set From</H3>
10675 The From address is the address used on the From line of the message
10676 you are sending.
10678 <H3>Set Reply-To</H3>
10680 The Reply-To address is the address used on the Reply-To line of the message
10681 you are sending.
10682 You don't need a Reply-To address unless it is different from the From address.
10684 <H3>Set Other Headers</H3>
10686 If you want to set the value of the From or Reply-To headers, use
10687 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
10688 If you want to set the values of other headers, use this field.
10689 This field is similar to the
10690 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
10691 Each header you specify here must include the header tag
10692 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
10693 and may optionally include a value for that header.
10694 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
10695 for a header here will replace any value that already exists.
10696 For example, if you are Replying to a message there will be at least one
10697 address in the To header (the address you are Replying to).
10698 However, if you Reply using a role that sets the To header, that role's
10699 To header value will be used instead.
10701 <H3>Set Fcc</H3>
10703 The Fcc is used as the Fcc for the message you are sending.
10705 <H3>Set Signature or Set LiteralSig</H3>
10707 The Signature is the name of a file to be used as the signature file when
10708 this role is being used.
10709 If the name of the file has a vertical bar following it (|)
10710 then it is assumed that the file is a program that should be run to
10711 produce the signature.
10712 If the LiteralSig is set, then it is used instead of the signature file.
10713 LiteralSig is just a different way to store the signature.
10714 It is stored in the pine configuration file instead of in a separate
10715 signature file.
10716 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
10717 either in the role or as the default signature in the Setup/Config screen,
10718 then the signature file is ignored.
10720 <H3>Set Template</H3>
10722 A Template is the name of a file to be included in the message when this
10723 role is being used.
10724 If the name of the file has a vertical bar following it (|)
10725 then it is assumed that the file is a program that should be run to
10726 produce the template.
10729 Both signature files and template files may be stored remotely on an IMAP
10730 server.
10731 In order to do that you just give the file a remote name.
10732 This works just like the regular
10733 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
10734 option that is configured from the Setup/Configuration screen.
10735 A remote signature file name might look like:
10737 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
10739 Once you have named the remote signature or template file you create its
10740 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
10741 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
10742 line of the role editor.
10745 Both signature files and template files (or the output of signature programs
10746 and template file programs) may contain special tokens
10747 that are replaced with contents
10748 that depend on the message being replied to or forwarded.
10749 See the help for the individual fields inside the role editor for more
10750 information on tokens.
10752 <H3>Use SMTP Server</H3>
10754 If this field has a value, then it will be used as the SMTP server
10755 to send mail when this role is being used (unless the SMTP server variable
10756 is set in the system-wide fixed configuration file).
10757 It has the same semantics as the
10758 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
10759 variable in the Setup/Config screen.
10760 When you postpone the composition this SMTP server list will be saved
10761 with the postponed composition and it cannot be changed later.
10762 Because of that, you may want to make this a list of SMTP servers
10763 with the preferred server at the front of the list and alternate servers
10764 later in the list.
10767 If any of the actions are left unset, then the action depends on what
10768 is present in the &quot;Initialize settings using role&quot; field.
10769 If you've listed the nickname of another one of your roles there, then the
10770 corresponding action from that role will be used here.
10771 If that action is also blank, or if there is no nickname specified,
10772 then Alpine will do whatever it normally does to set these actions.
10773 This depends on other configuration options and features you've set.
10775 <H2>Command Descriptions</H2>
10777 <H3>Add</H3>
10779 The Add command is used to add a new role definition to your set of
10780 roles.
10781 The new role will be added after the highlighted role.
10783 <H3>Delete</H3>
10785 The Delete command deletes the currently highlighted role.
10787 <H3>Change</H3>
10789 The Change command lets you edit the nickname, Uses, Pattern,
10790 and Actions of the currently highlighted role.
10792 <H3>Shuffle</H3>
10794 The Shuffle command allows you to change the order of the roles.
10795 You may move the currently highlighted role up or down in the list.
10796 The order of the roles is important since the roles are tested for a
10797 match starting with the first role and continuing until a match is found.
10798 You should place the roles with more specific Patterns near the beginning
10799 of the list, and those with more general Patterns near the end so that
10800 the more specific matches will happen when appropriate.
10802 <H3>Replicate</H3>
10804 The Replicate command is used to copy an existing role and modify it.
10805 The new role will be added after the highlighted role.
10807 <H3>IncludeFile</H3>
10809 The IncludeFile command allows you to add a roles file to your configuration.
10810 Usually, your roles will be contained in your Alpine configuration file.
10811 If you wish, some or all of your roles may be stored in a separate file.
10812 If a roles file already exists (maybe it was made by somebody else using
10813 Alpine), you may insert it before the currently highlighted role.
10814 You may also insert an empty file or a file that does not yet exist.
10815 Once you have an empty roles file in your configuration, you may use
10816 the Shuffle command to move roles into it.
10817 In fact, that's the only way to get the initial role into the file.
10819 <H3>eXcludeFile</H3>
10821 The eXcludeFile command removes a roles file from your roles configuration.
10822 A limitation of the program is that in order to exclude a roles file
10823 that file must have at least one role
10824 in it, otherwise you won't be able to highlight a line in the file.
10825 So you may have to add a dummy role to the file in order to exclude the file.
10826 <P><UL>
10827 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10828 </UL>
10830 &lt;End of help on this topic&gt;
10831 </BODY>
10832 </HTML>
10833 ===== h_rules_other =====
10834 <HTML>
10835 <HEAD>
10836 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
10837 </HEAD>
10838 <BODY>
10839 <H1>SETUP OTHER RULES SCREEN</H1>
10840 <H2>SETUP OTHER RULES COMMANDS</H2>
10841 <!--chtml if pinemode="function_key"-->
10842 <PRE>
10843 Available  Commands -- Group 1         Available Commands -- Group 2   
10844 -------------------------------        ------------------------------  
10845 F1  Show Help Text                      F1  Show Help Text             
10846 F2  See commands in next group          F2  See commands in next group
10847 F3  Back to MAIN Alpine menu
10848 F4  Change configuration for rule
10849 F5  Move to previous rule               F5  Include file in rule config
10850 F6  Move to next rule                   F6  Exclude file from config
10851 F7  Previous page of rules
10852 F8  Next page of rules
10853 F9  Add new rule                        F9  Replicate existing rule
10854 F10 Delete existing rule
10855 F11 Shuffle the order of rules
10856 F12 Whereis (search rule nicknames)
10857 </PRE>
10858 <!--chtml else-->
10859 <PRE>
10860 Navigation                     General Alpine Commands
10861 -------------------------      -----------------------
10862  P  Prev rule                     ?  Display this help text
10863  N  Next rule                     E  Back to MAIN Alpine menu
10864  -  Previous page
10865 Spc (space bar) Next page
10866  W  WhereIs (search for word in rule nicknames)
10868 Setup Other Rules Commands
10869 ------------------------------------------------
10870  A  Add new rule                  $  Shuffle the order of rules
10871  D  Delete existing rule          C  Change configuration for highlighted rule
10872  R  Replicate existing rule
10873  I  Include file in rule config   X  Exclude file from rule config
10874 </PRE>
10875 <!--chtml endif-->
10877 <H2>Description of the Setup Other Rules Screen</H2>
10879 This is where you may set various actions that do not fit well into the
10880 other Rules categories.
10882 <H2>Patterns</H2>
10884 Other Rules are a little different from the rest of the Rules because
10885 they depend only on the current folder, and not on a particular message.
10886 In order to determine whether or not a rule's actions should be applied
10887 the current folder is compared with the rule's Pattern, which consists
10888 of only the Current Folder Type.
10889 Current Folder Type works the same for Other Rules as it does for Roles,
10890 Filtering, Index Coloring, and Scoring.
10891 Keep in mind that the only part of the Pattern that applies to Other
10892 Rules is the Current Folder Type when looking at the description of
10893 Patterns given
10894 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10896 <H2>The Actions</H2>
10898 <H3>Set Sort Order</H3>
10900 When you enter a new folder, these rules will be checked to see if you
10901 have set a sort order that is different from your default sort order.
10902 The default is set in the Setup/Config screen with
10903 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
10904 If the Sort Order action is set, then the folder will be displayed sorted in
10905 that sort order instead of in the default order.
10907 A possible point of confusion arises when you change the configuration
10908 of the Sort Order for the currently open folder.
10909 The folder will normally be re-sorted when you go back to viewing the
10910 index.
10911 However, if you have manually sorted the folder with the
10912 Sort
10913 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
10914 command, then it will not be re-sorted until the next time it is opened.
10916 <H3>Set Index Format</H3>
10918 When you enter a new folder, these rules will be checked to see if you
10919 have set an Index Format that is different from your default Index Format,
10920 which is set with the
10921 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
10922 If so, the index will be displayed with this format instead of the default.
10924 <H3>Set Startup Rule</H3>
10926 When you enter a new folder, these rules will be checked to see if you
10927 have set a startup rule that is different from the default startup rule.
10928 The default for incoming folders is set in the Setup/Config screen with
10929 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
10930 The default for folders other than INBOX that are not part of your
10931 incoming collection
10932 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
10933 is to start with the last message in the folder.
10934 If the Startup Rule is set to something other than &quot;default&quot;,
10935 then the rule will determine which message will be the current message when
10936 the folder is first opened.
10938 The various startup rule possibilities work the same here as they do in
10939 the incoming collection, so check
10940 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
10941 for more help.
10943 <H2>Command Descriptions</H2>
10945 <H3>Add</H3>
10947 The Add command is used to add a new rule definition to your set of
10948 rules.
10949 The new rule will be added after the highlighted rule.
10951 <H3>Delete</H3>
10953 The Delete command deletes the currently highlighted rule.
10955 <H3>Change</H3>
10957 The Change command lets you edit the nickname, Pattern,
10958 and Action of the currently highlighted rule.
10960 <H3>Shuffle</H3>
10962 The Shuffle command allows you to change the order of the rules.
10963 You may move the currently highlighted rule up or down in the list.
10964 The order of the rules is important since the rules are tested for a
10965 match starting with the first rule and continuing until a match is found.
10966 You should place the rules with more specific Patterns near the beginning
10967 of the list, and those with more general Patterns near the end so that
10968 the more specific matches will happen when appropriate.
10970 <H3>Replicate</H3>
10972 The Replicate command is used to copy an existing rule definition and modify it.
10973 The new rule will be added after the highlighted rule.
10975 <H3>IncludeFile</H3>
10977 The IncludeFile command allows you to add a rules file to your configuration.
10978 Usually, your rules will be contained in your Alpine configuration file.
10979 If you wish, some or all of your rules may be stored in a separate file.
10980 If a rules file already exists (maybe it was made by somebody else using
10981 Alpine), you may insert it before the currently highlighted rule.
10982 You may also insert an empty file or a file that does not yet exist.
10983 Once you have an empty rules file in your configuration, you may use
10984 the Shuffle command to move rules into it.
10985 In fact, that's the only way to get the initial rule into the file.
10987 <H3>eXcludeFile</H3>
10989 The eXcludeFile command removes a rules file from your rules configuration.
10990 A limitation of the program is that in order to exclude a rules file
10991 that file must have at least one rule
10992 in it, otherwise you won't be able to highlight a line in the file.
10993 So you may have to add a dummy rule to the file in order to exclude the file.
10994 <P><UL>
10995 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10996 </UL>
10998 &lt;End of help on this topic&gt;
10999 </BODY>
11000 </HTML>
11001 ===== h_rules_srch =====
11002 <HTML>
11003 <HEAD>
11004 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
11005 </HEAD>
11006 <BODY>
11007 <H1>SETUP SEARCH RULES SCREEN</H1>
11008 <H2>SETUP SEARCH RULES COMMANDS</H2>
11009 <!--chtml if pinemode="function_key"-->
11010 <PRE>
11011 Available  Commands -- Group 1         Available Commands -- Group 2   
11012 -------------------------------        ------------------------------  
11013 F1  Show Help Text                      F1  Show Help Text             
11014 F2  See commands in next group          F2  See commands in next group
11015 F3  Back to MAIN Alpine menu
11016 F4  Change configuration for rule
11017 F5  Move to previous rule               F5  Include file in rule config
11018 F6  Move to next rule                   F6  Exclude file from config
11019 F7  Previous page of rules
11020 F8  Next page of rules
11021 F9  Add new rule                        F9  Replicate existing rule
11022 F10 Delete existing rule
11023 F11 Shuffle the order of rules
11024 F12 Whereis (search rule nicknames)
11025 </PRE>
11026 <!--chtml else-->
11027 <PRE>
11028 Navigation                     General Alpine Commands
11029 -------------------------      -----------------------
11030  P  Prev rule                     ?  Display this help text
11031  N  Next rule                     E  Back to MAIN Alpine menu
11032  -  Previous page
11033 Spc (space bar) Next page
11034  W  WhereIs (search for word in rule nicknames)
11036 Setup Search Rules Commands
11037 ------------------------------------------------
11038  A  Add new rule                  $  Shuffle the order of rules
11039  D  Delete existing rule          C  Change configuration for highlighted rule
11040  R  Replicate existing rule
11041  I  Include file in rule config   X  Exclude file from rule config
11042 </PRE>
11043 <!--chtml endif-->
11045 <H2>Description of the Setup Search Rules Screen</H2>
11047 One of the commands that becomes available when that feature is turned on
11048 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
11049 screen to select a set of messages.
11050 One way of selecting messages is to use a Rule.
11051 All of the messages that match (or don't match if you wish)
11052 a Rule's Pattern will be selected.
11054 Any of your Rules may be used for this purpose.
11055 You might already have Rules set up for filtering, index line color, scores, or roles;
11056 and you may use any of those Rules with the Select command.
11057 However, you might find it more convenient to set up a separate set of Rules
11058 just for this purpose without having to worry about what other effects
11059 they may cause.
11060 That is the purpose of these Select Rules.
11063 Each rule has a &quot;Pattern&quot;
11064 that is used to decide which messages are selected when you use it with
11065 the Select command.
11067 <H2>Patterns</H2>
11069 In order to determine whether or not a message should be selected
11070 the message is compared with the rule's Pattern.
11071 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11072 Scoring, Other Rules, and Search Rules, so are described in only one place,
11073 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11075 <H2>Command Descriptions</H2>
11077 <H3>Add</H3>
11079 The Add command is used to add a new rule definition to your set of
11080 rules.
11081 The new rule will be added after the highlighted rule.
11083 <H3>Delete</H3>
11085 The Delete command deletes the currently highlighted rule.
11087 <H3>Change</H3>
11089 The Change command lets you edit the nickname and Pattern
11090 of the currently highlighted rule.
11092 <H3>Shuffle</H3>
11094 The Shuffle command allows you to change the order of the rules.
11095 This affects only the order they are presented in when you use the
11096 ^T subcommand of the Select by Rule command.
11097 You may move the currently highlighted rule up or down in the list.
11099 <H3>Replicate</H3>
11101 The Replicate command is used to copy an existing rule definition and modify it.
11102 The new rule will be added after the highlighted rule.
11104 <H3>IncludeFile</H3>
11106 The IncludeFile command allows you to add a rules file to your configuration.
11107 Usually, your rules will be contained in your Alpine configuration file.
11108 If you wish, some or all of your rules may be stored in a separate file.
11109 If a rules file already exists (maybe it was made by somebody else using
11110 Alpine), you may insert it before the currently highlighted rule.
11111 You may also insert an empty file or a file that does not yet exist.
11112 Once you have an empty rules file in your configuration, you may use
11113 the Shuffle command to move rules into it.
11114 In fact, that's the only way to get the initial rule into the file.
11116 <H3>eXcludeFile</H3>
11118 The eXcludeFile command removes a rules file from your rules configuration.
11119 A limitation of the program is that in order to exclude a rules file
11120 that file must have at least one rule
11121 in it, otherwise you won't be able to highlight a line in the file.
11122 So you may have to add a dummy rule to the file in order to exclude the file.
11123 <P><UL>
11124 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11125 </UL>
11127 &lt;End of help on this topic&gt;
11128 </BODY>
11129 </HTML>
11130 ===== h_rules_incols =====
11131 <HTML>
11132 <HEAD>
11133 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
11134 </HEAD>
11135 <BODY>
11136 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
11137 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
11138 <!--chtml if pinemode="function_key"-->
11139 <PRE>
11140 Available  Commands -- Group 1         Available Commands -- Group 2   
11141 -------------------------------        ------------------------------  
11142 F1  Show Help Text                      F1  Show Help Text             
11143 F2  See commands in next group          F2  See commands in next group
11144 F3  Back to MAIN Alpine menu
11145 F4  Change configuration for rule
11146 F5  Move to previous rule               F5  Include file in rule config
11147 F6  Move to next rule                   F6  Exclude file from config
11148 F7  Previous page of rules
11149 F8  Next page of rules
11150 F9  Add new rule                        F9  Replicate existing rule
11151 F10 Delete existing rule
11152 F11 Shuffle the order of rules
11153 F12 Whereis (search rule nicknames)
11154 </PRE>
11155 <!--chtml else-->
11156 <PRE>
11157 Navigation                     General Alpine Commands
11158 -------------------------      -----------------------
11159  P  Prev rule                     ?  Display this help text
11160  N  Next rule                     E  Back to MAIN Alpine menu
11161  -  Previous page
11162 Spc (space bar) Next page
11163  W  WhereIs (search for word in rule nicknames)
11165 Setup Index Color Commands
11166 ------------------------------------------------
11167  A  Add new rule                  $  Shuffle the order of rules
11168  D  Delete existing rule          C  Change configuration for highlighted rule
11169  R  Replicate existing rule
11170  I  Include file in rule config   X  Exclude file from rule config
11171 </PRE>
11172 <!--chtml endif-->
11174 <H2>Description of the Setup Index Line Colors Screen</H2>
11176 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
11177 This action is only available if your terminal is capable of displaying
11178 color and color display has been enabled with the
11179 <A HREF="h_config_color_style">Color Style</A> option within the
11180 Setup Color screen.
11181 (In PC-Alpine, color is always enabled so there is no option to turn on.)
11182 This screen lets you add, delete, modify, or change the order of the rules
11183 that cause the lines in the MESSAGE INDEX to be displayed in different
11184 colors.
11186 Each rule has a &quot;Pattern&quot;,
11187 which is used to decide which of the rules is used; and the color that
11188 is used if the Pattern matches a particular message.
11190 <H2>Index Color Patterns</H2>
11192 In order to determine whether or not a message matches an Index Color Rule
11193 the message is compared with the rule's Pattern.
11194 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11195 Scoring, Other Rules, and Search Rules, so are described in only one place,
11196 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11199 If none of the Index Color rules is a match for a particular index line,
11200 then the color used is set using
11201 the <A HREF="h_color_setup">Setup Kolor</A> screen.
11203 <H2>Index Line Color</H2>
11205 This is the color that index lines are colored when there is a matching
11206 Pattern.
11207 This colors the whole index line, except possibly the status letters,
11208 which may be colored separately using
11209 the <A HREF="h_color_setup">Setup Kolor</A> screen.
11211 <H2>Command Descriptions</H2>
11213 <H3>Add</H3>
11215 The Add command is used to add a new rule definition to your set of
11216 rules.
11217 The new rule will be added after the highlighted rule.
11219 <H3>Delete</H3>
11221 The Delete command deletes the currently highlighted rule.
11223 <H3>Change</H3>
11225 The Change command lets you edit the nickname, Pattern,
11226 and Index Line Color of the currently highlighted rule.
11228 <H3>Shuffle</H3>
11230 The Shuffle command allows you to change the order of the rules.
11231 You may move the currently highlighted rule up or down in the list.
11232 The order of the rules is important since the rules are tested for a
11233 match starting with the first rule and continuing until a match is found.
11234 You should place the rules with more specific Patterns near the beginning
11235 of the list, and those with more general Patterns near the end so that
11236 the more specific matches will happen when appropriate.
11238 <H3>Replicate</H3>
11240 The Replicate command is used to copy an existing rule definition and modify it.
11241 The new rule will be added after the highlighted rule.
11243 <H3>IncludeFile</H3>
11245 The IncludeFile command allows you to add a rules file to your configuration.
11246 Usually, your rules will be contained in your Alpine configuration file.
11247 If you wish, some or all of your rules may be stored in a separate file.
11248 If a rules file already exists (maybe it was made by somebody else using
11249 Alpine), you may insert it before the currently highlighted rule.
11250 You may also insert an empty file or a file that does not yet exist.
11251 Once you have an empty rules file in your configuration, you may use
11252 the Shuffle command to move rules into it.
11253 In fact, that's the only way to get the initial rule into the file.
11255 <H3>eXcludeFile</H3>
11257 The eXcludeFile command removes a rules file from your rules configuration.
11258 A limitation of the program is that in order to exclude a rules file
11259 that file must have at least one rule
11260 in it, otherwise you won't be able to highlight a line in the file.
11261 So you may have to add a dummy rule to the file in order to exclude the file.
11262 <P><UL>
11263 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11264 </UL>
11266 &lt;End of help on this topic&gt;
11267 </BODY>
11268 </HTML>
11269 ===== h_rules_filter =====
11270 <HTML>
11271 <HEAD>
11272 <TITLE>SETUP FILTERING SCREEN</TITLE>
11273 </HEAD>
11274 <BODY>
11275 <H1>SETUP FILTERING SCREEN</H1>
11276 <H2>SETUP FILTERING COMMANDS</H2>
11277 <!--chtml if pinemode="function_key"-->
11278 <PRE>
11279 Available  Commands -- Group 1         Available Commands -- Group 2   
11280 -------------------------------        ------------------------------  
11281 F1  Show Help Text                      F1  Show Help Text             
11282 F2  See commands in next group          F2  See commands in next group
11283 F3  Back to MAIN Alpine menu
11284 F4  Change configuration for filter
11285 F5  Move to previous filter             F5  Include file in filter config
11286 F6  Move to next filter                 F6  Exclude file from config
11287 F7  Previous page of filters
11288 F8  Next page of filters
11289 F9  Add new filter                      F9  Replicate existing filter
11290 F10 Delete existing filter
11291 F11 Shuffle the order of filters
11292 F12 Whereis (search filter nicknames)
11293 </PRE>
11294 <!--chtml else-->
11295 <PRE>
11296 Navigation                     General Alpine Commands
11297 -------------------------      -----------------------
11298  P  Prev Filter                   ?  Display this help text
11299  N  Next Filter                   E  Back to MAIN Alpine menu
11300  -  Previous page
11301 Spc (space bar) Next page
11302  W  WhereIs (search for word in filter nicknames)
11304 Setup Filters Commands
11305 ------------------------------------------------
11306  A  Add new filter                $  Shuffle the order of filters
11307  D  Delete existing filter        C  Change configuration for highlighted filter
11308  R  Replicate existing filter
11309  I  Include file in filter config X  Exclude file from filter config
11310 </PRE>
11311 <!--chtml endif-->
11313 <H2>Description of the Setup Filtering Screen</H2>
11315 This screen lets you add, delete, modify, or change the order of the rules
11316 that determine the filtering Alpine does on folders you view.
11318 The software that actually delivers mail (the stuff that happens
11319 before Alpine is involved) for you is in a better position to do mail filtering
11320 than Alpine itself.
11321 If possible, you may want to look into using that sort of mail filtering to
11322 deliver mail to different folders, delete it, or forward it.
11323 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
11325 Filtering is a way to automatically move certain messages from one folder
11326 to another or to delete messages.
11327 It can also be used to set message status (Important, Deleted, New,
11328 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
11329 Alpine doesn't have the ability to forward mail to another address or
11330 to deliver vacation messages.
11332 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
11333 When a folder is opened, when new mail arrives in an open folder, or
11334 when mail is Expunged from a folder; each
11335 message is compared with the Patterns of your filtering rules.
11336 The comparisons start with the first rule and keep going until there
11337 is a match.
11338 If a match is found, the message may be deleted or moved, depending on
11339 the setting of the Filter Action.
11340 If the message is not deleted, it may have its status altered.
11343 <EM>NOTE:</EM>
11344 When setting up a Pattern used to delete messages,
11345 it is recommended that you test the Pattern first with a &quot;Move&quot;
11346 folder specified in
11347 case unintended matches occur.  Messages that are deleted will be removed 
11348 from the folder and <EM>unrecoverable</EM> from within Alpine after the
11349 next Expunge command or once the folder being filtered has been closed.
11351 <H2>Filter Patterns</H2>
11353 In order to determine whether or not a message matches a filter the message is
11354 compared with the Filter's Pattern.
11355 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11356 Scoring, Other Rules, and Search Rules, so are described in only one place,
11357 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11359 Since filtering is a potentially destructive action, if you have a filtering
11360 Pattern with nothing other than Current Folder Type set, that filtering
11361 rule is ignored.
11363 <H2>Filter Actions</H2>
11365 Once a filter match is found for a particular message, there are some actions
11366 that may be taken.
11367 First, the message may have its status changed.
11368 This is the same message status that you can manipulate manually using the
11369 <a href="h_common_flag">Flag Command</a>.
11370 There are always four elements of message status that you can control.
11371 You can set or clear the Important status, the New status, the Deleted
11372 status, and the Answered status.
11373 Of course, if the filter is going to delete the message,
11374 then there is no point in setting message status.
11375 You may also be able to set user-defined keywords for a message.
11376 Read a little about keywords in the help text for the
11377 <A HREF="h_common_flag">Flag</A> command.
11379 Second, the filter may delete or move the message.
11380 Deleting the message marks it Deleted and removes it from view.
11381 It is effectively gone forever (though it technically is still there until
11382 the next expunge command, which may happen implicitly).
11383 Moving the message moves it from the open folder into the folder
11384 listed on the &quot;Folder List&quot; line of the filter configuration.
11385 If you list more than one folder name (separated by commas) then the message
11386 will be copied to each of those folders.
11387 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
11388 message is removed from the current folder.
11389 If you just want to set the messages status without deleting it from
11390 the folder, then set the filter action to
11391 &quot;Just Set Message Status&quot;.
11393 (There is no way to do a Copy instead of a Move, due to the difficulties
11394 involved in keeping track of whether or not a message has
11395 already been copied.)
11397 <H2>Command Descriptions</H2>
11399 <H3>Add</H3>
11401 The Add command is used to add a new filter definition to your set of
11402 filters.
11403 The new filter will be added after the highlighted filter.
11405 <H3>Delete</H3>
11407 The Delete command deletes the currently highlighted filter.
11409 <H3>Change</H3>
11411 The Change command lets you edit the nickname, Pattern,
11412 and Folder of the currently highlighted filter.
11414 <H3>Shuffle</H3>
11416 The Shuffle command allows you to change the order of the filters.
11417 You may move the currently highlighted filter up or down in the list.
11418 The order of the filters is important since the filters are tested for a
11419 match starting with the first filter and continuing until a match is found.
11420 You should place the filters with more specific Patterns near the beginning
11421 of the list, and those with more general Patterns near the end so that
11422 the more specific matches will happen when appropriate.
11424 <H3>Replicate</H3>
11426 The Replicate command is used to copy an existing filter and modify it.
11427 The new filter will be added after the highlighted filter.
11429 <H3>IncludeFile</H3>
11431 The IncludeFile command allows you to add a filters file to your configuration.
11432 Usually, your filters will be contained in your Alpine configuration file.
11433 If you wish, some or all of your filters may be stored in a separate file.
11434 If a filters file already exists (maybe it was made by somebody else using
11435 Alpine), you may insert it before the currently highlighted filter.
11436 You may also insert an empty file or a file that does not yet exist.
11437 Once you have an empty filters file in your configuration, you may use
11438 the Shuffle command to move filters into it.
11439 In fact, that's the only way to get the initial filter into the file.
11441 <H3>eXcludeFile</H3>
11443 The eXcludeFile command removes a filters file from your filters configuration.
11444 A limitation of the program is that in order to exclude a filters file
11445 that file must have at least one filter
11446 in it, otherwise you won't be able to highlight a line in the file.
11447 So you may have to add a dummy filter to the file in order to exclude the file.
11448 <P><UL>
11449 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11450 </UL>
11452 <H3>Performance Considerations</H3>
11453 The number and type of patterns being tested can 
11454 adversely effect performance.  Issues to be aware
11455 of include:
11457 <UL>
11458   <LI> The more filters you have defined the longer it will take to run down
11459 the list.  Deleting unused filters is a good idea.
11460   <LI> Filtering in newsgroups served by an NNTP server will be slow
11461 if your patterns include tests other than &quot;From:&quot;
11462 or &quot;Subject:&quot;.
11463 </UL>
11465 &lt;End of help on this topic&gt;
11466 </BODY>
11467 </HTML>
11468 ===== h_rules_score =====
11469 <HTML>
11470 <HEAD>
11471 <TITLE>SETUP SCORING SCREEN</TITLE>
11472 </HEAD>
11473 <BODY>
11474 <H1>SETUP SCORING SCREEN</H1>
11475 <H2>SETUP SCORING COMMANDS</H2>
11476 <!--chtml if pinemode="function_key"-->
11477 <PRE>
11478 Available  Commands -- Group 1         Available Commands -- Group 2   
11479 -------------------------------        ------------------------------  
11480 F1  Show Help Text                      F1  Show Help Text             
11481 F2  See commands in next group          F2  See commands in next group
11482 F3  Back to MAIN Alpine menu
11483 F4  Change configuration for rule
11484 F5  Move to previous rule               F5  Include file in rule config
11485 F6  Move to next rule                   F6  Exclude file from config
11486 F7  Previous page of rules
11487 F8  Next page of rules
11488 F9  Add new rule                        F9  Replicate existing rule
11489 F10 Delete existing rule
11490 F11 Shuffle the order of rules
11491 F12 Whereis (search rule nicknames)
11492 </PRE>
11493 <!--chtml else-->
11494 <PRE>
11495 Navigation                     General Alpine Commands
11496 -------------------------      -----------------------
11497  P  Prev rule                     ?  Display this help text
11498  N  Next rule                     E  Back to MAIN Alpine menu
11499  -  Previous page
11500 Spc (space bar) Next page
11501  W  WhereIs (search for word in rule nicknames)
11503 Setup Scoring Commands
11504 ------------------------------------------------
11505  A  Add new rule                  $  Shuffle the order of rules
11506  D  Delete existing rule          C  Change configuration for highlighted rule
11507  R  Replicate existing rule
11508  I  Include file in rule config   X  Exclude file from rule config
11509 </PRE>
11510 <!--chtml endif-->
11512 <H2>Description of the Setup Scoring Screen</H2>
11514 Most people will not use scores at all, but if you do use them, here's how
11515 they work in Alpine.
11516 Using this screen, you may define Scoring rules.
11517 The score for a message is calculated by looking at every Score rule defined
11518 and adding up the Score Values for the ones that match the message.
11519 If there are no matches for a message, it has a score of zero.
11520 Message scores may be used a couple of ways in Alpine.
11522 <H3>Sorting by Score</H3>
11524 One of the methods you may use to sort message indexes is to sort by
11525 score.
11526 The scores of all the messages in a folder will be calculated and then
11527 the index will be ordered by placing the messages in order of ascending or
11528 descending score.
11530 <H3>Scores for use in Patterns</H3>
11532 The Patterns used for Roles, Index Line Coloring, and Filtering have a
11533 category labeled &quot;Score Interval&quot;.
11534 When a message is being compared with a Pattern to check for a match, if
11535 the Score Interval is set only messages that have a score somewhere in
11536 the interval are a match.
11538 <H2>Scoring Rule Patterns</H2>
11540 In order to determine whether or not a message matches a scoring rule
11541 the message is compared with the rule's Pattern.
11542 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11543 Scoring, Other Rules, and Search Rules, so are described in only one place,
11544 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11547 Actually, Scoring rule Patterns are slightly different from the other types of
11548 Patterns because Scoring rule Patterns don't contain a Score Interval.
11549 In other words, when calculating the score for a message, which is done
11550 by looking at the Scoring rule Patterns, scores aren't used.
11552 <H2>Score Value</H2>
11554 This is the value that will be added to the score for a message if the
11555 rule's Pattern is a match.
11556 Each individual Score Value is an integer between -100 and 100, and the
11557 values from matching rules are added together to get a message's score.
11558 There is also a way to extract the value from a particular header of each
11559 message. See the help text for Score Value for further information.
11561 <H2>Command Descriptions</H2>
11563 <H3>Add</H3>
11565 The Add command is used to add a new scoring rule definition.
11566 The new rule will be added after the highlighted rule.
11568 <H3>Delete</H3>
11570 The Delete command deletes the currently highlighted scoring rule.
11572 <H3>Change</H3>
11574 The Change command lets you edit the nickname, Pattern,
11575 and Score Value of the currently highlighted scoring rule.
11577 <H3>Shuffle</H3>
11579 The Shuffle command allows you to change the order of the scoring rules.
11580 You may move the currently highlighted rule up or down in the list.
11581 The order of the rules is important since the rules are tested for a
11582 match starting with the first rule and continuing until a match is found.
11583 You should place the rules with more specific Patterns near the beginning
11584 of the list, and those with more general Patterns near the end so that
11585 the more specific matches will happen when appropriate.
11587 <H3>Replicate</H3>
11589 The Replicate command is used to copy an existing rule and modify it.
11590 The new rule will be added after the highlighted rule.
11592 <H3>IncludeFile</H3>
11594 The IncludeFile command allows you to add a rules file to your configuration.
11595 Usually, your rules will be contained in your Alpine configuration file.
11596 If you wish, some or all of your rules may be stored in a separate file.
11597 If a rules file already exists (maybe it was made by somebody else using
11598 Alpine), you may insert it before the currently highlighted rule.
11599 You may also insert an empty file or a file that does not yet exist.
11600 Once you have an empty rules file in your configuration, you may use
11601 the Shuffle command to move rules into it.
11602 In fact, that's the only way to get the initial rule into the file.
11604 <H3>eXcludeFile</H3>
11606 The eXcludeFile command removes a rules file from your rules configuration.
11607 A limitation of the program is that in order to exclude a rules file
11608 that file must have at least one rule
11609 in it, otherwise you won't be able to highlight a line in the file.
11610 So you may have to add a dummy rule to the file in order to exclude the file.
11611 <P><UL>
11612 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11613 </UL>
11615 &lt;End of help on this topic&gt;
11616 </BODY>
11617 </HTML>
11618 ===== h_direct_config =====
11619 <HTML>
11620 <HEAD>
11621 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
11622 </HEAD>
11623 <BODY>
11624 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
11625 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
11626 <!--chtml if pinemode="function_key"-->
11627 <PRE>
11628 Available  Commands                        
11629 -------------------------------            
11630 F1  Show Help Text                         
11631 F3  Back to MAIN Alpine menu                 
11632 F4  Change configuration for directory server  
11633 F5  Move to previous directory server          
11634 F6  Move to next directory server              
11635 F7  Previous page of directory servers         
11636 F8  Next page of directory servers
11637 F9  Add new directory server
11638 F10 Delete existing directory server
11639 F11 Shuffle the order of directory servers
11640 F12 Whereis (search directory server titles)   
11641 </PRE>
11642 <!--chtml else-->
11643 <PRE>
11644 Navigation                     General Alpine Commands
11645 -------------------------      -----------------------
11646  P  Prev Directory Server         ?  Display this help text
11647  N  Next Directory Server         E  Back to MAIN Alpine menu
11648  -  Previous page
11649 Spc (space bar) Next page
11650  W  WhereIs (search for word in directory server titles)
11652 Setup LDAP Directory Server Commands
11653 ------------------------------------------------
11654  A  Add new directory server      $  Shuffle the order of directory servers
11655  D  Delete existing dir server    C  Change configuration for highlighted server
11656 </PRE>
11657 <!--chtml endif-->
11659 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
11661 This screen lets you add, delete, modify, or change the order of your
11662 directory servers. You may also set some optional behavior for each server.
11663 The &quot;Add Dir&quot; command brings up a blank form to 
11664 fill in. You will have to supply at least the name of the LDAP server.
11665 You will often have to supply a search base to be used with that server,
11666 as well. Once the form has been brought up on your screen, there is help
11667 available for each of the options you may set.
11669 The &quot;Del Dir&quot; command allows you to remove a directory server
11670 from your configuration.
11672 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
11673 The difference is that instead of bringing up a form for a new server
11674 configuration, you are changing the configuration of an existing entry.
11675 For example, you might want to correct a typing error, change a
11676 nickname, or change one of the options set for that server.
11678 The &quot;Shuffle&quot; command is used to change the order of directory
11679 servers.
11680 <P><UL>
11681 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11682 </UL>
11684 &lt;End of help on this topic&gt;
11685 </BODY>
11686 </HTML>
11687 ============= h_address_display ========================
11688 <HTML>
11689 <HEAD>
11690 <TITLE>SEARCH RESULTS INDEX</TITLE>
11691 </HEAD>
11692 <BODY>
11693 <H1>SEARCH RESULTS INDEX</H1>
11694 This screen shows the results, if any, of your Directory Server search.  
11695 Commands (besides those for screen navigation) are:
11696 <DL>
11697 <DT>View
11698 <!--chtml if pinemode="function_key"-->
11699 (F4)
11700 <!--chtml else-->
11702 <!--chtml endif-->
11703 </DT>
11704 <DD>See the full information for the selected entry.
11706 <DT>Compose
11707 <!--chtml if pinemode="function_key"-->
11708 (F9)
11709 <!--chtml else-->
11711 <!--chtml endif--></DT>
11712 <DD>Compose a message with the selected entry as the recipient.
11714 <DT>Role
11715 <!--chtml if pinemode="function_key"-->
11716 (F2)
11717 <!--chtml else-->
11719 <!--chtml endif--></DT>
11720 <DD>Compose a message with the selected entry as the recipient. This differs
11721 from Compose in that you may select a role before beginning your composition.
11723 <DT>Forward
11724 <!--chtml if pinemode="function_key"-->
11725 (F10)
11726 <!--chtml else-->
11728 <!--chtml endif--></DT>
11729 <DD>Send the full information for the selected entry as an 
11730 email message to someone else.
11732 <DT>Save
11733 <!--chtml if pinemode="function_key"-->
11734 (F11)
11735 <!--chtml else-->
11737 <!--chtml endif-->
11738 </DT>
11739 <DD>Save to your address book:
11740 <UL>
11741 <LI>the result of the search (as just found through your query) for the 
11742 selected entry; or 
11743 <LI>the selected entry for repeated Directory Server searching when used 
11744 in the future.
11745 </UL>
11746 or<BR>
11747 Export to a file (external to Alpine):
11748 <UL>
11749 <LI>the full information for the selected entry; or
11750 <LI>the email address from the selected entry; or
11751 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
11752 </UL>
11753 <DT>WhereIs
11754 <!--chtml if pinemode="function_key"-->
11755 (F12)
11756 <!--chtml else-->
11758 <!--chtml endif-->
11759 </DT>
11760 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11761 displayed text, not the full records for each entry.)  
11762 </DL>
11763 &lt;End of help on this topic&gt;
11764 </BODY>
11765 </HTML>
11766 ============= h_address_select ========================
11767 <HTML>
11768 <HEAD>
11769 <TITLE>SEARCH RESULTS INDEX</TITLE>
11770 </HEAD>
11771 <BODY>
11772 <H1>SEARCH RESULTS INDEX</H1>
11773 This screen shows the results, if any, of your Directory Server search.  
11774 Commands (besides those for screen navigation) are:
11775 <DL>
11776 <DT>Select
11777 </DT>
11778 <DD>Select this entry for use.
11780 <DT>ExitSelect
11781 <DD>Exit without selecting any of the entries.
11783 <DT>WhereIs
11784 </DT>
11785 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11786 displayed text, not the full records for each entry.)  
11787 </DL>
11788 &lt;End of help on this topic&gt;
11789 </BODY>
11790 </HTML>
11791 ===== h_folder_maint =====
11792 <HTML>
11793 <HEAD>
11794 <TITLE>Help for Folder List</TITLE>
11795 </HEAD>
11796 <BODY>
11797 <H1>FOLDER LIST COMMANDS</H1>
11798 <!--chtml if pinemode="function_key"-->
11799 <PRE>
11800 Available Commands -- Group 1        Available Commands -- Group 2
11801 -------------------------------      ------------------------------
11802 F1  Show Help Text                    F1  Show Help Text               
11803 F2  See commands in next group        F2  See commands in next group  
11804 F3  MAIN MENU Screen                  F3  Quit Alpine                    
11805 F4  Select folder and view it         F4  MAIN MENU Screen
11806 F5  Move to previous folder
11807 F6  Move to next folder               F6  Specify a folder to go to
11808 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
11809 F8  Show next screen of listing       F8  Compose a message
11810 F9  Add a new folder                  F9  Print folder listing
11811 F10 Delete selected folder
11812 F11 Rename selected folder
11813 F12 Whereis (search folder names)
11815 Available Commands -- Group 3
11816 F1  Show Help Text
11817 F2  See commands in next group
11818 F5  Go to next new message
11819     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
11820 F8  Compose a message using roles
11821 F9  Export folder to a file
11822 F10 Import the file back to a folder
11823 </PRE>
11824 <!--chtml else-->
11825 <PRE>
11826 Navigating the Folder Screen            Operations on the Selected Folder
11827 ----------------------------            ---------------------------------
11828  P   Move to previous folder              V  View Index of selected folder
11829  N   Move to next folder                  D  Delete
11830  -   Show previous page of listing        R  Rename
11831 Spc  (space bar) Show next page           E  Export to file
11832                                           U  Import from file to folder
11834 FOLDER LIST Screen Commands              General Alpine Command
11835 ---------------------------              -----------------------
11836  A  Add a folder                          O  Show all other available commands
11837  G  Specify a folder to go to             ?  Show Help text
11838  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
11839  W  Whereis (search folder names)         Q  Quit Alpine
11840  %  Print folder listing                  C  Compose a message
11841                                           #  Compose a message using roles
11842 </PRE>
11843 <!--chtml endif-->
11845 These commands are only available in the FOLDER LIST screen when the 
11846 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
11847 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
11848 <DT>Select:</DT>
11849 <DD>Select folders by certain criteria:<UL>
11850 <LI>All: of limited use, since there is no Apply command.
11851 <LI>by Property: <UL>
11852         <LI>folder contains messages not yet seen 
11853         <LI>folder contains new messages
11854         <LI>folder contains exactly as many, more, or fewer messages 
11855 than a given number
11856         </UL>
11857 <LI>by Text: <UL>
11858         <LI>contained in name of folder (Name Select)
11859         <LI>contained in messages in folder (Content Select)
11860         </UL>
11861 </UL></DD>
11863 <DT>Select current:</DT>
11864 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
11865 add one or more folders to a set created with the Select command described 
11866 above.)</DD>
11867 <DT>Zoom mode:</DT>
11868 <DD>Toggles display of only selected folders or all folders on and off.</DD>
11869 </DL>
11871 If the feature
11872 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
11873 is set then the TAB key will display the number of recent messages and
11874 the total number of messages in the highlighted folder.
11876 The &quot;Export&quot; command causes the lowest common denominator style
11877 mailbox to be written to a file.
11878 If the file already exists, you are asked if you want to delete it.
11879 If you say No, then the operation is aborted.
11880 Export might be a reasonable way to store a backup or an archival copy of
11881 a folder.
11882 The exported-to file is a local file on the system where you are running Alpine.
11883 The &quot;Import&quot; command is the opposite of the Export command.
11884 It reads a file created by Export and asks where it should save it in your
11885 folders.
11886 This could be a new folder or an existing folder.
11887 If the folder already exists, the messages from the exported file will be
11888 appended to the folder.
11890 <CENTER>Description of the FOLDER LIST Screen</CENTER>
11892 The purpose of the FOLDER LIST screen is to help you browse and manage
11893 the folders and directories (also known as &quot;hierarchy&quot;)
11894 contained within a collection.
11897 Folders and directories are arranged alphabetically across lines of
11898 the screen.  Directories, if present, are denoted by a special
11899 character at the end of the name known as the hierarchy delimiter
11900 (typically, &quot;/&quot;).  By default, folders and directories are
11901 mixed together.  The
11902 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
11903 configuration option can be used to group directories toward the 
11904 beginning or end of the list.
11907 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
11908 commands change the &quot;selected&quot; (i.e., highlighted) folder or
11909 directory, and the View Fldr/Dir commands will &quot;open&quot; the
11910 selected item.  Folder and directory management is provided via the
11911 Rename, Delete and Add commands.
11913 <P><CENTER>About Folders</CENTER>
11914 What are Folders?<P>
11916 Folders are simply files where messages are kept.  Every message has to be
11917 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
11918 folder for sent mail and a folder for saved messages.<P>
11920 You may create as many other folders as you wish.  They must be given
11921 names that can be filenames on the filesystem.  
11924 You can move messages from one folder to another by opening the original
11925 folder and saving messages into the other folder just as you can save
11926 message from your INBOX to any other folder.<P>
11928 Folders are typically just files in the filesystem.  However, the files
11929 that are
11930 folders have some special formatting in them (so that Alpine knows where one
11931 message ends and another begins) and should <EM>not</EM> be edited outside of
11932 Alpine.  If you want copies of your messages in text files that you can edit
11933 or otherwise manipulate, use the Export command to copy them from Alpine into
11934 your regular file area.
11937 FOR MORE INFORMATION: See the section on
11938 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11940 <CENTER>About Directories</CENTER>
11942 A directory is simply a container used to group folders within a
11943 folder list.  You can create as many directories as you like.  And 
11944 directories can even contain directories themselves.
11947 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
11948 to note that not all IMAP servers support directories.  If you find that
11949 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
11950 then it's likely that directories are not supported by the server serving
11951 in that collection.
11954 Similarly, servers that do provide for directories may not do so in
11955 the same way.  On some servers, for example, each folder name you
11956 create is at the same time capable of being a directory.  When this
11957 happens, Alpine will display both the folder name and the name of the
11958 directory (with trailing hierarchy delimiter) in the folder list.
11961 Another issue with IMAP access, though with a much smaller set of servers,
11962 is that not all servers accept the request to list out the available
11963 folders and directories in the same way.  If you find yourself having
11964 trouble viewing folders on your server, you might investigate the
11965 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
11966 feature.
11968 <UL>
11969 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11970 </UL>
11972 &lt;End of help on this topic&gt;
11973 </BODY>
11974 </HTML>
11975 ========= h_valid_folder_names ========
11976 <HTML>
11977 <HEAD>
11978 <TITLE>Explanation of Valid Folder Names</TITLE>
11979 </HEAD>
11980 <BODY>
11981 <H1>Folder Name Syntax Explained</H1>
11983 Once your folder collections are defined, you can usually refer to
11984 folders by their simple (unqualified) name, or pick from a FOLDER LIST
11985 display.  However, understanding the complete syntax for folder names,
11986 both local and remote, is handy when using the Goto command and when
11987 you are adding new folder collections via the Setups/collectionList screen.
11989 An Alpine folder name looks like
11992 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
11995 The square brackets ([]) mean that the part is optional.
11998 If there is no remote-specification, then the folder name is interpreted
11999 locally on the computer running Alpine.
12000 Local folder names depend on the operating system used by the computer 
12001 running Alpine, as well as the configuration of that system.  For example,
12002 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
12003 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
12004 system running Unix.
12007 Alpine users have the option of using folders that are stored on some other
12008 computer.  Alpine accesses remote folders via IMAP (the Internet Message
12009 Access Protocol), or in the case of news, via NNTP (the Network News
12010 Transport Protocol).  To be able to access remote folders in Alpine, the
12011 remote host must be running the appropriate server software (imapd or
12012 nntpd) and you must correctly specify the name of the folder to Alpine,
12013 including the domain name of the remote machine. For example,
12015 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
12017 could be a remote folder specification, and so could
12019 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
12022 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
12024 Note that in the case of remote folders, the directory/file path in the specification is 
12025 determined by the operating system of the remote computer, <B>not</B> by
12026 the operating system of the computer on which you are running Alpine.
12028 As you can tell, the name of the computer is in &#123;} brackets
12029 followed immediately by the name of the folder.  (In each of these cases the
12030 optional namespace is missing.)  If, as in these
12031 examples, there is no remote access protocol specified, then IMAP is
12032 assumed.  Check
12033 <A HREF="h_folder_server_syntax">here</A>
12034 for a more detailed look at what options can be placed between the brackets.
12035 If there are no brackets at all, then the folder name is interpreted locally
12036 on the computer on which you are running Alpine.
12039 To the right of the brackets when a server name is present, or at the
12040 start of the foldername if no server is present, the sharp sign,
12041 &quot;#&quot;, holds special meaning.  It indicates a folder name
12042 outside the area reserved for your personal folders.  In fact, it's
12043 used to indicate both the name of the folder, and a special phrase
12044 telling Alpine how to interpret the name that follows.
12047 So, for example, Alpine can be used to access a newsgroup that might be 
12048 available on your computer using:
12050 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
12052 The sharp sign indicates the folder name is outside your personal
12053 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
12054 interpret the remainder of the name as a newsgroup.
12057 Similarly, to access a newsgroup on your IMAP server, you might
12058 use something like:
12060 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
12063 There are a number of such special phrases (or &quot;namespaces&quot;)
12064 available.  For a more detailed explanation read about
12065 <A HREF="h_folder_name_namespaces">Namespaces</A>.
12068 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
12069 names.  The name INBOX refers to your &quot;principal incoming
12070 message folder&quot; and will be mapped to the actual file name used for your
12071 INBOX on any given host.  Therefore, a name like
12072 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
12073 store incoming mail for you on that particular host.
12076 &lt;End of help on this topic&gt;
12077 </BODY>
12078 </HTML>
12079 ======= h_folder_name_namespaces =======
12080 <HTML>
12081 <HEAD>
12082 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
12083 </HEAD>
12084 <BODY>
12085 <H1>Folder Name Namespaces Explained</H1>
12087 An Alpine folder name looks like
12090 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
12093 The local part of a folder name has an optional &quot;Namespace&quot; which
12094 tells Alpine how to interpret the rest of the name.
12096 <P> 
12097 By default the folder name is interpreted as defining a section of your personal
12098 folder area.  This area and how you specify it are defined by the
12099 server, if one is specified, or, typically, the home
12100 directory, if no server is defined.
12103 If a namespace is specified, it begins with the
12104 sharp, &quot;#&quot;, character followed by the name of the namespace
12105 and then the namespace's path-element-delimiter.  Aside from the
12106 path's format, namespaces can also imply access rights, content
12107 policy, audience, location, and, occasionally, access methods.
12110 Each server exports its own set (possibly of size one) of 
12111 namespaces.  Hence, it's likely communication with your server's
12112 administrator will be required for specific configurations.  Some of
12113 the more common namespaces, however, include:
12115 <DL>
12116 <DT>#news.</DT>
12117 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
12118 names are hierarchically defined with each level delimited by a period.
12120 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
12122 </DD>
12123 <DT>#public/</DT>
12124 <DD>This specifies a folder area that the server may export to the general
12125 public.
12126 </DD>
12127 <DT>#shared/</DT>
12128 <DD>This specifies a folder area that the server may export to groups
12129 of users.
12130 </DD>
12131 <DT>#ftp/</DT>
12132 <DD>This specifies a folder area that is the same as that it may have 
12133 exported via the &quot;File Transfer Protocol&quot;.
12134 </DD>
12135 <DT>#mh/</DT>
12136 <DD>This specifies the personal folder area associated with folders
12137 and directories that were created using the MH message handling system.
12138 </DD>
12139 <DT>#move/</DT>
12140 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
12142 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
12144 The #move namespace is followed by two folder names separated by a delimiter
12145 character.
12146 The delimiter character may be any character that does not appear in
12147 the MailDropFolder name.
12148 The meaning of #move is that mail will be copied from the MailDropFolder to
12149 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
12150 Periodic checks at frequency
12151 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
12152 time between checks set by
12153 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
12154 are made for new mail arriving in the MailDropFolder.
12155 An example that copies mail from a POP inbox to a local folder follows
12157 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
12159 To you it appears that mail is being delivered to the local folder when it
12160 is copied from the MailDropFolder, and you read mail from the local folder.
12162 Note that if the DestinationFolder does not exist then the messages are not
12163 copied from the MailDropFolder.
12164 A #move folder may only be used as an
12165 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
12166 an Inbox.
12167 When you are in the FOLDER LIST of Incoming Message Folders (after turning
12168 on the
12169 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
12170 option)
12171 the Add command has a subcommand &quot;Use Mail Drop&quot;
12172 which may be helpful for defining the folder in your Alpine configuration.
12173 The same is true when you edit the
12174 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
12175 option in Setup/Config.
12176 Each of these configuration methods will also create the DestinationFolder
12177 if it doesn't already exist.
12178 If you are having problems, make sure the DestinationFolder exists.
12179 You may find some more useful information about Mail Drops at
12180 <A HREF="h_maildrop">What is a Mail Drop?</A>.
12181 </DD>
12182 </DL>
12185 In addition, the server may support access to other user's folders,
12186 provided you have suitable permissions.  Common methods use a prefix
12187 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
12188 indicate the root of the other user's folder area.
12191 No, nothing's simple.
12194 &lt;End of help on this topic&gt;
12195 </BODY>
12196 </HTML>
12197 ============= h_whatis_vcard ========================
12198 <HTML>
12199 <HEAD>
12200 <TITLE>VCARD EXPLAINED</TITLE>
12201 </HEAD>
12202 <BODY>
12203 <H1>What is the vCard format?</H1>
12204 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
12205 information about and among people and organizations electronically.  
12206 More information about vCard can be found (as of May 1998) on the WWW site 
12207 of the Internet Mail Consortium at the URL:
12209 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
12211 &lt;End of help on this topic&gt;
12212 </BODY>
12213 </HTML>
12214 ===== h_folder_open =====
12215 <HTML>
12216 <HEAD>
12217 <TITLE>Explanation of Folder Selection</TITLE>
12218 </HEAD>
12219 <BODY>
12220 <BR>
12221 <BR>
12222 This screen is designed to allow you to quickly and easily survey your
12223 folders and select one to open.
12224 <!--chtml if pinemode="function_key"-->
12225 <PRE>
12226 Navigating the List of Folders             General Alpine Commands
12227 ------------------------------             -----------------------
12228  P   Move to previous folder               ?   Show this help text
12229  N   Move to next folder
12230  -   Show previous screen of folders
12231 Spc  (space bar) Show next screen
12232  W   WhereIs (search folder names)
12234 Folder Selection Commands
12235 -------------------------
12236  E   Exit the Folder Select menu (without selecting a folder)
12237  S   Select the currently highlighted folder
12238 </PRE>
12239 <!--chtml else-->
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 </PRE>
12254 <!--chtml endif-->
12256 FOR MORE INFORMATION: See the section on
12257 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12259 &lt;End of help on this topic&gt;
12260 </BODY>
12261 </HTML>
12262 ===== h_folder_subscribe =====
12263 <HTML>
12264 <HEAD>
12265 <TITLE>Newsgroup Subscribe Screen explained</TITLE>
12266 </HEAD>
12267 <BODY>
12268 <H1>FOLDER SUBSCRIBE HELP</H1>
12270 This screen is designed to help you subscribe to newsgroups you are
12271 not currently subscribed to.  The screen display is a list of all
12272 available newsgroups (or possibly a partial list if you specified a
12273 partial name when entering the screen).  Groups you have already
12274 subscribed to have the letters &quot;SUB&quot; next to them.  You may
12275 select a single new group to subscribe to by moving the cursor to that
12276 group and pressing &quot;S&quot; or carriage return.  Alternatively,
12277 you may change into ListMode with the &quot;ListMode&quot; command.
12278 The display will change slightly so that each group has a checkbox in
12279 front of it.  Use the cursor and the Set/Unset command to place an
12280 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
12283 When you are finished marking groups, the &quot;Subscribe&quot;
12284 command will subscribe you to those groups you have marked.  Note, you
12285 may not unsubscribe to groups with this command.  Instead of the
12286 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
12287 UnSbscrbe command.
12290 <!--chtml if pinemode="function_key"-->
12291 <PRE>
12292 Navigating the List of Newsgroups          General Alpine Commands
12293 ---------------------------------          -----------------------
12294 F5   Move to previous group                F1   Show this help text
12295 F6   Move to next group
12296 F7   Show previous screen of groups
12297 F8   Show next screen of groups
12298 F12  WhereIs (search group names)
12299 F9   Use ListMode
12301 Group Selection Commands
12302 -------------------------
12303 F3  Exit the News Subscribe menu (without selecting any groups)
12304 F4  Subscribe to the currently highlighted newsgroup
12305 </PRE>
12306 <!--chtml else-->
12307 <PRE>
12308 Navigating the List of Newsgroups          General Alpine Commands
12309 ---------------------------------          -----------------------
12310  P   Move to previous group                ?   Show this help text
12311  N   Move to next group
12312  -   Show previous screen of groups
12313 Spc  (space bar) Show next screen
12314  W   WhereIs (search group names)
12315  L   Use ListMode
12317 Group Selection Commands
12318 -------------------------
12319  E   Exit the News Subscribe menu (without selecting any groups)
12320  S   Subscribe to the currently highlighted newsgroup
12321 </PRE>
12322 <!--chtml endif-->
12324 When in ListMode, there is an additional command for marking groups to
12325 subscribe to:
12327 <!--chtml if pinemode="function_key"-->
12328 <PRE>
12329 ListMode Commands
12330 -------------------------
12331 F9  Set or unset the highlighted group
12332 </PRE>
12333 <!--chtml else-->
12334 <PRE>
12335 ListMode Commands
12336 -------------------------
12337 X   Set or unset the highlighted group
12338 </PRE>
12339 <!--chtml endif-->
12341 &lt;End of help on this topic&gt;
12342 </BODY>
12343 </HTML>
12344 ===== h_folder_postnews =====
12345 <HTML>
12346 <HEAD>
12347 <TITLE>Newsgroup selecting for Posting explained</TITLE>
12348 </HEAD>
12349 <BODY>
12350 This screen is designed to allow you to quickly and easily survey
12351 the available newsgroups and select one to post news to.
12353 <!--chtml if pinemode="function_key"-->
12354 <PRE>
12355 Navigating the List of Newsgroups          General Alpine Commands
12356 ---------------------------------          -----------------------
12357 F5   Move to previous group                F1  Show this help text
12358 F6   Move to next group
12359 F7   Show previous screen of groups
12360 F8   Show next screen of groups
12361 F12  WhereIs (search group names)
12363 Group Selection Commands
12364 -------------------------
12365 F3   Exit the Selection menu (without selecting a group)
12366 F4   Select the currently highlighted newsgroup
12367 </PRE>
12368 <!--chtml else-->
12369 <PRE>
12370 Navigating the List of Newsgroups          General Alpine Commands
12371 ---------------------------------          -----------------------
12372  P   Move to previous group                ?  Show this help text
12373  N   Move to next group
12374  -   Show previous screen of groups
12375 Spc  (space bar) Show next screen of groups
12376  W   WhereIs (search group names)
12378 Group Selection Commands
12379 -------------------------
12380  E   Exit the Selection menu (without selecting a group)
12381  S   Select the currently highlighted newsgroup
12382 </PRE>
12383 <!--chtml endif-->
12385 &lt;End of help on this topic&gt;
12386 </BODY>
12387 </HTML>
12388 ===== h_folder_save =====
12389 <HTML>
12390 <HEAD>
12391 <TITLE>Folder Select for Save Explained</TITLE>
12392 </HEAD>
12393 <BODY>
12394 This screen is designed to allow you to quickly and easily survey your
12395 folders and select one to use for saving the current message.
12398 <!--chtml if pinemode="function_key"-->
12399 <PRE>
12400 Navigating the List of Folders             General Alpine Commands
12401 ------------------------------             -----------------------
12402 F5   Move to previous folder               F1  Show this help text
12403 F6   Move to next folder
12404 F7   Show previous screen of folders
12405 F8   Show next screen of folders
12406 F12  WhereIs (search folder names)
12408 Folder Selection Commands
12409 -------------------------
12410 F3   Exit the Folder Select menu (without selecting a folder)
12411 F4   Select the currently highlighted folder
12412 F11  AddNew folder (just like Select, but you type in a new folder name)
12413 </PRE>
12414 <!--chtml else-->
12415 <PRE>
12416 Navigating the List of Folders             General Alpine Commands
12417 ------------------------------             -----------------------
12418  P   Move to previous folder               ?  Show this help text
12419  N   Move to next folder
12420  -   Show previous screen of folders
12421 Spc  (space bar) Show next screen of folders
12422  W   WhereIs (search folder names)
12424 Folder Selection Commands
12425 -------------------------
12426  E   Exit the Folder Select menu (without selecting a folder)
12427  S   Select the currently highlighted folder
12428  A   AddNew folder (just like Select, but you type in a new folder name)
12429 </PRE>
12430 <!--chtml endif-->
12432 FOR MORE INFORMATION: See the section on
12433 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12435 &lt;End of help on this topic&gt;
12436 </BODY>
12437 </HTML>
12438 ===== h_folder_fcc =====
12439 <HTML>
12440 <HEAD>
12441 <TITLE>Folder Select for Fcc Explained</TITLE>
12442 </HEAD>
12443 <BODY>
12444 This screen is designed to allow you to quickly and easily survey your
12445 folders and select one to use as the file carbon copy (fcc) for the
12446 current message.
12449 <!--chtml if pinemode="function_key"-->
12450 <PRE>
12451 Navigating the List of Folders             General Alpine Commands
12452 ------------------------------             -----------------------
12453 F5   Move to previous folder               F1  Show this help text
12454 F6   Move to next folder
12455 F7   Show previous screen of folders
12456 F8   Show next screen of folders
12457 F12  WhereIs (search folder names)
12459 Folder Selection Commands
12460 -------------------------
12461 F3   Exit the Folder Select menu (without selecting a folder)
12462 F4   Select the currently highlighted folder
12463 F11  AddNew folder (just like Select, but you type in a new folder name)
12464 </PRE>
12465 <!--chtml else-->
12466 <PRE>
12467 Navigating the List of Folders             General Alpine Commands
12468 ------------------------------             -----------------------
12469  P   Move to previous folder               ?  Show this help text
12470  N   Move to next folder
12471  -   Show previous screen of folders
12472 Spc  (space bar) Show next screen of folders
12473  W   WhereIs (search folder names)
12475 Folder Selection Commands
12476 -------------------------
12477  E   Exit the Folder Select menu (without selecting a folder)
12478  S   Select the currently highlighted folder
12479  A   AddNew folder (just like Select, but you type in a new folder name)
12480 </PRE>
12481 <!--chtml endif-->
12483 FOR MORE INFORMATION: See the section on
12484 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12486 &lt;End of help on this topic&gt;
12487 </BODY>
12488 </HTML>
12489 ===== h_folder_pattern_roles =====
12490 <HTML>
12491 <HEAD>
12492 <TITLE>Folder Select for Current Folder Explained</TITLE>
12493 </HEAD>
12494 <BODY>
12495 This screen is designed to allow you to quickly and easily survey your
12496 folders and select one to use as the specific Current Folder
12497 in a Pattern.
12500 <!--chtml if pinemode="function_key"-->
12501 <PRE>
12502 Navigating the List of Folders             General Alpine Commands
12503 ------------------------------             -----------------------
12504 F5   Move to previous folder               F1  Show this help text
12505 F6   Move to next folder
12506 F7   Show previous screen of folders
12507 F8   Show next screen of folders
12508 F12  WhereIs (search folder names)
12510 Folder Selection Commands
12511 -------------------------
12512 F3   Exit the Folder Select menu (without selecting a folder)
12513 F4   Select the currently highlighted folder
12514 F11  AddNew folder (just like Select, but you type in a new folder name)
12515 </PRE>
12516 <!--chtml else-->
12517 <PRE>
12518 Navigating the List of Folders             General Alpine Commands
12519 ------------------------------             -----------------------
12520  P   Move to previous folder               ?  Show this help text
12521  N   Move to next folder
12522  -   Show previous screen of folders
12523 Spc  (space bar) Show next screen of folders
12524  W   WhereIs (search folder names)
12526 Folder Selection Commands
12527 -------------------------
12528  E   Exit the Folder Select menu (without selecting a folder)
12529  S   Select the currently highlighted folder
12530  A   AddNew folder (just like Select, but you type in a new folder name)
12531 </PRE>
12532 <!--chtml endif-->
12534 FOR MORE INFORMATION: See the section on
12535 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12537 &lt;End of help on this topic&gt;
12538 </BODY>
12539 </HTML>
12540 ===== h_folder_stayopen_folders =====
12541 <HTML>
12542 <HEAD>
12543 <TITLE>Folder Select Explained</TITLE>
12544 </HEAD>
12545 <BODY>
12546 This screen is designed to allow you to quickly and easily survey your
12547 folders and select one to use as a Stay-Open folder.
12550 <!--chtml if pinemode="function_key"-->
12551 <PRE>
12552 Navigating the List of Folders             General Alpine Commands
12553 ------------------------------             -----------------------
12554 F5   Move to previous folder               F1  Show this help text
12555 F6   Move to next folder
12556 F7   Show previous screen of folders
12557 F8   Show next screen of folders
12558 F12  WhereIs (search folder names)
12560 Folder Selection Commands
12561 -------------------------
12562 F3   Exit the Folder Select menu (without selecting a folder)
12563 F4   Select the currently highlighted folder
12564 F11  AddNew folder (just like Select, but you type in a new folder name)
12565 </PRE>
12566 <!--chtml else-->
12567 <PRE>
12568 Navigating the List of Folders             General Alpine Commands
12569 ------------------------------             -----------------------
12570  P   Move to previous folder               ?  Show this help text
12571  N   Move to next folder
12572  -   Show previous screen of folders
12573 Spc  (space bar) Show next screen of folders
12574  W   WhereIs (search folder names)
12576 Folder Selection Commands
12577 -------------------------
12578  E   Exit the Folder Select menu (without selecting a folder)
12579  S   Select the currently highlighted folder
12580  A   AddNew folder (just like Select, but you type in a new folder name)
12581 </PRE>
12582 <!--chtml endif-->
12584 FOR MORE INFORMATION: See the section on
12585 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12587 &lt;End of help on this topic&gt;
12588 </BODY>
12589 </HTML>
12590 ===== h_folder_action_roles =====
12591 <HTML>
12592 <HEAD>
12593 <TITLE>Folder Select Explained</TITLE>
12594 </HEAD>
12595 <BODY>
12596 This screen is designed to allow you to quickly and easily survey your
12597 folders and select one to use as the folder into which messages
12598 matching this filter will be moved.
12601 <!--chtml if pinemode="function_key"-->
12602 <PRE>
12603 Navigating the List of Folders             General Alpine Commands
12604 ------------------------------             -----------------------
12605 F5   Move to previous folder               F1  Show this help text
12606 F6   Move to next folder
12607 F7   Show previous screen of folders
12608 F8   Show next screen of folders
12609 F12  WhereIs (search folder names)
12611 Folder Selection Commands
12612 -------------------------
12613 F3   Exit the Folder Select menu (without selecting a folder)
12614 F4   Select the currently highlighted folder
12615 F11  AddNew folder (just like Select, but you type in a new folder name)
12616 </PRE>
12617 <!--chtml else-->
12618 <PRE>
12619 Navigating the List of Folders             General Alpine Commands
12620 ------------------------------             -----------------------
12621  P   Move to previous folder               ?  Show this help text
12622  N   Move to next folder
12623  -   Show previous screen of folders
12624 Spc  (space bar) Show next screen of folders
12625  W   WhereIs (search folder names)
12627 Folder Selection Commands
12628 -------------------------
12629  E   Exit the Folder Select menu (without selecting a folder)
12630  S   Select the currently highlighted folder
12631  A   AddNew folder (just like Select, but you type in a new folder name)
12632 </PRE>
12633 <!--chtml endif-->
12635 FOR MORE INFORMATION: See the section on
12636 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12638 &lt;End of help on this topic&gt;
12639 </BODY>
12640 </HTML>
12641 ===== h_abook_config =====
12642 <HTML>
12643 <HEAD>
12644 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
12645 </HEAD>
12646 <BODY>
12647 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
12648 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
12649 <!--chtml if pinemode="function_key"-->
12650 <PRE>
12651 Available  Commands                        
12652 -------------------------------            
12653 F1  Show Help Text                         
12654 F3  Back to MAIN Alpine menu                 
12655 F4  Change configuration for address book  
12656 F5  Move to previous address book          
12657 F6  Move to next address book              
12658 F7  Previous page of address books         
12659 F8  Next page of address books             
12660 F9  Add new address book                   
12661 F10 Delete existing address book           
12662 F11 Shuffle the order of address books     
12663 F12 Whereis (search address book titles)   
12664 </PRE>
12665 <!--chtml else-->
12666 <PRE>
12667 Navigation                     General Alpine Commands
12668 -----------------------        -----------------------
12669  P  Prev Address Book           ?  Display this help text
12670  N  Next Address Book           E  Back to MAIN Alpine menu
12671  -  Previous page
12672 Spc (space bar) Next page
12673  W  WhereIs (search for word in address book titles)
12675 Setup Address Books Commands
12676 ------------------------------------------------
12677  A  Add new address book          $  Shuffle the order of address books
12678  D  Delete existing address book  C  Change configuration for address book
12679 </PRE>
12680 <!--chtml endif-->
12682 <H2>Description of the Setup Address Books Screen</H2>
12684 This screen lets you add, delete, modify, or change the order of your
12685 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
12686 fill in.  If you are adding a remote address book on an IMAP server
12687 you should fill in the name of the IMAP server.  Otherwise, leave
12688 that field blank.  (Note that remote IMAP address books are an Alpine
12689 concept and are unlikely to interoperate with other mail clients.)
12690 For a remote address book, fill in the name of the remote folder
12691 in the Folder field.  This should be a folder that is used only for
12692 this one purpose, not a general purpose folder you expect to store
12693 messages in.
12694 <P>If you are adding a local address book, fill in the
12695 Folder Name field with a local file name (e.g., .addressbook).
12697 <B>Please note:</B> Remote address books stored on an IMAP server are 
12698 of an entirely different format (namely, a special-purpose 
12699 &quot;mail folder&quot;) than that of the local addressbook familiar 
12700 to Alpine users.  Therefore, 
12701 you cannot use &quot;add a remote address book&quot; to make an existing 
12702 Alpine .addressbook file you may have on a remote IMAP server accessible to 
12703 Alpine running on a different host.  
12706 The &quot;Del Abook&quot; command allows you to remove an address book
12707 from your configuration.  It will also ask you if you wish to remove
12708 the data for that address book, which would erase all traces of the
12709 address book if you answer Yes.
12712 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
12713 The difference is that instead of adding a new address book to your
12714 configuration, you are changing the configuration of an existing entry.
12715 For example, you might want to correct a typing error or change a
12716 nickname.  The &quot;Change&quot; command is not a move command.  If you
12717 change the folder name or server name the data will not be moved for you.
12720 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
12721 an address book toward another address book in the same group then
12722 the order of those two address books will be swapped.  If you shuffle
12723 the last Personal address book down towards the Global address book
12724 section, it will become a Global address book.  If you shuffle
12725 the first Global address book up it will become a Personal address
12726 book.  The main difference between Personal and Global address
12727 books is that Global address books are forced read-only.
12728 <P><UL>
12729 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12730 </UL>
12732 &lt;End of help on this topic&gt;
12733 </BODY>
12734 </HTML>
12735 ===== h_abook_top =====
12736 <HTML>
12737 <HEAD>
12738 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
12739 </HEAD>
12740 <BODY>
12741 <H1>ADDRESS BOOK LIST COMMANDS</H1>
12742 <!--chtml if pinemode="function_key"-->
12743 <PRE>
12744 Available  Commands -- Group 1         Available Commands -- Group 2
12745 -------------------------------        ------------------------------
12746 F1  Show Help Text                      F1  Show Help Text
12747 F2  See commands in next group          F2  See commands in next group
12748 F3  Exit to MAIN MENU                   F3  Quit Alpine
12749 F4  View/Edit selected address book
12750 F5  Move to previous address book       F5  FOLDER LIST screen
12751 F6  Move to next address book           F6  Specify a folder to go to
12752 F7  Previous page                       F7  MESSAGE INDEX screen
12753 F8  Next page                           F9  Print list of address books
12754 F12 Whereis (search for word)
12755 </PRE>
12756 <!--chtml else-->
12757 <PRE>
12758 Navigation                       General Alpine Commands
12759 -----------------------          -----------------------
12760  P  Previous Entry                ?  Display this help text
12761  N  Next Entry                    O  Show all other available commands
12762  -  Previous page                 &lt;  Back to MAIN Alpine menu
12763 Spc (space bar) Next page         Q  Quit Alpine
12764  W  WhereIs (search for word)     L  FOLDER LIST screen
12765                                   G  Specify a folder to go to
12766 Address Book Commands             I  MESSAGE INDEX screen
12767 ------------------------------------------------
12768  &gt;  View/Edit selected address book
12769               or
12770  &gt;  Search on selected directory server
12772  %  Print list of address books and directory servers
12773 </PRE>
12774 <!--chtml endif-->
12776 <H2>Description of the Address Book List Screen</H2>
12778 From this screen you may choose which address book you wish to view
12779 or edit. For more information on address books, view one of your
12780 address books (with
12781 <!--chtml if pinemode="function_key"-->
12783 <!--chtml else-->
12784 &quot;&gt;&quot;
12785 <!--chtml endif-->)
12786 and see the Help Text there.<P>
12788 You may also choose a directory server on which to search for entries.
12789 You do that by highlighting the directory server line and using
12790 <!--chtml if pinemode="function_key"-->
12792 <!--chtml else-->
12793 &quot;&gt;&quot;
12794 <!--chtml endif-->.<P>
12796 If you wish to define new address books or directory servers go to the Main
12797 menu and choose Setup. You may then either choose to setup AddressBooks or
12798 Directory (among other things). It's possible that the Directory option
12799 will not be there if the Alpine you are using does not contain LDAP directory
12800 lookup functionality.
12802 <P><UL>
12803 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12804 </UL><P>
12805 &lt;End of help on this topic&gt;
12806 </BODY>
12807 </HTML>
12808 ===== h_abook_opened =====
12809 <HTML>
12810 <HEAD>
12811 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
12812 </HEAD>
12813 <BODY>
12814 <H1>THE ALPINE ADDRESS BOOK</H1>
12815 <H2>ADDRESS BOOK COMMANDS</H2>
12816 <PRE>
12817 <!--chtml if pinemode="function_key"-->
12818 Available  Commands -- Group 1         Available Commands -- Group 2   
12819 -------------------------------        ------------------------------  
12820 F1  Show Help Text                      F1  Show Help Text             
12821 F2  See commands in next group          F2  See commands in next group
12822 F3  Exit this screen                    F3  Quit Alpine                  
12823 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
12824 F5  Move to previous entry              F5  FOLDER LIST screen         
12825 F6  Move to next entry                  F6  Specify a folder to go to  
12826 F7  Previous page of address book       F7  MESSAGE INDEX screen        
12827 F8  Next page of address book           F8  Compose to entry using roles
12828 F9  Add new entry to address book       F9  Print address book         
12829 F10 Delete selected entry               F10 TakeAddr to another addrbook
12830 F11 Compose to selected entry           F11 Save or Export addrbook selections
12831 F12 Whereis (search address book)       F12 Forward entry by mail       
12833 Available Commands -- Group 3                                           
12834 ------------------------------                                          
12835 F3  Select                              F6  Zoom (or unZoom)            
12836 F5  Select Current                      F7  Apply Command to Selection  
12837 <!--chtml else-->
12838 Address Book Navigation        General Alpine Commands
12839 -----------------------        -----------------------
12840  P  Prev Address                  ?  Display this help text
12841  N  Next Address                  O  Show all other available commands
12842  -  Previous page of address book M  Back to MAIN MENU
12843 Spc (space bar) Next page         Q  Quit Alpine
12844  W  WhereIs (search for word      C  Compose message to selected addr
12845      or name in address book)     #  Compose to addr using roles
12846  &lt;  To List of Address Books if   L  FOLDER LIST screen
12847      more than one, else to MAIN  G  Specify a folder to go to
12848                                   I  MESSAGE INDEX screen
12850 Address Book Commands
12851 ----------------------------------------------------
12852  &gt;  View/Update selected entry    D  Delete selected entries
12853  %  Print address book            S  Save or Export address book selections
12854  F  Forward entries by mail       @  Add new entry to address book
12856  ;  Select command                Z  Toggle Zoom Mode
12857  :  Select highlighted entry      A  Apply command to selected entries
12859 <!--chtml endif-->
12860 </PRE>
12861 Note:  The presence or absence of the final four commands above is
12862 controlled by the option 
12863 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
12866 <H2>Description of the Address Book Screen</H2>
12868 This screen lets you edit and manage entries in your address book.  It
12869 also acts as a short-cut for composing messages to people in the address
12870 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
12871 message starts &quot;pre-addressed&quot; to whatever address book entry is
12872 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
12873 role to use in your composition.
12875 Alpine's address book helps you keep a list of addresses you send email to so
12876 you do not have to remember addresses that are often complex.  Each entry
12877 in the address book has five fields, all of them optional.  The three
12878 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
12880         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
12881         This is what you type in as you are addressing the message in the
12882         composer.  If there is a matching entry in your address book(s),
12883         Alpine will extract the corresponding FullName and Address fields to
12884         generate the actual address for your message.
12886         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
12887 of the
12888         person or organization.  Usually the full names are put in last
12889         name first so they sort nicely in alphabetical order.  Whatever
12890         you put as the name here will appear on the message when it is
12891         finally delivered.  Examples:<PRE>
12892            Garcia Marquez, Gabriel
12893            Henscheid, Eckhard
12894            Alpine-Info mailing list
12895            Library materials renewal requests
12896            Kim An-guk
12897            &quot;George III, King of Great Britain, 1738-1820&quot;
12898 </PRE>
12899 (In the second-to-last example, no comma is used in the name so that 
12900 the family name appears first in the address book and when the entry is 
12901 used in the composer.
12902 In the last example, retaining the commas is intended; 
12903 double-quotation marks surround the name to 
12904 prevent the transposition of its parts when the entry is used in 
12905 the composer.)
12907         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
12908         a valid Internet address that conforms to the Internet message
12909         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
12911 The two fields that aren't usually visible are:<DL>
12913   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
12914         message to this address to be saved in.  If this field is set, and
12915         this address is the first one in the message's To: header, then
12916         Alpine will use this folder name for the FCC in lieu of the normal
12917         FCC folder name.
12919   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
12920         </DL>
12922 Due to screen width limitations, these last two fields do not show up in
12923 the normal ADDRESS BOOK display.  You may select the 
12924 &quot;View/Update&quot; command to
12925 view or modify them.  You may use the configuration variable
12926 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
12927 to add these fields to your ADDRESS BOOK 
12928 display, or to modify the format of the display.
12930 <H2>Sorting the Address book</H2>
12932 By default, address book entries are sorted alphabetically on the full
12933 name with distribution lists sorted to the end.  Sorting can be changed by
12934 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
12935 --assuming you have &quot;write&quot; permission for the address book file.
12937 Unlike the sorting of folders (which only changes presentation), sorting an
12938 address book actually changes the file as it is kept on the computer.  For
12939 this reason you won't be able to sort a shared or system-wide address
12940 book.
12942 <H2>Adding New Entries</H2>
12944 The easiest way to add new entries to your address book is to use the
12945 &quot;TakeAddr&quot; command when viewing a message.
12946 This command allows you to take addresses from the header and body of the
12947 message and put them into your address book, without having to type
12948 them in.
12951 To manually add a new entry from within the address book screen, use the AddNew
12952 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
12953 Use this command both for adding a simple alias and for adding a
12954 distribution list.
12956 <H2>Distribution Lists</H2>
12958 Address book entries can be simple cases of aliases (a single nickname is linked
12959 to a single email address) or distribution lists (a single nickname
12960 pointing at more than one email address).  Each distribution list has a
12961 nickname, a full name and a list of addresses.  The addresses may be
12962 actual addresses or they may be other nicknames in your address book.
12963 They may even refer to other distribution lists.
12964 There's really no difference between a simple alias and a distribution list,
12965 other than the number of addresses.
12966 Therefore, you can turn a simple alias with one address into a distribution
12967 list simply by adding more addresses.
12968 To add entries to an existing list or alias
12969 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
12970 a single address from the list if the cursor is placed on the address;
12971 it will delete the entire distribution list if the cursor is on the
12972 nickname/fullname line.  View/Update may also be used to delete addresses
12973 from a list.
12975 Address field entries in distribution lists may take any one of three
12976 forms: a nickname existing in any of the defined address books, a normal
12977 address of the form &quot;jsmith@art.example.com&quot;, or a complete
12978 fullname/address combination, e.g. &quot;John Smith
12979 &lt;jsmith@art.example.com&gt;&quot;.
12981 Distribution lists in Alpine address books can only be used by the person or
12982 people who have access to that address book.  They are not usually used to
12983 implement discussion groups, but can be used to facilitate small
12984 discussion groups if all the participants have access to the same shared
12985 address book.
12987 <H2>FCC and Comments</H2>
12989 As mentioned above, each entry in the address book also has two other optional
12990 fields, Fcc and Comments.  The command to look at or change either of these
12991 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
12992 Comments field is just for your own use.  The Fcc field overrides the
12993 default Fcc if this address is the first one on the To line.  The WhereIs
12994 command may be used to search for particular strings in the address book,
12995 including fields that are not visible (like Comment and Fcc by default).
12997 <H2>Aggregate Operations</H2>
12999 If the feature
13000 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
13001 is turned on (the default), then the four commands &quot;Select&quot;,
13002 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
13003 are available.  The two selection commands allow you to mark a set of
13004 address book entries as being selected.  If you have more than one address
13005 book, the selections may be in more than one of those address books.
13006 The &quot;Zoom&quot; command will toggle between displaying only the selected
13007 entries and all of the entries.  The &quot;Apply&quot; command allows you to
13008 apply one of the regular address book commands to all of the selected
13009 entries.  Usually the address book commands apply to only the entry
13010 highlighted by the cursor.  The &quot;Apply&quot; command works with the
13011 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
13012 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
13014 <H2>Exporting and Forwarding Address book entries</H2>
13016 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
13017 address book entry is placed in a plain text file in your home directory
13018 <!--chtml if pinemode="running"-->
13019 (which, in the present configuration of your system, is
13020  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13021 <!--chtml endif-->
13022 or current working directory
13023 <!--chtml if pinemode="running"-->
13024 (which, at least for your current Alpine &quot;session,&quot; 
13025 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13026 <!--chtml endif-->, depending on the 
13027 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13028 configuration setting.  If you have some entries selected and use the
13029 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
13030 placed in the text file.
13032 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
13033 address book entry is placed in a special attachment and you are put into
13034 the composer.  You can fill in some comments in the body of the message,
13035 if you'd like, and send it to somebody else who uses Alpine.  The recipient
13036 may use the TakeAddr command on that message to insert the address book
13037 entry you sent in their own address book.  If you have some entries
13038 selected and use the Apply Forward command all of the selected entries
13039 will be forwarded in a single message.  You may
13040 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.
13041 The recipient must be using Alpine in order to receive this correctly.
13042 One way for the recipient to handle this might be to create an empty
13043 address book and then &quot;Take&quot; your forwarded address book entries into
13044 that empty address book.
13046 <H2>Multiple and/or Site-Wide Address books</H2>
13048 You may have more than one personal address book.  In addition, there may
13049 be one or more global address books.  This capability allows you to have
13050 multiple personal address books (some of which may be shared) and it also
13051 allows system administrators to implement site-wide address books that
13052 contain entries for users on multiple machines within the organization.
13053 <P><DL>
13054 <DT>Searching
13055   <DD> If you enter a nickname when composing a message, your
13056   personal address books will be searched through in order, and then the
13057   global address book(s) searched. If more than one address book has an entry
13058   for the nickname, Alpine uses the first one that it finds, so an entry in
13059   your personal address book would override a global address book entry. If
13060   after searching all the address books there is still no match, (Unix) Alpine
13061   then searches the local host password file on the assumption that you have
13062   entered a local user name rather than an address book nickname.
13063   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
13064   command, but global address books are always searched after personal
13065   address books.
13067   <P><DT>Tab completion
13068   <DD> If the
13069   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
13070   feature is turned on (the default) then the Tab key may be used
13071   in the composer to complete partially typed nicknames in the To
13072   or Cc lines. You type the first few letters of a nickname and then
13073   press the Tab key. It there is only one nickname that matches it will
13074   be filled in by Alpine. If there is more than one the unambiguous part
13075   of the nicknames will be filled in. For example, if your address book or
13076   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
13077   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
13078   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
13079   If you then type a second Tab character you will be presented with a list
13080   of matching nicknames to select from. Alternatively, you could type another
13081   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
13082   in the entire &quot;barbecue&quot; entry.
13084   <P><DT>Defining
13085   <DD> You define multiple personal address books in the 
13086   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
13087   from the MAIN MENU.  
13088   You may add as many as you like.  Global address books are usually
13089   site-wide address books defined by the System administrator, but
13090   you may define global address books of your own just like you define
13091   personal address books.
13093   <P><DT>Creating and updating
13094   <DD> Personal address books are normally created empty
13095   and populated by explicit additions from within Alpine, e.g. via the
13096   TakeAddr command.  Unlike personal address books, global address books may
13097   not be modified/updated from within Alpine; that is, they are Read-Only.
13098   Thus, global address books are created, populated and updated outside of
13099   Alpine. They might be hand-edited, generated by a program from another
13100   database, or by copying an existing address book.  They might also be
13101   some other user's personal address book, and so be modified normally by
13102   that user but accessed Read-Only by you.  See the Alpine Technical
13103   Notes document (included in the Alpine distribution) for more information on
13104   this.
13106   <P><DT>Accessing
13107   <DD>There are two different types of address books in Alpine.
13108   A local address book is stored in a regular file and the normal file
13109   access permissions apply.  A remote address book is stored on an IMAP
13110   server in a special folder that contains only messages pertaining to
13111   that address book.  The last message in the remote folder contains a
13112   copy of the address book data, and that data is copied to a local cache
13113   file in your home directory.  From there it is accessed just like a local
13114   address book.  The name of the cache file is kept track of in a special
13115   file called the
13116   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
13117   the name of which is stored in
13118   your Alpine configuration file the first time you use a remote address book.
13119   Just as local Alpine address books use a format that only Alpine understands,
13120   remote Alpine address books do the same and other mail reading programs
13121   are unlikely to be able to understand them.<P>
13122   While global address books are explicitly intended to be shared, there is
13123   nothing to prevent you from sharing a personal address book with other
13124   Alpine users. This might be useful in the case of a small workgroup.
13125   However, it is recommended that updates to shared personal address books
13126   be done when other Alpine users are not accessing the address book. Alpine
13127   does not do any file-locking to manage concurrent updates to the
13128   addressbook, but it does check to see if the file has been modified before
13129   making any changes.  Consequently, inadvertent concurrent updates will
13130   only cause other Alpine users to have to restart their address book
13131   operation, which will cause Alpine to reopen the updated file.
13133   <P><DT>Converting to Remote
13134   <DD>The easiest way to convert an existing local
13135   address book into a remote address book is to create an empty new remote
13136   personal address book by typing &quot;A&quot; to execute the
13137   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
13138   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
13139   address book.
13140   After you have added the empty
13141   remote address book, go into the screen for the address book you wish
13142   to copy and &quot;Select&quot; &quot;All&quot;.
13143   This selects every entry in that
13144   address book.  Then type the command &quot;Apply Save&quot;.
13145   You will be asked for the address book to save to.  You may use ^P and ^N
13146   to get to the new empty address book, then hit RETURN and the addresses
13147   will be copied.
13148   At this point you'll probably want to unselect all the entries in the local
13149   address book before proceeding. You do that with
13150   &quot;Select&quot; &quot;unselect All&quot;.
13152 </DL>
13153 <UL>
13154 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13155 </UL>
13156 <P><UL>
13157 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13158 </UL>
13160 &lt;End of help on this topic&gt;
13161 </BODY>
13162 </HTML>
13163 ===== h_abook_select_addr =====
13164 <HTML>
13165 <HEAD>
13166 <TITLE>Addressbook Selection Explained</TITLE>
13167 </HEAD>
13168 <BODY>
13169 <H1>SELECT ADDRESS</H1>
13170 <!--chtml if pinemode="function_key"-->
13171 <PRE>
13172 Navigating the List of Messages               General Alpine Commands
13173 -------------------------------               -----------------------
13174 F5   Move to previous entry                   F1  Show this help text
13175 F6   Move to next entry
13176 F7   Show previous screen of address book
13177 F8   Show next screen of address book
13178 F12  WhereIs (search through address book)
13180 Address Selection Commands
13181 --------------------------
13182 F3   Exit the Address Select screen (without selecting an address)
13183 F4   Select the currently highlighted entry
13184 </PRE>
13185 <!--chtml else-->
13186 <PRE>
13187 Navigating the List of Messages               General Alpine Commands
13188 -------------------------------               -----------------------
13189  P   Move to previous entry                    ?  Show this help text
13190  N   Move to next entry
13191  -   Show previous screen of address book
13192 Spc  (space bar) Show next screen of address book
13193  W   WhereIs (search through address book)
13195 Address Selection Commands
13196 --------------------------
13197  E   Exit the Address Select screen (without selecting an address)
13198  S   Select the currently highlighted entry
13199 </PRE>
13200 <!--chtml endif-->
13203 This screen is designed to let you easily scan your address book(s) in
13204 order to select an entry for the message you are composing.  You cannot
13205 edit your address book in any way at this time, for address book
13206 maintenance, select the address book command when not composing a message.
13209 If you are composing a message and know the nickname of the person/list you
13210 want, you can bypass this screen by simply typing in the nickname on the
13211 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13212 selecting an entry does not cancel your message.
13215 FOR MORE INFORMATION on addressing see
13216 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13217 <A HREF="h_abook_opened">Address Book Screen's</A>
13218 help text.
13220 &lt;End of help on this topic&gt;
13221 </BODY>
13222 </HTML>
13223 ===== h_abook_select_top =====
13224 <HTML>
13225 <HEAD>
13226 <TITLE>Addressbook Selection Navigation Explained</TITLE>
13227 </HEAD>
13228 <BODY>
13229 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
13230 <!--chtml if pinemode="function_key"-->
13231 <PRE>
13232 Navigating the List of Address Books       General Alpine Commands
13233 ------------------------------------       -----------------------
13234 F4   View the highlighted address book
13235 F5   Move to previous address book         F1  Show this help text
13236 F6   Move to next address book
13237 F7   Show previous screen of address books
13238 F8   Show next screen of address books
13239 F12  WhereIs (search through address books)
13241 Address Selection Commands
13242 --------------------------
13243 F3   Exit the Address Select screen (without selecting an address)
13244 F4   Select the currently selected entries (if using ListMode)
13245 F9   Change to ListMode
13246 </PRE>
13247 <!--chtml else-->
13248 <PRE>
13249 Navigating the List of Address Books       General Alpine Commands
13250 ------------------------------------       -----------------------
13251  &gt;   View the highlighted address book
13252  P   Move to previous address book         ?  Show this help text
13253  N   Move to next address book
13254  -   Show previous screen of address books
13255 Spc  (space bar) Show next screen of address books
13256  W   WhereIs (search through address books)
13258 Address Selection Commands
13259 --------------------------
13260  E   Exit the Address Select screen (without selecting an address)
13261  S   Select the currently selected entries (if using ListMode)
13262  L   Change to ListMode
13263 </PRE>
13264 <!--chtml endif-->
13267 This screen is designed to let you easily scan your address book(s) in
13268 order to select entries for the message you are composing.  You cannot
13269 edit your address book in any way at this time.  For address book
13270 maintenance, select the address book command when not composing a message.
13273 If you are composing a message and know the nickname of the person/list you
13274 want, you can bypass this screen by simply typing in the nickname on the
13275 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13276 selecting an entry does not cancel your message.
13279 The ListMode command will add a column at the left edge of the screen.
13280 You mark the entries that you wish to select with the &quot;X&quot; command.
13281 This allows you to choose more than one entry at a time.
13284 An alternative method of composing a message to entries in your
13285 address book(s) is to first use the &quot;Select&quot; command from
13286 the address book maintenance screen and then the &quot;Apply&quot;
13287 &quot;ComposeTo&quot; command to start the composer composing to the
13288 selected entries.
13291 FOR MORE INFORMATION on addressing see
13292 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13293 <A HREF="h_abook_opened">Address Book Screen's</A>
13294 help text.
13296 &lt;End of help on this topic&gt;
13297 </BODY>
13298 </HTML>
13299 ===== h_abook_select_listmode =====
13300 <HTML>
13301 <HEAD>
13302 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
13303 </HEAD>
13304 <BODY>
13305 <H1>COMPOSER: SELECT ADDRESSES</H1>
13306 <!--chtml if pinemode="function_key"-->
13307 <PRE>
13308 Navigating the List of Messages                 General Alpine Commands
13309 -------------------------------                 -----------------------
13310 F5   Move to previous entry                     F1  Show this help text
13311 F6   Move to next entry
13312 F7   Show previous screen of address book
13313 F8   Show next screen of address book
13314 F12  WhereIs (search through address book)
13316 Address Selection Commands
13317 --------------------------
13318 F3   Exit the Address Select screen (without selecting an address)
13319 F4   Select the currently highlighted entry
13320 F9   Change to ListMode
13321 </PRE>
13322 <!--chtml else-->
13323 <PRE>
13324 Navigating the List of Messages                 General Alpine Commands
13325 -------------------------------                 -----------------------
13326  P   Move to previous entry                     ?  Show this help text
13327  N   Move to next entry
13328  -   Show previous screen of address book
13329 Spc  (space bar) Show next screen of address book
13330  W   WhereIs (search through address book)
13332 Address Selection Commands
13333 --------------------------
13334  E   Exit the Address Select screen (without selecting an address)
13335  S   Select the currently highlighted entry
13336  L   Change to ListMode
13337 </PRE>
13338 <!--chtml endif-->
13341 This screen is designed to let you easily scan your address book(s) in
13342 order to select entries for the message you are composing.  You cannot
13343 edit your address book in any way at this time, for address book
13344 maintenance, select the address book command when not composing a message.
13347 If you are composing a message and know the nickname of the person/list you
13348 want, you can bypass this screen by simply typing in the nickname on the
13349 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13350 selecting an entry does not cancel your message.
13353 The ListMode command will add a column at the left edge of the screen.
13354 You mark the entries that you wish to select with the &quot;X&quot; command.
13355 This allows you to choose more than one entry at a time.
13358 An alternative method of composing a message to entries in your
13359 address book(s) is to first use the &quot;Select&quot; command from
13360 the address book maintenance screen and then the &quot;Apply&quot;
13361 &quot;ComposeTo&quot; command to start the composer composing to the
13362 selected entries.
13365 FOR MORE INFORMATION on addressing see
13366 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13367 <A HREF="h_abook_opened">Address Book Screen's</A>
13368 help text.
13370 &lt;End of help on this topic&gt;
13371 </BODY>
13372 </HTML>
13373 ===== h_abook_select_checks =====
13374 <HTML>
13375 <HEAD>
13376 <TITLE>Address Selection from Composer Explained</TITLE>
13377 </HEAD>
13378 <BODY>
13379 <H1>COMPOSER: SELECT ADDRESSES</H1>
13380 <!--chtml if pinemode="function_key"-->
13381 <PRE>
13382 Navigating the List of Messages                 General Alpine Commands
13383 -------------------------------                 -----------------------
13384 F5   Move to previous entry                     F1  Show this help text
13385 F6   Move to next entry
13386 F7   Show previous screen of address book
13387 F8   Show next screen of address book
13388 F12  WhereIs (search through address book)
13390 Address Selection Commands
13391 --------------------------
13392 F3   Exit the Address Select screen (without selecting an address)
13393 F4   Select the currently highlighted entry
13394 F8   Either Sets or Unsets all entries in this address book
13395 F9   Set or Unset the highlighted entry
13396 </PRE>
13397 <!--chtml else-->
13398 <PRE>
13399 Navigating the List of Messages                 General Alpine Commands
13400 -------------------------------                 -----------------------
13401  P   Move to previous entry                     ?  Show this help text
13402  N   Move to next entry
13403  -   Show previous screen of address book
13404 Spc  (space bar) Show next screen of address book
13405  W   WhereIs (search through address book)
13407 Address Selection Commands
13408 --------------------------
13409  E   Exit the Address Select screen (without selecting an address)
13410  S   Select the currently highlighted entry
13411  X   Set or Unset the highlighted entry
13412  A   Either Sets or Unsets all entries in this address book
13413 </PRE>
13414 <!--chtml endif-->
13417 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
13418 command.  Type &quot;S Select&quot; to select all of the entries you
13419 have marked, just as if you had typed them in by hand.
13422 An alternative method of composing a message to entries in your
13423 address book(s) is to first use the &quot;Select&quot; command from
13424 the address book maintenance screen and then the &quot;Apply&quot;
13425 &quot;ComposeTo&quot; command to start the composer composing to the
13426 selected entries.
13429 FOR MORE INFORMATION on addressing see
13430 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13431 <A HREF="h_abook_opened">Address Book Screen's</A>
13432 help text.
13434 &lt;End of help on this topic&gt;
13435 </BODY>
13436 </HTML>
13437 ===== h_abook_select_nicks_take =====
13438 <HTML>
13439 <HEAD>
13440 <TITLE>Take Address Nickname Selection Explained</TITLE>
13441 </HEAD>
13442 <BODY>
13443 <H1>TAKEADDR: SELECT NICKNAME</H1>
13444 <!--chtml if pinemode="function_key"-->
13445 <PRE>
13446 Navigating the List of Messages                 General Alpine Commands
13447 -------------------------------                 -----------------------
13448 F5   Move to previous entry                     F1  Show this help text
13449 F6   Move to next entry
13450 F7   Show previous screen of address book
13451 F8   Show next screen of address book
13452 F12  WhereIs (search through address book)
13454 Message Selection Commands
13455 --------------------------
13456 F3   Exit the Nickname Select screen (without selecting an address)
13457 F4   Select the currently highlighted entry
13458 </PRE>
13459 <!--chtml else-->
13460 <PRE>
13461 Navigating the List of Messages                 General Alpine Commands
13462 -------------------------------                 -----------------------
13463  P   Move to previous entry                     ?  Show this help text
13464  N   Move to next entry
13465  -   Show previous screen of address book
13466 Spc  (space bar) Show next screen of address book
13467  W   WhereIs (search through address book)
13469 Message Selection Commands
13470 --------------------------
13471  E   Exit the Nickname Select screen (without selecting an address)
13472  S   Select the currently highlighted entry
13473 </PRE>
13474 <!--chtml endif-->
13477 This screen is designed to let you modify or add to an existing
13478 address book entry.  You have already selected the name(s) and
13479 address(es) through &quot;Take Address&quot;.  This screen simply lets
13480 you scan your address books and select the nickname to be
13481 changed/augmented.  If you want to add a new entry, then you are in
13482 the wrong place-- Select &quot;Exit&quot; command.
13485 FOR MORE INFORMATION on addressing see
13486 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13487 <A HREF="h_abook_opened">Address Book Screen's</A>
13488 help text.
13490 &lt;End of help on this topic&gt;
13491 </BODY>
13492 </HTML>
13493 ===== h_abook_select_nick =====
13494 <HTML>
13495 <HEAD>
13496 <TITLE>Nickname Selection Explained</TITLE>
13497 </HEAD>
13498 <BODY>
13499 <H1>SELECT NICKNAME</H1>
13500 <!--chtml if pinemode="function_key"-->
13501 <PRE>
13502 Navigating the List of Messages                 General Alpine Commands
13503 -------------------------------                 -----------------------
13504 F5   Move to previous entry                     F1  Show this help text
13505 F6   Move to next entry
13506 F7   Show previous screen of address book
13507 F8   Show next screen of address book
13508 F12  WhereIs (search through address book)
13510 Message Selection Commands
13511 --------------------------
13512 F3   Exit the Nickname Select screen (without selecting an address)
13513 F4   Select the currently highlighted entry
13514 </PRE>
13515 <!--chtml else-->
13516 <PRE>
13517 Navigating the List of Messages                 General Alpine Commands
13518 -------------------------------                 -----------------------
13519  P   Move to previous entry                     ?  Show this help text
13520  N   Move to next entry
13521  -   Show previous screen of address book
13522 Spc  (space bar) Show next screen of address book
13523  W   WhereIs (search through address book)
13525 Message Selection Commands
13526 --------------------------
13527  E   Exit the Nickname Select screen (without selecting an address)
13528  S   Select the currently highlighted entry
13529 </PRE>
13530 <!--chtml endif-->
13533 This screen is designed to let you look at the nicknames in your address
13534 books before choosing a new one.
13537 FOR MORE INFORMATION on addressing see
13538 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13539 <A HREF="h_abook_opened">Address Book Screen's</A>
13540 help text.
13542 &lt;End of help on this topic&gt;
13543 </BODY>
13544 </HTML>
13545 ===== h_takeaddr_screen =====
13546 <HTML>
13547 <HEAD>
13548 <TITLE>Take Address Screen Explained</TITLE>
13549 </HEAD>
13550 <BODY>
13551 <H1>TAKE ADDRESS COMMANDS</H1>
13552 <!--chtml if pinemode="function_key"-->
13553 <PRE>
13554 Navigating the List of Addresses       Address Selection Commands        
13555 --------------------------------       --------------------------        
13556  F5  Move to previous entry            F3  Exit without taking address
13557  F6  Move to next entry                F4  Take current address(es)
13558  F7  Show previous page of address list
13559  F8  Show next page of address list
13560  F2  WhereIs (search list)
13561                                --------------
13562 Mode Toggle            F9  Set/Unset current address
13563 -----------            F10 Set all
13564  F12 Toggle between List and single mode       F11 Unset all
13565 </PRE>
13566 <!--chtml else-->
13567 <PRE>
13568 Navigating the List of Addresses       Address Selection Commands
13569 --------------------------------       --------------------------
13570  P  Move to previous entry              &lt;  Exit without taking address
13571  N  Move to next entry                  T  Take address
13572  -  Show previous page of address list
13573 Spc (space bar) Show next page of address list
13574  W  WhereIs (search list)              List Mode
13575                                        ---------
13576 Single Mode                             X  Set/Unset current address
13577 -----------                             A  Set all addresses
13578  L  Switch to list mode                 U  Unset all addresses
13579                                         S  Switch to single mode
13580 </PRE>
13581 <!--chtml endif-->
13583 <H2>Description of the Take Address Screen</H2>
13585 This screen is designed to let you select one or more address/name
13586 combinations from the current message and put them into your address book.
13587 The cursor is initially placed on the line with the message author.
13588 Other lines include the names of people and/or mailing lists who also
13589 received the message.  Other people &quot;involved&quot; in the
13590 message (e.g. the person named as Reply-To:) are also listed here.
13593 The simple case is adding a new, single entry into your address book. To
13594 do this, simply highlight the correct line and press 
13595 <!--chtml if pinemode="function_key"-->
13597 <!--chtml else-->
13598 &quot;T&quot;.
13599 <!--chtml endif-->
13600 To create a new list or add to an existing list, switch the screen display
13601 into List Mode by pressing
13602 <!--chtml if pinemode="function_key"-->
13603 F12.
13604 <!--chtml else-->
13605 &quot;L&quot;.
13606 <!--chtml endif-->
13607 In List Mode, you select the
13608 group of addresses you wish to manipulate by marking them with an
13609 &quot;X&quot;.
13610 The Set/Unset
13611 <!--chtml if pinemode="function_key"-->
13612 (F9)
13613 <!--chtml else-->
13614 (&quot;X&quot;)
13615 <!--chtml endif-->
13616 command will turn the &quot;X&quot; on for the
13617 highlighted address if it was off or turn it off if it was previously on.
13618 The SetAll command will select all of the addresses, and the UnSetAll
13619 command will turn off all the selections.  Once you've gotten the
13620 selection the way you want it, you may create a new list by pressing
13621 <!--chtml if pinemode="function_key"-->
13623 <!--chtml else-->
13624 &quot;T&quot;.
13625 <!--chtml endif-->
13628 In both the simple and list cases, after choosing to take the address,
13629 you will be asked for the nickname of the entry.  Typing in a new name
13630 creates the new entry/list.  Entering an existing nickname will replace
13631 the entry (simple case) or add to the list (list case).  Alternatively,
13632 you can press Ctrl-T at the nickname prompt and select an existing
13633 nickname from your address book.
13636 You will normally start in Single Mode, unless you used the Apply command
13637 to startup the TakeAddr screen, in which case you will start in List Mode.
13638 You may switch between the two modes at any time.  If you've already
13639 selected several addresses in List Mode, those will be remembered when you
13640 switch to Single Mode and then back to List Mode.  The set of addresses
13641 that are pre-selected when you start in List Mode are the From addresses
13642 of all of the messages you are operating on.  You may, of course, easily
13643 erase those selections with the UnSetAll command.
13646 If you have more than one writable address book, you will be prompted for
13647 the name of the address book you wish to add the new entry to before
13648 anything else. You can use ^N and ^P to choose among the defined address
13649 books, or type in the address book name.
13652 FOR MORE INFORMATION on addressing see
13653 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13654 <A HREF="h_abook_opened">Address Book Screen's</A>
13655 help text.
13657 &lt;End of help on this topic&gt;
13658 </BODY>
13659 </HTML>
13660 ===== h_takeexport_screen =====
13661 <HTML>
13662 <HEAD>
13663 <TITLE>Take Export Screen Explained</TITLE>
13664 </HEAD>
13665 <BODY>
13666 <H1>TAKE EXPORT COMMANDS</H1>
13667 <!--chtml if pinemode="function_key"-->
13668 <PRE>
13669 Navigating the List of Addresses       Address Selection Commands        
13670 --------------------------------       --------------------------        
13671  F5  Move to previous entry            F3  Exit without taking address
13672  F6  Move to next entry                F4  Take current address(es)
13673  F7  Show previous page of address list
13674  F8  Show next page of address list
13675  F2  WhereIs (search list)
13676                                --------------
13677 Mode Toggle            F9  Set/Unset current address
13678 -----------            F10 Set all
13679  F12 Toggle between List and single mode       F11 Unset all
13680 </PRE>
13681 <!--chtml else-->
13682 <PRE>
13683 Navigating the List of Addresses       Address Selection Commands
13684 --------------------------------       --------------------------
13685  P  Move to previous entry              &lt;  Exit without taking address
13686  N  Move to next entry                  T  Take address
13687  -  Show previous page of address list
13688 Spc (space bar) Show next page of address list
13689  W  WhereIs (search list)              List Mode
13690                                        ---------
13691 Single Mode                             X  Set/Unset current address
13692 -----------                             A  Set all addresses
13693  L  Switch to list mode                 U  Unset all addresses
13694                                         S  Switch to single mode
13695 </PRE>
13696 <!--chtml endif-->
13698 <H2>Description of the Take Export Screen</H2>
13700 This screen is designed to let you select one or more addresses
13701 from the current message and put them into a file.
13702 Only the user@domain_name part of each address is put into the file.
13705 To put a single entry into a file simply highlight the correct line and press 
13706 <!--chtml if pinemode="function_key"-->
13708 <!--chtml else-->
13709 &quot;T&quot;.
13710 <!--chtml endif-->
13711 To put more than one entry into a file
13712 switch the screen display
13713 into List Mode by pressing
13714 <!--chtml if pinemode="function_key"-->
13715 F12.
13716 <!--chtml else-->
13717 &quot;L&quot;.
13718 <!--chtml endif-->
13719 In List Mode, you select the
13720 group of addresses you wish to manipulate by marking them with an
13721 &quot;X&quot;.
13722 The Set/Unset
13723 <!--chtml if pinemode="function_key"-->
13724 (F9)
13725 <!--chtml else-->
13726 (&quot;X&quot;)
13727 <!--chtml endif-->
13728 command will turn the &quot;X&quot; on for the
13729 highlighted address if it was off or turn it off if it was previously on.
13730 The SetAll command will select all of the addresses, and the UnSetAll
13731 command will turn off all the selections.  Once you've gotten the
13732 selection the way you want it, you may put the addresses in a file by typing
13733 <!--chtml if pinemode="function_key"-->
13735 <!--chtml else-->
13736 &quot;T&quot;.
13737 <!--chtml endif-->
13740 You will be asked for the name of a file to put the addresses in.
13741 If the file already exists, you will be asked whether you want to Overwrite
13742 (replace) the contents of the file or Append to the contents of the file.
13745 &lt;End of help on this topic&gt;
13746 </BODY>
13747 </HTML>
13748 ============= h_abook_view ========================
13749 <HTML>
13750 <HEAD>
13751 <TITLE>Address Book View Explained</TITLE>
13752 </HEAD>
13753 <BODY>
13754 This function allows you to view the contents of an address book entry. You
13755 can only view one entry at a time.
13757 <DL>
13758 <DT>Help
13759 <!--chtml if pinemode="function_key"-->
13760 (F1)
13761 <!--chtml else-->
13763 <!--chtml endif-->
13764 </DT>
13765 <DD>
13766 Display this help text.
13768 <DT>Abook
13769 <!--chtml if pinemode="function_key"-->
13770 (F3)
13771 <!--chtml else-->
13772 (&lt;)
13773 <!--chtml endif-->
13774 </DT>
13775 <DD>
13776 Go back to index of address book entries.
13778 <DT>Update
13779 <!--chtml if pinemode="function_key"-->
13780 (F4)
13781 <!--chtml else-->
13783 <!--chtml endif-->
13784 </DT>
13785 <DD>
13786 Update (modify) this entry.
13788 <DT>ComposeTo
13789 <!--chtml if pinemode="function_key"-->
13790 (F5)
13791 <!--chtml else-->
13793 <!--chtml endif-->
13794 </DT>
13795 <DD>Compose a message to the address(es) in this entry.
13797 <DT>Role
13798 <!--chtml if pinemode="function_key"-->
13799 (F6)
13800 <!--chtml else-->
13802 <!--chtml endif-->
13803 </DT>
13804 <DD>Compose a message to the address(es) in this entry using roles.
13806 <DT>Prev Page
13807 <!--chtml if pinemode="function_key"-->
13808 (F7)
13809 <!--chtml else-->
13811 <!--chtml endif-->
13812 </DT>
13813 <DD>
13814 Show the previous page of the current entry.
13816 <DT>Next Page
13817 <!--chtml if pinemode="function_key"-->
13818 (F8)
13819 <!--chtml else-->
13820 (Space)
13821 <!--chtml endif-->
13822 </DT>
13823 <DD>
13824 Show the next page of the current entry.
13826 <DT>Print
13827 <!--chtml if pinemode="function_key"-->
13828 (F9)
13829 <!--chtml else-->
13831 <!--chtml endif-->
13832 </DT>
13833 <DD>Print the current entry.  You can select the
13834 printer or the print command via the &quot;Setup&quot; command
13835 on the MAIN MENU.
13837 <DT>WhereIs
13838 <!--chtml if pinemode="function_key"-->
13839 (F10)
13840 <!--chtml else-->
13842 <!--chtml endif-->
13843 </DT>
13844 <DD>Search the entry for a string of letters.  If it is
13845 found, move to it.  The string can be one word or a phrase.
13846 If there are multiple occurrences, the cursor moves to the
13847 first occurrence beyond the current cursor position.
13849 <DT>Fwd Email
13850 <!--chtml if pinemode="function_key"-->
13851 (F11)
13852 <!--chtml else-->
13854 <!--chtml endif-->
13855 </DT>
13856 <DD>Begin composition of a new mail message with the displayed
13857 text already inserted in the message body.
13859 </DL>
13861 &lt;End of help on this topic&gt;
13862 </BODY>
13863 </HTML>
13864 ============= h_ldap_view ========================
13865 <HTML>
13866 <HEAD>
13867 <TITLE>LDAP Response View Explained</TITLE>
13868 </HEAD>
13869 <BODY>
13870 This function allows you to view the contents of a directory entry. You
13871 can only view one entry at a time.
13873 <DL>
13874 <DT>Help
13875 <!--chtml if pinemode="function_key"-->
13876 (F1)
13877 <!--chtml else-->
13879 <!--chtml endif-->
13880 </DT>
13881 <DD>
13882 Display this help text.
13884 <DT>Results Index
13885 <!--chtml if pinemode="function_key"-->
13886 (F3)
13887 <!--chtml else-->
13888 (&lt;)
13889 <!--chtml endif-->
13890 </DT>
13891 <DD>Go back to index of search results.
13893 <DT>ComposeTo
13894 <!--chtml if pinemode="function_key"-->
13895 (F5)
13896 <!--chtml else-->
13898 <!--chtml endif-->
13899 </DT>
13900 <DD>Compose a message to the address(es) in this entry.
13902 <DT>Role
13903 <!--chtml if pinemode="function_key"-->
13904 (F6)
13905 <!--chtml else-->
13907 <!--chtml endif-->
13908 </DT>
13909 <DD>Compose a message to the address(es) in this entry using roles.
13911 <DT>Prev Page
13912 <!--chtml if pinemode="function_key"-->
13913 (F7)
13914 <!--chtml else-->
13916 <!--chtml endif-->
13917 </DT>
13918 <DD>
13919 Show the previous page of the current entry.
13921 <DT>Next Page
13922 <!--chtml if pinemode="function_key"-->
13923 (F8)
13924 <!--chtml else-->
13925 (Space)
13926 <!--chtml endif-->
13927 </DT>
13928 <DD>
13929 Show the next page of the current entry.
13931 <DT>Print
13932 <!--chtml if pinemode="function_key"-->
13933 (F9)
13934 <!--chtml else-->
13936 <!--chtml endif-->
13937 </DT>
13938 <DD>Print the current entry on paper.  You can select the
13939 printer or the print command via the &quot;Setup&quot; command
13940 on the MAIN MENU.
13942 <DT>WhereIs
13943 <!--chtml if pinemode="function_key"-->
13944 (F10)
13945 <!--chtml else-->
13947 <!--chtml endif-->
13948 </DT>
13949 <DD>Search the entry for a string of letters.  If it is
13950 found, move to it.  The string can be one word or a phrase.
13951 If there are multiple occurrences, the cursor moves to the
13952 first occurrence beyond the current cursor position.
13954 <DT>Fwd Email
13955 <!--chtml if pinemode="function_key"-->
13956 (F11)
13957 <!--chtml else-->
13959 <!--chtml endif-->
13960 </DT>
13961 <DD>Begin composition of a new mail message with the displayed
13962 text already inserted in the message body.
13964 <DT>Save
13965 <!--chtml if pinemode="function_key"-->
13966 (F12)
13967 <!--chtml else-->
13969 <!--chtml endif-->
13970 </DT>
13971 <DD>Save the displayed entry to one of your address books or export
13972 it to a file.
13973 </DL>
13975 &lt;End of help on this topic&gt;
13976 </BODY>
13977 </HTML>
13978 ===== h_attachment_screen =====
13979 <HTML>
13980 <HEAD>
13981 <TITLE>Attachment Index Screen Explained</TITLE>
13982 </HEAD>
13983 <BODY>
13984 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
13985 message's attachments, and allows various operations on them.  The
13986 first attachment is usually the message text, but does not include the
13987 header portion of the message.
13989 Available commands include:
13991 <DL>
13993 <DT>Help</DT>
13994 <DD>Show this help text.
13996 <DT>Msg #<I>num</I></DT>
13997 <DD>Leave this screen without displaying or saving any attachments.
13999 <DT>View</DT>
14000 <DD>View the currently selected attachment.
14002 <DT>External</DT>
14003 <DD>Passes a TEXT/HTML message to an external browser for its display.
14005 <DT>Prev Attach</DT>
14006 <DD>Move to previous attachment.
14008 <DT>Next Attach</DT>
14009 <DD>Move to next attachment.
14011 <DT>Prev Page</DT>
14012 <DD>Previous page of the listed attachments.
14014 <DT>Next Page</DT>
14015 <DD>Next page of the listed attachments.
14017 <DT>Delete</DT>
14018 <DD>Mark the currently selected attachment for Deletion.
14019 This does not modify the current message by deleting the attachment from
14020 it, but instead the delete flag <EM>only</EM> has an effect when saving
14021 the message to a folder.
14022 Attachments marked for deletion are not copied to the destination folder
14023 along with the rest of the message when it is saved.
14024 It is ok for the destination folder to be the same as the current folder.
14025 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
14027 <DT>Undelete</DT>
14028 <DD>Turn off the Delete flag for the selected attachment.
14030 <DT>Save</DT>
14031 <DD>Save the selected attachment to a file.  If the attachment is of
14032 type &quot;RFC822/Message&quot;, then the attachment will be saved to
14033 the specified mail folder.
14035 <DT>Export</DT>
14036 <DD>If the attachment is of
14037 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
14038 copy the message to a file in the same way this command works on 
14039 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
14041 <DT>Pipe</DT>
14042 <DD>Pipe the attachment contents into a UNIX command (if enabled).
14043 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
14045 <DT>WhereIs</DT>
14046 <DD>Find a matching string in the attachment list.
14048 <DT>AboutAttch</DT>
14049 <DD>Examine various aspects of the selected attachment.
14051 <DT>Print</DT>
14052 <DD>Print the selected attachment.
14054 <DT>Forward</DT>
14055 <DD>Forward the selected attachment as an attachment.
14056 </DL>
14060 All attachments can be saved or piped into a UNIX command, but some may
14061 not be readily displayed by either Alpine or an external tool.  In such
14062 cases, the reason why the message cannot be displayed is displayed on
14063 Alpine's message line.
14065 &lt;End of help on this topic&gt;
14066 </BODY>
14067 </HTML>
14068 ============= h_mail_text_att_view ========================
14069 <HTML>
14070 <HEAD>
14071 <TITLE>Attachment View Screen Explained</TITLE>
14072 </HEAD>
14073 <BODY>
14074 This function allows you to view the contents of a text attachment. You
14075 can only view one attachment at a time.
14077 Available commands include:
14079 <DL>
14081 <DT>Help</DT>
14082 <DD>Display this help text
14084 <DT>AttchIndex</DT>
14085 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
14087 <DT>Prev Page</DT>
14088 <DD>Show the previous page of the current attachment.
14090 <DT>Next Page</DT>
14091 <DD>Show the next page of the current attachment by pressing the space bar.
14093 <DT>Delete</DT>
14094 <DD>Mark the viewed attachment for Deletion.  The delete
14095 flag <EM>only</EM> has affect when saving the message to a folder.
14096 Attachments marked for deletion are excluded from the message when
14097 it is saved.  In addition, the delete mark <EM>only</EM> applies to
14098 this Alpine session.
14100 <DT>Undelete</DT>
14101 <DD>Turn off the Delete flag for the selected attachment.
14103 <DT>Save</DT>
14104 <DD>Copy the current attachment to a file.  If you just enter
14105 a filename, the attachment will be saved with that name in
14106 your home directory 
14107 <!--chtml if pinemode="running"-->
14108 (which, in the present configuration of your system, is
14109  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14110 <!--chtml endif-->
14111 or current working directory
14112 <!--chtml if pinemode="running"-->
14113 (which, at least for your current Alpine &quot;session,&quot; 
14114 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14115 <!--chtml endif-->, depending on the
14116 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14117 configuration setting.  You may enter the full
14118 path and filename to save it in another directory instead.
14120 <DT>Export</DT>
14121 <DD>If the attachment is of
14122 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
14123 copy the message to a file in the same way this command works on 
14124 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
14125 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
14126 defined, they may affect the contents of the exported file.)
14128 <DT>Pipe</DT>
14129 <DD>Pipe the attachment contents into a UNIX command (if enabled)
14131 <DT>WhereIs</DT>
14132 <DD>Search the attachment for a string of letters.  If it is
14133 found, move to it.  The string can be one word or a phrase.
14134 If there are multiple occurrences, the cursor moves to the
14135 first occurrence beyond the current cursor position.
14137 <DT>Print</DT>
14138 <DD>Print the current attachment on paper.  You can select the
14139 printer or the print command via the &quot;Setup&quot; command
14140 on the MAIN MENU.
14142 <DT>Forward</DT>
14143 <DD>Forward the selected attachment as an attachment.
14144 </DL>
14146 &lt;End of help on this topic&gt;
14147 </BODY>
14148 </HTML>
14149 ============= h_journal ==============
14150 <HTML>
14151 <HEAD>
14152 <TITLE>Recent Message Journal Explained</TITLE>
14153 </HEAD>
14154 <BODY>
14156 The following commands are available on this screen:
14158 <DL>
14159 <DT>Help</DT>
14160 <DD>Show this help text
14162 <DT>Exit</DT>
14163 <DD>Exit Viewer, and go back to mail processing
14165 <DT>Prev Page</DT>
14166 <DD>Show the previous page text
14168 <DT>Next Page</DT>
14169 <DD>Show the next page of text by pressing the space bar
14171 <DT>Print</DT>
14172 <DD>Print the displayed text on paper.  You can select the
14173 printer or the print command via the &quot;Setup&quot; command
14174 on the MAIN MENU.
14176 <DT>Fwd Email</DT>
14177 <DD>Begin composition of a new mail message with the displayed
14178 text already inserted in the message body.
14180 <DT>Save</DT>
14181 <DD>Copy the displayed text to a file.  If you just enter
14182 a filename, the text will be saved with that name in
14183 your 
14184 home directory 
14185 <!--chtml if pinemode="running"-->
14186 (which, in the present configuration of your system, is
14187  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14188 <!--chtml endif-->
14189 or current working directory
14190 <!--chtml if pinemode="running"-->
14191 (which, at least for your current Alpine &quot;session,&quot; 
14192 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14193 <!--chtml endif-->, depending on the
14194 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14195 configuration setting.   You may enter the full
14196 path and filename to save it in another directory instead.
14198 <DT>WhereIs</DT>
14199 <DD>Search the text for a string of letters.  If it is
14200 found, move to it.  The string can be one word or a phrase.
14201 If there are multiple occurrences, the cursor moves to the
14202 first occurrence beyond the current cursor position.
14203 </DL>
14205 &lt;End of help on this topic&gt;
14206 </BODY>
14207 </HTML>
14208 ============= h_debugjournal ==============
14209 <HTML>
14210 <HEAD>
14211 <TITLE>Debug Journal Explained</TITLE>
14212 </HEAD>
14213 <BODY>
14215 The following commands are available on this screen:
14217 <DL>
14218 <DT>Help</DT>
14219 <DD>Show this help text
14221 <DT>Exit</DT>
14222 <DD>Exit Viewer, and go back to mail processing
14224 <DT>Timestamps</DT>
14225 <DD>Turn on or off timestamps.
14227 <DT>DebugView</DT>
14228 <DD>Set the level of debugging you want to see. The level may be any number
14229 in the range 0-9. Higher numbers show more debugging detail. Note that the
14230 debugging information has already been captured. This setting just causes the
14231 debugging information that you see to be filtered. If you set this to
14232 the number &quot;5&quot; then you will be shown all of the debugging information
14233 at levels 5 and below.
14234 It's actually a bit more complicated than that. A fixed amount of memory
14235 is used to store the debug information.
14236 Since the amount of memory used is limited the debugging information
14237 has to be trimmed back when it gets too large.
14239 <DT>Prev Page</DT>
14240 <DD>Show the previous page text
14242 <DT>Next Page</DT>
14243 <DD>Show the next page of text by pressing the space bar
14245 <DT>Print</DT>
14246 <DD>Print the displayed text on paper.  You can select the
14247 printer or the print command via the &quot;Setup&quot; command
14248 on the MAIN MENU.
14250 <DT>Fwd Email</DT>
14251 <DD>Begin composition of a new mail message with the displayed
14252 text already inserted in the message body.
14254 <DT>Save</DT>
14255 <DD>Copy the displayed text to a file.  If you just enter
14256 a filename, the text will be saved with that name in
14257 your 
14258 home directory 
14259 <!--chtml if pinemode="running"-->
14260 (which, in the present configuration of your system, is
14261  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14262 <!--chtml endif-->
14263 or current working directory
14264 <!--chtml if pinemode="running"-->
14265 (which, at least for your current Alpine &quot;session,&quot; 
14266 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14267 <!--chtml endif-->, depending on the
14268 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14269 configuration setting.   You may enter the full
14270 path and filename to save it in another directory instead.
14272 <DT>WhereIs</DT>
14273 <DD>Search the text for a string of letters.  If it is
14274 found, move to it.  The string can be one word or a phrase.
14275 If there are multiple occurrences, the cursor moves to the
14276 first occurrence beyond the current cursor position.
14277 </DL>
14279 &lt;End of help on this topic&gt;
14280 </BODY>
14281 </HTML>
14282 ============= h_simple_text_view ==============
14283 <HTML>
14284 <HEAD>
14285 <TITLE>Simple Text View Screen Explained</TITLE>
14286 </HEAD>
14287 <BODY>
14289 The following commands are available on this screen:
14291 <DL>
14292 <DT>Help</DT>
14293 <DD>Show this help text
14295 <DT>Exit</DT>
14296 <DD>Exit Viewer, and go back to mail processing
14298 <DT>Prev Page</DT>
14299 <DD>Show the previous page text
14301 <DT>Next Page</DT>
14302 <DD>Show the next page of text by pressing the space bar
14304 <DT>Print</DT>
14305 <DD>Print the displayed text on paper.  You can select the
14306 printer or the print command via the &quot;Setup&quot; command
14307 on the MAIN MENU.
14309 <DT>Fwd Email</DT>
14310 <DD>Begin composition of a new mail message with the displayed
14311 text already inserted in the message body.
14313 <DT>Save</DT>
14314 <DD>Copy the displayed text to a file.  If you just enter
14315 a filename, the attachment will be saved with that name in
14316 your 
14317 home directory 
14318 <!--chtml if pinemode="running"-->
14319 (which, in the present configuration of your system, is
14320  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14321 <!--chtml endif-->
14322 or current working directory
14323 <!--chtml if pinemode="running"-->
14324 (which, at least for your current Alpine &quot;session,&quot; 
14325 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14326 <!--chtml endif-->, depending on the
14327 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14328 configuration setting.   You may enter the full
14329 path and filename to save it in another directory instead.
14331 <DT>WhereIs</DT>
14332 <DD>Search the attachment for a string of letters.  If it is
14333 found, move to it.  The string can be one word or a phrase.
14334 If there are multiple occurrences, the cursor moves to the
14335 first occurrence beyond the current cursor position.
14336 </DL>
14338 &lt;End of help on this topic&gt;
14339 </BODY>
14340 </HTML>
14341 ======= h_pine_for_windows ========
14342 <HTML>
14343 <HEAD>
14344 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
14345 </HEAD>
14346 <BODY>
14347 <H1>Getting Help In PC-Alpine</H1>
14350 PC-Alpine offers general and specific help text. From the <A
14351 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
14352 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
14353 specific help for that screen is available from the toolbar Help menu or
14354 with the 
14355 <!--chtml if pinemode="function_key"-->
14356 &quot;F1&quot; key.
14357 <!--chtml else-->
14358 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
14359 typing &quot;?&quot; would be mistaken as entering text.
14360 <!--chtml endif-->
14363 Although this version of Alpine is for Microsoft Windows, it is not
14364 considered a full &quot;Graphical User Interface&quot; application. 
14365 Yet, many of the controls that Windows users are accustomed to seeing, 
14366 such as scrollbars and toolbars, are available.
14369 PC-Alpine offers considerable mouse support.  You can view what is
14370 &quot;click-able&quot; by dragging your mouse over any screen; when the
14371 arrow cursor changes into a hand, you found something. Mouse-click
14372 possibilities include navigating between screens and folders and
14373 double-clicking on hyperlinks to open your Web browser.
14374 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
14375 screen.  Examples of right-click options include &quot;copy&quot; after
14376 selecting text to copy and &quot;View in New Window&quot; when you click
14377 on a particular message in the Message Index. The menu choices available
14378 to you will vary based upon what screen is open, where on the screen your
14379 cursor is located, and even what action you have already taken.
14382 &lt;End of help on this topic&gt;
14383 </BODY>
14384 </HTML>
14385 ===== h_composer =====
14386 <HTML>
14387 <HEAD>
14388 <TITLE>COMPOSER COMMANDS</TITLE>
14389 </HEAD>
14390 <BODY>
14391 <H1>COMPOSER COMMANDS</H1>
14393 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>
14394 &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>
14395 &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>
14396 &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>
14397 &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>
14398 &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>
14399 &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>
14400 &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>
14401 &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>
14402 &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>
14403 ---------------------------------------|&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>
14404 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>
14405 &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>
14406 &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>
14407 &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>
14410 NOTE:
14411 <OL>
14412  <LI>For help on a particular command, highlight the bold text associated
14413 with it above and hit Return.
14414  <LI> The availability of certain commands
14415 is determined by Alpine configuration files and system capabilities.
14416 At some sites, certain commands may not be available due to security or
14417 support concerns.
14418  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14419 Ctrl-&#92;, ESC.
14420  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14421 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14422 </OL>
14425 HINT: To move rapidly to the bottom of a message you are composing,
14426 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
14427 with the Mark and Cut commands to eliminate large amounts of unwanted
14428 text in a Reply.
14430 <H2>Description of Composer</H2>
14432 Alpine has a built-in editing program that allows you to compose messages
14433 without having to leave Alpine.  The editor is designed to be very simple to
14434 use so that you can get started writing email right away.
14437 Messages are usually just text, about 80 columns wide.  Using upper and
14438 lower case is encouraged.  On some systems the size limit of the message
14439 is about 100,000 characters, which is about 2,000 lines.  You can include
14440 punctuation and special characters found on most keyboards, but you can't
14441 include characters with diacritical marks and certain special symbols.
14444 Text automatically wraps as you type past the end of a line so you do not
14445 have to hit return.  Using the
14446 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
14447 you can also reformat text explicitly, perhaps after you have
14448 deleted some text.
14451 You can include other text files with the 
14452 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
14453 which will prompt you for the name of the file to insert at the
14454 current cursor position.
14457 <UL>
14458 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14459 </UL>
14461 &lt;End of help on this topic&gt;
14462 </BODY>
14463 </HTML>
14464 ====== h_composer_browse =====
14465 <HTML>
14466 <HEAD>
14467 <TITLE>BROWSER</TITLE>
14468 </HEAD>
14469 <BODY>
14470 <H1>BROWSER</H1>
14471 This screen lets you browse your files and directories.  To go to another 
14472 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
14473 choose &quot;Select&quot; (the default choice on the menu); 
14474 or choose &quot;Goto&quot; and enter the name of the directory.
14475 <!--chtml if pinemode="os_windows"-->
14476 <!--chtml else--> 
14477 In Unix Alpine, you may use 
14478 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
14479 to another's home directory.  
14480 <!--chtml endif--><P>
14481 To select a file, move the cursor to it and 
14482 choose &quot;Select&quot; (the default choice on the menu).  
14484 <UL>
14485 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
14486 inclusion in the 
14487 message body (that is, you chose &quot;Read File&quot; with the cursor under 
14488 the 
14489 &quot;----- Message Text -----&quot; line
14490 while composing, then &quot;To Files&quot;):  Since the file 
14491 selected will become part of the message text, it must be in a format 
14492 suitable for that (Alpine does not check!), such as a plain text file.
14493 Files of other formats (for example, graphics, databases, software 
14494 programs) should be 
14495 <B>attached</B> to the message instead --
14496 by moving the cursor in the COMPOSE MESSAGE screen into the 
14497 message header area and pressing 
14498 <!--chtml if pinemode="function_key"-->
14500 <!--chtml else-->
14501 Ctrl-J.
14502 <!--chtml endif--> 
14504 <P><LI>
14505 Note <B>if</B> you are currently using the BROWSER for saving a message 
14506 attachment, or exporting a message, to a file: You can use the Add command to 
14507 provide the name for a new file to save/export to, and then select that name 
14508 to use it for the save/export operation.  Back at the prompt 
14509 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
14510 either Overwrite or Append (it doesn't make a difference, since the file is 
14511 so far empty).  Note: If you cancel the 
14512 operation at that point, the file created with the Add command will remain 
14513 0 bytes in size.
14515 </UL>
14516 <P><UL>
14517 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14518 </UL>
14520 &lt;End of help on this topic&gt;
14521 </BODY>
14522 </HTML>
14523 ====== h_composer_ins =====
14524 <HTML>
14525 <HEAD>
14526 <TITLE>INSERT TEXT FILE</TITLE>
14527 </HEAD>
14528 <BODY>
14529 <H1>INSERT TEXT FILE</H1>
14531 Use this function to insert a text file. The file name
14532 given can be an absolute file path name for your system
14533 <!--chtml if pinemode="os_windows"-->
14534 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14535 with a relative pathname, or simply a file name without
14536 drive or directory specification.  
14537 <!--chtml else-->
14538 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14539 a file in your home directory, or a file path relative to your 
14540 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14541 your home directory or &quot;~user&quot; to refer to another
14542 account's home directory.
14543 <!--chtml endif-->
14545 No wild card characters may be used.  
14546 The file must reside on the system running Alpine.
14548 If the 
14549 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14550 feature is set, names are relative to your current working directory 
14551 <!--chtml if pinemode="running"-->
14552 (which, at least for your current Alpine &quot;session,&quot; 
14553 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14554 <!--chtml endif-->
14555 rather than your home directory
14556 <!--chtml if pinemode="running"-->
14557 (which, in the present configuration of your system, is
14558  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14559 <!--chtml endif-->
14561 <P><UL>
14562 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14563 </UL>
14565 &lt;End of help on this topic&gt;
14566 </BODY>
14567 </HTML>
14568 ====== h_composer_ins_m =====
14569 <HTML>
14570 <HEAD>
14571 <TITLE>INSERT MESSAGE</TITLE>
14572 </HEAD>
14573 <BODY>
14574 <H1>INSERT MESSAGE</H1>
14576 Type in the number of a message in the currently open folder to insert it
14577 into your message.
14578 <P><UL>
14579 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14580 </UL>
14582 &lt;End of help on this topic&gt;
14583 </BODY>
14584 </HTML>
14585 ====== h_composer_search =====
14586 <HTML>
14587 <HEAD>
14588 <TITLE>Explanation of Composer Whereis Command </TITLE>
14589 </HEAD>
14590 <BODY>
14591 <H1>Help For Whereis Command</H1>
14593 Whereis is used to search the message for a word or part of a word.
14594 When searching in the composer, only the message part of your mail is
14595 searched, and the cursor is put on the first occurrence appearing
14596 after the location of the cursor.  The search will wrap to the
14597 beginning of the message when it no longer finds matches in the
14598 remainder of the message.
14600 To search for the same string a second time, press 
14601 <!--chtml if pinemode="function_key"-->
14602 &quot;F6&quot;
14603 <!--chtml else-->
14604 &quot;^W&quot;
14605 <!--chtml endif-->
14606 to begin search and then just press RETURN to accept the previous
14607 search string shown in square brackets rather than entering a new
14608 search string.<P>
14610 The &quot;Search&quot; prompt has several sub-command available:
14612 <DL>
14613 <DT>Get Help</DT>
14614 <DD> Takes you to this help page.
14616 <DT>Cancel</DT>
14617 <DD> Cancels the prompt.  No search takes place.
14619 <DT>First Line</DT>
14620 <DD> Takes you back to the composer with the cursor on the first character
14621 of the first line of text.
14623 <DT>Last Line</DT>
14624 <DD> Takes you back to the composer with the cursor on the last character
14625 of the last line of text.
14627 <DT>Replace (Optional)</DT>
14628 <DD> This sub-command is enabled by the 
14629 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14630 feature (which is on by default); see its help screen for details on how replacing works.
14632 </DL>
14634 &lt;End of help on this topic&gt;
14635 </BODY>
14636 </HTML>
14637 ====== h_sigedit_search =====
14638 <HTML>
14639 <HEAD>
14640 <TITLE>Explanation of Whereis Command </TITLE>
14641 </HEAD>
14642 <BODY>
14643 <H1>Help For Whereis Command</H1>
14645 Whereis is used to search for a word or part of a word.
14646 When searching the cursor is put on the first occurrence appearing
14647 after the location of the cursor.  The search will wrap to the
14648 beginning of the signature when it no longer finds matches in the
14649 remainder of the signature.
14651 To search for the same string a second time, press 
14652 <!--chtml if pinemode="function_key"-->
14653 &quot;F6&quot;
14654 <!--chtml else-->
14655 &quot;^W&quot;
14656 <!--chtml endif-->
14657 to begin search and then just press RETURN to accept the previous
14658 search string shown in square brackets rather than entering a new
14659 search string.<P>
14661 The &quot;Search&quot; prompt has several sub-command available:
14663 <DL>
14664 <DT>Get Help</DT>
14665 <DD> Takes you to this help page.
14667 <DT>Cancel</DT>
14668 <DD> Cancels the prompt.  No search takes place.
14670 <DT>First Line</DT>
14671 <DD> Takes you back to the composer with the cursor on the first character
14672 of the first line of text.
14674 <DT>Last Line</DT>
14675 <DD> Takes you back to the composer with the cursor on the last character
14676 of the last line of text.
14678 <DT>Replace (Optional)</DT>
14679 <DD> This sub-command is enabled by the 
14680 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14681 feature (which is on by default); see its help screen for details on how replacing works.
14683 </DL>
14685 &lt;End of help on this topic&gt;
14686 </BODY>
14687 </HTML>
14688 ======= h_composer_to ====
14689 <HTML>
14690 <HEAD>
14691 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
14692 </HEAD>
14693 <BODY>
14694 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
14696 <H2>The &quot;To:&quot; field</H2>
14697 The address you enter here must be a valid email address that is reachable
14698 from your site. 
14700 <H2>Email Address Format</H2>
14701 You may enter a full name and email address, 
14702 <!--chtml if pinemode="os_windows"-->
14703 <!--chtml else-->
14704 a local (meaning, on the same 
14705 host as the one you are running Alpine on) username that Alpine will
14706 complete for you, 
14707 <!--chtml endif-->
14708 the nickname of someone in a 
14709 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
14710 mail alias defined by your system administrator.  When you move the cursor
14711 out of this field, the nicknames will be expanded to the addresses in your
14712 address book, and the local usernames will be expanded to include the 
14713 persons' actual names.  You may enter as many addresses as you wish, but they 
14714 must be separated by commas.  You can move around this and other header fields
14715 with the arrow keys and use many of the usual composer editing keys.
14717 <UL>
14718 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14719 </UL>
14722 <H2>MESSAGE HEADER COMMANDS</H2>
14723 <!--chtml if pinemode="function_key"-->
14724 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14725 ^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>
14726 ^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>
14727 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
14728 ^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>
14729 ^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>
14730 ^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>
14731 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>
14732 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>
14733 ^@&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>
14734 ----------------------------------------|<BR>
14735 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
14736 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>
14737 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>
14738 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>
14739 <!--chtml else-->
14740 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14741 ^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>
14742 ^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>
14743 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
14744 ^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>
14745 ^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>
14746 ^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>
14747 ^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>
14748 ^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>
14749 ^@&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>
14750 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
14751 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>
14752 ^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>
14753 ^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>
14754 ^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>
14755 <!--chtml endif-->
14758 NOTE:
14759 <OL>
14760  <LI>For help on a particular command, highlight the bold text associated
14761 with it above and hit Return.
14762  <LI> The availability of certain commands 
14763 is determined by Alpine configuration files and system capabilities.
14764 At some sites, certain commands may not be available due to security or
14765 support concerns.
14766 </OL>
14769 <UL>   
14770 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14771 </UL><P>
14772 &lt;End of help on this topic&gt;
14773 </BODY>
14774 </HTML>
14775 ======= h_composer_cc ====
14776 <HTML>
14777 <HEAD>
14778 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
14779 </HEAD>
14780 <BODY>
14781 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
14782 The Cc: field is just like the To: field, except it is used for addressees
14783 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
14784 not directly meant directly &quot;for&quot; these recipients, but you wanted 
14785 them to see the message.  The only difference the recipients see is that their 
14786 name is in the Cc: field, rather than the To: field.
14788 For help with Cc: field editing
14789 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14791 <UL>
14792 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14793 </UL>
14795 <UL>   
14796 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14797 </UL><P>
14798 &lt;End of help on this topic&gt;
14799 </BODY>
14800 </HTML>
14801 ======= h_composer_bcc ====
14802 <HTML>
14803 <HEAD>
14804 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
14805 </HEAD>
14806 <BODY>
14807 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
14808 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
14809 a copy of the message to one or more people whose addresses you do not
14810 wish disclosed, either to reduce clutter or for confidentiality.
14812 The format of the Bcc: field is just the same as the To: and Cc: fields in
14813 the way the addresses are entered.  The recipients listed here will
14814 receive a copy of the message, but --assuming your site's mail transport
14815 software is properly configured-- their addresses will not show up in the
14816 headers of the message, as delivered to all of the recipients.  The To:
14817 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
14819 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
14820 will automatically generate and place in the To: field a pseudo-address of 
14821   &quot;undisclosed-recipients: ;&quot;
14822 or whatever string has been specified in the 
14823 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
14824 variable.
14826 The reason for this is to avoid embarrassment caused by some Internet
14827 mail transfer software that interprets a &quot;missing&quot; To: header as 
14828 an error and replaces it with an Apparently-to: header that may contain
14829 the addresses you entered on the Bcc: line.  In addition, it may be
14830 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
14832 You can manipulate what text ends up on the (originally) empty To:
14833 field.  Just remember to put a colon and semicolon at the end of the
14834 field, which is a special notation denoting that it is not a real address.
14836 For information on message header editing
14837 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14839 <UL>
14840 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14841 </UL>
14843 <UL>   
14844 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14845 </UL><P>
14846 &lt;End of help on this topic&gt;
14847 </BODY>
14848 </HTML>
14849 ======= h_composer_lcc ====
14850 <HTML>
14851 <HEAD>
14852 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
14853 </HEAD>
14854 <BODY>
14855 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
14856 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
14857 you wish to send a message to a list of people but avoid having all
14858 of their addresses visible, in order to reduce clutter when the
14859 message is received.
14861 It is similar to the 
14862 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
14863 in that individual
14864 addressees are hidden, but Lcc is designed to work specifically with
14865 distribution lists you have created in your 
14866 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
14867 the nickname of the list on the Lcc line will result in the full name of
14868 your Alpine Address Book list being placed on the To: line of the message,
14869 using a special notation that distinguishes it from a real address. You
14870 must leave the To: line blank for your list name to appear there.
14872 For example, if you have this list entered in your Address Book:<PRE>
14874         largo         Key Largo List       DISTRIBUTION LIST:
14875                                            bogie@mgm.com
14876                                            lauren@mgm.com
14877                                            walter@mgm.com</PRE>
14880 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
14881 the result is:<PRE>
14883         To      : Key Largo List: ;
14884         Cc      :
14885         Bcc     :
14886         Fcc     : sent-mail
14887         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
14888                   lauren@mgm.com,
14889                   walter@mgm.com
14890         Subject :</PRE>
14892 Each recipient listed on the Lcc: line receives a copy of the message
14893 without their address being visible (as though they were listed on the
14894 Bcc: line). The colon-semicolon notation used to put the full-name of the
14895 list on the To: line is a special address format that doesn't specify any
14896 actual addressees, but does give some information to the recipients of the
14897 message.
14899 Note: if after entering an LCC, you delete the list name that is placed
14900 on the To: line, then recipients will see <PRE>
14901        To: undisclosed-recipients: ;</PRE>
14903 (or whatever string is defined in the 
14904 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
14905 variable) just as in the BCC case. 
14907 For help with Lcc: field editing
14908 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14910 <UL>
14911 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14912 </UL>
14914 <UL>   
14915 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14916 </UL><P>
14917 &lt;End of help on this topic&gt;
14918 </BODY>
14919 </HTML>
14920 ======= h_composer_from =======
14921 <HTML>
14922 <HEAD>
14923 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
14924 </HEAD>
14925 <BODY>
14926 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
14928 This header carries your return address.  It is the address toward which
14929 replies (and often, future unrelated correspondence) will be directed,
14930 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
14931 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
14932 sure this address is correct.
14934 For help with message header editing
14935 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14937 <UL>
14938 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14939 </UL>
14941 <UL>   
14942 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14943 </UL><P>
14944 &lt;End of help on this topic&gt;
14945 </BODY>
14946 </HTML>
14947 ======= h_composer_reply_to =======
14948 <HTML>
14949 <HEAD>
14950 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
14951 </HEAD>
14952 <BODY>
14953 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
14955 Most people should not need this header. The Reply-To: header is used in
14956 cases where you would like replies to your messages to be directed to an
14957 address other than your normal &quot;From:&quot; address.  This is atypical, 
14958 but can happen when you use multiple machines and do not have the same account
14959 name on each one, or when you wish to direct certain replies to accounts
14960 or folders designated for specific classes of correspondence.
14962 For help with message header editing
14963 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14965 <UL>
14966 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14967 </UL>
14970 <UL>   
14971 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14972 </UL><P>
14973 &lt;End of help on this topic&gt;
14974 </BODY>
14975 </HTML>
14976 ======= h_composer_custom_addr ====
14977 <HTML>
14978 <HEAD>
14979 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
14980 </HEAD>
14981 <BODY>
14982 <H1>CUSTOMIZED HEADER FIELD</H1>
14983 This is a customized header, i.e. not one that is part of Alpine's normal
14984 set of Compose headers.
14986 For help with message header editing
14987 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14989 <UL>
14990 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14991 </UL>
14993 <UL>   
14994 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14995 </UL><P>
14996 &lt;End of help on this topic&gt;
14997 </BODY>
14998 </HTML>
14999 ======= h_composer_custom_free ====
15000 <HTML>
15001 <HEAD>
15002 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
15003 </HEAD>
15004 <BODY>
15005 <H1>CUSTOMIZED HEADER FIELD</H1>
15006 This is a customized header, i.e. not one that is part of Alpine's normal
15007 set of Compose headers.
15009 This field consists of arbitrary text.
15011 For help with message header editing
15012 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15014 <UL>   
15015 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15016 </UL><P>
15017 &lt;End of help on this topic&gt;
15018 </BODY>
15019 </HTML>
15020 ====== h_composer_news =====
15021 <HTML>
15022 <HEAD>
15023 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
15024 </HEAD>
15025 <BODY>
15026 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
15027 Use the newsgroups line to specify any and all USENET newsgroups to which
15028 your message should be posted.  When composing a message from scratch, this
15029 line may be hidden.  If so, just press the rich headers command
15030 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
15031 to make it visible.
15033 <EM>Be aware</EM> that when you post to a newsgroup thousands of
15034 people will be reading your message.  Also, you or your system manager
15035 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
15036 in order for you to be able to post.
15038 For help with message header editing
15039 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15040 <P><UL>
15041 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15042 </UL>
15044 &lt;End of help on this topic&gt;
15045 </BODY>
15046 </HTML>
15047 ======= h_composer_fcc ====
15048 <HTML>
15049 <HEADER>
15050 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
15051 </HEADER>
15052 <BODY>
15053 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
15054 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
15055 each outgoing message.  The default value can be configured with the
15056 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
15057 the file carbon copy on any message you send by editing the FCC header.<p>
15059 You may type ^T to get a list of all your folders and select one to use as
15060 the FCC for this message.<P>
15062 For help with message header editing
15063 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15065 <UL>   
15066 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15067 </UL><P>
15068 &lt;End of help on this topic&gt;
15069 </BODY>
15070 </HTML>
15071 ======= h_composer_subject ====
15072 <HTML>
15073 <HEADER>
15074 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
15075 </HEADER>
15076 <BODY>
15077 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
15079 The subject header provides a place to enter a few words that summarize
15080 the topic of the message you are sending.  You may leave this line blank,
15081 but it is considered a courtesy to use a meaningful subject.<p>
15083 For help with message header editing
15084 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15086 <UL>   
15087 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15088 </UL><P>
15089 &lt;End of help on this topic&gt;
15090 </BODY>
15091 </HTML>
15092 ======= h_composer_attachment ====
15093 <HTML>
15094 <HEAD>
15095 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
15096 </HEAD>
15097 <BODY>
15098 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
15100 The &quot;Attchmnt:&quot; field is where you specify what file or
15101 files you'd like attached to
15102 the message you are composing.  Those files must reside on the machine
15103 running Alpine. If your file is on a PC or Mac and you run Alpine with an
15104 account on a Unix machine, you'll have to transfer it before attaching it.
15105 Contact local computer support people for assistance with transferring.
15108 The file name
15109 given can be an absolute file path name for your system
15110 <!--chtml if pinemode="os_windows"-->
15111 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
15112 with a relative pathname, or simply a file name without
15113 drive or directory specification.  
15114 <!--chtml else-->
15115 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
15116 a file in your home directory, or a file path relative to your 
15117 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
15118 your home directory or &quot;~user&quot; to refer to another
15119 account's home directory.
15120 <!--chtml endif--><P>
15121 No wild card characters may be used.
15122 <P>If the 
15123 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
15124 feature is set, names are relative to your current working directory 
15125 <!--chtml if pinemode="running"-->
15126 (which, at least for your current Alpine &quot;session,&quot; 
15127 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
15128 <!--chtml endif-->
15129 rather than your home directory
15130 <!--chtml if pinemode="running"-->
15131 (which, in the present configuration of your system, is
15132  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
15133 <!--chtml endif-->
15136 Alpine uses MIME encoding for attachments, so binaries and files of any
15137 length can safely be delivered to any MIME-capable mail reading program.
15138 If you send an attachment to someone who does not have a MIME-capable mail
15139 reading program yet, then the main message text will be readable, but
15140 attachments (even attachments that are just plain text) are not.
15143 Typing the filename on the Attchmnt: line achieves the same
15144 result as using the 
15145 <!--chtml if pinemode="function_key"-->
15147 <!--chtml else-->
15148 Ctrl-J
15149 <!--chtml endif--> command.
15152 If you Forward a message with attachments, you may delete them from your
15153 Forwarded message by editing the Attchmnt header line.
15156 For help with message header editing
15157 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15159 <UL>   
15160 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15161 </UL><P>
15162 &lt;End of help on this topic&gt;
15163 </BODY>
15164 </HTML>
15165 ======= h_composer_ctrl_j ====
15166 <HTML>
15167 <HEAD>
15168 <TITLE>COMPOSER ATTACH</TITLE>
15169 </HEAD>
15170 <BODY>
15171 After the
15172 <!--chtml if pinemode="function_key"-->
15174 <!--chtml else-->
15175 Ctrl-J
15176 <!--chtml endif--> command:
15177 At the &quot;File to attach:&quot; prompt, enter the name of the 
15178 existing file to attach to your message.  
15179 When the feature
15180 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
15181 is set
15182 you need only enter the beginning of the filename (enough of it to uniquely 
15183 identify the file) and press TAB to complete it.
15185 Or, press ^T to use the BROWSER screen for 
15186 selecting the file.  <P>
15187 For more information on attaching files, see the help screen for the 
15188 composer's 
15189 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
15190 but can be revealed using the 
15191 <!--chtml if pinemode="function_key"-->
15193 <!--chtml else-->
15194 Ctrl-R
15195 <!--chtml endif--> 
15196 command with the cursor positioned above the
15197 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
15199 &lt;End of help on this topic&gt;
15200 </BODY>
15201 </HTML>
15202 ======= h_edit_nav_cmds =========
15203 <HTML>
15204 <HEAD>
15205 <TITLE>Composer Editing Commands Explained</TITLE>
15206 </HEAD>
15207 <BODY>
15208 <H1>EDITING and NAVIGATION COMMANDS</H1>
15209 <!--chtml if pinemode="function_key"-->
15210 <PRE>
15211 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15212 ^B (Left Arrow)    Back character       | ^D       Delete current character
15213 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
15214 ^P (Up Arrow)      Previous line        |
15215 ^N (Down Arrow)    Next line            | F9       Cut marked text or
15216 ^A                 Beginning of line    |            delete current line
15217 ^E                 End of line          | F10      Undelete line(s)
15218 F7                 Previous page        |
15219 F8                 Next page            |-------------------------------------
15220 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
15221 ----------------------------------------|
15222 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
15223 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
15224 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
15225 </PRE>
15226 <!--chtml else-->
15227 <PRE>
15228 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15229 ^B (Left Arrow)    Back character       | ^D       Delete current character
15230 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
15231 ^P (Up Arrow)      Previous line        |
15232 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
15233 ^A                 Beginning of line    |            delete current line
15234 ^E                 End of line          | ^U       Undelete line(s)
15235 ^Y                 Previous page        |
15236 ^V                 Next page            |-------------------------------------
15237 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
15238 ----------------------------------------|
15239 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
15240 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
15241 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
15242 </PRE>
15243 <!--chtml endif-->
15244 &lt;End of help on this topic&gt;
15245 </BODY>
15246 </HTML>
15247 ===== h_composer_sigedit =====
15248 <HTML>
15249 <HEAD>
15250 <TITLE>Signature Editor Commands Explained</TITLE>
15251 </HEAD>
15252 <BODY>
15253 <H1>SIGNATURE EDITOR COMMANDS</H1>
15254 <!--chtml if pinemode="function_key"-->
15255 <PRE>
15256 CURSOR MOTION KEYS                     |EDITING KEYS
15257   ^B (Left Arrow)   Back character     | ^D       Delete current character
15258   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15259   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15260   ^N (Down Arrow)   Next line          | F9       Cut marked text or
15261   ^A                Beginning of line  |           delete current line
15262   ^E                End of line        | F10       Paste text, undelete lines
15263   F7                Previous page      |           cut with ^K, or unjustify
15264   F8                Next page          |-------------------------------------
15265   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15266 ---------------------------------------| F6       Whereis (search for string)
15267 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
15268  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
15269                  |  ^Z    Suspend      | ^L       Redraw Screen
15270  F2   Send       |  F6    Alt. editor  | F5       Read in a file
15271 </PRE>
15272 <!--chtml else-->
15273 <PRE>
15274 CURSOR MOTION KEYS                     |EDITING KEYS
15275   ^B (Left Arrow)   Back character     | ^D       Delete current character
15276   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15277   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15278   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
15279   ^A                Beginning of line  |           delete current line
15280   ^E                End of line        | ^U        Paste text, undelete lines
15281   ^Y                Previous page      |           cut with ^K, or unjustify
15282   ^V                Next page          |-------------------------------------
15283   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15284 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
15285 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
15286  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
15287                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
15288  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
15289 </PRE>
15290 <!--chtml endif-->
15292 NOTE: The presence or absence of the following commands is determined
15293 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
15294 some of these commands may be administratively disabled by your system
15295 manager; if they don't work, please check with your local help desk
15296 before reporting a bug.
15298 <UL>
15299  <LI>Suspend (suspends Alpine and gives a system prompt)
15300  <LI>Alternate editor (allows you to compose with your own editor)
15301 </UL>
15304 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
15305 Ctrl-&#92;, ESC
15308 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
15309 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
15311 &lt;End of help on this topic&gt;
15312 </BODY>
15313 </HTML>
15314 ===== h_composer_commentedit =====
15315 <HTML>
15316 <HEAD>
15317 <TITLE>Comment Editor Commands Explained</TITLE>
15318 </HEAD>
15319 <BODY>
15320 <H1>COMMENT EDITOR COMMANDS</H1>
15321 <!--chtml if pinemode="function_key"-->
15322 <PRE>
15323 CURSOR MOTION KEYS                     |EDITING KEYS
15324   ^B (Left Arrow)   Back character     | ^D       Delete current character
15325   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15326   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15327   ^N (Down Arrow)   Next line          | F9       Cut marked text or
15328   ^A                Beginning of line  |           delete current line
15329   ^E                End of line        | F10       Paste text, undelete lines
15330   F7                Previous page      |           cut with ^K, or unjustify
15331   F8                Next page          |-------------------------------------
15332   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15333 ---------------------------------------| F6       Whereis (search for string)
15334 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
15335  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
15336                  |  ^Z    Suspend      | ^L       Redraw Screen
15337  F2   Send       |  F6    Alt. editor  | F5       Read in a file
15338 </PRE>
15339 <!--chtml else-->
15340 <PRE>
15341 CURSOR MOTION KEYS                     |EDITING KEYS
15342   ^B (Left Arrow)   Back character     | ^D       Delete current character
15343   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15344   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15345   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
15346   ^A                Beginning of line  |           delete current line
15347   ^E                End of line        | ^U        Paste text, undelete lines
15348   ^Y                Previous page      |           cut with ^K, or unjustify
15349   ^V                Next page          |-------------------------------------
15350   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15351 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
15352 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
15353  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
15354                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
15355  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
15356 </PRE>
15357 <!--chtml endif-->
15359 NOTE: The presence or absence of the following commands is determined
15360 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
15361 some of these commands may be administratively disabled by your system
15362 manager; if they don't work, please check with your local help desk
15363 before reporting a bug.
15365 <UL>
15366  <LI>Suspend (suspends Alpine and gives a system prompt)
15367  <LI>Alternate editor (allows you to compose with your own editor)
15368 </UL>
15371 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
15372 Ctrl-&#92;, ESC
15375 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
15376 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
15378 &lt;End of help on this topic&gt;
15379 </BODY>
15380 </HTML>
15381 ======= h_composer_abook_nick =======
15382 <HTML>
15383 <HEAD>
15384 <TITLE>Addressbook Nickname Explained</TITLE>
15385 </HEAD>
15386 <BODY>
15387 This is a short nickname for this address book entry.  If it is used in
15388 place of an address from the composer, the composer will fill in the
15389 address(es) for the entry that matches the nickname. 
15392 Look <A HREF="h_edit_nav_cmds">here</A>
15393 to see the available Editing and Navigation commands.
15395 &lt;End of help on this topic&gt;
15396 </BODY>
15397 </HTML>
15398 ======= h_composer_abook_full =======
15399 <HTML>
15400 <HEAD>
15401 <TITLE>Addressbook Fullname Explained</TITLE>
15402 </HEAD>
15403 <BODY>
15404 This is the full name field for this entry.  If this is going to be a
15405 distribution list (more than one address), it should be a descriptive
15406 phrase describing the list.  It will be included in the mail header if you
15407 put the list in the To: or CC: field, or in the To: line if you put the
15408 list in the Lcc: field.  It's OK to leave this field blank (and OK to
15409 leave any of the other fields blank, too). If this address book entry is
15410 going to be a simple entry with just one address, then this field is the
15411 person's name. When you send mail to this entry, this is the field to the
15412 left of the brackets. That is, it is the most readable part of the 
15413 address. For example, in the sample address:
15414 <PRE>
15415        John Doe &lt;jdoe@some.domain&gt;
15416 </PRE>
15417 "John Doe" is the full name field. If you are sorting your address book
15418 with one of the options that uses full names, then it might be useful to
15419 enter the full name as "Last, First", for example:
15420 <PRE>
15421        Doe, John
15422 </PRE>
15423 so that it will be sorted using Doe instead of John. This will be changed
15424 back into John Doe when you use it.
15426 Look <A HREF="h_edit_nav_cmds">here</A>
15427 to see the available Editing and Navigation commands.
15429 &lt;End of help on this topic&gt;
15430 </BODY>
15431 </HTML>
15432 ======= h_composer_abook_fcc =======
15433 <HTML>
15434 <HEAD>
15435 <TITLE>Addressbook Fcc Explained</TITLE>
15436 </HEAD>
15437 <BODY>
15438 If this entry is the first one in the To: line of an outgoing message,
15439 this field will be used for the Fcc (File Carbon Copy) instead of whatever
15440 you would normally get (which depends on which
15441 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
15442 you've chosen). 
15444 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
15445 that you don't want any Fcc associated with this entry.
15447 Look <A HREF="h_edit_nav_cmds">here</A>
15448 to see the available Editing and Navigation commands.
15450 &lt;End of help on this topic&gt;
15451 </BODY>
15452 </HTML>
15453 ====== h_config_combined_abook_display =====
15454 <HTML>
15455 <HEAD>
15456 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
15457 </HEAD>
15458 <BODY>
15459 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
15461 This feature affects the address book display screens.
15462 Normally, expanding an address book from the ADDRESS BOOK LIST screen
15463 will cause the remaining address books and directory servers to disappear
15464 from the screen, leaving only the entries of the expanded address book.
15465 If this feature is set, then the other address books will remain on the screen,
15466 so that all of the address books can be present at once.
15469 The way that commands work won't be changed.
15470 For example, the Select All command will select all of the entries in the
15471 current address book, not all of the entries in all of the address books.
15472 The WhereIs command will change a little.
15473 It will search through all of the text on the screen plus all of the entries
15474 from expanded address books.
15477 When this feature is set, the setting of the feature
15478 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
15479 has an effect.
15481 &lt;End of help on this topic&gt;
15482 </BODY>
15483 </HTML>
15484 ====== h_config_titlebar_color_style =====
15485 <HTML>
15486 <HEAD>
15487 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
15488 </HEAD>
15489 <BODY>
15490 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
15492 This option affects the colors used to display the titlebar (the top
15493 line on the screen) when viewing a message.
15496 The available options include:
15499 <DL>
15500 <DT>default</DT>
15501 <DD>The color of the titlebar will be the color you set for the
15502 <A HREF="h_config_title_color">Title Color</A>.
15503 The Title Color may be set by using the
15504 <A HREF="h_color_setup">Setup Kolor</A> screen.
15505 </DD>
15507 <DT>indexline</DT>
15508 <DD>The color of the titlebar will be the same as the color of the
15509 index line corresponding to the message being viewed.
15510 The rules that determine what color the index line will be may be set
15511 up by going to the Setup/Rules/Indexcolor screen.
15512 If the index line for a message is not colored explicitly by the
15513 Indexcolor rules, then the titlebar will be colored the same as for
15514 the &quot;default&quot; option above (which is not the same color that
15515 the index line itself will have).
15516 </DD>
15518 <DT>reverse-indexline</DT>
15519 <DD>This is similar to the &quot;indexline&quot; option except the
15520 foreground and background colors from the corresponding index line will
15521 be reversed.
15522 For example, if the index line color is red letters on a white background,
15523 then the titlebar will be white letters on a red background.
15524 If the index line for a message is not colored explicitly by the
15525 Indexcolor rules, then the titlebar will be colored the same as for
15526 the &quot;default&quot; option above (which is not the same color that
15527 the index line itself will have).
15528 </DD>
15529 </DL>
15533 <UL>   
15534 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15535 </UL><P>
15536 &lt;End of help on this topic&gt;
15537 </BODY>
15538 </HTML>
15539 ====== h_config_index_color_style =====
15540 <HTML>
15541 <HEAD>
15542 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
15543 </HEAD>
15544 <BODY>
15545 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
15547 This option affects the colors used to display the current line in the
15548 MESSAGE INDEX screen.
15549 If you do not have Index Color Rules defined, then this option will
15550 have no effect in the index.
15551 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
15553 If the option
15554 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
15555 is turned on and the
15556 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
15557 is set to something other than the default, then
15558 this option also affects the color used to display the current folder
15559 in the Incoming FOLDER LIST screen.
15562 The available options include:
15565 <DL>
15566 <DT>flip-colors</DT>
15567 <DD>This is the default.
15568 If an index line is colored because it matches one of your
15569 Index Color Rules, then its colors will be reversed when it is the currently
15570 highlighted line.
15571 For example, if the line is normally red text on a blue background, then
15572 when it is the current line it will be drawn as blue text on a red background.
15574 The rest of the option values all revert to this flip-colors behavior if
15575 there is no Reverse Color defined.
15576 </DD>
15578 <DT>reverse</DT>
15579 <DD>With this option the Reverse color is always used to highlight the
15580 current line.
15581 </DD>
15583 <DT>reverse-fg</DT>
15584 <DD>The foreground part of the Reverse Color is used to highlight
15585 the current line.
15586 If this would cause the text to be unreadable (because the foreground and
15587 background colors are the same) or if it would cause no change in the
15588 color of the index line, then the colors are flipped instead.
15590 Some people think this works particularly well if you use different
15591 background colors to emphasize &quot;interesting&quot; lines,
15592 but always with the same Normal foreground color,
15593 and you use a different foreground color for the Reverse Color.
15594 </DD>
15596 <DT>reverse-fg-no-ambiguity</DT>
15597 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
15598 the resulting color will be exactly the same as the regular Reverse
15599 Color.
15600 That can lead to some possible confusion because an
15601 &quot;interesting&quot;
15602 line that is the current line will be displayed exactly the same as a
15603 non-interesting line that is current.
15604 You can't tell whether the line is just a regular current line or if it is
15605 an &quot;interesting&quot; current line by looking at the color.
15606 Setting the option to this value removes that ambiguity.
15607 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
15608 interesting current line would look just like a non-interesting current line.
15609 In that case, the interesting line's colors are simply flipped (like in the
15610 default behavior).
15612 As an alternative way to preserve the line's interestingness in this case,
15613 you may find that using both a different foreground and a different
15614 background color for the interesting line will help.
15615 </DD>
15617 <DT>reverse-bg</DT>
15618 <DD>The background part of the Reverse Color is used to highlight
15619 the current line.
15620 If this would cause the text to be unreadable (because the foreground and
15621 background colors are the same) or if it would cause no change in the
15622 color of the index line, then the colors are flipped instead.
15624 Some people think this works particularly well if you use different
15625 foreground colors to emphasize &quot;interesting&quot; lines,
15626 but always with the same Normal background color,
15627 and you use a different background color for the Reverse Color.
15628 </DD>
15630 <DT>reverse-bg-no-ambiguity</DT>
15631 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
15632 rule may also result in a color that is exactly the same as the regular
15633 Reverse Color.
15634 Setting the option to this value removes that ambiguity.
15635 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
15636 current line has the same color as the Reverse Color.
15637 In that case, the interesting line's colors are simply flipped (like in the
15638 default behavior).
15639 </DD>
15640 </DL>
15644 <UL>   
15645 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15646 </UL><P>
15647 &lt;End of help on this topic&gt;
15648 </BODY>
15649 </HTML>
15650 ====== h_config_expanded_addrbooks =====
15651 <HTML>
15652 <HEAD>
15653 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
15654 </HEAD>
15655 <BODY>
15656 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
15658 If multiple address books (either personal or global) are defined, and you
15659 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
15660 screen, then set this feature. This feature will have no effect unless the
15661 feature
15662 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
15663 is also set.
15665 &lt;End of help on this topic&gt;
15666 </BODY>
15667 </HTML>
15668 ====== h_config_combined_folder_display =====
15669 <HTML>
15670 <HEAD>
15671 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
15672 </HEAD>
15673 <BODY>
15674 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
15676 This feature affects the folder list display screens.
15677 Normally, each folder list is viewed within its collection only.  This
15678 command allows folder lists to be viewed within a single screen that
15679 combines the contents of all collections.
15682 The way that commands work won't be changed.
15683 For example, the Select All command will select all of the folders in the
15684 current collection, not all of the entries in all of the collections.
15685 The WhereIs command will change a little.
15686 It will search through all of the folders in the current collection as well
15687 as all the folder in any other expanded collection.
15690 When this feature is set, the setting of the feature
15691 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
15692 has an effect.
15694 &lt;End of help on this topic&gt;
15695 </BODY>
15696 </HTML>
15697 ====== h_config_combined_subdir_display =====
15698 <HTML>
15699 <HEAD>
15700 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
15701 </HEAD>
15702 <BODY>
15703 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
15705 This feature affects the Folder List screen when
15707 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15708 feature is enabled.  Normally, selecting a directory from the Folder
15709 List takes you into a new screen displaying only the contents of
15710 that directory.
15713 Enabling this feature will cause the contents of the selected
15714 directory to be
15715 displayed within the boundaries of the &quot;Collection&quot; it
15716 is a part of.  All previously displayed collections will remain
15717 in the screen.
15720 The way that commands work won't be changed.
15721 For example, the Select All command will select all of the folders in the
15722 directory, as opposed to all of the entries in all of the collections.
15723 The WhereIs command will change a little.
15724 It will search through all of the folders in the current collection as well
15725 as all the folder in any other expanded collection.
15728 &lt;End of help on this topic&gt;
15729 </BODY>
15730 </HTML>
15731 ====== h_config_separate_fold_dir_view =====
15732 <HTML>
15733 <HEAD>
15734 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
15735 </HEAD>
15736 <BODY>
15737 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
15739 This feature affects folder collections wherein a folder
15740 and directory can have the same name.  By default, Alpine displays them
15741 only once, denoting that it is both a folder and directory by appending
15742 the folder name with the hierarchy character enclosed
15743 in square brackets.
15747 Enabling this feature will cause Alpine to display such names
15748 separately marking the name representing a directory with a trailing
15749 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
15752 The feature also alters the command set slightly.  By default, the
15753 right-arrow descends into the directory, while hitting the Return key will
15754 cause the folder by that name to be opened.
15757 With this feature set, the Return key will open the highlighted folder, or
15758 enter the highlighted directory.
15761 &lt;End of help on this topic&gt;
15762 </BODY>
15763 </HTML>
15764 ====== h_config_expanded_folders =====
15765 <HTML>
15766 <HEAD>
15767 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
15768 </HEAD>
15769 <BODY>
15770 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
15772 If multiple folder collections are defined, and you
15773 wish to have them all expanded implicitly upon entering the FOLDER LIST
15774 screen, then set this feature. This feature will have no effect unless the
15775 feature
15776 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15777 is also set.
15779 &lt;End of help on this topic&gt;
15780 </BODY>
15781 </HTML>
15782 ======= h_config_ldap_server =======
15783 <HTML>
15784 <HEAD>
15785 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
15786 </HEAD>
15787 <BODY>
15788 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
15789 This is the name of the host where an LDAP server is running.
15790 For redundancy, this may be a space-delimited set of server names, in which
15791 case the first server that answers is used.
15792 Each of the server names may be optionally followed by
15793 a colon and a port number.
15794 If this form is used then the port number configured below in the
15795 <EM>port</EM> field is not used.
15797 To find out whether your organization has its own LDAP server, 
15798 contact its computing support staff.
15799 <P><UL>
15800 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15801 </UL>
15803 &lt;End of help on this topic&gt;
15804 </BODY>
15805 </HTML>
15806 ======= h_config_ldap_base =======
15807 <HTML>
15808 <HEAD>
15809 <TITLE>LDAP OPTION: Search-Base</TITLE>
15810 </HEAD>
15811 <BODY>
15812 <H1>LDAP OPTION: Search-Base</H1>
15814 This is the search base to be used on this server.  It functions as a filter 
15815 by restricting your searches in the LDAP server database
15816 to the specified contents of the specified fields.  Without it, searches 
15817 submitted to this directory server may fail.  It might be something
15818 like:
15820 <PRE>
15821       O = &lt;Your Organization Name&gt;, C = US
15822 </PRE>
15823 or it might be blank.  
15824 (Some LDAP servers actually ignore anything specified here.)
15826 If in doubt what parameters you should specify here, 
15827 contact the maintainers of the LDAP server.
15828 <P><UL>
15829 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15830 </UL>
15832 &lt;End of help on this topic&gt;
15833 </BODY>
15834 </HTML>
15835 ======= h_config_ldap_port =======
15836 <HTML>
15837 <HEAD>
15838 <TITLE>LDAP OPTION: Port</TITLE>
15839 </HEAD>
15840 <BODY>
15841 <H1>LDAP OPTION: Port</H1>
15843 This is the TCP port number to be used with this LDAP server. If you leave
15844 this blank port 389 will be used.
15846 &lt;End of help on this topic&gt;
15847 </BODY>
15848 </HTML>
15849 ======= h_config_ldap_nick =======
15850 <HTML>
15851 <HEAD>
15852 <TITLE>LDAP OPTION: Nickname</TITLE>
15853 </HEAD>
15854 <BODY>
15855 <H1>LDAP OPTION: Nickname</H1>
15857 This is a nickname to be used in displays. If you don't supply a
15858 nickname the server name
15859 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
15860 will be used instead.  This option is strictly for your convenience.
15862 &lt;End of help on this topic&gt;
15863 </BODY>
15864 </HTML>
15865 ======= h_config_ldap_binddn =======
15866 <HTML>
15867 <HEAD>
15868 <TITLE>LDAP OPTION: Bind-DN</TITLE>
15869 </HEAD>
15870 <BODY>
15871 <H1>LDAP OPTION: Bind-DN</H1>
15873 You may need to authenticate to the LDAP server before you are able to use it.
15874 This is the Distinguished Name to bind to when authenticating to this server.
15875 Try leaving this blank until you know you need it.
15877 Alpine only knows about LDAP Simple authentication.
15878 It does not attempt LDAP SASL authentication.
15879 The DN and password will be sent in the clear unless TLS encryption is
15880 being used on this connection.
15881 Because of this, you may want to set the LDAP feature
15882 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
15883 or the feature
15884 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15885 if you are going to be providing a password.
15886 <P><UL>
15887 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15888 </UL>
15890 &lt;End of help on this topic&gt;
15891 </BODY>
15892 </HTML>
15893 ======= h_config_ldap_opts_impl =======
15894 <HTML>
15895 <HEAD>
15896 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
15897 </HEAD>
15898 <BODY>
15899 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
15901 Set this to have lookups done to this server implicitly from the composer.
15902 If an address doesn't look like a fully-qualified address, it will be looked
15903 up in your address books, and if it doesn't match a nickname there, then it
15904 will be looked up on the LDAP servers that have this feature set.
15905 The lookups will also be done when using the address completion feature
15906 (TAB command) in the composer if any of the serves have this feature set.
15907 Also see the LDAP feature
15908 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
15909 and the Setup/Config feature
15910 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
15912 &lt;End of help on this topic&gt;
15913 </BODY>
15914 </HTML>
15915 ======= h_config_ldap_opts_tls =======
15916 <HTML>
15917 <HEAD>
15918 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
15919 </HEAD>
15920 <BODY>
15921 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
15923 When connecting to this server Alpine will attempt to use TLS encryption
15924 on the connection.
15925 Also see the closely related feature
15926 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15928 Note that if this option is set, then 
15929 <A HREF="h_config_ldap_opts_ldaps">
15930 &quot;Require-LDAPS-On-Connection&quot;</A>
15931 can not be enabled for this server. You must disable this feature in
15932 order to use 
15933 <A HREF="h_config_ldap_opts_ldaps">
15934 &quot;Require-LDAPS-On-Connection&quot;</A>
15936 &lt;End of help on this topic&gt;
15937 </BODY>
15938 </HTML>
15939 ======= h_config_ldap_opts_tlsmust =======
15940 <HTML>
15941 <HEAD>
15942 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
15943 </HEAD>
15944 <BODY>
15945 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
15947 When connecting to this server Alpine will attempt to use TLS encryption
15948 on the connection.
15949 If the StartTLS operation fails then the connection will not be used.
15951 Note that if this option is set, then 
15952 <A HREF="h_config_ldap_opts_ldaps">
15953 &quot;Require-LDAPS-On-Connection&quot;</A>
15954 can not be enabled for this server. You must disable this feature in
15955 order to use 
15956 <A HREF="h_config_ldap_opts_ldaps">
15957 &quot;Require-LDAPS-On-Connection&quot;</A>
15959 &lt;End of help on this topic&gt;
15960 </BODY>
15961 </HTML>
15962 ======= h_config_ldap_opts_ldaps =======
15963 <HTML>
15964 <HEAD>
15965 <TITLE>LDAP FEATURE: Require-LDAPS-On-Connection</TITLE>
15966 </HEAD>
15967 <BODY>
15968 <H1>LDAP FEATURE: Require-LDAPS-On-Connection</H1>
15970 When connecting to this server Alpine will use LDAPS (LDAP over SSL/TLS) 
15971 on the connection.
15973 This feature can not be used along with 
15974 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15975  or
15976 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>.
15977 If you want to connect using StartTLS to this server, you must disable
15978 this feature first.
15980 &lt;End of help on this topic&gt;
15981 </BODY>
15982 </HTML>
15983 ====== h_config_ldap_opts_rhs =====
15984 <HTML>
15985 <HEAD>
15986 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
15987 </HEAD>
15988 <BODY>
15989 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
15991 Normally implicit LDAP lookups from the composer are done only for the
15992 strings you type in from the composer screen. In other words, you type in
15993 something in the To or CC field and press return, then the string is looked up.
15994 First that string is looked up in your address books. If a match is found
15995 there, then the results of that match are looked up again. If you place
15996 a string in your address book that you want to have looked up on the LDAP
15997 directory server, you need to turn on this feature. If you set this feature
15998 for a server, you almost always will also want to set the
15999 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
16000 feature. An example might serve to best illustrate this feature.
16002 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
16003 entry with an
16004 address of pres@whitehouse.gov, then you might put an entry in your address
16005 book that looks like:
16007 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
16008 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
16010 Now, when you type &quot;bill&quot; into an
16011 address field in the composer Alpine will
16012 find the &quot;bill&quot; entry in your address book.
16013 It will replace &quot;bill&quot; with
16014 &quot;William Clinton&quot;.
16015 It will then search for an entry with that nickname
16016 in your address book and not find one. If this feature
16017 is set, Alpine will then attempt to lookup
16018 &quot;William Clinton&quot; on the LDAP server and find the entry with address
16019 pres@whitehouse.gov.
16021 A better way to accomplish the same thing is probably to use the feature
16022 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
16024 &lt;End of help on this topic&gt;
16025 </BODY>
16026 </HTML>
16027 ====== h_config_ldap_opts_ref =====
16028 <HTML>
16029 <HEAD>
16030 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
16031 </HEAD>
16032 <BODY>
16033 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
16035 Normally when you save the results of an LDAP directory lookup to your
16036 address book the results of the lookup are saved. If this feature is set
16037 and the entry being saved was found on this directory server, then the
16038 search criteria is saved instead of the results of the search. When this
16039 address book entry is used in the future, instead of copying the results
16040 from the address book the directory lookup will be done again. This could
16041 be useful if the copied result might become stale because the data on
16042 the directory server changes (for example, the entry's email address changes).
16043 You probably don't want to set this feature if the server is at all slow or
16044 unreliable.
16046 The way this actually works is that instead of saving the email address
16047 in your address book, Alpine saves enough information to look up the same
16048 directory entry again. In particular, it saves the server name and the
16049 distinguished name of the entry. It's possible that the server administrators
16050 might change the format of distinguished names on the server, or that the
16051 entry might be removed from the server. If Alpine notices this, you will be warned
16052 and a backup copy of the email address will be used. You may want to create
16053 a new entry in this case, since you will get the annoying warning every
16054 time you use the old entry. You may do that by Saving the entry to a new
16055 nickname in the same address book. You will be asked whether or not you
16056 want to use the backup email address.
16058 A related feature in the Setup/Config screen is
16059 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
16061 &lt;End of help on this topic&gt;
16062 </BODY>
16063 </HTML>
16064 ======= h_config_ldap_opts_nosub =======
16065 <HTML>
16066 <HEAD>
16067 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
16068 </HEAD>
16069 <BODY>
16070 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
16072 Spaces in your input are normally handled specially.
16073 Each space character is replaced
16076 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
16078 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
16079 The reason this is done is so the input string
16081 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
16083 (which is converted to &quot;Greg* Donald&quot;) will match
16084 the names &quot;Greg Donald&quot;,
16085 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
16086 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
16087 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
16088 then it would also match the name &quot;Greg Donaldson&quot;.
16090 Turning on this feature will disable this substitution.
16092 &lt;End of help on this topic&gt;
16093 </BODY>
16094 </HTML>
16095 ====== h_config_ldap_searchtypes =======
16096 <HTML>
16097 <HEAD>
16098 <TITLE>LDAP OPTION: Search-Type</TITLE>
16099 </HEAD>
16100 <BODY>
16101 <H1>LDAP OPTION: Search-Type</H1>
16103 This affects the way that LDAP searches are done.
16104 In particular, this tells the server where to look for the string to be matched.
16105 If set to &quot;name&quot; then the string that is being searched for will
16106 be compared with the string in the
16107 &quot;Name&quot; field on the server
16108 (technically, it is the &quot;commonname&quot; field on the server).
16109 &quot;Surname&quot; means we're looking for a
16110 match in the &quot;Surname&quot; field on the
16111 server (actually the &quot;sn&quot; field).
16112 &quot;Givenname&quot; really is &quot;givenname&quot;
16113 and &quot;email&quot; is the electronic mail address (this is actually the field
16114 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
16115 The other three types are combinations of
16116 the types listed so far. &quot;Name-or-email&quot;
16117 means the string should appear
16118 in either the &quot;name&quot; field OR the &quot;email&quot; field.
16119 Likewise, &quot;surname-or-givenname&quot;
16120 means &quot;surname&quot; OR &quot;givenname&quot;
16121 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
16123 This search TYPE is combined with the
16124 search <A HREF="h_config_ldap_searchrules">RULE</A>
16125 to form the actual search query.
16127 The usual default value for this
16128 option is &quot;sur-or-given-or-name-or-email&quot;.
16129 This type of search may be slow on some servers.
16130 Try &quot;name-or-email&quot;, which is often
16131 faster, or just &quot;name&quot; if the performance seems to be a problem.
16133 Some servers have been configured with different attribute names for
16134 these four fields.
16135 In other words, instead of using the attribute name &quot;mail&quot;
16136 for the email address field, the server might be configured to use something
16137 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
16138 Alpine can be configured to use these different attribute names by using
16139 the four configuration options:
16140 <P><UL>
16141 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
16142 </UL>
16143 <P><UL>
16144 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
16145 </UL>
16146 <P><UL>
16147 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
16148 </UL>
16149 <P><UL>
16150 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
16151 </UL>
16153 &lt;End of help on this topic&gt;
16154 </BODY>
16155 </HTML>
16156 ====== h_config_ldap_searchrules =======
16157 <HTML>
16158 <HEAD>
16159 <TITLE>LDAP OPTION: Search-Rule</TITLE>
16160 </HEAD>
16161 <BODY>
16162 <H1>LDAP OPTION: Search-Rule</H1>
16164 This affects the way that LDAP searches are done.
16165 If set to &quot;equals&quot; then
16166 only exact matches count.
16167 &quot;Contains&quot; means that the string you type in
16168 is a substring of what you are matching against.
16169 &quot;Begins-with&quot; and &quot;ends-with&quot;
16170 mean that the string starts or ends with the string you type in.
16172 Spaces in your input are normally handled specially, but you can turn that
16173 special handling off with the
16174 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
16175 feature.
16177 The usual default value for this option is &quot;begins-with&quot;.
16179 &lt;End of help on this topic&gt;
16180 </BODY>
16181 </HTML>
16182 ======= h_config_ldap_email_attr =======
16183 <HTML>
16184 <HEAD>
16185 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
16186 </HEAD>
16187 <BODY>
16188 <H1>LDAP OPTION: EmailAttribute</H1>
16190 This is the name of the attribute that is searched for when looking for
16191 an email address. The default value for this option is &quot;mail&quot; or
16192 &quot;electronicmail&quot;.
16193 If the server you are using uses a different attribute name for the email
16194 address, put that attribute name here.
16196 This will affect the search filter used if your Search-Type is one that
16197 contains a search for &quot;email&quot;.
16198 It will also cause the attribute value matching this attribute name to be used
16199 as the email address when you look up an entry from the composer.
16201 &lt;End of help on this topic&gt;
16202 </BODY>
16203 </HTML>
16204 ======= h_config_ldap_sn_attr =======
16205 <HTML>
16206 <HEAD>
16207 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
16208 </HEAD>
16209 <BODY>
16210 <H1>LDAP OPTION: SurnameAttribute</H1>
16212 This is the name of the attribute that is searched for when looking for
16213 the surname of the entry. The default value for this option is &quot;sn&quot;.
16214 If the server you are using uses a different attribute name for the surname,
16215 put that attribute name here.
16216 This will affect the search filter used if your Search-Type is one that
16217 contains a search for &quot;surname&quot;.
16219 &lt;End of help on this topic&gt;
16220 </BODY>
16221 </HTML>
16222 ======= h_config_ldap_gn_attr =======
16223 <HTML>
16224 <HEAD>
16225 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
16226 </HEAD>
16227 <BODY>
16228 <H1>LDAP OPTION: GivennameAttribute</H1>
16230 This is the name of the attribute that is searched for when looking for
16231 the given name of the entry. The default value for this option is &quot;givenname&quot;.
16232 If the server you are using uses a different attribute name for the given name,
16233 put that attribute name here.
16234 This will affect the search filter used if your Search-Type is one that
16235 contains a search for &quot;givenname&quot;.
16237 &lt;End of help on this topic&gt;
16238 </BODY>
16239 </HTML>
16240 ======= h_config_ldap_cn_attr =======
16241 <HTML>
16242 <HEAD>
16243 <TITLE>LDAP OPTION: NameAttribute</TITLE>
16244 </HEAD>
16245 <BODY>
16246 <H1>LDAP OPTION: NameAttribute</H1>
16248 This is the name of the attribute that is searched for when looking for
16249 the name of the entry. The default value for this option is &quot;cn&quot;, which
16250 stands for common name.
16251 If the server you are using uses a different attribute name for the name,
16252 put that attribute name here.
16253 This will affect the search filter used if your Search-Type is one that
16254 contains a search for &quot;name&quot;.
16256 &lt;End of help on this topic&gt;
16257 </BODY>
16258 </HTML>
16259 ======= h_config_ldap_time =======
16260 <HTML>
16261 <HEAD>
16262 <TITLE>LDAP OPTION: Timelimit</TITLE>
16263 </HEAD>
16264 <BODY>
16265 <H1>LDAP OPTION: Timelimit</H1>
16267 This places a limit on the number of seconds the LDAP search will continue.
16268 The default is 30 seconds. A value of 0 means no limit. Note that some servers
16269 may place limits of their own on searches.
16271 &lt;End of help on this topic&gt;
16272 </BODY>
16273 </HTML>
16274 ======= h_config_ldap_size =======
16275 <HTML>
16276 <HEAD>
16277 <TITLE>LDAP OPTION: Sizelimit</TITLE>
16278 </HEAD>
16279 <BODY>
16280 <H1>LDAP OPTION: Sizelimit</H1>
16282 This places a limit on the number of entries returned by the LDAP server.
16283 A value of 0 means no limit. The default is 0. Note that some servers
16284 may place limits of their own on searches.
16286 &lt;End of help on this topic&gt;
16287 </BODY>
16288 </HTML>
16289 ======= h_config_ldap_cust =======
16290 <HTML>
16291 <HEAD>
16292 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
16293 </HEAD>
16294 <BODY>
16295 <H1>LDAP OPTION: Custom-Search-Filter</H1>
16297 This one is for advanced users only! If you define this, then the
16298 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
16299 However, the feature
16300 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
16301 is still in effect.
16302 That is, the space substitution will take place even in a custom filter unless
16303 you disable it.
16305 If your LDAP service stops working and you suspect it might be because
16306 of your custom filter, just delete this filter and try using the
16307 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
16308 Another option that sometimes causes trouble is the
16309 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
16311 This variable may be set to the string representation of an LDAP search
16312 filter (see RFC1960). In the places where you want the address string to be
16313 substituted in, put a '%s' in this filter string. Here are some examples:
16315 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
16316 is equivalent to the &quot;Custom-Search-Filter&quot;
16317 <PRE>
16318      (cn=%s*)
16319 </PRE>
16320 When you try to match against the string &quot;string&quot; the program replaces
16321 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
16322 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
16324 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
16325 of &quot;contains&quot; is equivalent to
16326 <PRE>
16327      (|(cn=*%s*)(mail=*%s*))
16328 </PRE>
16330 If your server uses a different attribute <EM>name</EM> than
16331 Alpine uses by default,
16332 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
16333 then you may be able to use one or more of the four attribute configuration
16334 options instead of defining a custom filter:
16335 <P><UL>
16336 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
16337 </UL>
16338 <P><UL>
16339 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
16340 </UL>
16341 <P><UL>
16342 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
16343 </UL>
16344 <P><UL>
16345 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
16346 </UL>
16348 &lt;End of help on this topic&gt;
16349 </BODY>
16350 </HTML>
16351 ======= h_composer_abook_comment =======
16352 <HTML>
16353 <HEAD>
16354 <TITLE>Addressbook Comment Explained</TITLE>
16355 </HEAD>
16356 <BODY>
16357 This is a comment to help you remember what this entry is. The WhereIs
16358 command searches comments so that it is easier to find an entry with a comment
16359 you know about attached to it. This field is not used in the outgoing message.
16361 Look <A HREF="h_edit_nav_cmds">here</A>
16362 to see the available Editing and Navigation commands.
16364 &lt;End of help on this topic&gt;
16365 </BODY>
16366 </HTML>
16367 ======= h_composer_abook_addrs =======
16368 <HTML>
16369 <HEAD>
16370 <TITLE>Addressbook Lists</TITLE>
16371 </HEAD>
16372 <BODY>
16373 <H1>Addressbook Lists</H1>
16375 This is a list of addresses to send to when sending to this address book
16376 entry.  Each member of the list may be an address or another nickname from
16377 any of your address books.  If it is an address, it is OK to include the
16378 full name field as well as the electronic address portion of that address.
16379 For example, the following are all legitimate entries in this field:
16381 <DL><DT>&nbsp;</DT>
16382 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
16383 <DD>jdoe@some.domain
16384 <DD>John Doe &lt;jdoe@some.domain&gt;
16385 </DL>
16387 The addresses should be listed separated by commas, just like you would
16388 enter them from the composer.
16392 The only difference between a distribution list and a simple entry with a
16393 single address, is that a distribution list has more than one address   
16394 listed in the Addresses: field, whereas a simple personal entry has just  
16395 one address.
16399 For individual address book entries, if there is a full name in the
16400 Fullname: field (filling in the Fullname: field is not required), it is
16401 used.  If the full name is specified in the Address: field and not in the
16402 Fullname: field, then the full name from the Address: field is used.
16406 If you type the nickname of a distribution list from one of your address 
16407 books in the Lcc: field, then the full name of that list is used in the  
16408 To: field.  If you put a list in the To: or Cc: fields, that list will be
16409 expanded into all of its addresses.  If the list has a full name, then
16410 that will appear at the beginning of the addresses.
16412 <DL><DT>&nbsp;</DT>
16413 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
16414 &lt;sal@here.there&gt;
16415 </DL>
16417 If the first address in the distribution list also has a full name, then
16418 the list full name and that full name are combined into something like the
16419 following:
16421 <DL><DT>&nbsp;</DT>
16422 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
16423 </DL>
16426 If you specify a list via Lcc, the full name is used in the To: line.  If
16427 you specify a list in the To: or Cc: fields, then it uses the same method
16428 as for individual entries for filling in the full name.
16432 For help with editing and navigation commands, check the Help for the
16433 Nickname: field.
16436 &lt;End of help on this topic&gt;
16437 </BODY>
16438 </HTML>
16439 ======= h_config_xoauth2_client_id =======
16440 <HTML>
16441 <HEAD>
16442 <TITLE>Client-Id Explained</TITLE>
16443 </HEAD>
16444 <BODY>
16445 <H1>Client-Id Explained</H1>
16447 If you have registered Alpine with your service provider to use the XOAUTH2 authenticator, or
16448 someone has shared a client-id and client-secret with you, use this field to input the
16449 client-id.
16451 The Client-Id field is a string that your provider generates for the program
16452 being registered. However, some providers allow different users to register
16453 the same program. Users of the Mutt email program already do this to use
16454 XOAUTH2 authentication in Gmail.
16457 &lt;End of help on this topic&gt;
16458 </BODY>
16459 </HTML>
16460 ======= h_config_xoauth2_client_secret =======
16461 <HTML>
16462 <HEAD>
16463 <TITLE>Client-Secret Explained</TITLE>
16464 </HEAD>
16465 <BODY>
16466 <H1>Client-Secret Explained</H1>
16468 If you have registered Alpine with your service provider to use the XOAUTH2 authenticator, or
16469 someone has shared a client-id and client-secret with you, use this field to input the
16470 client-secret. Some servers require both a client-id and a client-secret, some other servers do
16471 not require a client-secret. If a client-secret is required, use this field to add one.
16473 <P> The client-secret field is supposed to be kept secret, that is, not
16474 shared with any of the users, but due to the open source nature of Alpine,
16475 it is not possible to keep it secret in any meaningful way. The intention
16476 of this field is so that only the coders of an app can use the codes given
16477 to them and authenticate their users to the services they are requesting.
16478 This means that other coders would not be able to impresonate that app,
16479 and use it to steal data from those users. In the case of Alpine this is
16480 not possible, as Alpine does not steal data from its users, so users are safe
16481 sharing client-secrets. Just make sure you obtain your copy of Alpine from
16482 a reputable provider or compile the source code by yourself. The official
16483 source code of this project is located at
16485 <P><CENTER><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A>.</CENTER>
16488 &lt;End of help on this topic&gt;
16489 </BODY>
16490 </HTML>
16491 ======= h_config_xoauth2_tenant =======
16492 <HTML>
16493 <HEAD>
16494 <TITLE>Tenant Explained</TITLE>
16495 </HEAD>
16496 <BODY>
16497 <H1>Tenant Explained</H1>
16499 The tenant is a way in which a service can either restrict an app to access
16500 only certain portions of its service. For example, a service may allow
16501 an app to have access to your work data, or school data, and not every app
16502 is allowed to access this data, or the access is not allowed for all accounts,
16503 but only those restructed in the tenant.
16505 <P> When Alpine registers with an email service provider, it does so with the
16506 intention that you can use Alpine for any of your needs (work, school or
16507 personal), and the client-id and tenant that it uses would allow you access to
16508 only your work email, say, and not your personal email, because the app is
16509 trusted only at work, and so the client-id and tenant are good for that
16510 organization only.
16512 &lt;End of help on this topic&gt;
16513 </BODY>
16514 </HTML>
16515 ======= h_config_xoauth2_flow =======
16516 <HTML>
16517 <HEAD>
16518 <TITLE>Flow Explained</TITLE>
16519 </HEAD>
16520 <BODY>
16521 <H1>Flow Explained</H1>
16523 The first time you connect to a service to authorize Alpine access to your
16524 email, you will have to do a certain number of steps, which typically involve
16525 to login to your account using a browser, and agreeing to give Alpine certain
16526 rights to access your account.
16529 How this process is going to be done depends on the service. Some services
16530 allow you to give access to Alpine and later generate a code that you
16531 input into Alpine, while others give you a code you have to use before you
16532 approve access to Alpine to access your email.
16534 <P> An example of a service that gives you a code after you authorize
16535 Alpine is Gmail, and this process is called internally as &quot;Authorize&quot;.
16536 An example of a service that gives you a code before you authorize Alpine
16537 is Outlook, and this process is called &quot;Device&quot;. However, some services,
16538 like Outlook, offer both services, and you can choose which flow you would like
16539 to use. You
16540 can choose between the &quot;Authorize&qupt; and &quot;Device&quot; in these servers.
16541 If you forget to configure
16542 this, Alpine will ask you in these situations which method to use before it starts
16543 to setup the process to get your authrization.
16546 &lt;End of help on this topic&gt;
16547 </BODY>
16548 </HTML>
16549 ======= h_config_xoauth2_username =======
16550 <HTML>
16551 <HEAD>
16552 <TITLE>Username Explained</TITLE>
16553 </HEAD>
16554 <BODY>
16555 <H1>Username Explained</H1>
16557 This variable is a list of usernames for which the configuration for the
16558 given service is valid. You may have more than one username for which this
16559 configuration is correct.
16562 Alpine will use the usernames in this list to associate your username with
16563 the correct configuration in Alpine. If Alpine cannot determine which configuration
16564 to use, Alpine will offer you a list of client-ids that you have configured
16565 for that service and ask you to pick one. Your answer will be saved  in your
16566 .pinerc file.
16569 &lt;End of help on this topic&gt;
16570 </BODY>
16571 </HTML>
16572 ======= h_config_role_nick =======
16573 <HTML>
16574 <HEAD>
16575 <TITLE>Nickname Explained</TITLE>
16576 </HEAD>
16577 <BODY>
16578 <H1>Nickname Explained</H1>
16580 This is a nickname to help you.
16581 You should have a different nickname for each role you define.
16582 The nickname will be used in the SETUP ROLE RULES screen to allow you to
16583 pick a role to edit.
16584 It will also be used when you send a message to let you know you are
16585 sending with a different role than you use by default, and
16586 it will be useful for choosing a role when composing with the Role command
16587 or when composing with one of the Role Uses set to With Confirmation.
16588 This field is not used in the outgoing message.
16590 Look <A HREF="h_edit_nav_cmds">here</A>
16591 to see the available Editing and Navigation commands.
16593 &lt;End of help on this topic&gt;
16594 </BODY>
16595 </HTML>
16596 ======= h_config_role_comment =======
16597 <HTML>
16598 <HEAD>
16599 <TITLE>Comment Explained</TITLE>
16600 </HEAD>
16601 <BODY>
16602 <H1>Comment Explained</H1>
16604 This is a comment to help you.
16605 This comment does not play any functional role, it is simply an optional
16606 comment to help you remember what the rule is for.
16608 Look <A HREF="h_edit_nav_cmds">here</A>
16609 to see the available Editing and Navigation commands.
16611 &lt;End of help on this topic&gt;
16612 </BODY>
16613 </HTML>
16614 ======= h_config_other_nick =======
16615 <HTML>
16616 <HEAD>
16617 <TITLE>Nickname Explained</TITLE>
16618 </HEAD>
16619 <BODY>
16620 <H1>Nickname Explained</H1>
16622 This is a nickname to help you.
16623 You should have a different nickname for each rule you define.
16624 The nickname will be used in the SETUP OTHER RULES screen to allow you to
16625 pick a rule to edit.
16627 Look <A HREF="h_edit_nav_cmds">here</A>
16628 to see the available Editing and Navigation commands.
16630 &lt;End of help on this topic&gt;
16631 </BODY>
16632 </HTML>
16633 ======= h_config_score_nick =======
16634 <HTML>
16635 <HEAD>
16636 <TITLE>Nickname Explained</TITLE>
16637 </HEAD>
16638 <BODY>
16639 <H1>Nickname Explained</H1>
16641 This is a nickname to help you.
16642 You should have a different nickname for each scoring rule you define.
16643 The nickname will be used in the SETUP SCORING RULES screen to allow you to
16644 pick a rule to edit.
16646 Look <A HREF="h_edit_nav_cmds">here</A>
16647 to see the available Editing and Navigation commands.
16649 &lt;End of help on this topic&gt;
16650 </BODY>
16651 </HTML>
16652 ======= h_config_incol_nick =======
16653 <HTML>
16654 <HEAD>
16655 <TITLE>Nickname Explained</TITLE>
16656 </HEAD>
16657 <BODY>
16658 <H1>Nickname Explained</H1>
16660 This is a nickname to help you.
16661 You should have a different nickname for each color rule you define.
16662 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
16663 pick a rule to edit.
16665 Look <A HREF="h_edit_nav_cmds">here</A>
16666 to see the available Editing and Navigation commands.
16668 &lt;End of help on this topic&gt;
16669 </BODY>
16670 </HTML>
16671 ======= h_config_filt_nick =======
16672 <HTML>
16673 <HEAD>
16674 <TITLE>Nickname Explained</TITLE>
16675 </HEAD>
16676 <BODY>
16677 <H1>Nickname Explained</H1>
16679 This is a nickname to help you.
16680 You should have a different nickname for each filtering rule you define.
16681 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
16682 pick a rule to edit.
16684 Look <A HREF="h_edit_nav_cmds">here</A>
16685 to see the available Editing and Navigation commands.
16687 &lt;End of help on this topic&gt;
16688 </BODY>
16689 </HTML>
16690 ======= h_config_score_topat =======
16691 <HTML>
16692 <HEAD>
16693 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16694 </HEAD>
16695 <BODY>
16696 <H1>&quot;To:&quot; Pattern Explained</H1>
16698 Any text you enter as the &quot;To pattern&quot;
16699 will be compared to the recipients from the To: line of
16700 the message being scored.
16701 When the text you entered matches
16702 all or part of the To: line of a message, then the Score Value
16703 you have specified will be added to the score for the message.
16704 (Any other non-blank parts of the Pattern must match, too.)
16707 You may enter a complete email address, part of an address, or a
16708 list of addresses or partial addresses.
16709 For example:
16712 <PRE>
16713  To pattern = friend@public.com
16715  To pattern = rated.net
16717  To pattern = xxx@adults.com
16718               admin@msn.com
16719               fool@motleyfool.com
16720 </PRE>
16723 Each of those are valid To patterns.
16726 Messages match those patterns if any of the
16727 addresses in the To: line of the message contains the pattern.
16728 If the pattern is a list of patterns
16729 (like the last example above) then it is a match if any of the patterns in
16730 the list match any of the addresses in the To: line.
16731 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16732 present for a match.
16733 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16734 address2 must be present.
16735 That is exactly what using a list does.)
16738 Some messages may be &quot;bounced&quot; to you, and will
16739 have a &quot;Resent-To:&quot; header line.
16740 If the message contains a Resent-To: line
16741 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16742 Alpine will look for
16743 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16744 the original To: line.
16747 When entering a pattern, you may choose an address from your address book
16748 with the &quot;T&quot; command.
16751 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16752 &quot;!&quot; &quot;toggle NOT&quot; command.
16753 This changes the meaning of the To pattern so that it has the opposite meaning.
16754 It will be considered a match if there are no matches between the
16755 addresses in the To: line and the list of To patterns.
16757 Don't make the mistake of putting the &quot;!&quot; in the data field for
16758 the pattern.
16759 For example, if you type the characters &quot;!frizzle&quot; into the To
16760 pattern, the pattern will look like:
16762 <PRE>
16763  To pattern = !frizzle
16764 </PRE>
16766 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16767 In order to match messages that do not have &quot;frizzle&quot; in
16768 their To field, first type the characters &quot;frizzle&quot; followed
16769 by carriage return for the value of the To pattern, then negate it
16770 by typing the &quot;!&quot; command.
16771 It should end up looking like
16773 <PRE>
16774  ! To pattern = frizzle
16775 </PRE>
16777 You are not limited to using the six standard header patterns that are
16778 normally shown (To, From, Sender, Cc, News, and Subject).
16779 You may add any other header to a Pattern by
16780 using the &quot;eXtraHdr&quot; command to specify a different
16781 message header line; and then the Add or Change command to fill in
16782 a pattern for the new header line, just like you would for a standard header.
16784 A technicality: Since comma is the character used to separate multiple
16785 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16786 you want to include a literal comma in the field.
16787 In other words, if you type a backslash followed by a comma it will
16788 be interpreted as a comma by Alpine, instead of as a separator between
16789 pattern values.
16790 All other backslashes are literal backslashes and should not be escaped.
16792 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16793 for more information on Patterns.
16795 Look <A HREF="h_edit_nav_cmds">here</A>
16796 to see the available Editing and Navigation commands.
16798 &lt;End of help on this topic&gt;
16799 </BODY>
16800 </HTML>
16801 ======= h_config_incol_topat =======
16802 <HTML>
16803 <HEAD>
16804 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16805 </HEAD>
16806 <BODY>
16807 <H1>&quot;To:&quot; Pattern Explained</H1>
16809 Any text you enter as the &quot;To pattern&quot;
16810 will be compared to the recipients from the To: lines of
16811 the messages in the index.
16812 When the text you entered matches
16813 all or part of the To: line of a message, then the Index Line Color you have
16814 specified will be used for that line in the index.
16815 (Any other non-blank parts of the Pattern must match, too.)
16818 You may enter a complete email address, part of an address, or a
16819 list of addresses or partial addresses.
16820 For example:
16823 <PRE>
16824  To pattern = friend@public.com
16825  To pattern = rated.net
16826  To pattern = xxx@adults.com
16827               admin@msn.com
16828               fool@motleyfool.com
16829 </PRE>
16832 Each of those are valid To patterns.
16835 Messages match those patterns if any of the
16836 addresses in the To: line of the message contains the pattern.
16837 If the pattern is a list of patterns
16838 (like the last example above) then it is a match if any of the patterns in
16839 the list match any of the addresses in the To: line.
16840 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16841 present for a match.
16842 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16843 address2 must be present.
16844 That is exactly what using a list does.)
16847 Some messages may be &quot;bounced&quot; to you, and will
16848 have a &quot;Resent-To:&quot; header line.
16849 If the message contains a Resent-To: line
16850 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16851 Alpine will look for
16852 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16853 the original To: line.
16856 When entering a pattern, you may choose an address from your address book
16857 with the &quot;T&quot; command.
16860 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16861 &quot;!&quot; &quot;toggle NOT&quot; command.
16862 This changes the meaning of the To pattern so that it has the opposite meaning.
16863 It will be considered a match if there are no matches between the
16864 addresses in the To: line and the list of To patterns.
16866 Don't make the mistake of putting the &quot;!&quot; in the data field for
16867 the pattern.
16868 For example, if you type the characters &quot;!frizzle&quot; into the To
16869 pattern, the pattern will look like:
16871 <PRE>
16872  To pattern = !frizzle
16873 </PRE>
16875 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16876 In order to match messages that do not have &quot;frizzle&quot; in
16877 their To field, first type the characters &quot;frizzle&quot; followed
16878 by carriage return for the value of the To pattern, then negate it
16879 by typing the &quot;!&quot; command.
16880 It should end up looking like
16882 <PRE>
16883  ! To pattern = frizzle
16884 </PRE>
16887 You are not limited to using the six standard header patterns that are
16888 normally shown (To, From, Sender, Cc, News, and Subject).
16889 You may add any other header to a Pattern by
16890 using the &quot;eXtraHdr&quot; command to specify a different
16891 message header line; and then the Add or Change command to fill in
16892 a pattern for the new header line, just like you would for a standard header.
16894 A technicality: Since comma is the character used to separate multiple
16895 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16896 you want to include a literal comma in the field.
16897 In other words, if you type a backslash followed by a comma it will
16898 be interpreted as a comma by Alpine, instead of as a separator between
16899 pattern values.
16900 All other backslashes are literal backslashes and should not be escaped.
16902 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16903 for more information on Patterns.
16905 Look <A HREF="h_edit_nav_cmds">here</A>
16906 to see the available Editing and Navigation commands.
16908 &lt;End of help on this topic&gt;
16909 </BODY>
16910 </HTML>
16911 ======= h_config_other_topat =======
16912 <HTML>
16913 <HEAD>
16914 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16915 </HEAD>
16916 <BODY>
16917 <H1>&quot;To:&quot; Pattern Explained</H1>
16919 For some of the OTHER RULES actions, there is no message that is being
16920 compared against.
16921 If that is the case, then only the Current Folder Type is checked.
16922 In particular, this To pattern is ignored.
16923 Actions that fall into this category include both
16924 Sort Order and Index Format.
16926 A technicality: Since comma is the character used to separate multiple
16927 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16928 you want to include a literal comma in the field.
16929 In other words, if you type a backslash followed by a comma it will
16930 be interpreted as a comma by Alpine, instead of as a separator between
16931 pattern values.
16932 All other backslashes are literal backslashes and should not be escaped.
16934 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16935 for more information on Patterns.
16937 Look <A HREF="h_edit_nav_cmds">here</A>
16938 to see the available Editing and Navigation commands.
16940 &lt;End of help on this topic&gt;
16941 </BODY>
16942 </HTML>
16943 ======= h_config_filt_topat =======
16944 <HTML>
16945 <HEAD>
16946 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16947 </HEAD>
16948 <BODY>
16949 <H1>&quot;To:&quot; Pattern Explained</H1>
16951 Any text you enter as the &quot;To pattern&quot;
16952 will be compared to the recipients from the To: line of
16953 messages when Alpine opens folders.
16954 When the text you entered matches
16955 all or part of the To: line of a message, then the Filter Action you have
16956 specified will be carried out.
16957 (Any other non-blank parts of the Pattern must match, too.)
16960 You may enter a complete email address, part of an address, or a
16961 list of addresses or partial addresses.
16962 For example:
16965 <PRE>
16966  To pattern = friend@public.com
16967  To pattern = rated.net
16968  To pattern = xxx@adults.com
16969               admin@msn.com
16970               fool@motleyfool.com
16971 </PRE>
16974 Each of those are valid To patterns.
16977 Messages match those patterns if any of the
16978 addresses in the To: line of the message contains the pattern.
16979 If the pattern is a list of patterns
16980 (like the last example above) then it is a match if any of the patterns in
16981 the list match any of the addresses in the To: line.
16982 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16983 present for a match.
16984 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16985 address2 must be present.
16986 That is exactly what using a list does.)
16989 Some messages may be &quot;bounced&quot; to you, and will
16990 have a &quot;Resent-To:&quot; header line.
16991 If the message contains a Resent-To: line
16992 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16993 Alpine will look for
16994 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16995 the original To: line.
16998 When entering a pattern, you may choose an address from your address book
16999 with the &quot;T&quot; command.
17002 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17003 &quot;!&quot; &quot;toggle NOT&quot; command.
17004 This changes the meaning of the To pattern so that it has the opposite meaning.
17005 It will be considered a match if there are no matches between the
17006 addresses in the To: line and the list of To patterns.
17008 Don't make the mistake of putting the &quot;!&quot; in the data field for
17009 the pattern.
17010 For example, if you type the characters &quot;!frizzle&quot; into the To
17011 pattern, the pattern will look like:
17013 <PRE>
17014  To pattern = !frizzle
17015 </PRE>
17017 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17018 In order to match messages that do not have &quot;frizzle&quot; in
17019 their To field, first type the characters &quot;frizzle&quot; followed
17020 by carriage return for the value of the To pattern, then negate it
17021 by typing the &quot;!&quot; command.
17022 It should end up looking like
17024 <PRE>
17025  ! To pattern = frizzle
17026 </PRE>
17029 You are not limited to using the six standard header patterns that are
17030 normally shown (To, From, Sender, Cc, News, and Subject).
17031 You may add any other header to a Pattern by
17032 using the &quot;eXtraHdr&quot; command to specify a different
17033 message header line; and then the Add or Change command to fill in
17034 a pattern for the new header line, just like you would for a standard header.
17036 A technicality: Since comma is the character used to separate multiple
17037 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17038 you want to include a literal comma in the field.
17039 In other words, if you type a backslash followed by a comma it will
17040 be interpreted as a comma by Alpine, instead of as a separator between
17041 pattern values.
17042 All other backslashes are literal backslashes and should not be escaped.
17044 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17045 for more information on Patterns.
17047 Look <A HREF="h_edit_nav_cmds">here</A>
17048 to see the available Editing and Navigation commands.
17050 &lt;End of help on this topic&gt;
17051 </BODY>
17052 </HTML>
17053 ======= h_config_role_topat =======
17054 <HTML>
17055 <HEAD>
17056 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17057 </HEAD>
17058 <BODY>
17059 <H1>&quot;To:&quot; Pattern Explained</H1>
17061 Any text you enter as the &quot;To pattern&quot;
17062 will be compared to the recipients from the To: line of
17063 the message being replied to or forwarded.
17064 (Any other non-blank parts of the Pattern must match, too.)
17065 In the case of the Compose command, this pattern and the other header
17066 patterns are ignored.
17069 You may enter a complete email address, part of an address, or a
17070 list of addresses or partial addresses.
17071 For example:
17074 <PRE>
17075  To pattern = friend@public.com
17076  To pattern = rated.net
17077  To pattern = xxx@adults.com
17078               admin@msn.com
17079               fool@motleyfool.com
17080 </PRE>
17083 Each of those are valid To patterns.
17086 Messages match those patterns if any of the
17087 addresses in the To: line of the message contains the pattern.
17088 If the pattern is a list of patterns
17089 (like the last example above) then it is a match if any of the patterns in
17090 the list match any of the addresses in the To: line.
17091 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
17092 present for a match.
17093 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
17094 address2 must be present.
17095 That is exactly what using a list does.)
17098 Some messages may be &quot;bounced&quot; to you, and will
17099 have a &quot;Resent-To:&quot; header line.
17100 If the message contains a Resent-To: line
17101 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
17102 Alpine will look for
17103 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
17104 the original To: line.
17107 When entering a pattern, you may choose an address from your address book
17108 with the &quot;T&quot; command.
17111 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17112 &quot;!&quot; &quot;toggle NOT&quot; command.
17113 This changes the meaning of the To pattern so that it has the opposite meaning.
17114 It will be considered a match if there are no matches between the
17115 addresses in the To: line and the list of To patterns.
17117 Don't make the mistake of putting the &quot;!&quot; in the data field for
17118 the pattern.
17119 For example, if you type the characters &quot;!frizzle&quot; into the To
17120 pattern, the pattern will look like:
17122 <PRE>
17123  To pattern = !frizzle
17124 </PRE>
17126 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17127 In order to match messages that do not have &quot;frizzle&quot; in
17128 their To field, first type the characters &quot;frizzle&quot; followed
17129 by carriage return for the value of the To pattern, then negate it
17130 by typing the &quot;!&quot; command.
17131 It should end up looking like
17133 <PRE>
17134  ! To pattern = frizzle
17135 </PRE>
17138 You are not limited to using the six standard header patterns that are
17139 normally shown (To, From, Sender, Cc, News, and Subject).
17140 You may add any other header to a Pattern by
17141 using the &quot;eXtraHdr&quot; command to specify a different
17142 message header line; and then the Add or Change command to fill in
17143 a pattern for the new header line, just like you would for a standard header.
17145 A technicality: Since comma is the character used to separate multiple
17146 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17147 you want to include a literal comma in the field.
17148 In other words, if you type a backslash followed by a comma it will
17149 be interpreted as a comma by Alpine, instead of as a separator between
17150 pattern values.
17151 All other backslashes are literal backslashes and should not be escaped.
17153 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17154 for more information on Patterns.
17156 Look <A HREF="h_edit_nav_cmds">here</A>
17157 to see the available Editing and Navigation commands.
17159 &lt;End of help on this topic&gt;
17160 </BODY>
17161 </HTML>
17162 ======= h_config_role_frompat =======
17163 <HTML>
17164 <HEAD>
17165 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
17166 </HEAD>
17167 <BODY>
17168 <H1>&quot;From:&quot; Pattern Explained</H1>
17170 This is just like the &quot;To pattern&quot; except that it is compared with
17171 the address in the From: line of the message
17172 instead of the addresses from the To: line.
17173 See the help for the To pattern for more information on header patterns.
17175 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17176 for more information on Patterns.
17178 Look <A HREF="h_edit_nav_cmds">here</A>
17179 to see the available Editing and Navigation commands.
17181 &lt;End of help on this topic&gt;
17182 </BODY>
17183 </HTML>
17184 ======= h_config_role_senderpat =======
17185 <HTML>
17186 <HEAD>
17187 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
17188 </HEAD>
17189 <BODY>
17190 <H1>&quot;Sender:&quot; Pattern Explained</H1>
17192 This is just like the &quot;To pattern&quot; except that it is compared with
17193 the address from the Sender: line of the message
17194 instead of the addresses from the To: line.
17195 See the help for the To pattern for more information on header patterns.
17197 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17198 for more information on Patterns.
17200 Look <A HREF="h_edit_nav_cmds">here</A>
17201 to see the available Editing and Navigation commands.
17203 &lt;End of help on this topic&gt;
17204 </BODY>
17205 </HTML>
17206 ======= h_config_role_ccpat =======
17207 <HTML>
17208 <HEAD>
17209 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
17210 </HEAD>
17211 <BODY>
17212 <H1>&quot;Cc:&quot; Pattern Explained</H1>
17214 This is just like the &quot;To pattern&quot; except that it is compared with
17215 the addresses from the Cc: line of the message
17216 instead of the addresses from the To: line.
17217 See the help for the To pattern for more information on header patterns.
17219 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17220 for more information on Patterns.
17222 Look <A HREF="h_edit_nav_cmds">here</A>
17223 to see the available Editing and Navigation commands.
17225 &lt;End of help on this topic&gt;
17226 </BODY>
17227 </HTML>
17228 ======= h_config_role_recippat =======
17229 <HTML>
17230 <HEAD>
17231 <TITLE>Recipient Pattern Explained</TITLE>
17232 </HEAD>
17233 <BODY>
17234 <H1>Recipient Pattern Explained</H1>
17236 This is just like the &quot;To pattern&quot; except that it is compared with
17237 the addresses from both the To: line and the Cc: line of the
17238 message instead of just the addresses from the To: line.
17239 In other words, it is considered a match if the pattern matches
17240 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
17241 in the Cc: line.
17242 (Notice that defining the Recipient pattern does not have the same
17243 effect as defining both the To and Cc patterns.
17244 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
17245 It is equivalent to having two different rules;
17246 one with a To pattern and the other with the same Cc pattern.)
17248 A technicality: Since comma is the character used to separate multiple
17249 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17250 you want to include a literal comma in the field.
17251 In other words, if you type a backslash followed by a comma it will
17252 be interpreted as a comma by Alpine, instead of as a separator between
17253 pattern values.
17254 All other backslashes are literal backslashes and should not be escaped.
17256 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17257 for more information on Patterns.
17259 Look <A HREF="h_edit_nav_cmds">here</A>
17260 to see the available Editing and Navigation commands.
17262 &lt;End of help on this topic&gt;
17263 </BODY>
17264 </HTML>
17265 ======= h_config_role_particpat =======
17266 <HTML>
17267 <HEAD>
17268 <TITLE>Participant Pattern Explained</TITLE>
17269 </HEAD>
17270 <BODY>
17271 <H1>Participant Pattern Explained</H1>
17273 This is just like the &quot;To pattern&quot; except that it is compared with
17274 the addresses from the From: line, the To: line, and the Cc: line of the
17275 message instead of just the addresses from the To: line.
17276 In other words, it is considered a match if the pattern matches
17277 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
17278 in the To: line, <EM>OR</EM> an address in the Cc: line.
17279 (Notice that defining the Participant pattern does not have the same
17280 effect as defining all of the From, To, and Cc patterns.
17281 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
17282 From <EM>AND</EM> To <EM>AND</EM> Cc.
17283 It is equivalent to having three different rules;
17284 one with a From pattern, another with the same To pattern, and a third with
17285 the same Cc pattern.)
17287 A technicality: Since comma is the character used to separate multiple
17288 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17289 you want to include a literal comma in the field.
17290 In other words, if you type a backslash followed by a comma it will
17291 be interpreted as a comma by Alpine, instead of as a separator between
17292 pattern values.
17293 All other backslashes are literal backslashes and should not be escaped.
17295 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17296 for more information on Patterns.
17298 Look <A HREF="h_edit_nav_cmds">here</A>
17299 to see the available Editing and Navigation commands.
17301 &lt;End of help on this topic&gt;
17302 </BODY>
17303 </HTML>
17304 ======= h_config_role_newspat =======
17305 <HTML>
17306 <HEAD>
17307 <TITLE>News Pattern Explained</TITLE>
17308 </HEAD>
17309 <BODY>
17310 <H1>News Pattern Explained</H1>
17312 If this pattern is non-blank, then for this rule to be considered a
17313 match, at least one of the newsgroups from
17314 the Newsgroups line of the message must match this pattern.
17315 If this pattern is a list of patterns, then at least one of the
17316 newsgroups must match at least one of the patterns.
17317 (Any other non-blank parts of the Pattern must match, too.)
17319 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
17320 &quot;!&quot; &quot;toggle NOT&quot; command.
17321 This changes the meaning of the News pattern so that it has the opposite meaning.
17322 It will be considered a match if there are no matches between the
17323 addresses in the Newsgroups: line and the list of News patterns.
17325 Don't make the mistake of putting the &quot;!&quot; in the data field for
17326 the pattern.
17327 For example, if you type the characters &quot;!frizzle&quot; into the News
17328 pattern, the pattern will look like:
17330 <PRE>
17331  News pattern = !frizzle
17332 </PRE>
17334 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17335 In order to match messages that do not have &quot;frizzle&quot; in
17336 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
17337 by carriage return for the value of the News pattern, then negate it
17338 by typing the &quot;!&quot; command.
17339 It should end up looking like
17341 <PRE>
17342  ! News pattern = frizzle
17343 </PRE>
17345 A technicality: Since comma is the character used to separate multiple
17346 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17347 you want to include a literal comma in the field.
17348 In other words, if you type a backslash followed by a comma it will
17349 be interpreted as a comma by Alpine, instead of as a separator between
17350 pattern values.
17351 All other backslashes are literal backslashes and should not be escaped.
17354 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17355 for more information on Patterns.
17357 Look <A HREF="h_edit_nav_cmds">here</A>
17358 to see the available Editing and Navigation commands.
17360 &lt;End of help on this topic&gt;
17361 </BODY>
17362 </HTML>
17363 ======= h_config_role_subjpat =======
17364 <HTML>
17365 <HEAD>
17366 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
17367 </HEAD>
17368 <BODY>
17369 <H1>&quot;Subject:&quot; Pattern Explained</H1>
17371 This is similar to the other parts of the Pattern.
17372 It is compared with
17373 the contents from the Subject of the message.
17375 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17376 for more information on Patterns.
17378 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
17379 &quot;!&quot; &quot;toggle NOT&quot; command.
17380 This changes the meaning of the Subject pattern so that it has the opposite meaning.
17381 It will be considered a match if there are no matches between the
17382 text in the Subject: line and the list of Subject patterns.
17385 If you wish to have a header pattern that is not one of the six standard
17386 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
17388 A technicality: Since comma is the character used to separate multiple
17389 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17390 you want to include a literal comma in the field.
17391 In other words, if you type a backslash followed by a comma it will
17392 be interpreted as a comma by Alpine, instead of as a separator between
17393 pattern values.
17394 All other backslashes are literal backslashes and should not be escaped.
17396 Look <A HREF="h_edit_nav_cmds">here</A>
17397 to see the available Editing and Navigation commands.
17399 &lt;End of help on this topic&gt;
17400 </BODY>
17401 </HTML>
17402 ======= h_config_role_alltextpat =======
17403 <HTML>
17404 <HEAD>
17405 <TITLE>AllText Pattern Explained</TITLE>
17406 </HEAD>
17407 <BODY>
17408 <H1>AllText Pattern Explained</H1>
17410 This is similar to the header patterns.
17411 Instead of comparing with text in a particular header field it 
17412 is compared with all of the text in the message header and body.
17414 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
17415 &quot;!&quot; &quot;toggle NOT&quot; command.
17416 This changes the meaning of the AllText pattern so that it has the opposite meaning.
17417 It will be considered a match if there are no matches between the
17418 text of the message and the list of AllText patterns.
17420 Don't make the mistake of putting the &quot;!&quot; in the data field for
17421 the pattern.
17422 For example, if you type the characters &quot;!frizzle&quot; into the AllText
17423 pattern, the pattern will look like:
17425 <PRE>
17426  AllText pattern = !frizzle
17427 </PRE>
17429 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17430 In order to match messages that do not have &quot;frizzle&quot; in
17431 the text of the message, first type the characters &quot;frizzle&quot; followed
17432 by carriage return for the value of the AllText pattern, then negate it
17433 by typing the &quot;!&quot; command.
17434 It should end up looking like
17436 <PRE>
17437  ! AllText pattern = frizzle
17438 </PRE>
17440 It is possible that you may notice degraded performance when using
17441 AllText Patterns.
17443 A technicality: Since comma is the character used to separate multiple
17444 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17445 you want to include a literal comma in the field.
17446 In other words, if you type a backslash followed by a comma it will
17447 be interpreted as a comma by Alpine, instead of as a separator between
17448 pattern values.
17449 All other backslashes are literal backslashes and should not be escaped.
17451 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17452 for more information on Patterns.
17454 Look <A HREF="h_edit_nav_cmds">here</A>
17455 to see the available Editing and Navigation commands.
17457 &lt;End of help on this topic&gt;
17458 </BODY>
17459 </HTML>
17460 ======= h_config_role_bodytextpat =======
17461 <HTML>
17462 <HEAD>
17463 <TITLE>BodyText Pattern Explained</TITLE>
17464 </HEAD>
17465 <BODY>
17466 <H1>BodyText Pattern Explained</H1>
17468 This is similar to the header patterns.
17469 Instead of comparing with text in a particular header field it 
17470 is compared with all of the text in the message body.
17472 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
17473 &quot;!&quot; &quot;toggle NOT&quot; command.
17474 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
17475 It will be considered a match if there are no matches between the
17476 text of the body of the message and the list of BodyText patterns.
17478 Don't make the mistake of putting the &quot;!&quot; in the data field for
17479 the pattern.
17480 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
17481 pattern, the pattern will look like:
17483 <PRE>
17484  BdyText pattern = !frizzle
17485 </PRE>
17487 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17488 In order to match messages that do not have &quot;frizzle&quot; in
17489 their BodyText, first type the characters &quot;frizzle&quot; followed
17490 by carriage return for the value of the BodyText pattern, then negate it
17491 by typing the &quot;!&quot; command.
17492 It should end up looking like
17494 <PRE>
17495  ! BodyText pattern = frizzle
17496 </PRE>
17498 It is possible that you may notice degraded performance when using
17499 BodyText Patterns.
17501 A technicality: Since comma is the character used to separate multiple
17502 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17503 you want to include a literal comma in the field.
17504 In other words, if you type a backslash followed by a comma it will
17505 be interpreted as a comma by Alpine, instead of as a separator between
17506 pattern values.
17507 All other backslashes are literal backslashes and should not be escaped.
17509 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17510 for more information on Patterns.
17512 Look <A HREF="h_edit_nav_cmds">here</A>
17513 to see the available Editing and Navigation commands.
17515 &lt;End of help on this topic&gt;
17516 </BODY>
17517 </HTML>
17518 ======= h_config_role_charsetpat =======
17519 <HTML>
17520 <HEAD>
17521 <TITLE>Character Set Pattern Explained</TITLE>
17522 </HEAD>
17523 <BODY>
17524 <H1>Character Set Pattern Explained</H1>
17526 A message may use one or more character sets.
17527 This part of the Pattern matches messages that make use of
17528 certain specified character sets.
17529 It will be considered a match if a message uses any of the character
17530 sets in the list you give here.
17533 When filling in a value for this field, you may use
17534 the &quot;T&quot; command, which presents you with a large list of
17535 possible character sets to choose from.
17536 You may also just type in the name of a character set, and it need not
17537 be one that Alpine knows about.
17540 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
17541 GB2312) you may also use some shorthand names that Alpine provides.
17542 These names are more understandable shorthand names for sets of 
17543 character set names.
17544 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
17545 Selecting one of these shorthand names is equivalent to selecting all of
17546 the character sets that make up the set.
17547 You can see all of these shorthand names and the lists of character sets
17548 they stand for by typing the &quot;T&quot; command.
17551 For the purposes of this Pattern,
17552 Alpine will search through a message for all of the text parts and
17553 collect the character sets declared for each part.
17554 It will also look in the Subject line for a character set used there.
17555 Alpine does not actually look at the text of the message or the text
17556 of the Subject to determine if a declared character set is actually
17557 used, it looks only at the declarations themselves in the MIME part headers
17558 and in the Subject.
17561 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
17562 &quot;!&quot; &quot;toggle NOT&quot; command.
17563 This changes the meaning of the Character Set pattern so that
17564 it has the opposite meaning.
17565 It will be considered a match if none of the character sets in the
17566 list are used in a message.
17568 Don't make the mistake of putting the &quot;!&quot; in the data field for
17569 the pattern.
17570 For example, if you type the characters &quot;!GB2312&quot; into the
17571 Character Set pattern, the pattern will look like:
17573 <PRE>
17574  Charset pattern = !GB2312
17575 </PRE>
17577 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
17578 In order to match messages that do not have the
17579 character set &quot;GB2312&quot;
17580 set, first type the characters &quot;GB2312&quot; followed
17581 by carriage return for the value of the Character Set pattern, then negate it
17582 by typing the &quot;!&quot; command.
17583 It should end up looking like
17585 <PRE>
17586  ! Charset pattern = GB2312
17587 </PRE>
17589 A technicality: Since comma is the character used to separate multiple
17590 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17591 you want to include a literal comma in the field.
17592 In other words, if you type a backslash followed by a comma it will
17593 be interpreted as a comma by Alpine, instead of as a separator between
17594 pattern values.
17595 All other backslashes are literal backslashes and should not be escaped.
17597 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17598 for more information on Patterns.
17600 Look <A HREF="h_edit_nav_cmds">here</A>
17601 to see the available Editing and Navigation commands.
17603 &lt;End of help on this topic&gt;
17604 </BODY>
17605 </HTML>
17606 ======= h_config_role_keywordpat =======
17607 <HTML>
17608 <HEAD>
17609 <TITLE>Keyword Pattern Explained</TITLE>
17610 </HEAD>
17611 <BODY>
17612 <H1>Keyword Pattern Explained</H1>
17614 A folder may have user-defined keywords.
17615 These are similar to the Important flag, which the user may set using the
17616 Flag command.
17617 The difference is that the Important flag is always present for each folder.
17618 User-defined keywords are picked by the user.
17619 You may add new keywords by defining them in the
17620 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
17621 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
17622 the Flag command may be used to set or clear the keyword on individual messages.
17623 If you have given a keyword a nickname when configuring it,
17624 that nickname may be used instead of the actual keyword.
17627 When filling in a value for this field, it may be easiest to use
17628 the &quot;T&quot; command, which presents you with a list of the keywords
17629 you have defined to choose from.
17632 This part of the Pattern matches messages with certain keywords set.
17633 It will be considered a match if a message has any of the keywords in the
17634 list set.
17635 A keyword that you have not defined using the
17636 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
17637 will not be a match.
17640 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
17641 &quot;!&quot; &quot;toggle NOT&quot; command.
17642 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
17643 It will be considered a match if none of the keywords in the list are set
17644 for a message.
17645 A keyword that you have not defined using the
17646 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
17647 will not be a match, so a <EM>NOT</EM> of that keyword does match.
17649 Don't make the mistake of putting the &quot;!&quot; in the data field for
17650 the pattern.
17651 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
17652 pattern, the pattern will look like:
17654 <PRE>
17655  Keyword pattern = !frizzle
17656 </PRE>
17658 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17659 In order to match messages that do not have the keyword &quot;frizzle&quot;
17660 set, first type the characters &quot;frizzle&quot; followed
17661 by carriage return for the value of the Keyword pattern, then negate it
17662 by typing the &quot;!&quot; command.
17663 It should end up looking like
17665 <PRE>
17666  ! Keyword pattern = frizzle
17667 </PRE>
17669 A technicality: Since comma is the character used to separate multiple
17670 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17671 you want to include a literal comma in the field.
17672 In other words, if you type a backslash followed by a comma it will
17673 be interpreted as a comma by Alpine, instead of as a separator between
17674 pattern values.
17675 All other backslashes are literal backslashes and should not be escaped.
17677 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17678 for more information on Patterns.
17680 Look <A HREF="h_edit_nav_cmds">here</A>
17681 to see the available Editing and Navigation commands.
17683 &lt;End of help on this topic&gt;
17684 </BODY>
17685 </HTML>
17686 ======= h_config_role_arbpat =======
17687 <HTML>
17688 <HEAD>
17689 <TITLE>Extra Header Patterns Explained</TITLE>
17690 </HEAD>
17691 <BODY>
17692 <H1>Extra Header Patterns Explained</H1>
17694 The header patterns that come after the Participant pattern but before the 
17695 AllText pattern are extra header patterns that you have added to a rule's
17696 Pattern. These are just like the other header patterns except that
17697 the contents of the particular header listed on the left hand side will
17698 be used for comparisons.
17700 The &quot;eXtraHdr&quot; command may be used to add more of these
17701 header patterns to the rule you are editing.
17703 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
17704 extra header pattern from the rule you are editing.
17706 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
17707 &quot;!&quot; &quot;toggle NOT&quot; command.
17708 This changes the meaning of the pattern so that it has the opposite meaning.
17709 It will be considered a match if there are no matches between the
17710 text in the header line and the list of patterns.
17712 Don't make the mistake of putting the &quot;!&quot; in the data field for
17713 the pattern.
17714 For example, if you type the characters &quot;!frizzle&quot; into the
17715 pattern, the pattern will look like:
17717 <PRE>
17718  Xyz pattern = !frizzle
17719 </PRE>
17721 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17722 In order to match messages that do not have &quot;frizzle&quot; in
17723 their Xyz field, first type the characters &quot;frizzle&quot; followed
17724 by carriage return for the value of the pattern, then negate it
17725 by typing the &quot;!&quot; command.
17726 It should end up looking like
17728 <PRE>
17729  ! Xyz pattern = frizzle
17730 </PRE>
17733 A technicality: Since comma is the character used to separate multiple
17734 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17735 you want to include a literal comma in the field.
17736 In other words, if you type a backslash followed by a comma it will
17737 be interpreted as a comma by Alpine, instead of as a separator between
17738 pattern values.
17739 All other backslashes are literal backslashes and should not be escaped.
17741 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17742 for more information on Patterns.
17744 Look <A HREF="h_edit_nav_cmds">here</A>
17745 to see the available Editing and Navigation commands.
17747 &lt;End of help on this topic&gt;
17748 </BODY>
17749 </HTML>
17750 ======= h_config_role_cat_cmd =======
17751 <HTML>
17752 <HEAD>
17753 <TITLE>Categorizer Command Explained</TITLE>
17754 </HEAD>
17755 <BODY>
17756 <H1>Categorizer Command Explained</H1>
17758 This is a command that is run with its standard input set to the message
17759 being checked and its standard output discarded.
17760 The full directory path should be specified.
17761 The command will be run and then its exit status will be checked against
17762 the Exit Status Interval, which defaults to just the value zero.
17763 If the exit status of the command falls in the interval, it is considered
17764 a match, otherwise it is not a match.
17767 This option may actually be a list of commands.
17768 The first one that exists and is executable is used.
17769 That makes it possible to use the same configuration with Unix Alpine and
17770 PC-Alpine.
17773 If none of the commands in the list exists and is executable then the rule
17774 is <EM>not</EM> a match.
17775 If it is possible that the command may not exist, you should be careful
17776 to structure your rules so that nothing destructive
17777 happens when the command does not exist.
17778 For example, you might have a filter that filters away spam when there is
17779 a match but does nothing when there is not a match.
17780 That would cause no harm if the command didn't exist.
17781 However, if you have a filter that filters away spam when there is not
17782 a match and keeps it when there is a match, that would filter everything
17783 if the categorizer command didn't exist.
17785 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
17786 setup for the bogofilter filter.
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_cmd_example =======
17799 <HTML>
17800 <HEAD>
17801 <TITLE>Categorizer Command Example</TITLE>
17802 </HEAD>
17803 <BODY>
17804 <H1>Categorizer Command Example</H1>
17806 Bogofilter
17807 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
17808 is a mail filter that attempts to classify mail as spam or
17809 non-spam using statistical analysis of the message content.
17810 When run with no arguments and a message as standard input, it exits with
17811 exit status 0 if it thinks a message is spam and 1 if it thinks
17812 it is not spam.
17813 To use bogofilter as your Categorizer Command you would simply set Command to
17814 the pathname of the bogofilter program.
17815 For example,
17817 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
17819 Exit status of zero is what you are interested in, so you'd set the
17820 Exit Status Interval to
17822 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
17825 In order to prevent downloading an entire huge message to check for spam, you
17826 might want to set the Character Limit to a few thousand characters (the
17827 assumption being that the spam will reveal itself in those characters)
17829 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
17832 You would probably use bogofilter in an Alpine Filter Rule, and have the action
17833 be to move the message to a spam folder.
17834 It would usually be wise to also check the &quot;Message is Recent&quot;
17835 part of the rule so that messages are only checked when they first arrive,
17836 and to restrict the Current Folder Type to just your INBOX.
17837 The reason for checking only Recent messages is to save the time it takes
17838 to run bogofilter on each message.
17839 As an experiment, you might start out by using this in an Indexcolor Rule
17840 instead of a Filter Rule.
17841 In that case, you probably wouldn't check the Recent checkbox.
17843 The use described above assumes that you are somehow maintaining bogofilter's
17844 database of words associated with spam and non-spam messages.
17845 One way to start your database would be to select a bunch of spam messages
17846 in Alpine (you might Save spam messages to a special folder or use Alpine's
17847 Select command to select several) and then Apply
17848 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
17849 a pipe command to the spam messages.
17850 For example, you could have a shell script or an alias
17851 called <EM>this_is_spam</EM>, which would simply be the command
17853 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
17856 It is probably best to use the pipe command's Raw Text, With Delimiter,
17857 and Free Output options,
17858 which are at the bottom of the screen when you type the pipe command.
17859 That's because bogofilter expects the raw message as input, and uses
17860 the Delimiters to tell when a new message starts.
17861 You would not need to use a separate pipe for each message, because
17862 bogofilter can handle multiple messages at once.
17864 Similarly, you would select a group of non-spam messages
17865 and run them through a <EM>this_is_nonspam</EM> script
17866 that was something like
17868 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
17871 For the more adventurous, the next step might be to automate the upkeep of
17872 the bogofilter database.
17873 It might make more sense to have bogofilter be part of the delivery process,
17874 but it is also possible to do it entirely from within Alpine.
17875 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
17876 the &quot;-u&quot; argument will cause bogofilter to update the database.
17878 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
17880 You'd want a couple more aliases or shell scripts called something like
17881 <EM>change_to_spam</EM>
17883 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
17886 <EM>change_to_nonspam</EM>
17888 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
17890 When you run across a message in your INBOX that should have been
17891 classified as spam you would pipe it to the change_to_spam script, and
17892 when you run across a message in your spam folder that should have been
17893 left in your INBOX you would pipe it through change_to_nonspam.
17896 There is a technical problem with this approach.
17897 Alpine may check your filters more than once.
17898 In particular, every time you start Alpine the filters will be checked for
17899 each message.
17900 Also, if you have any filters that depend on message state (New, Deleted, etc.)
17901 then Alpine will recheck for matches in messages that have changed state
17902 at the time you close the folder and before expunging.
17903 This is usually ok.
17904 However, in this case it is a problem because the command
17906 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
17908 has the side effect of updating the database.
17909 So you run the risk of updating the database multiple times for a single
17910 message instead of updating it just once per message.
17911 There are some ways to work around this problem.
17912 What you need is a way to mark the message after you have run the filter.
17913 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
17914 Besides having the filter move the message to a spam folder, also have it
17915 set the Bogo keyword.
17916 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
17917 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
17918 This rule can only set the Bogo keyword for the messages that it matches.
17919 You will also need to add a second rule right after this one that
17920 matches all the messages that don't have the Bogo keyword set
17921 (put the keyword in the Keyword pattern and toggle
17922 the Not with the ! command)
17923 and takes the action of setting it.
17924 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
17925 (and so it won't re-run the bogofilter command) if the keyword is already
17926 set.
17928 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
17929 on all messages that don't have the Bogo keyword set.
17930 This will have the side effect of inserting that message in the bogofilter
17931 database, match or not.
17932 If this rule matches (it is spam), the Bogo keyword will be set and
17933 the message will be moved to a spam folder.
17934 If it does not match, the
17935 following rule will mark the message by turning on the keyword.
17936 This second rule should be a non-terminating
17937 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
17938 rule so that it doesn't stop the filtering process before the rest of
17939 your rules are consulted.
17942 In summary, the first rule is something like
17943 <PRE>
17944   Nickname          = bogofilter -u rule
17945   Current Folder Type =
17946                (*) Specific
17947                    Folder = INBOX
17949   ! Keyword pattern = Bogo
17951   External Categorizer Commands =
17952        Command              = /usr/local/bin/bogofilter -u
17953        Exit Status Interval = (0,0)
17954        Character Limit      = <No Value Set: using "-1">  (optionally set this)
17956   Filter Action =
17957        (*) Move
17958            Folder = spam
17959   
17960   Set These Keywords   = Bogo
17961 </PRE>
17963 and the following rule is
17964 <PRE>
17965   Nickname          = Set Bogo Keyword
17966   Current Folder Type =
17967                (*) Specific
17968                    Folder = INBOX
17970   ! Keyword pattern = Bogo
17972   Filter Action =
17973        (*) Just Set Message Status
17975   Set These Keywords   = Bogo
17977   Features =
17978       [X]  dont-stop-even-if-rule-matches
17979 </PRE>
17981 If it is possible for you to insert bogofilter in the delivery process instead
17982 of having it called from Alpine you could prevent having to wait
17983 for the bogofilter processing while you read your mail.
17984 You would have bogofilter add a header to the message at the time of delivery
17985 that identified it as spam or nonspam.
17986 With this method, you could avoid using a Categorizer Command while running Alpine,
17987 and just match on the header instead.
17988 You might still want to use the scripts mentioned above to initialize the
17989 database or to re-classify wrongly classified messages.
17992 Finally, it isn't for the faint-hearted,
17993 but it is also possible to run bogofilter from PC-Alpine.
17994 You can install Cygwin from
17995 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
17996 then compile bogofilter in the cygwin environment, and run it from
17997 within PC-Alpine.
17998 You would end up with a Categorizer command that looked something like
18000 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
18002 Note that the &quot;.exe&quot; extension is explicit,
18003 and that the bogofilter.exe executable should be in the same directory
18004 as cygwin1.dll.
18007 &lt;End of help on this topic&gt;
18008 </BODY>
18009 </HTML>
18010 ======= h_config_role_cat_status =======
18011 <HTML>
18012 <HEAD>
18013 <TITLE>Exit Status Interval Explained</TITLE>
18014 </HEAD>
18015 <BODY>
18016 <H1>Exit Status Interval Explained</H1>
18018 The categorizer command is run and the result is the exit status of
18019 that command.
18020 If that exit status falls in the Exit Status Interval
18021 then it is considered a match, otherwise it is not a match.
18022 Of course for the entire rule to match, it must also be checked against
18023 the other defined parts of the Pattern.
18025 The Exit Status Interval defaults to the single value 0 (zero).
18026 If you define it, it should be set to something like:
18028 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
18030 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
18031 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
18032 positive and negative integers.
18034 Actually, a list of intervals may be used if you wish.
18035 A list would look like
18037 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
18039 When there is an Exit Status Interval defined, it is a match if the exit status
18040 of the categorizer command is contained in any of the intervals.
18041 The intervals include both endpoints.
18043 The default interval is
18045 <CENTER><SAMP>(0,0)</SAMP></CENTER>
18047 and it matches only if the command exits with exit status equal to zero.
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_role_cat_limit =======
18060 <HTML>
18061 <HEAD>
18062 <TITLE>Character Limit Explained</TITLE>
18063 </HEAD>
18064 <BODY>
18065 <H1>Character Limit Explained</H1>
18067 Setting this option makes it possible to limit how much of the message
18068 is made available to the categorizer command as input.
18069 The default value (-1) means that the entire message is fed to the
18070 command.
18071 A value of 0 (zero) means that only the headers of the message are
18072 made available.
18073 A positive integer means that the headers plus that many characters from
18074 the body of the message are passed to the categorizer.
18077 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18078 for more information on Patterns.
18080 Look <A HREF="h_edit_nav_cmds">here</A>
18081 to see the available Editing and Navigation commands.
18083 &lt;End of help on this topic&gt;
18084 </BODY>
18085 </HTML>
18086 ======= h_config_role_age =======
18087 <HTML>
18088 <HEAD>
18089 <TITLE>Age Interval Explained</TITLE>
18090 </HEAD>
18091 <BODY>
18092 <H1>Age Interval Explained</H1>
18094 The Age Interval, if defined, is part of the Pattern.
18095 If you use this, it should be set to something like:
18097 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
18099 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
18100 The special value &quot;INF&quot; may be used for the max value.
18101 It represents infinity.
18103 In rare cases it may be useful to use the more general form of the value,
18104 which is a comma-separated list of intervals.
18105 It would look something like:
18107 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
18109 When there is an Age Interval defined, it is a match if the age, in days, of
18110 the message is contained in the interval.
18111 The interval includes both endpoints.
18112 If the option is set to a list of intervals then it is a match if the
18113 age of the message is contained in any of the intervals.
18115 Even though this option is called Age, it isn't actually
18116 the <EM>age</EM> of the message.
18117 Instead, it is how many days ago the message arrived in one of your folders.
18118 If the current time is a little past midnight, then a message that arrived
18119 just before midnight arrived yesterday, even though the message is only
18120 a few minutes old.
18121 By default, the date being used is not the date in the Date
18122 header of the message.
18123 It is the date that the message arrived in one of your folders.
18124 When you Save a message from one folder to another that arrival date
18125 is preserved.
18126 If you would like to use the date in the Date header that is possible.
18127 Turn on the option
18128 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
18129 near the bottom of the rule definition.
18131 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
18132 The age interval
18134 <CENTER><SAMP>(2,2)</SAMP></CENTER>
18136 matches all messages that arrived on the day before yesterday.
18137 The interval
18139 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
18141 matches all messages that arrived at least 180 days before today.
18142 The interval
18144 <CENTER><SAMP>(0,1)</SAMP></CENTER>
18146 matches all messages that arrived today or yesterday.
18149 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18150 for more information on Patterns.
18152 Look <A HREF="h_edit_nav_cmds">here</A>
18153 to see the available Editing and Navigation commands.
18155 &lt;End of help on this topic&gt;
18156 </BODY>
18157 </HTML>
18158 ======= h_config_role_size =======
18159 <HTML>
18160 <HEAD>
18161 <TITLE>Size Interval Explained</TITLE>
18162 </HEAD>
18163 <BODY>
18164 <H1>Size Interval Explained</H1>
18166 The Size Interval, if defined, is part of the Pattern.
18167 If you use this, it should be set to something like:
18169 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
18171 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
18172 The special value &quot;INF&quot; may be used for the max value.
18173 It represents infinity.
18175 In rare cases it may be useful to use the more general form of the value,
18176 which is a comma-separated list of intervals.
18177 It would look something like:
18179 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
18181 When there is a Size Interval defined, it is a match if the size of
18182 the message is contained in the interval.
18183 The interval includes both endpoints.
18184 If the option is set to a list of intervals then it is a match if the
18185 size of the message is contained in any of the intervals.
18187 The size interval
18189 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
18191 matches all messages with sizes greater than or equal to 10000, and less
18192 than or equal to 50000.
18193 The interval
18195 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
18197 matches all messages with sizes greater than or equal to 100000.
18200 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18201 for more information on Patterns.
18203 Look <A HREF="h_edit_nav_cmds">here</A>
18204 to see the available Editing and Navigation commands.
18206 &lt;End of help on this topic&gt;
18207 </BODY>
18208 </HTML>
18209 ======= h_config_role_scorei =======
18210 <HTML>
18211 <HEAD>
18212 <TITLE>Score Interval Explained</TITLE>
18213 </HEAD>
18214 <BODY>
18215 <H1>Score Interval Explained</H1>
18217 The Score Interval, if defined, is part of the Pattern.
18218 If you use this, it should be set to something like:
18220 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
18222 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
18223 -32000 and 32000.
18224 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
18225 the min and max values.
18226 These represent negative and positive infinity.
18228 Actually, the value may be a list of intervals rather than just a
18229 single interval if that is useful.
18230 The elements of the list are separated by commas like:
18232 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
18234 When there is a Score Interval defined, it is a match if the score for
18235 the message is contained in any of the intervals.
18236 The intervals include both endpoints.
18237 The score for a message is calculated by looking at every scoring rule
18238 defined and adding up the Score Values for the rules that match the message.
18239 Scoring rules are created using the
18240 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
18243 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18244 for more information on Patterns.
18246 Look <A HREF="h_edit_nav_cmds">here</A>
18247 to see the available Editing and Navigation commands.
18249 &lt;End of help on this topic&gt;
18250 </BODY>
18251 </HTML>
18252 ======= h_config_role_fldr_type =======
18253 <HTML>
18254 <HEAD>
18255 <TITLE>Current Folder Type Explained</TITLE>
18256 </HEAD>
18257 <BODY>
18258 <H1>Current Folder Type Explained</H1>
18260 The Current Folder Type is part of the role's Pattern.
18261 It refers to the type of the currently open folder, which is the folder
18262 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
18263 In order for a role to be considered a match, the current folder must
18264 be of the type you set here.
18265 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18266 all what you might think.
18268 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
18269 example, then
18270 that role will only be a match if the current folder is a newsgroup and
18271 the rest of the Pattern matches.
18272 The value &quot;Specific&quot; may be used when you want to limit the match
18273 to a specific folder (not just a specific type of folder), or to a list of
18274 specific folders.
18276 In order to match a specific folder you Select the &quot;Specific&quot;
18277 button <EM>AND</EM> fill in
18278 the name (or list of names) of
18279 the folder in the &quot;Folder List&quot; field.
18280 If the current folder is any of the folders in the list, that is considered
18281 a match.
18282 The name of each folder in the list may be either &quot;INBOX&quot;,
18283 the technical specification
18284 of the folder (like what appears in your configuration file) or, if the
18285 folder is one of your incoming folders, it may be the nickname you've given
18286 the folder.
18287 Here are a couple samples of specific folder names:
18289 <CENTER><SAMP>{monet.art.example.com/user=vincent}mail/art-class</SAMP></CENTER>
18291 <CENTER><SAMP>{news.example.com/nntp/user=peter}#news.comp.mail.pine</SAMP></CENTER>
18293 Observe that in order for an external folder (IMAP, POP, News) to be a match,
18294 you must also add the /user= option in the definition of the incoming folder.
18296 The easiest way to fill in the &quot;Folder List&quot; field is to use
18297 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
18298 highlighted, or to use the &quot;Take&quot; command with the configuration
18299 feature
18300 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
18301 turned on.
18302 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18303 Current Folder Type is set to &quot;Specific&quot;, and any value that
18304 &quot;Folder List&quot; has is ignored unless the type
18305 is set to &quot;Specific&quot;.
18307 When reading a newsgroup, there may be a performance penalty
18308 incurred when collecting the information necessary to check a Pattern.
18309 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18311 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18312 for more information on Patterns.
18314 Look <A HREF="h_edit_nav_cmds">here</A>
18315 to see the available Editing and Navigation commands.
18317 &lt;End of help on this topic&gt;
18318 </BODY>
18319 </HTML>
18320 ======= h_config_filt_rule_type =======
18321 <HTML>
18322 <HEAD>
18323 <TITLE>Filter Action Explained</TITLE>
18324 </HEAD>
18325 <BODY>
18326 <H1>Filter Action Explained</H1>
18328 The Filter Action specifies the action to be taken when the Pattern is a
18329 match.
18330 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
18331 &quot;Just Set Message Status&quot;.
18333 If it is set to &quot;Delete&quot;, then the message that matches the
18334 Pattern will be deleted from the open folder.
18336 If it is set to &quot;Move&quot;, then the name of the folder to which
18337 the matching message should be moved is given in the &quot;Folder List&quot; field on the
18338 next line of the screen.
18339 A list of folders separated by commas may be given, in which case the
18340 message will be copied to all of the folders in the list before it is
18341 deleted.
18343 If it is set to neither of those two values (it is set to the value
18344 labeled &quot;Just Set Message Status&quot;) then the message status
18345 setting will happen
18346 but the message will not be deleted or moved.
18348 If you are Moving a message you may also set Message Status if you wish.
18350 The easiest way to fill in the &quot;Folder List&quot; field is to use
18351 the T command that is available when the &quot;Folder List&quot; line is
18352 highlighted.
18353 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18354 Filter Action is set to &quot;Move&quot;, and any value that
18355 &quot;Folder List&quot; has is ignored unless the type
18356 is set to &quot;Move&quot;.
18358 There are a few tokens that may be used in the names in the Folder List.
18359 They are all related to the date on which the filtering is taking place.
18360 The tokens are words surrounded by underscores.
18361 For example, if you want your filter to move messages to a folder named
18362 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
18363 you could specify the folder as
18364 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
18365 which would result in a file named something like
18366 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
18368 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
18369 which would result in a file named something like
18370 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
18371 The available tokens are listed
18372 <A HREF="h_index_tokens">here</A>.
18374 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18375 for more information on Patterns.
18377 Look <A HREF="h_edit_nav_cmds">here</A>
18378 to see the available Editing and Navigation commands.
18380 &lt;End of help on this topic&gt;
18381 </BODY>
18382 </HTML>
18383 ======= h_config_score_fldr_type =======
18384 <HTML>
18385 <HEAD>
18386 <TITLE>Current Folder Type Explained</TITLE>
18387 </HEAD>
18388 <BODY>
18389 <H1>Current Folder Type Explained</H1>
18391 The Current Folder Type is part of the scoring rule's Pattern.
18392 It refers to the type of the folder that
18393 the message being scored is in.
18394 In order for a rule to be considered a match, the current folder must
18395 be of the type you set here.
18396 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18397 all what you might think.
18399 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18400 example, then
18401 that Pattern will only match if the current folder is a newsgroup and
18402 the rest of the Pattern matches.
18403 The value &quot;Specific&quot; may be used when you want to limit the match
18404 to a specific folder (not just a specific type of folder), or to a list of
18405 specific folders.
18407 In order to match a specific folder you Select the &quot;Specific&quot;
18408 button <EM>AND</EM> fill in
18409 the name (or list of names) of
18410 the folder in the &quot;Folder List&quot; field.
18411 If the current folder is any of the folders in the list, that is considered
18412 a match.
18413 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18414 of the folder (like what appears in your configuration file) or, if the
18415 folder is one of your incoming folders, it may be the nickname you've given
18416 the folder.
18417 Here are a couple samples of specific folder names:
18419 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18421 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18423 The easiest way to fill in the &quot;Folder List&quot; field is to use
18424 the T command that is available when the &quot;Folder List&quot; line is
18425 highlighted.
18426 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18427 Current Folder Type is set to &quot;Specific&quot;, and any value that
18428 &quot;Folder List&quot; has is ignored unless the type
18429 is set to &quot;Specific&quot;.
18431 When reading a newsgroup, there may be a performance penalty
18432 incurred when collecting the information necessary to check a Pattern.
18433 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18434 For example, if you have Index Line Coloring rules that have Score Intervals
18435 defined then the scores for all the visible messages will need to be calculated.
18436 If some of your Scoring rules have 
18437 a Current Folder Type of
18438 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
18439 screen to draw more slowly when in a newsgroup.
18441 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18442 for more information on Patterns.
18444 Look <A HREF="h_edit_nav_cmds">here</A>
18445 to see the available Editing and Navigation commands.
18447 &lt;End of help on this topic&gt;
18448 </BODY>
18449 </HTML>
18450 ======= h_config_other_fldr_type =======
18451 <HTML>
18452 <HEAD>
18453 <TITLE>Current Folder Type Explained</TITLE>
18454 </HEAD>
18455 <BODY>
18456 <H1>Current Folder Type Explained</H1>
18458 The Current Folder Type is part of the rule's Pattern.
18459 It refers to the type of the folder being viewed.
18460 In order for a rule to be considered a match, the current folder must
18461 be of the type you set here.
18462 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18463 all what you might think.
18465 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18466 example, then
18467 that Pattern will only match if the current folder is a newsgroup.
18468 The value &quot;Specific&quot; may be used when you want to limit the match
18469 to a specific folder (not just a specific type of folder), or to a list of
18470 specific folders.
18472 In order to match a specific folder you Select the &quot;Specific&quot;
18473 button <EM>AND</EM> fill in
18474 the name (or list of names) of
18475 the folder in the &quot;Folder List&quot; field.
18476 If the current folder is any of the folders in the list, that is considered
18477 a match.
18478 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18479 of the folder (like what appears in your configuration file) or, if the
18480 folder is one of your incoming folders, it may be the nickname you've given
18481 the folder.
18482 Here are a couple samples of specific folder names:
18484 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18486 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18488 The easiest way to fill in the &quot;Folder List&quot; field is to use
18489 the T command that is available when the &quot;Folder List&quot; line is
18490 highlighted.
18491 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18492 Current Folder Type is set to &quot;Specific&quot;, and any value that
18493 &quot;Folder List&quot; has is ignored unless the type
18494 is set to &quot;Specific&quot;.
18496 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18497 for more information on Patterns.
18499 Look <A HREF="h_edit_nav_cmds">here</A>
18500 to see the available Editing and Navigation commands.
18502 &lt;End of help on this topic&gt;
18503 </BODY>
18504 </HTML>
18505 ======= h_config_incol_fldr_type =======
18506 <HTML>
18507 <HEAD>
18508 <TITLE>Current Folder Type Explained</TITLE>
18509 </HEAD>
18510 <BODY>
18511 <H1>Current Folder Type Explained</H1>
18513 The Current Folder Type is part of the Line Coloring rule's Pattern.
18514 It refers to the type of the folder for which the MESSAGE INDEX is
18515 being viewed.
18516 In order for a rule to be considered a match, the current folder must
18517 be of the type you set here.
18518 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18519 all what you might think.
18521 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18522 example, then
18523 that Pattern will only match if the current folder is a newsgroup and
18524 the rest of the Pattern matches.
18525 The value &quot;Specific&quot; may be used when you want to limit the match
18526 to a specific folder (not just a specific type of folder), or to a list of
18527 specific folders.
18529 In order to match a specific folder you Select the &quot;Specific&quot;
18530 button <EM>AND</EM> fill in
18531 the name (or list of names) of
18532 the folder in the &quot;Folder List&quot; field.
18533 If the current folder is any of the folders in the list, that is considered
18534 a match.
18535 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18536 of the folder (like what appears in your configuration file) or, if the
18537 folder is one of your incoming folders, it may be the nickname you've given
18538 the folder.
18539 Here are a couple samples of specific folder names:
18541 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18543 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18545 The easiest way to fill in the &quot;Folder List&quot; field is to use
18546 the T command that is available when the &quot;Folder List&quot; line is
18547 highlighted.
18548 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18549 Current Folder Type is set to &quot;Specific&quot;, and any value that
18550 &quot;Folder List&quot; has is ignored unless the type
18551 is set to &quot;Specific&quot;.
18553 When reading a newsgroup, there may be a performance penalty
18554 incurred when collecting the information necessary to check a Pattern.
18555 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18556 For example, a rule with a non-Normal Index Line Color
18557 and a Current Folder Type of
18558 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
18559 screen to draw more slowly when in a newsgroup.
18561 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18562 for more information on Patterns.
18564 Look <A HREF="h_edit_nav_cmds">here</A>
18565 to see the available Editing and Navigation commands.
18567 &lt;End of help on this topic&gt;
18568 </BODY>
18569 </HTML>
18570 ======= h_config_filt_fldr_type =======
18571 <HTML>
18572 <HEAD>
18573 <TITLE>Current Folder Type Explained</TITLE>
18574 </HEAD>
18575 <BODY>
18576 <H1>Current Folder Type Explained</H1>
18578 The Current Folder Type is part of the Filtering rule's Pattern.
18579 It refers to the type of the folder for which the filtering is being done.
18580 In order for a rule to be considered a match, the current folder must
18581 be of the type you set here.
18582 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18583 all what you might think.
18585 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18586 example, then
18587 that Pattern will only match if the current folder is a newsgroup and
18588 the rest of the Pattern matches.
18589 The value &quot;Specific&quot; may be used when you want to limit the match
18590 to a specific folder (not just a specific type of folder), or to a list of
18591 specific folders.
18593 In order to match a specific folder you Select the &quot;Specific&quot;
18594 button <EM>AND</EM> fill in
18595 the name (or list of names) of
18596 the folder in the &quot;Folder List&quot; field.
18597 If the current folder is any of the folders in the list, that is considered
18598 a match.
18599 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18600 of the folder (like what appears in your configuration file) or, if the
18601 folder is one of your incoming folders, it may be the nickname you've given
18602 the folder.
18603 Here are a couple samples of specific folder names:
18605 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18607 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18609 The easiest way to fill in the &quot;Folder List&quot; field is to use
18610 the T command that is available when the &quot;Folder List&quot; line is
18611 highlighted.
18612 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18613 Current Folder Type is set to &quot;Specific&quot;, and any value that
18614 &quot;Folder List&quot; has is ignored unless the type
18615 is set to &quot;Specific&quot;.
18617 When reading a newsgroup, there may be a performance penalty
18618 incurred when collecting the information necessary to check a Pattern.
18619 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18620 For example, a rule with a Current Folder Type of either
18621 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
18622 more slowly when opening a newsgroup.
18624 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18625 for more information on Patterns.
18627 Look <A HREF="h_edit_nav_cmds">here</A>
18628 to see the available Editing and Navigation commands.
18630 &lt;End of help on this topic&gt;
18631 </BODY>
18632 </HTML>
18633 ======= h_config_role_stat_imp =======
18634 <HTML>
18635 <HEAD>
18636 <TITLE>Message Important Status Explained</TITLE>
18637 </HEAD>
18638 <BODY>
18639 <H1>Message Important Status Explained</H1>
18641 This part of the Pattern may have one of three possible values.
18642 The default value is &quot;Don't care&quot;, which matches any message.
18643 The other two values are &quot;Yes&quot;, which means the message must be
18644 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
18645 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
18646 to be a match.
18648 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18649 for more information on Patterns.
18651 Look <A HREF="h_edit_nav_cmds">here</A>
18652 to see the available Editing and Navigation commands.
18654 &lt;End of help on this topic&gt;
18655 </BODY>
18656 </HTML>
18657 ======= h_config_role_stat_new =======
18658 <HTML>
18659 <HEAD>
18660 <TITLE>Message New Status Explained</TITLE>
18661 </HEAD>
18662 <BODY>
18663 <H1>Message New Status Explained</H1>
18665 This part of the Pattern may have one of three possible values.
18666 The default value is &quot;Don't care&quot;, which matches any message.
18667 The other two values are &quot;Yes&quot;, which means the message must be
18668 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
18669 means the message must <EM>not</EM> be &quot;New&quot; in order
18670 to be a match.
18671 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
18672 same as <EM>Seen</EM>.
18674 The nomenclature for New and Recent is a bit confusing:
18676 New means that the message is Unseen.
18677 It could have been in your mailbox for a long time but if you haven't looked
18678 at it, it is still considered New.
18679 That matches the default Alpine index display that shows an N for such a
18680 message.
18682 Recent means that the message was added to this folder since the last time
18683 you opened the folder.
18684 Alpine also shows an N by default for these types of messages.
18685 If you were to run two copies of Alpine that opened a folder one right after
18686 the other, a message would only show up as Recent in (at most) the first
18687 Alpine session.
18689 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18690 for more information on Patterns.
18692 Look <A HREF="h_edit_nav_cmds">here</A>
18693 to see the available Editing and Navigation commands.
18695 &lt;End of help on this topic&gt;
18696 </BODY>
18697 </HTML>
18698 ======= h_config_role_stat_recent =======
18699 <HTML>
18700 <HEAD>
18701 <TITLE>Message Recent Status Explained</TITLE>
18702 </HEAD>
18703 <BODY>
18704 <H1>Message Recent Status Explained</H1>
18706 This part of the Pattern may have one of three possible values.
18707 The default value is &quot;Don't care&quot;, which matches any message.
18708 The other two values are &quot;Yes&quot;, which means the message must be
18709 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
18710 means the message must <EM>not</EM> be &quot;Recent&quot; in order
18711 to be a match.
18712 &quot;Recent&quot; means that the message was added to the folder since
18713 the last time the folder was opened.
18714 If more than one mail client has the folder opened, the message will
18715 appear to be &quot;Recent&quot; to only one of the clients.
18717 The nomenclature for New and Recent is a bit confusing:
18719 New means that the message is Unseen.
18720 It could have been in your mailbox for a long time but if you haven't looked
18721 at it, it is still considered New.
18722 That matches the default Alpine index display that shows an N for such a
18723 message.
18725 Recent means that the message was added to this folder since the last time
18726 you opened the folder.
18727 Alpine also shows an N by default for these types of messages.
18728 If you were to run two copies of Alpine that opened a folder one right after
18729 the other, a message would only show up as Recent in (at most) the first
18730 Alpine session.
18732 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18733 for more information on Patterns.
18735 Look <A HREF="h_edit_nav_cmds">here</A>
18736 to see the available Editing and Navigation commands.
18738 &lt;End of help on this topic&gt;
18739 </BODY>
18740 </HTML>
18741 ======= h_config_role_stat_del =======
18742 <HTML>
18743 <HEAD>
18744 <TITLE>Message Deleted Status Explained</TITLE>
18745 </HEAD>
18746 <BODY>
18747 <H1>Message Deleted Status Explained</H1>
18749 This part of the Pattern may have one of three possible values.
18750 The default value is &quot;Don't care&quot;, which matches any message.
18751 The other two values are &quot;Yes&quot;, which means the message must be
18752 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
18753 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
18754 to be a match.
18756 If you are thinking of using this part of the Pattern as a way to prevent
18757 messages from being filtered more than once in a Filter Pattern,
18758 take a look at the Filter Option
18759 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
18760 instead.
18761 It should work better than using this field since it will hide the filtered
18762 messages even if they are already Deleted.
18763 That option is at the bottom of the Filter configuration screen.
18765 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18766 for more information on Patterns.
18768 Look <A HREF="h_edit_nav_cmds">here</A>
18769 to see the available Editing and Navigation commands.
18771 &lt;End of help on this topic&gt;
18772 </BODY>
18773 </HTML>
18774 ======= h_config_role_stat_ans =======
18775 <HTML>
18776 <HEAD>
18777 <TITLE>Message Answered Status Explained</TITLE>
18778 </HEAD>
18779 <BODY>
18780 <H1>Message Answered Status Explained</H1>
18782 This part of the Pattern may have one of three possible values.
18783 The default value is &quot;Don't care&quot;, which matches any message.
18784 The other two values are &quot;Yes&quot;, which means the message must be
18785 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
18786 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
18787 to be a match.
18789 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18790 for more information on Patterns.
18792 Look <A HREF="h_edit_nav_cmds">here</A>
18793 to see the available Editing and Navigation commands.
18795 &lt;End of help on this topic&gt;
18796 </BODY>
18797 </HTML>
18798 ======= h_config_role_abookfrom =======
18799 <HTML>
18800 <HEAD>
18801 <TITLE>Address in Address Book Explained</TITLE>
18802 </HEAD>
18803 <BODY>
18804 <H1>Address in Address Book Explained</H1>
18806 This option gives you a way to match messages that contain an address
18807 that is in one of your address books.
18808 Only the simple entries in your address books are searched.
18809 Address book distribution lists are ignored!
18811 This part of the Pattern may have one of five possible values.
18812 The default value is &quot;Don't care&quot;, which matches any message.
18813 The value &quot;Yes, in any address book&quot; means at least one of the addresses
18814 from the message must be in at least one of your
18815 address books in order to be a match.
18816 The value &quot;No, not in any address book&quot;
18817 means none of the addresses may
18818 be in any of your address books in order to be a match.
18820 The values &quot;Yes, in specific address books&quot; and
18821 &quot;No, not in any of specific address books&quot; are similar but instead
18822 of depending on all address books you are allowed to give a list of address
18823 books to look in.
18824 Usually this would be a single address book but it may be a
18825 list of address books as well.
18826 For each of these &quot;specific&quot; address book options you Select which
18827 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
18828 name (or list of names) of the address book in the
18829 &quot;Abook List&quot; field.
18830 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
18831 The easiest way to fill in the Abook List field it to use
18832 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
18833 line is highlighted.
18834 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
18835 option is set to one of the two &quot;Specific&quot;, values.
18837 The addresses from the message that are checked for are determined by the
18838 setting you have for &quot;Types of addresses to check for in address book&quot;.
18839 If you set this to &quot;From&quot; the From address from the message will
18840 be looked up in the address book.
18841 If you set it to &quot;To&quot; instead then the To addresses will be used.
18842 If any of the To addresses are in the address book then it is considered
18843 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
18844 You could set it to both From and To, in which case all of the From and To
18845 addresses are used.
18846 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
18847 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
18848 exists or the From address if there is no Reply-To address.
18849 Same for the Sender address.
18851 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18852 for more information on Patterns.
18854 Look <A HREF="h_edit_nav_cmds">here</A>
18855 to see the available Editing and Navigation commands.
18857 &lt;End of help on this topic&gt;
18858 </BODY>
18859 </HTML>
18860 ======= h_config_inabook_from =======
18861 <HTML>
18862 <HEAD>
18863 <TITLE>From</TITLE>
18864 </HEAD>
18865 <BODY>
18866 <H1>From</H1>
18868 Setting the From line will cause the address from the From header line
18869 of the message to be checked for in the address book.
18871 &lt;End of help on this topic&gt;
18872 </BODY>
18873 </HTML>
18874 ======= h_config_inabook_replyto =======
18875 <HTML>
18876 <HEAD>
18877 <TITLE>Reply-To</TITLE>
18878 </HEAD>
18879 <BODY>
18880 <H1>Reply-To</H1>
18882 Setting the Reply-To line will cause the address from the Reply-To header line
18883 of the message to be checked for in the address book.
18884 However, if there is no Reply-To header line in the message the From header
18885 line will be used instead.
18886 We understand this is dumb but we don't have an easy way around it.
18888 &lt;End of help on this topic&gt;
18889 </BODY>
18890 </HTML>
18891 ======= h_config_inabook_sender =======
18892 <HTML>
18893 <HEAD>
18894 <TITLE>Sender</TITLE>
18895 </HEAD>
18896 <BODY>
18897 <H1>Sender</H1>
18899 Setting the Sender line will cause the address from the Sender header line
18900 of the message to be checked for in the address book.
18901 However, if there is no Sender header line in the message the From header
18902 line will be used instead.
18903 We understand this is dumb but we don't have an easy way around it.
18905 &lt;End of help on this topic&gt;
18906 </BODY>
18907 </HTML>
18908 ======= h_config_inabook_to =======
18909 <HTML>
18910 <HEAD>
18911 <TITLE>To</TITLE>
18912 </HEAD>
18913 <BODY>
18914 <H1>To</H1>
18916 Setting the To line will cause the address from the To header line
18917 of the message to be checked for in the address book.
18919 &lt;End of help on this topic&gt;
18920 </BODY>
18921 </HTML>
18922 ======= h_config_inabook_cc =======
18923 <HTML>
18924 <HEAD>
18925 <TITLE>CC</TITLE>
18926 </HEAD>
18927 <BODY>
18928 <H1>CC</H1>
18930 Setting the CC line will cause the address from the CC header line
18931 of the message to be checked for in the address book.
18933 &lt;End of help on this topic&gt;
18934 </BODY>
18935 </HTML>
18936 ======= h_config_role_stat_8bitsubj =======
18937 <HTML>
18938 <HEAD>
18939 <TITLE>Raw 8-bit in Subject Explained</TITLE>
18940 </HEAD>
18941 <BODY>
18942 <H1>Raw 8-bit in Subject Explained</H1>
18944 It seems that lots of unwanted email contains unencoded 8-bit characters
18945 in the Subject.
18946 Normally, characters with the 8th bit set are not allowed in the Subject
18947 header unless they are MIME-encoded.
18948 This option gives you a way to match messages that have Subjects that
18949 contain unencoded 8-bit characters.
18951 This part of the Pattern may have one of three possible values.
18952 The default value is &quot;Don't care&quot;, which matches any message.
18953 The other two values are &quot;Yes&quot;, which means the Subject of
18954 the message must contain unencoded 8-bit characters (characters with the
18955 most significant bit set)
18956 in order to be a match; or &quot;No&quot;, which
18957 means the Subject must <EM>not</EM>
18958 contain unencoded 8-bit characters in order to be a match.
18960 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18961 for more information on Patterns.
18963 Look <A HREF="h_edit_nav_cmds">here</A>
18964 to see the available Editing and Navigation commands.
18966 &lt;End of help on this topic&gt;
18967 </BODY>
18968 </HTML>
18969 ======= h_config_role_bom =======
18970 <HTML>
18971 <HEAD>
18972 <TITLE>Beginning of Month</TITLE>
18973 </HEAD>
18974 <BODY>
18975 <H1>Beginning of Month</H1>
18977 This option gives you a limited ability to take different actions depending on whether
18978 this is the first time Alpine has been run this month or not.
18979 Though it would be nice to have such an option available, this is not the
18980 same as whether or not this is the first time a particular folder has been
18981 opened this month.
18982 If you want some action (probably Filtering) to take place in a folder each
18983 month, then you will need to be sure that the folder is opened during the
18984 first Alpine session of the month in order for this option to be helpful.
18986 This part of the Pattern may have one of three possible values.
18987 The default value is &quot;Don't care&quot;, which matches any message.
18988 The other two values are &quot;Yes&quot;, which means this is the first
18989 time Alpine has been run this month;
18990 or &quot;No&quot;, which
18991 means this is not the first time Alpine has been run this month.
18993 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18994 for more information on Patterns.
18996 Here are some technical details.
18997 The way that Alpine decides if it is the beginning of the month or not is
18998 to compare today's date with the date stored in the
18999 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
19000 variable in the config file.
19001 If the month of today's date is later than the month stored in the variable,
19002 then this is considered to be the first time you have run Alpine this month, and
19003 that turns the Beginning of the Month option on.
19005 Look <A HREF="h_edit_nav_cmds">here</A>
19006 to see the available Editing and Navigation commands.
19008 &lt;End of help on this topic&gt;
19009 </BODY>
19010 </HTML>
19011 ======= h_config_role_boy =======
19012 <HTML>
19013 <HEAD>
19014 <TITLE>Beginning of Year</TITLE>
19015 </HEAD>
19016 <BODY>
19017 <H1>Beginning of Year</H1>
19019 This option gives you a limited ability to take different actions depending on whether
19020 this is the first time Alpine has been run this year or not.
19021 Though it would be nice to have such an option available, this is not the
19022 same as whether or not this is the first time a particular folder has been
19023 opened this year.
19024 If you want some action (probably Filtering) to take place in a folder each
19025 year, then you will need to be sure that the folder is opened during the
19026 first Alpine session of the year in order for this option to be helpful.
19028 This part of the Pattern may have one of three possible values.
19029 The default value is &quot;Don't care&quot;, which matches any message.
19030 The other two values are &quot;Yes&quot;, which means this is the first
19031 time Alpine has been run this year;
19032 or &quot;No&quot;, which
19033 means this is not the first time Alpine has been run this year.
19035 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19036 for more information on Patterns.
19038 Here are some technical details.
19039 The way that Alpine decides if it is the beginning of the year or not is
19040 to compare today's date with the date stored in the
19041 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
19042 variable in the config file.
19043 If the year of today's date is later than the year stored in the variable,
19044 then this is considered to be the first time you have run Alpine this year, and
19045 that turns the Beginning of the Year option on.
19047 Look <A HREF="h_edit_nav_cmds">here</A>
19048 to see the available Editing and Navigation commands.
19050 &lt;End of help on this topic&gt;
19051 </BODY>
19052 </HTML>
19053 ======= h_config_role_inick =======
19054 <HTML>
19055 <HEAD>
19056 <TITLE>Initialize Values From Role Explained</TITLE>
19057 </HEAD>
19058 <BODY>
19059 <H1>Initialize Values From Role Explained</H1>
19061 This is a power user feature.
19062 You will usually want to leave this field empty.
19063 The value of this field is the nickname of another one of your roles.
19064 The Action values from that other role
19065 are used as the initial values of the Action items for this role.
19066 If you put something in any of the action fields for this role, that will
19067 override whatever was in the corresponding field of the initializer role.
19069 You might use this field if the &quot;Action&quot; part of one of your roles
19070 is something you want to use in more than one role.
19071 Instead of filling in those action values again for each role, you
19072 may give the nickname of the role where the values are filled in.
19073 It's just a shortcut way to define Role Actions.
19075 Here's an example to help explain how this works.
19076 Suppose you have a role with nickname &quot;role1&quot; and role1 has
19077 (among other things)
19079 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
19081 set.
19082 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
19083 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
19084 from role1 by default (and any of the other inheritable action values
19085 that are set).
19086 So if role2 had
19088 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
19090 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
19091 However, if role2 had
19093 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
19095 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
19097 If you wish,
19098 you may choose a nickname from your list of roles by using the
19099 &quot;T&quot; command.
19100 If the role you are using to initialize also has a role it initializes from,
19101 then that initialization happens first.
19102 That is, inheritance works as expected with the grandparent and
19103 great-grandparent (and so on) roles having the expected effect.
19105 Look <A HREF="h_edit_nav_cmds">here</A>
19106 to see the available Editing and Navigation commands.
19108 &lt;End of help on this topic&gt;
19109 </BODY>
19110 </HTML>
19111 ======= h_config_role_setfrom =======
19112 <HTML>
19113 <HEAD>
19114 <TITLE>Set From Explained</TITLE>
19115 </HEAD>
19116 <BODY>
19117 <H1>Set From Explained</H1>
19119 This describes part of the action to be taken if the Pattern for this
19120 role is a match.
19121 This field consists of a single address that will be used as the From
19122 address on the message you are sending.
19123 This should be a fully-qualified address like
19125 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
19127 or just
19129 <CENTER><SAMP>user@domain</SAMP></CENTER>
19131 If you wish,
19132 you may choose an address from your address book with the
19133 &quot;T&quot; command.
19135 If this is left blank, then your normal From address will be used.
19137 You may also find it useful to add the changed From address to the
19138 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
19139 configuration option.
19141 Look <A HREF="h_edit_nav_cmds">here</A>
19142 to see the available Editing and Navigation commands.
19144 &lt;End of help on this topic&gt;
19145 </BODY>
19146 </HTML>
19147 ======= h_config_role_setreplyto =======
19148 <HTML>
19149 <HEAD>
19150 <TITLE>Set Reply-To Explained</TITLE>
19151 </HEAD>
19152 <BODY>
19153 <H1>Set Reply-To Explained</H1>
19155 This describes part of the action to be taken if the Pattern for this
19156 role is a match.
19157 This field consists of a single address that will be used as the Reply-To
19158 address on the message you are sending.
19159 This may be a fully-qualified address like
19161 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
19163 or just
19165 <CENTER><SAMP>user@domain</SAMP></CENTER>
19167 If you wish,
19168 you may choose an address from your address book with the
19169 &quot;T&quot; command.
19171 If this is left blank, then there won't be a Reply-To address unless
19172 you have configured one specially with the
19173 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
19174 configuration option.
19176 Look <A HREF="h_edit_nav_cmds">here</A>
19177 to see the available Editing and Navigation commands.
19179 &lt;End of help on this topic&gt;
19180 </BODY>
19181 </HTML>
19182 ======= h_config_role_setfcc =======
19183 <HTML>
19184 <HEAD>
19185 <TITLE>Set Fcc Explained</TITLE>
19186 </HEAD>
19187 <BODY>
19188 <H1>Set Fcc Explained</H1>
19190 This describes part of the action to be taken if the Pattern for this
19191 role is a match.
19192 This field consists of a single folder name that will be used in
19193 the Fcc field of the message you are sending.
19194 You may put anything here that you would normally type into the Fcc
19195 field from the composer.
19197 In addition, an fcc of &quot;&quot; (two double quotation marks) means
19198 no Fcc.
19200 A blank field here means that Alpine will use its normal rules for deciding
19201 the default value of the Fcc field.
19202 For many roles, perhaps most, it may make more sense for you to use the
19203 other Alpine facilities for setting the Fcc.
19204 In particular, if you want the Fcc to depend on who you are sending the
19205 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
19206 is probably more useful.
19207 In that case, you would want to leave the Fcc field here blank.
19208 However, if you have a role that depends on who the message you are replying
19209 to was From, or what address that message was sent to;
19210 then it might make sense to set the Fcc for that role here.
19212 If you wish,
19213 you may choose a folder from your folder collections by using the
19214 &quot;T&quot; command.
19216 Look <A HREF="h_edit_nav_cmds">here</A>
19217 to see the available Editing and Navigation commands.
19219 &lt;End of help on this topic&gt;
19220 </BODY>
19221 </HTML>
19222 ======= h_config_role_usesmtp =======
19223 <HTML>
19224 <HEAD>
19225 <TITLE>Use SMTP Server Explained</TITLE>
19226 </HEAD>
19227 <BODY>
19228 <H1>Use SMTP Server Explained</H1>
19230 This describes part of the action to be taken if the Pattern for this
19231 role is a match.
19232 If this field has a value, then it will be used as the SMTP server
19233 to send mail when this role is being used (unless the SMTP server variable
19234 is set in the system-wide fixed configuration file).
19235 It has the same semantics as the
19236 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19237 variable in the Setup/Config screen.
19239 If you are using this to post from home when you are at home and from
19240 work when you are at work you need to be careful about postponing messages.
19241 When you postpone a composition that was using a role with this variable
19242 set, the SMTP server list will be saved
19243 with the postponed composition.
19244 It cannot be changed later.
19245 Because of this, you may want to make this a list of SMTP servers
19246 with the preferred server at the front of the list and alternate servers
19247 later in the list.
19248 In your &quot;Home&quot; role you would put the home SMTP server first and
19249 the work SMTP server last.
19250 In your &quot;Work&quot; role you would put the work SMTP server first and
19251 the home SMTP server last.
19252 Then if you start a composition as &quot;Work&quot;, postpone
19253 it, and then later resume it from home the work SMTP server will fail but
19254 the home SMTP server later in the list will succeed.
19256 You may be able to simplify things by making the regular
19257 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19258 variable in the Setup/Config screen a list instead of using roles
19259 to set the SMTP server.
19262 Look <A HREF="h_edit_nav_cmds">here</A>
19263 to see the available Editing and Navigation commands.
19265 &lt;End of help on this topic&gt;
19266 </BODY>
19267 </HTML>
19268 ======= h_config_role_usenntp =======
19269 <HTML>
19270 <HEAD>
19271 <TITLE>Use NNTP Server Explained</TITLE>
19272 </HEAD>
19273 <BODY>
19274 <H1>Use NNTP Server Explained</H1>
19276 This describes part of the action to be taken if the Pattern for this
19277 role is a match.
19278 If this field has a value, then it will be used as the NNTP server
19279 to post to newsgroups when this role is being used (unless the NNTP server
19280 variable
19281 is set in the system-wide fixed configuration file).
19282 It has the same semantics as the
19283 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
19284 variable in the Setup/Config screen.
19286 This role setting can facilitate posting to the right nntp server for someone
19287 who reads news from various news sources.  The feature
19288 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
19289 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
19290 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
19291 nntp servers for roles may be more desirable for some people.
19293 If you are using this to post from home when you are at home and from
19294 work when you are at work you need to be careful about postponing messages.
19295 When you postpone a composition that was using a role with this variable
19296 set, the NNTP server list will be saved
19297 with the postponed composition.
19298 It cannot be changed later.
19299 Because of this, you may want to make this a list of NNTP servers
19300 with the preferred server at the front of the list and alternate servers
19301 later in the list.
19302 In your &quot;Home&quot; role you would put the home NNTP server first and
19303 the work NNTP server last.
19304 In your &quot;Work&quot; role you would put the work NNTP server first and
19305 the home NNTP server last.
19306 Then if you start a composition as &quot;Work&quot;, postpone
19307 it, and then later resume it from home the work NNTP server will fail but
19308 the home NNTP server later in the list will succeed.
19310 You may be able to simplify things by making the regular
19311 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
19312 variable in the Setup/Config screen a list instead of using roles
19313 to set the NNTP server.
19316 Look <A HREF="h_edit_nav_cmds">here</A>
19317 to see the available Editing and Navigation commands.
19319 &lt;End of help on this topic&gt;
19320 </BODY>
19321 </HTML>
19322 ======= h_config_role_setotherhdr =======
19323 <HTML>
19324 <HEAD>
19325 <TITLE>Set Other Headers Explained</TITLE>
19326 </HEAD>
19327 <BODY>
19328 <H1>Set Other Headers Explained</H1>
19330 This describes part of the action to be taken if the Pattern for this
19331 role is a match.
19332 This field gives you a way to set values for headers besides
19333 &quot;From&quot; and &quot;Reply-To&quot;.
19334 If you want to set either of those, use the specific
19335 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
19337 This field is similar to the
19338 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
19339 Each header you specify here must include the header tag 
19340 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
19341 and may optionally include a value for that header.
19342 In order to see these headers when you compose using this role you 
19343 must use the rich header
19344 <!--chtml if pinemode="function_key"-->(F5)
19345 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
19346 Here's an example that shows how you might set the To address.
19348 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
19350 Headers set in this way are different from headers set with the
19351 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
19352 will replace any value that already exists.
19353 For example, if you are Replying to a message there will already be at
19354 least one address in the To header (the address you are Replying to).
19355 However, if you Reply using a role that sets the To header, that role's
19356 To header value will be used instead.
19358 Limitation: Because commas are used to separate the list of
19359 Other Headers, it is not possible to have the value of a
19360 header contain a comma;
19361 nor is there currently an &quot;escape&quot; mechanism provided
19362 to make this work.
19364 Look <A HREF="h_edit_nav_cmds">here</A>
19365 to see the available Editing and Navigation commands.
19367 &lt;End of help on this topic&gt;
19368 </BODY>
19369 </HTML>
19370 ======= h_config_role_setlitsig =======
19371 <HTML>
19372 <HEAD>
19373 <TITLE>Set Literal Signature Explained</TITLE>
19374 </HEAD>
19375 <BODY>
19376 <H1>Set Literal Signature Explained</H1>
19378 This describes part of the action to be taken if the Pattern for this
19379 role is a match.
19380 This field contains the actual text for your signature, as opposed to
19381 the name of a file containing your signature.
19382 If this is defined it takes precedence over any value set in the
19383 &quot;Set Signature&quot; field.
19385 This is simply a different way to store the signature.
19386 The signature is stored inside your Alpine configuration file instead of in
19387 a separate file.
19388 Tokens work the same way they do with
19389 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
19390 help text there for more information.
19393 The two character sequence &#92;n (backslash followed by
19394 the character n) will be used to signify a line-break in your signature.
19395 You don't have to enter the &#92;n, but it will be visible in the
19396 CHANGE THIS ROLE RULE window after you are done editing the signature.
19398 Look <A HREF="h_edit_nav_cmds">here</A>
19399 to see the available Editing and Navigation commands.
19401 &lt;End of help on this topic&gt;
19402 </BODY>
19403 </HTML>
19404 ======= h_config_role_setsig =======
19405 <HTML>
19406 <HEAD>
19407 <TITLE>Set Signature Explained</TITLE>
19408 </HEAD>
19409 <BODY>
19410 <H1>Set Signature Explained</H1>
19412 This describes part of the action to be taken if the Pattern for this
19413 role is a match.
19415 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
19416 option from Setup/Config
19417 or the &quot;Set LiteralSig&quot; option for this role are defined,
19418 then this option will be ignored.
19419 You can tell that that is the case because the value of this
19420 option will show up as
19422 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
19424 You may either use all Literal Signatures (signatures stored in your
19425 configuration file) throughout Alpine, or all signature files.
19426 You can't mix the two.
19428 This field consists of a filename that will be used as the signature
19429 file when using this role.
19431 If the filename is followed by a vertical bar (|) then instead
19432 of reading the contents of the file the file is assumed to be a
19433 program that will produce the text to be used on its standard output.
19434 The program can't have any arguments and doesn't receive any input from Alpine,
19435 but the rest of the processing works as if the contents came from a file.
19437 Instead of storing the data in a local file, the
19438 signature data may be stored remotely in an IMAP folder.
19439 In order to do this, 
19440 you must use a remote name for the signature.
19441 A remote signature name might look like:
19443 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
19446 The syntax used here is the same as the syntax used for a remote
19447 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
19448 Note that you may not access an existing signature file remotely,
19449 you have to create a new <EM>folder</EM> that contains the signature data.
19450 If the name you use here for the signature data is a remote name, then when
19451 you edit the file using the &quot;F&quot; command the data will
19452 be saved remotely in the folder.
19453 You aren't required to do anything special to create the folder, it
19454 gets created if you use a remote name.
19457 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
19458 the name of the file) you have specified.
19459 If you type &quot;T&quot; you may use a browser to choose an existing filename.
19461 Besides containing regular text, a signature file may also
19462 contain (or a signature program may produce) tokens that are replaced with text
19463 that depends on the message you are replying to or forwarding.
19464 The tokens all look like _word_ (a word surrounded by underscores).
19465 For example, if the token
19467 <CENTER><SAMP>_DATE_</SAMP></CENTER>
19469 is included in the text of the signature file, then when you reply to
19470 or forward a message, the token will be replaced with the actual date
19471 the message you are replying to or forwarding was sent.
19473 If you use a role that has a signature file for a plain composition
19474 (that is, not a reply or forward) then there is no original message, so
19475 any tokens that depend on the message will be replaced with nothing.
19476 So if you want a signature file to be useful for new compositions it
19477 shouldn't include any of the tokens that depend on the message being
19478 replied to or forwarded.
19480 The list of available tokens is
19481 <A HREF="h_index_tokens">here</A>.
19483 Actually, for the adventurous, there is a way to conditionally include text based
19484 on whether or not a token would result in specific replacement text.
19485 For example, you could include some text based on whether or not
19486 the _NEWS_ token would result in any newsgroups if it was used.
19487 It's explained in detail
19488 <A HREF="h_reply_token_conditionals">here</A>.
19490 In the very unlikely event that you want to include a literal token in
19491 a signature file, you must precede it with a backslash character.
19492 For example, to include the literal text _DATE_ you must actually use
19493 &#92;_DATE_.
19494 It is not possible to have a literal backslash followed by an expanded token.
19496 A blank field here means that Alpine will use its normal rules for deciding
19497 which file (if any) to use for the signature file.
19499 An alternate method for storing the signature is available in
19500 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
19502 Look <A HREF="h_edit_nav_cmds">here</A>
19503 to see the available Editing and Navigation commands.
19505 &lt;End of help on this topic&gt;
19506 </BODY>
19507 </HTML>
19508 ======= h_config_role_settempl =======
19509 <HTML>
19510 <HEAD>
19511 <TITLE>Set Template Explained</TITLE>
19512 </HEAD>
19513 <BODY>
19514 <H1>Set Template Explained</H1>
19516 This describes part of the action to be taken if the Pattern for this
19517 role is a match.
19518 This field consists of a filename that will be used as the template
19519 file when using this role.
19520 The template file is a file that is included at the top of the message you
19521 are composing.
19523 If the filename is followed by a vertical bar (|) then instead
19524 of reading the contents of the file the file is assumed to be a
19525 program that will produce the text to be used on its standard output.
19526 The program can't have any arguments and doesn't receive any input from Alpine,
19527 but the rest of the processing works as if the contents came from a file.
19529 Instead of storing the data in a local file, the
19530 template may be stored remotely in an IMAP folder.
19531 In order to do this, 
19532 you must use a remote name for the template.
19533 A remote template name might look like:
19535 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
19538 The syntax used here is the same as the syntax used for a remote
19539 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
19540 Note that you may not access an existing template file remotely,
19541 you have to create a new <EM>folder</EM> that contains the template data.
19542 If the name you use here for the template is a remote name, then when
19543 you edit the file using the &quot;F&quot; command the data will
19544 be saved remotely in the folder.
19545 You aren't required to do anything special to create the folder, it
19546 gets created if you use a remote name.
19548 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
19549 the name of the file) you have specified.
19550 If you type &quot;T&quot; you may use a browser to choose an existing filename.
19552 Besides containing regular text, the template file may also
19553 contain (or a template file program may produce) tokens that are replaced with text
19554 that depends on the message you are replying to or forwarding.
19555 The tokens all look like _word_ (a word surrounded by underscores).
19556 For example, if the token
19558 <CENTER><SAMP>_DATE_</SAMP></CENTER>
19560 is included in the text of the template file, then when you reply to
19561 or forward a message, the token will be replaced with the actual date
19562 the message you are replying to or forwarding was sent.
19564 If you use a role that has a template file for a plain composition
19565 (that is, not a reply or forward) then there is no original message, so
19566 any tokens that depend on the message will be replaced with nothing.
19567 So if you want a template file to be useful for new compositions it
19568 shouldn't include any of the tokens that depend on the message being
19569 replied to or forwarded.
19571 The list of available tokens is
19572 <A HREF="h_index_tokens">here</A>.
19574 Actually, for the adventurous, there is a way to conditionally include text based
19575 on whether or not a token would result in specific replacement text.
19576 For example, you could include some text based on whether or not
19577 the _NEWS_ token would result in any newsgroups if it was used.
19578 It's explained in detail
19579 <A HREF="h_reply_token_conditionals">here</A>.
19581 In the very unlikely event that you want to include a literal token in
19582 a template file, you must precede it with a backslash character.
19583 For example, to include the literal text _DATE_ you must actually use
19584 &#92;_DATE_.
19585 It is not possible to have a literal backslash followed by an expanded token.
19587 A blank template field means that Alpine will not use a template file when
19588 this role is being used.
19590 Look <A HREF="h_edit_nav_cmds">here</A>
19591 to see the available Editing and Navigation commands.
19593 &lt;End of help on this topic&gt;
19594 </BODY>
19595 </HTML>
19596 ======= h_config_filt_stat_imp =======
19597 <HTML>
19598 <HEAD>
19599 <TITLE>Set Important Status Explained</TITLE>
19600 </HEAD>
19601 <BODY>
19602 <H1>Set Important Status Explained</H1>
19604 This describes part of the action to be taken if the Pattern for this
19605 filter is a match.
19606 If set to &quot;Don't change it&quot; then this does nothing.
19607 If set to &quot;Set this state&quot; then the Important flag is set
19608 for the matching message.
19609 If set to &quot;Clear this state&quot; then the Important flag is cleared
19610 for the matching message.
19611 The important flag usually causes an asterisk to show up in the MESSAGE
19612 INDEX.
19613 It may also be useful when selecting a set of messages
19614 with the Select command.
19616 Look <A HREF="h_edit_nav_cmds">here</A>
19617 to see the available Editing and Navigation commands.
19619 &lt;End of help on this topic&gt;
19620 </BODY>
19621 </HTML>
19622 ======= h_config_filt_stat_new =======
19623 <HTML>
19624 <HEAD>
19625 <TITLE>Set New Status Explained</TITLE>
19626 </HEAD>
19627 <BODY>
19628 <H1>Set New Status Explained</H1>
19630 This describes part of the action to be taken if the Pattern for this
19631 filter is a match.
19632 If set to &quot;Don't change it&quot; then this does nothing.
19633 If set to &quot;Set this state&quot; then the
19634 matching message is marked New.
19635 If set to &quot;Clear this state&quot; then the
19636 matching message is marked Seen.
19638 Look <A HREF="h_edit_nav_cmds">here</A>
19639 to see the available Editing and Navigation commands.
19641 &lt;End of help on this topic&gt;
19642 </BODY>
19643 </HTML>
19644 ======= h_config_filt_stat_ans =======
19645 <HTML>
19646 <HEAD>
19647 <TITLE>Set Answered Status Explained</TITLE>
19648 </HEAD>
19649 <BODY>
19650 <H1>Set Answered Status Explained</H1>
19652 This describes part of the action to be taken if the Pattern for this
19653 filter is a match.
19654 If set to &quot;Don't change it&quot; then this does nothing.
19655 If set to &quot;Set this state&quot; then the Answered flag is set
19656 for the matching message.
19657 If set to &quot;Clear this state&quot; then the Answered flag is cleared
19658 for the matching message.
19660 Look <A HREF="h_edit_nav_cmds">here</A>
19661 to see the available Editing and Navigation commands.
19663 &lt;End of help on this topic&gt;
19664 </BODY>
19665 </HTML>
19666 ======= h_config_filt_stat_del =======
19667 <HTML>
19668 <HEAD>
19669 <TITLE>Set Deleted Status Explained</TITLE>
19670 </HEAD>
19671 <BODY>
19672 <H1>Set Deleted Status Explained</H1>
19674 This describes part of the action to be taken if the Pattern for this
19675 filter is a match.
19676 If set to &quot;Don't change it&quot; then this does nothing.
19677 If set to &quot;Set this state&quot; then the
19678 matching message is marked Deleted.
19679 If set to &quot;Clear this state&quot; then the
19680 matching message is marked UnDeleted.
19682 You should not use this option unless you are prepared to have matching
19683 messages expunged from the folder permanently.
19684 For example, if you type the Expunge command, this filter is applied
19685 before the expunge, so matching messages will be marked Deleted and then
19686 will be permanently expunged from the folder.
19687 However, since the index isn't redrawn in between the time that the message
19688 is marked Deleted and the time that you are asked to expunge, the only
19689 indication that you are expunging the message comes in the number of messages
19690 being expunged.
19691 The same thing may happen when you close a folder.
19692 It is also possible that an expunge not initiated by you will
19693 delete matching messages.
19695 Look <A HREF="h_edit_nav_cmds">here</A>
19696 to see the available Editing and Navigation commands.
19698 &lt;End of help on this topic&gt;
19699 </BODY>
19700 </HTML>
19701 ======= h_config_role_scoreval =======
19702 <HTML>
19703 <HEAD>
19704 <TITLE>Score Value Explained</TITLE>
19705 </HEAD>
19706 <BODY>
19707 <H1>Score Value Explained</H1>
19709 A message's score is the sum of the Score Values from all of the Scoring rules
19710 with Patterns that match the message.
19711 The value you give here is the Score Value associated with this rule.
19712 A Score Value is an integer between -100 and 100, with the default
19713 value of zero.
19715 Alternatively, if the
19716 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
19717 field is defined
19718 (on the line right below the &quot;Score Value&quot; field)
19719 then the &quot;Score Value&quot; is ignored and
19720 the &quot;Score From Header&quot; field is used instead.
19722 Look <A HREF="h_edit_nav_cmds">here</A>
19723 to see the available Editing and Navigation commands.
19725 &lt;End of help on this topic&gt;
19726 </BODY>
19727 </HTML>
19728 ======= h_config_role_scorehdrtok =======
19729 <HTML>
19730 <HEAD>
19731 <TITLE>Score Value From Header Explained</TITLE>
19732 </HEAD>
19733 <BODY>
19734 <H1>Score Value From Header Explained</H1>
19736 This option provides a way to use a number that appears in the headers of your
19737 messages as the message's score, or as a component of that score.
19738 If this field is defined then it is used instead of the &quot;Score Value&quot;.
19739 The idea behind this option is that there may be a score embedded in the
19740 headers of messages that has already been calculated outside of Alpine.
19741 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
19742 somewhere in that header there is a score.
19744 The value for this option is the name of the header followed by parentheses
19745 with two arguments inside:
19747 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
19749 No space is allowed between the comma and the start of the field_separators.
19750 It would be interpreted as the first separator if it was there.
19751 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
19752 starts after that and goes to the second separator, and so on.
19753 It's easier to explain with examples.
19755 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
19757 In the above example the header that is used is the &quot;X-Spam&quot; header.
19758 The value of that header (the part after the colon and the space) is split
19759 into fields separated by spaces.
19761 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
19763 The second field is selected and converted to an integer. It only makes sense
19764 if Field2 really is an integer.
19766 Here's an example of a SpamAssassin header.
19767 The exact look of the header will vary, but if your incoming mail
19768 contains headers that look like the following
19770 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19772 you might want to use the hits value as a score.
19773 Since the score is an integer value you can't make use of the decimal part of
19774 the number, but
19775 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
19776 and &quot;.&quot; as your separators.
19778 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
19780 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
19781 hits.
19782 The second field is &quot;10&quot; so the score value would be 10.
19784 Another example we've seen has headers that look like
19786 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19788 Because there are two equals before the 7% the value
19790 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
19792 should capture the probability as the score.
19794 The Score From Header scoring value actually works just like the
19795 regular Score Value in that the rest of the pattern has to match before
19796 it is used and the scores from all the different scoring rules that
19797 match for a particular message are added together.
19798 When using the Score From Header method it may (or may not) make sense to
19799 use only a single scoring rule with a pattern that matches every message.
19801 Look <A HREF="h_edit_nav_cmds">here</A>
19802 to see the available Editing and Navigation commands.
19804 &lt;End of help on this topic&gt;
19805 </BODY>
19806 </HTML>
19807 ======= h_config_role_replyuse =======
19808 <HTML>
19809 <HEAD>
19810 <TITLE>Reply Use Explained</TITLE>
19811 </HEAD>
19812 <BODY>
19813 <H1>Reply Use Explained</H1>
19815 This option determines how this particular role will be used when Replying
19816 to a message.
19817 There are three possible values for this option.
19818 The value &quot;Never&quot;
19819 means that this role will not be a candidate for use when Replying.
19820 The role's Pattern will not be checked for a match, however the role will
19821 be available to be manually switched to if there is a confirmation prompt.
19824 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
19825 mean that you do want to consider this role when Replying.
19826 For either of these settings, the role's Pattern will be compared with
19827 the message being replied to.
19828 If there is a match then this role will either be used without confirmation
19829 or will be the default when confirmation is asked for, depending on
19830 which of the two options is selected.
19831 If confirmation is requested, you will also have a chance to
19832 manually change the role to any one of your other roles.
19835 You won't be prompted for confirmation if none of your role Patterns
19836 match the message being replied to.
19837 This is independent of the value of the current option.
19838 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
19839 feature may be used to change this behavior.
19841 &lt;End of help on this topic&gt;
19842 </BODY>
19843 </HTML>
19844 ======= h_config_role_forwarduse =======
19845 <HTML>
19846 <HEAD>
19847 <TITLE>Forward Use Explained</TITLE>
19848 </HEAD>
19849 <BODY>
19850 <H1>Forward Use Explained</H1>
19852 This option determines how this particular role will be used when Forwarding
19853 a message.
19854 There are three possible values for this option.
19855 The value &quot;Never&quot;
19856 means that this role will not be a candidate for use when Forwarding.
19857 The role's Pattern will not be checked for a match, however the role will
19858 be available to be manually switched to if there is a confirmation prompt.
19861 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
19862 mean that you do want to consider this role when Forwarding.
19863 For either of these settings, the role's Pattern will be compared with
19864 the message being forwarded.
19865 If there is a match then this role will either be used without confirmation
19866 or will be the default when confirmation is asked for, depending on
19867 which of the two options is selected.
19868 If confirmation is requested, you will also have a chance to
19869 manually change the role to any one of your other roles.
19872 You won't be prompted for confirmation if none of your role Patterns
19873 match the message being forwarded.
19874 This is independent of the value of the current option.
19875 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
19876 feature may be used to change this behavior.
19878 &lt;End of help on this topic&gt;
19879 </BODY>
19880 </HTML>
19881 ======= h_config_role_composeuse =======
19882 <HTML>
19883 <HEAD>
19884 <TITLE>Compose Use Explained</TITLE>
19885 </HEAD>
19886 <BODY>
19887 <H1>Compose Use Explained</H1>
19889 This option determines how this particular role will be used when Composing
19890 a new message using the &quot;Compose&quot; command.
19891 This does not affect what happens when using the &quot;Role&quot; command
19892 to compose a new message.
19893 The &quot;Role&quot; command allows you to select a role from all of the
19894 roles you have defined, regardless of what Uses you've assigned to those
19895 roles.
19898 There are three possible values for this option.
19899 The value &quot;Never&quot;
19900 means that this role will not be a candidate for use when Composing.
19901 The role's Current Folder Type will not be checked for a match, however the role
19902 will be available to be manually switched to if there is a confirmation prompt.
19905 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
19906 mean that you do want to consider this role when Composing.
19907 For either of these settings,
19908 the role's Current Folder Type will be checked (since there is no message
19909 to compare with, the rest of the Pattern is considered a match).
19910 If there is a match then this role will either be used without confirmation
19911 or will be the default when confirmation is asked for, depending on
19912 which of the two options is selected.
19913 If confirmation is requested, you will also have a chance to
19914 manually change the role to any one of your other roles.
19917 When using the Compose command the role checking is a little different
19918 because there is no message being replied to or forwarded.
19919 Because of this the Current Folder Type is checked but the header pattern
19920 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
19921 A role is considered to be a match if it is a candidate for Compose Use and
19922 its Current Folder Type matches the currently open folder.
19923 This could be useful if you want to set a role based on the folder you
19924 are reading, or the type of folder you are reading.
19927 You won't be prompted for confirmation if none of your role Patterns
19928 are a match.
19929 This is independent of the value of the current option.
19930 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
19931 feature may be used to change this behavior.
19933 &lt;End of help on this topic&gt;
19934 </BODY>
19935 </HTML>
19936 ======= h_config_filter_folder =======
19937 <HTML>
19938 <HEAD>
19939 <TITLE>Filter Folder Explained</TITLE>
19940 </HEAD>
19941 <BODY>
19942 <H1>Filter Folder Explained</H1>
19944 When the Filter Action is set to &quot;Move&quot;,
19945 the folder or folders specified here will be used to store messages matching
19946 the provided pattern.
19949 If you set the Filter Action to &quot;Move&quot; you must give a folder name
19950 here.
19953 If you wish,
19954 you may choose a folder from your folder collections by using the
19955 &quot;T&quot; command.
19957 Besides regular text, the folder name may also contain
19958 tokens that are replaced with text representing the current date
19959 when you run Alpine.
19960 For example, if the folder name you use is
19962 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
19964 that is replaced with something like
19966 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
19970 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
19972 becomes
19974 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
19976 The token names must be surrounded by underscores in order to be recognized
19977 as tokens.
19978 The tokens that may be used are those that are derived from the current date.
19979 They're listed near the bottom of the list of tokens give
19980 <A HREF="h_index_tokens">here</A>.
19982 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19983 for more information on Patterns.
19985 Look <A HREF="h_edit_nav_cmds">here</A>
19986 to see the available Editing and Navigation commands.
19988 &lt;End of help on this topic&gt;
19989 </BODY>
19990 </HTML>
19991 ======= h_config_filter_kw_set =======
19992 <HTML>
19993 <HEAD>
19994 <TITLE>Set These Keywords Explained</TITLE>
19995 </HEAD>
19996 <BODY>
19997 <H1>Set These Keywords Explained</H1>
19999 This describes part of the action to be taken if the Pattern for this
20000 filter is a match.
20001 Read a little about keywords in the help text for the
20002 <A HREF="h_common_flag">Flag</A> command.
20003 This option is a list of keywords that will be Set when there is a match.
20004 If you wish, you may choose keywords from the list of keywords you have
20005 defined with the &quot;T&quot; command.
20006 You may add new keywords by defining them in the
20007 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
20008 If you have given a keyword a nickname when configuring it,
20009 that nickname may be used instead of the actual keyword.
20012 Look <A HREF="h_edit_nav_cmds">here</A>
20013 to see the available Editing and Navigation commands.
20015 &lt;End of help on this topic&gt;
20016 </BODY>
20017 </HTML>
20018 ======= h_config_filter_kw_clr =======
20019 <HTML>
20020 <HEAD>
20021 <TITLE>Clear These Keywords Explained</TITLE>
20022 </HEAD>
20023 <BODY>
20024 <H1>Clear These Keywords Explained</H1>
20026 This describes part of the action to be taken if the Pattern for this
20027 filter is a match.
20028 Read a little about keywords in the help text for the
20029 <A HREF="h_common_flag">Flag</A> command.
20030 This option is a list of keywords that will be Cleared when there is a match.
20031 If you wish, you may choose keywords from the list of keywords you have
20032 defined with the &quot;T&quot; command.
20033 You may add new keywords by defining them in the
20034 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
20035 If you have given a keyword a nickname when configuring it,
20036 that nickname may be used instead of the actual keyword.
20039 Look <A HREF="h_edit_nav_cmds">here</A>
20040 to see the available Editing and Navigation commands.
20042 &lt;End of help on this topic&gt;
20043 </BODY>
20044 </HTML>
20045 ======= h_index_tokens =======
20046 <HTML>
20047 <HEAD>
20048 <TITLE>Tokens for Index and Replying</TITLE>
20049 </HEAD>
20050 <BODY>
20052 This set of special tokens may be used in the
20053 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
20054 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
20055 in signature files,
20056 in template files used in
20057 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
20058 that is the target of a Filter Rule.
20059 Some of them aren't available in all situations.
20061 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
20062 option, but they must be surrounded by underscores for the
20063 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
20064 and in the target of Filter Rules.
20068 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
20070 <DL>
20071 <DT>SUBJECT</DT>
20072 <DD>
20073 This token represents the Subject the sender gave the message.
20074 Alternatives for use in the index screen are SHORTSUBJECT,
20075 SUBJKEY, SHORTSUBJKEY, SUBJKEYINIT, SHORTSUBJKEYINIT, SUBJECTTEXT, 
20076 SUBJKEYTEXT, and SUBJKEYINITTEXT.
20077 You may color the subject text in the MESSAGE INDEX screen differently by using the
20078 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
20079 <A HREF="h_config_index_opening_color">Index Opening Color</A>
20080 options available from
20081 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20082 </DD>
20084 <DT>FROM</DT>
20085 <DD>
20086 This token represents the personal name (or email address if the name
20087 is unavailable) of the person specified in the message's &quot;From:&quot;
20088 header field.
20089 You may color the from text in the MESSAGE INDEX screen differently by using the
20090 <A HREF="h_config_index_from_color">Index From Color</A>
20091 option available from
20092 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20093 </DD>
20095 <DT>ADDRESS</DT>
20096 <DD>
20097 This is similar to the &quot;FROM&quot; token, only it is always the
20098 email address, never the personal name.
20099 For example, &quot;mailbox@domain&quot;.
20100 </DD>
20102 <DT>MAILBOX</DT>
20103 <DD>
20104 This is the same as the &quot;ADDRESS&quot; except that the 
20105 domain part of the address is left off.
20106 For example, &quot;mailbox&quot;.
20107 </DD>
20109 <DT>SENDER</DT>
20110 <DD>
20111 This token represents the personal name (or email address) of the person
20112 listed in the message's &quot;Sender:&quot; header field.
20113 </DD>
20115 <DT>TO</DT>
20116 <DD>
20117 This token represents the personal names (or email addresses if the names
20118 are unavailable) of the persons specified in the
20119 message's &quot;To:&quot; header field.
20120 </DD>
20122 <DT>NEWSANDTO</DT>
20123 <DD>
20124 This token represents the newsgroups from the
20125 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
20126 the personal names (or email addresses if the names
20127 are unavailable) of the persons specified in the
20128 message's &quot;To:&quot; header field.
20129 </DD>
20131 <DT>TOANDNEWS</DT>
20132 <DD>
20133 Same as &quot;NEWSANDTO&quot; except in the opposite order.
20134 </DD>
20136 <DT>NEWS</DT>
20137 <DD>
20138 This token represents the newsgroups from the
20139 message's &quot;Newsgroups:&quot; header field.
20140 </DD>
20142 <DT>CC</DT>
20143 <DD>
20144 This token represents the personal names (or email addresses if the names
20145 are unavailable) of the persons specified in the
20146 message's &quot;Cc:&quot; header field.
20147 </DD>
20149 <DT>RECIPS</DT>
20150 <DD>
20151 This token represents the personal names (or email addresses if the names
20152 are unavailable) of the persons specified in both the
20153 message's &quot;To:&quot; header field and
20154 the message's &quot;Cc:&quot; header field.
20155 </DD>
20157 <DT>NEWSANDRECIPS</DT>
20158 <DD>
20159 This token represents the newsgroups from the
20160 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
20161 the personal names (or email addresses if the names
20162 are unavailable) of the persons specified in the
20163 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
20164 </DD>
20166 <DT>RECIPSANDNEWS</DT>
20167 <DD>
20168 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
20169 </DD>
20171 <DT>INIT</DT>
20172 <DD>
20173 This token represents the initials from the personal name
20174 of the person specified in the message's &quot;From:&quot;
20175 header field.
20176 If there is no personal name, it is blank.
20177 </DD>
20179 <DT>DATE</DT>
20180 <DD>
20181 This token represents the date on which the message was sent, according
20182 to the &quot;Date&quot; header field.
20183 It has the format MMM DD. For example, &quot;Oct 23&quot;.
20184 The feature
20185 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
20186 which adjusts for the timezone the message was sent from,
20187 may have an effect on the value of this token as well as the values of
20188 all of the other DATE or TIME tokens.
20189 Some of the DATE and TIME tokens are displayed in a locale-specific
20190 way unless the option
20191 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
20192 </DD>
20194 <DT>SMARTDATE</DT>
20195 <DD>
20196 This token represents the date on which the message was sent, according
20197 to the &quot;Date&quot; header field.
20198 It is &quot;Today&quot; if the message was sent today,
20199 &quot;Yesterday&quot; for yesterday,
20200 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
20201 message is from last year and is more than six months old it includes the year, as well.
20202 See the SMARTDATE alternatives below, as well.
20203 </DD>
20205 <DT>SMARTTIME</DT>
20206 <DD>
20207 This token represents the most relevant elements of the date on which
20208 the message was sent (according to the &quot;Date&quot; header field),
20209 in a compact form. If the message was sent today, only the time is used
20210 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
20211 the past week, the day of the week and the hour are used
20212 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
20213 given as date, month, and year (e.g. &quot;23Aug00&quot;,
20214 &quot;9Apr98&quot;).
20215 </DD>
20217 <DT>SMARTTIME24</DT>
20218 <DD>
20219 This token has the structure &quot;day hour:minute&quot;
20220 (e.g. &quot;Sun 19:03&quot;) for messages dated less than a week
20221 from the current date, or &quot;month day&quot; (e.g.
20222 &quot;Nov 23&quot;) for messages dated less than 6 months
20223 ago, or &quot;day/month/year&quot; (e.g &quot;06/Jan/16&quot;)
20224 for messages dated more than 6 months ago. It uses 9 characters
20225 of the width of the screen, and it left aligned.
20226 </DD>
20228 <DT>SMARTDATETIME</DT>
20229 <DD>
20230 This is a combination of SMARTDATE and SMARTTIME.
20231 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
20232 case it is SMARTTIME.
20233 See the SMARTDATETIME alternatives below, as well.
20234 </DD>
20236 <DT>DATEISO</DT>
20237 <DD>
20238 This token represents the date on which the message was sent, according
20239 to the &quot;Date&quot; header field.
20240 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
20241 </DD>
20243 <DT>SHORTDATEISO</DT>
20244 <DD>
20245 This token represents the date on which the message was sent, according
20246 to the &quot;Date&quot; header field.
20247 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
20248 </DD>
20250 <DT>SHORTDATE1</DT>
20251 <DD>
20252 This token represents the date on which the message was sent, according
20253 to the &quot;Date&quot; header field.
20254 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
20255 </DD>
20257 <DT>SHORTDATE2</DT>
20258 <DD>
20259 This token represents the date on which the message was sent, according
20260 to the &quot;Date&quot; header field.
20261 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
20262 </DD>
20264 <DT>SHORTDATE3</DT>
20265 <DD>
20266 This token represents the date on which the message was sent, according
20267 to the &quot;Date&quot; header field.
20268 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
20269 </DD>
20271 <DT>SHORTDATE4</DT>
20272 <DD>
20273 This token represents the date on which the message was sent, according
20274 to the &quot;Date&quot; header field.
20275 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
20276 </DD>
20278 <DT>LONGDATE</DT>
20279 <DD>
20280 This token represents the date on which the message was sent, according
20281 to the &quot;Date&quot; header field.
20282 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
20283 </DD>
20285 <DT>SMARTDATE alternatives</DT>
20286 <DD>
20287 There are several versions of SMARTDATE that are all the same except
20288 for the way they format dates far in the past.
20289 SMARTDATE formats the date using the information from your locale settings
20290 to format the date string. It may end up formatting dates so that they look
20291 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
20292 The feature
20293 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
20294 may have an effect on the values of these tokens.
20295 If you want more control you may use one of the following.
20296   <DL>
20297   <DT>SMARTDATE</DT> <DD>If the option
20298 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
20299 then this will be locale specific. Control this with the
20300 LC_TIME locale setting on a UNIX system. On Windows
20301 the Regional Options control panel may be used to set the Short date
20302 format. At the programming level, the strftime routine is what Alpine
20303 uses to print the date.
20304 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
20305 to SMARTDATES1.</DD>
20306   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
20307   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
20308   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
20309   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
20310   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
20311   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
20312   </DL>
20313 </DD>
20315 <DT>SMARTDATETIME alternatives</DT>
20316 <DD>
20317 There are several versions of SMARTDATETIME that are all very similar.
20318 The ones that end in 24 use a 24-hour clock for Today's messages instead
20319 of a 12-hour clock.
20320 The other variation is
20321 for the way they format dates far in the past.
20322 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
20323 to format the date string. It may end up formatting dates so that they look
20324 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
20325 The feature
20326 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
20327 may have an effect on the values of these tokens.
20328 The possible choices are:
20329   <DL>
20330   <DT>SMARTDATETIME</DT> <DD>If the option
20331 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
20332 then this will be locale specific. Control this with the
20333 LC_TIME locale setting on a UNIX system. On Windows
20334 the Regional Options control panel may be used to set the Short date
20335 format. At the programming level, the strftime routine is what Alpine
20336 uses to print the date.
20337 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
20338 to SMARTDATETIMES1.</DD>
20339   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
20340   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
20341   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
20342   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
20343   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
20344   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
20345   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
20346   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
20347   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
20348   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
20349   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
20350   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
20351   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
20352   </DL>
20353 </DD>
20355 <DT>DAYDATE</DT>
20356 <DD>
20357 This token represents the date on which the message was sent, according
20358 to the &quot;Date&quot; header field.
20359 It looks like &quot;Sat, 23 Oct 1998&quot;.
20360 This token is never converted in any locale-specific way.
20361 </DD>
20363 <DT>PREFDATE</DT>
20364 <DD>
20365 This token represents the date on which the message was sent, according
20366 to the &quot;Date&quot; header field.
20367 It is your operating system's idea of the preferred date representation for the current locale.
20368 Internally it uses the %x version of the date from the strftime routine.
20369 </DD>
20371 <DT>PREFTIME</DT>
20372 <DD>
20373 This token represents the time at which the message was sent, according
20374 to the &quot;Date&quot; header field.
20375 It is the preferred time representation for the current locale.
20376 Internally it uses the %X version of the time from the strftime routine.
20377 </DD>
20379 <DT>PREFDATETIME</DT>
20380 <DD>
20381 This token represents the date and time at which the message was sent, according
20382 to the &quot;Date&quot; header field.
20383 It is the preferred date and time representation for the current locale.
20384 Internally it uses the %c version of the time from the strftime routine.
20385 </DD>
20387 <DT>DAY</DT>
20388 <DD>
20389 This token represents the day of the month on which the message was sent,
20390 according to the &quot;Date&quot; header field.
20391 For example, &quot;23&quot; or &quot;9&quot;.
20392 </DD>
20394 <DT>DAY2DIGIT</DT>
20395 <DD>
20396 This token represents the day of the month on which the message was sent,
20397 according to the &quot;Date&quot; header field.
20398 For example, &quot;23&quot; or &quot;09&quot;.
20399 It is always 2 digits.
20400 </DD>
20402 <DT>DAYORDINAL</DT>
20403 <DD>
20404 This token represents the ordinal number that is the day of
20405 the month on which the message was sent,
20406 according to the &quot;Date&quot; header field.
20407 For example, &quot;23rd&quot; or &quot;9th&quot;.
20408 </DD>
20410 <DT>DAYOFWEEK</DT>
20411 <DD>
20412 This token represents the day of the week on which the message was sent,
20413 according to the &quot;Date&quot; header field.
20414 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
20415 </DD>
20417 <DT>DAYOFWEEKABBREV</DT>
20418 <DD>
20419 This token represents the day of the week on which the message was sent,
20420 according to the &quot;Date&quot; header field.
20421 For example, &quot;Sun&quot; or &quot;Wed&quot;.
20422 </DD>
20424 <DT>MONTHABBREV</DT>
20425 <DD>
20426 This token represents the month the message was sent, according
20427 to the &quot;Date&quot; header field.
20428 For example, &quot;Oct&quot;.
20429 </DD>
20431 <DT>MONTHLONG</DT>
20432 <DD>
20433 This token represents the month in which the message was sent, according
20434 to the &quot;Date&quot; header field.
20435 For example, &quot;October&quot;.
20436 </DD>
20438 <DT>MONTH</DT>
20439 <DD>
20440 This token represents the month in which the message was sent, according
20441 to the &quot;Date&quot; header field.
20442 For example, &quot;10&quot; or &quot;9&quot;.
20443 </DD>
20445 <DT>MONTH2DIGIT</DT>
20446 <DD>
20447 This token represents the month in which the message was sent, according
20448 to the &quot;Date&quot; header field.
20449 For example, &quot;10&quot; or &quot;09&quot;.
20450 It is always 2 digits.
20451 </DD>
20453 <DT>YEAR</DT>
20454 <DD>
20455 This token represents the year the message was sent, according
20456 to the &quot;Date&quot; header field.
20457 For example, &quot;1998&quot; or &quot;2001&quot;.
20458 </DD>
20460 <DT>YEAR2DIGIT</DT>
20461 <DD>
20462 This token represents the year the message was sent, according
20463 to the &quot;Date&quot; header field.
20464 For example, &quot;98&quot; or &quot;01&quot;.
20465 It is always 2 digits.
20466 </DD>
20468 <DT>TIME24</DT>
20469 <DD>
20470 This token represents the time at which the message was sent, according
20471 to the &quot;Date&quot; header field.
20472 There is no adjustment made for different time zones, so you'll get
20473 the time the message was sent according to the time zone the sender
20474 was in.
20475 It has the format HH:MM. For example, &quot;17:28&quot;.
20476 </DD>
20478 <DT>TIME12</DT>
20479 <DD>
20480 This token represents the time at which the message was sent, according
20481 to the &quot;Date&quot; header field.
20482 This time is for a 12 hour clock.
20483 It has the format HH:MMpm.
20484 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
20485 </DD>
20487 <DT>TIMEZONE</DT>
20488 <DD>
20489 This token represents the numeric timezone from
20490 the &quot;Date&quot; header field.
20491 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
20492 </DD>
20494 </DL>
20497 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
20499 <DL>
20500 <DT>MSGNO</DT>
20501 <DD>
20502 This token represents the message's current position in the folder that,
20503 of course, may change as the folder is sorted or new mail arrives.
20504 </DD>
20506 <DT>STATUS</DT>
20507 <DD>
20508 This token represents a three character wide field displaying various
20509 aspects of the message's state.
20510 The first character is either blank,
20511 a '*' for message marked Important, or a '+' indicating a message
20512 addressed directly to you (as opposed to your having received it via a
20513 mailing list, for example).
20514 When the feature
20515 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
20516 is set, if the first character would have been
20517 blank then it will instead be a '-' if the message is cc'd to you.
20518 The second character is typically blank,
20519 though the arrow cursor may occupy it if either the 
20520 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
20521 or the
20522 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
20523 is set (or you actually are on a slow link).
20524 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
20525 '<A HREF="h_flag_answered">A</A>' (Answered),
20526 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
20527 '<A HREF="h_flag_new">N</A>' (New), or blank.
20529 If you are using a threaded view of the index and this message is at the
20530 top of a collapsed portion of a thread,
20531 then this token refers to all of the messages in the collapsed portion of
20532 the thread instead of just the top message.
20533 The first character will be a '*' if <EM>any</EM> of the messages in the thread
20534 are marked Important, else a '+' if any of the messages are addressed
20535 to you, else a '-' if any of the messages are cc'd to you.
20536 The third character will be a 'D' if <EM>all</EM> of the messages
20537 in the collapsed thread are marked deleted,
20538 an 'A' if <EM>all</EM> of the messages
20539 in the collapsed thread are marked answered,
20540 it will be an 'N' if any of
20541 the messages are undeleted and unseen, and it will be blank otherwise.
20542 </DD>
20544 <DT>FULLSTATUS</DT>
20545 <DD>
20546 This token represents a less abbreviated alternative
20547 to the &quot;STATUS&quot; token.
20548 It is six characters wide.
20549 The first character is '+', '-', or blank, the
20550 second blank, the third either '*' or blank, the fourth
20551 '<A HREF="h_flag_new">N</A>' or blank,
20552 the fifth '<A HREF="h_flag_answered">A</A>'
20553 or blank, and the sixth character is
20554 either '<A HREF="h_flag_deleted">D</A>' or
20555 blank.
20557 If you are using a threaded view of the index and this message is at the
20558 top of a collapsed portion of a thread,
20559 then this token refers to all of the messages in the collapsed portion of
20560 the thread instead of just the top message.
20561 The first character is '+', '-', or blank depending on whether <EM>any</EM>
20562 of the messages in the collapsed thread are addressed to you or cc'd to you.
20563 The third character will be '*' if any of the messages are marked
20564 Important.
20565 The fourth character will be 'N' if all of the messages in the thread
20566 are New, else 'n' if some of the messages in the thread are New, else blank.
20567 The fifth character will be 'A' or 'a' or blank, and the sixth character
20568 will be 'D' or 'd' or blank.
20569 </DD>
20571 <DT>IMAPSTATUS</DT>
20572 <DD>
20573 This token represents an even less abbreviated alternative to the
20574 &quot;STATUS&quot; token.
20575 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
20576 an 'N' if the message is new to this folder since the last time
20577 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
20578 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
20579 new to the folder since it was last opened <EM>but</EM> has not been
20580 viewed, or a blank if the message has been in the folder since it was
20581 last opened and has been viewed.
20583 If you are using a threaded view of the index and this message is at the
20584 top of a collapsed portion of a thread,
20585 then the fourth character will be
20586 'N' if all of the messages in the thread are unseen and recent;
20587 else 'n' if some of the messages in the thread are unseen and recent;
20588 else 'U' if all of the messages in the thread are unseen and not recent;
20589 else 'u' if some of the messages in the thread are unseen and not recent;
20590 else 'R' if all of the messages in the thread are seen and recent;
20591 else 'r' if some of the messages in the thread are seen and recent;
20592 else blank.
20593 </DD>
20595 <DT>SHORTIMAPSTATUS</DT>
20596 <DD>
20597 This is the same as the last four of the six characters of IMAPSTATUS,
20598 so the '+' To Me information will be missing.
20599 </DD>
20601 <DT>SIZE</DT>
20602 <DD>
20603 This token represents the total size, in bytes, of the message.
20604 If a &quot;K&quot; (Kilobyte)
20605 follows the number, the size is approximately 1,000
20606 times that many bytes (rounded to the nearest 1,000).
20607 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20608 1,000,000 times that many bytes.
20609 Commas are not used in this field.
20610 This field is seven characters wide, including the enclosing parentheses.
20611 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20612 The progression of sizes used looks like:
20615 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
20617 </DD>
20619 <DT>SIZECOMMA</DT>
20620 <DD>
20621 This token represents the total size, in bytes, of the message.
20622 If a &quot;K&quot; (Kilobyte)
20623 follows the number, the size is approximately 1,000
20624 times that many bytes (rounded to the nearest 1,000).
20625 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20626 1,000,000 times that many bytes.
20627 Commas are used if the number shown is 1,000 or greater.
20628 The SIZECOMMA field is one character wider than the SIZE field.
20629 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20630 The progression of sizes used looks like:
20633 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
20635 </DD>
20637 <DT>KSIZE</DT>
20638 <DD>
20639 This token represents the total size of the message, expressed in
20640 kilobytes or megabytes, as most appropriate.
20641 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
20642 The progression of sizes used looks like:
20645 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
20647 </DD>
20649 <DT>SIZENARROW</DT>
20650 <DD>
20651 This token represents the total size, in bytes, of the message.
20652 If a &quot;K&quot; (Kilobyte)
20653 follows the number, the size is approximately 1,000
20654 times that many bytes.
20655 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20656 1,000,000 times that many bytes.
20657 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
20658 1,000,000,000 times that many bytes.
20659 This field uses only five characters of screen width, including the enclosing
20660 parentheses.
20661 The progression of sizes used looks like:
20664 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
20666 </DD>
20668 <DT>DESCRIPSIZE</DT>
20669 <DD>
20670 This token is intended to represent a more useful description of the
20671 message than just its size, but it isn't very useful at this point.
20672 The plus sign in this view means there are attachments.
20673 Note that including this token in
20674 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
20675 display a little while Alpine collects the necessary information.
20676 </DD>
20678 <DT>SHORTSUBJECT</DT> 
20679 <DD> This token is the same as SUBJECT, but removes 
20680 text between &quot;[&quot; and &quot;]&quot;. Typically text enclosed 
20681 between these characters corresponds to mailing list names, and may be 
20682 unnecessary or unwanted in some instances. 
20683 </DD>
20685 <DT>SUBJKEY</DT>
20686 <DD>
20687 This token is the same as the SUBJECT token unless keywords are set for
20688 the message.
20689 In that case, a list of keywords enclosed in braces will be prepended to
20690 the subject of the message.
20691 Only those keywords that you have defined in your
20692 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20693 in Setup/Config are considered in the list.
20694 In other words, keywords that have been set by some other means, perhaps
20695 by another email program, won't show up unless included in
20696 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20697 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
20698 prepended to the subject in the MESSAGE TEXT screen.
20699 If you have given a keyword a nickname
20700 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
20701 instead of the actual keyword.
20702 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20703 option may be used to modify this token slightly.
20704 It is also possible to color keywords in the index using the
20705 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20706 </DD>
20708 <DT>SHORTSUBJKEY</DT>
20709 <DD> This token is the same as SUBJKEY, but it is based on
20710 SHORTSUBJECT, instead of in SUBJECT.
20711 </DD>
20713 <DT>SUBJKEYINIT</DT>
20714 <DD>
20715 This token is the same as the SUBJKEY token except that instead of
20716 prepending a list of keywords to the subject, a list of first initials
20717 of keywords will be prepended instead.
20718 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
20719 set (or Work and Now are the Alpine nicknames of keywords that are set)
20720 then the SUBJKEY token would cause a result like
20722 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
20724 whereas the SUBJKEYINIT token would give
20726 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
20728 Only those keywords that you have defined in your
20729 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20730 in Setup/Config are considered in the list.
20731 In other words, keywords that have been set by some other means, perhaps
20732 by another email program, won't show up unless included in
20733 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20734 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20735 option may be used to modify this token slightly.
20736 It is also possible to color keywords in the index using the
20737 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20738 </DD>
20740 <DT>SHORTSUBJKEYINIT</DT>
20741 <DD> This token is the same as SUBJKEYINIT, but it is based on
20742 SHORTSUBJECT, instead of in SUBJECT.
20743 </DD>
20745 <DT>SUBJECTTEXT</DT>
20746 <DD>
20747 Same as SUBJECT but if there is room in the Subject field for more text,
20748 the opening part of the text of the message is displayed after the subject.
20749 The time needed to fetch the text may cause a performance problem
20750 which can, of course, be avoided by using the SUBJECT version of
20751 the Subject instead.
20752 You may color this opening text differently by using the
20753 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
20754 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20755 You may adjust the characters that are displayed between the Subject and the
20756 opening text with the option
20757 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
20758 </DD>
20760 <DT>SUBJKEYTEXT</DT>
20761 <DD>
20762 Same as SUBJKEY but with the opening message text.
20763 </DD>
20765 <DT>OPENINGTEXT</DT>
20766 <DD>
20767 This is similar to SUBJECTTEXT.
20768 Instead of combining the Subject and the opening text in a single
20769 field in the index screen this token allows you to allocate a
20770 separate column just for the opening text of the message.
20771 The time needed to fetch this text may cause a performance problem.
20772 You may color this opening text differently by using the
20773 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
20774 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20775 </DD>
20777 <DT>OPENINGTEXTNQ</DT>
20778 <DD>
20779 This is very similar to OPENINGTEXT.
20780 The NQ stands for No Quotes.
20781 The only difference is that quoted text (lines beginning with &gt;) is deleted.
20782 For some messages this may be confusing.
20783 For example, a message might have a line preceding some quoted
20784 text that reads something like &quot;On May 8th person A said.&quot;
20785 That no longer makes sense after the quoted text is deleted and it
20786 will appear that person A said whatever the text after the quote
20787 is, even though that is really person B talking.
20788 </DD>
20790 <DT>SUBJKEYINITTEXT</DT>
20791 <DD>
20792 Same as SUBJKEYINIT but with the opening message text.
20793 </DD>
20795 <DT>KEY</DT>
20796 <DD>
20797 This is a space-delimited list of keywords that are set for the message.
20798 Only those keywords that you have defined in your
20799 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20800 in Setup/Config are considered in the list.
20801 In other words, keywords that have been set by some other means, perhaps
20802 by another email program, won't show up unless included in
20803 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20804 If you have given a keyword a nickname
20805 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
20806 instead of the actual keyword.
20807 It is also possible to color keywords in the index using the
20808 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20809 This token defaults to an arbitrary width of 5.
20810 You should set it to whatever width suits you using something
20811 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
20812 </DD>
20814 <DT>KEYINIT</DT>
20815 <DD>
20816 This is a list of keyword initials that are set for the message.
20817 If you have given a keyword a nickname
20818 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
20819 is displayed instead of the initial of the actual keyword.
20820 It is also possible to color keyword initials in the index using the
20821 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20822 This token defaults to an arbitrary width of 2.
20823 You should set it to whatever width suits you using something
20824 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
20825 </DD>
20827 <DT>PRIORITY</DT>
20828 <DD>
20829 The X-Priority header is a non-standard header that is used in a
20830 somewhat standard way by many mail programs.
20831 Alpine expects the value of this header to be a digit with a value
20832 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
20833 Since this priority is something that the sender sets it is only an indication
20834 of the priority that the sender attaches to the mail and it is therefore almost
20835 totally unreliable for use as a filtering criterion.
20836 This token will display the numeric value of the priority if it is between
20837 1 and 5.
20838 It will be suppressed (blank) if the value is 3, which is normal priority.
20839 This token may be colored with the
20840 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
20841 </DD>
20843 <DT>PRIORITYALPHA</DT>
20844 <DD>
20845 This is a more verbose interpretation of the X-Priority field.
20846 Once again nothing is displayed unless the value of the field
20847 is 1, 2, 4, or 5.
20848 The values displayed for those values are:
20850 <TABLE>
20851 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
20852 <TR> <TD>2</TD> <TD>High</TD> </TR>
20853 <TR> <TD>4</TD> <TD>Low</TD> </TR>
20854 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
20855 </TABLE>
20857 This token may be colored with the
20858 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
20859 </DD>
20861 <DT>PRIORITY!</DT>
20862 <DD>
20863 This is a one character, non-numeric version of the X-Priority field.
20864 If the value of the X-Priority header is 1 or 2 an exclamation
20865 point is displayed.
20866 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
20867 This token may be colored with the
20868 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
20869 </DD>
20871 <DT>ATT</DT>
20872 <DD>
20873 This is a one column wide field that represents the number of attachments
20874 a message has. It will be blank if there are no attachments, a single
20875 digit for one to nine attachments, or an asterisk for more than nine.
20876 Note that including this token in
20877 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
20878 display a little while Alpine collects the necessary information.
20879 </DD>
20881 <DT>FROMORTO</DT>
20882 <DD>
20883 This token represents <EM>either</EM> the personal name (or email address) of
20884 the person listed in the message's &quot;From:&quot; header
20885 field, <EM>or</EM>, if that address is yours or one of your
20886 <A HREF="h_config_alt_addresses">alternate addresses</A>,
20887 the first person specified in the
20888 message's &quot;To:&quot; header field
20889 with the prefix &quot;To: &quot; prepended.
20890 If the from address is yours and there is also no &quot;To&quot; address,
20891 Alpine will use the address on the &quot;Cc&quot; line.
20892 If there is no address there, either, Alpine will look for a newsgroup name
20893 from the &quot;Newsgroups&quot; header field and put
20894 that after the &quot;To: &quot; prefix.
20895 </DD>
20897 <DT>FROMORTONOTNEWS</DT>
20898 <DD>
20899 This is almost the same as <EM>FROMORTO</EM>.
20900 The difference is that newsgroups aren't considered.
20901 When a message is from you, doesn't have a To or Cc, and does have
20902 a Newsgroups header; this token will be your name instead of the name
20903 of the newsgroup (like it would be with FROMORTO).
20904 </DD>
20906 <DT>TEXT</DT>
20907 <DD>
20908 This is a different sort of token.
20909 It allows you to display a label within each index line.
20910 It will be the same fixed text for each line.
20911 It is different from all the other tokens in that there is no space column
20912 displayed after this token.
20913 Instead, it is butted up against the following field.
20914 It also has a different syntax.
20915 The text to display is given following a colon after the
20916 word &quot;TEXT&quot;.
20917 For example,
20919 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
20921 would insert the literal text &quot;abc=&quot; (without the quotes)
20922 into the index display line.
20923 You must quote the text if it includes space characters, like
20925 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
20927 </DD>
20929 <DT>HEADER</DT>
20930 <DD>
20931 This allows you to display the text from a particular header line in the
20932 message.
20933 The syntax for this token is substantially different from all the others
20934 in order that you might be able to display a portion of the text following
20935 a particular header.
20936 The header name you are interested in is given following a colon
20937 after the word &quot;HEADER&quot;.
20938 For example,
20940 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
20942 would display the text of the X-Spam header, if any.
20943 Like for other index tokens a width field may (and probably should)
20944 follow this.
20946 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
20948 displays the first ten characters of the X-Spam header.
20949 Unlike other index tokens, the syntax for HEADER is more flexible.
20950 An optional second argument comes after a comma inside the parentheses.
20951 It specifies the &quot;field&quot; number.
20952 By default, the field separator is a space character.
20953 No extra space characters are allowed in the argument list.
20955 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
20957 would display the second field, left-justified, in a 10 character
20958 wide field.
20959 The second field would consist of all the text after the first space
20960 up to the next space or the end of the header.
20961 The default field number is zero, which stands for the entire line.
20962 There is also an optional third argument that is a list of field
20963 separators. It defaults to a space character.
20964 The example
20966 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
20968 would cause the field separators to be any of colon, percent,
20969 or space (there is a space character between the percent and the
20970 right parenthesis).
20971 The first field runs from the start of the header value up to the first
20972 colon, percent, or space; the second goes from there to the next; and so on.
20973 In order to use a comma character as a field separator you must escape
20974 it by preceding it with a backslash (&#92;).
20975 The same is true of the backslash character itself.
20976 There is one further optional argument.
20977 It is an R or an L to specify right or left adjustment of the text
20978 within the field.
20979 The default is to left justify, however if you are displaying numbers
20980 you might prefer to right justify.
20982 Here's an example of a SpamAssassin header.
20983 The exact look of the header will vary, but if your incoming mail
20984 contains headers that look like the following
20986 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
20988 you might want to display the hits value.
20989 The first field starts with the Y in Yes.
20990 To get what you're interested in you might use &quot;=&quot; and
20991 space as the field separators and display the third field, like
20993 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
20995 or maybe you would break at the dot instead
20997 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
20999 Another example we've seen has headers that look like
21001 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
21003 Because there are two equals and a comma before the 7% and a comma
21004 after it, the token
21006 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
21008 should display the probability (for example 7% or 83%) right justified
21009 in a 3-wide field.
21010 </DD>
21012 <DT>ARROW</DT>
21013 <DD>
21014 This gives an alternative way to display the current message in the
21015 MESSAGE INDEX screen.
21016 Usually the current message is indicated by the line being shown in
21017 reverse video.
21018 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
21019 the current line will include an &quot;arrow&quot; that
21020 looks like
21022 <CENTER><SAMP>-&gt;</SAMP></CENTER>
21024 in the ARROW token's field.
21025 For all of the non-current messages, the ARROW field will be filled
21026 with blanks.
21027 If you use the fixed-field width feature the length of the &quot;arrow&quot;
21028 may be adjusted.
21029 The arrow will be drawn as width-1 dashes followed by a greater than sign.
21030 For example, if you use ARROW(3) you will get
21032 <CENTER><SAMP>--&gt;</SAMP></CENTER>
21034 and ARROW(1) will give you just
21036 <CENTER><SAMP>&gt;</SAMP></CENTER>
21038 It is also possible to set the color of the ARROW field.
21039 By default (and for non-current messages) the arrow is colored the same
21040 as the index line it is part of.
21041 You may set it to be another color with the 
21042 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
21043 the <A HREF="h_color_setup">Setup Kolor</A> screen.
21044 </DD>
21046 <DT>SCORE</DT>
21047 <DD>
21048 This gives the
21049 <a href="h_rules_score">score</a>
21050 of each message.
21051 This will be six columns wide to accommodate the widest possible score.
21052 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
21053 to limit the width of the field to the widest score that
21054 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
21055 If you have not defined any score rules the scores will all be zero.
21056 If any of your score rules contain AllText or BodyText patterns
21057 then including SCORE in the <!--#echo var="VAR_index-format"-->
21058 may slow down the display of the MESSAGE INDEX screen.
21059 </DD>
21060 </DL>
21063 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
21065 <DL>
21066 <DT>CURNEWS</DT>
21067 <DD>
21068 This token represents the current newsgroup if there is one.
21069 For example, &quot;comp.mail.pine&quot;.
21070 </DD>
21072 <DT>MSGID</DT>
21073 <DD>
21074 This token represents the message ID of the message.
21075 This token does not work with Filter Rule folder names.
21076 </DD>
21078 <DT>CURDATE</DT>
21079 <DD>
21080 This token represents the current date.
21081 It has the format MMM DD. For example, &quot;Oct 23&quot;.
21082 </DD>
21084 <DT>CURDATEISO</DT>
21085 <DD>
21086 This token represents the current date.
21087 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
21088 </DD>
21090 <DT>CURDATEISOS</DT>
21091 <DD>
21092 This token represents the current date.
21093 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
21094 </DD>
21096 <DT>CURPREFDATE</DT>
21097 <DD>
21098 This token represents the current date.
21099 It is your operating system's idea of the preferred date representation for the current locale.
21100 Internally it uses the %x version of the date from the strftime routine.
21101 </DD>
21103 <DT>CURPREFTIME</DT>
21104 <DD>
21105 This token represents the current time.
21106 It is the preferred time representation for the current locale.
21107 Internally it uses the %X version of the time from the strftime routine.
21108 </DD>
21110 <DT>CURPREFDATETIME</DT>
21111 <DD>
21112 This token represents the current date and time.
21113 It is the preferred date and time representation for the current locale.
21114 Internally it uses the %c version of the time from the strftime routine.
21115 </DD>
21117 <DT>CURTIME24</DT>
21118 <DD>
21119 This token represents the current time.
21120 It has the format HH:MM. For example, &quot;17:28&quot;.
21121 </DD>
21123 <DT>CURTIME12</DT>
21124 <DD>
21125 This token represents the current time.
21126 This time is for a 12 hour clock.
21127 It has the format HH:MMpm.
21128 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
21129 </DD>
21131 <DT>CURDAY</DT>
21132 <DD>
21133 This token represents the current day of the month.
21134 For example, &quot;23&quot; or &quot;9&quot;.
21135 </DD>
21137 <DT>CURDAY2DIGIT</DT>
21138 <DD>
21139 This token represents the current day of the month.
21140 For example, &quot;23&quot; or &quot;09&quot;.
21141 It is always 2 digits.
21142 </DD>
21144 <DT>CURDAYOFWEEK</DT>
21145 <DD>
21146 This token represents the current day of the week.
21147 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
21148 </DD>
21150 <DT>CURDAYOFWEEKABBREV</DT>
21151 <DD>
21152 This token represents the current day of the week.
21153 For example, &quot;Sun&quot; or &quot;Wed&quot;.
21154 </DD>
21156 <DT>CURMONTH</DT>
21157 <DD>
21158 This token represents the current month.
21159 For example, &quot;10&quot; or &quot;9&quot;.
21160 </DD>
21162 <DT>CURMONTH2DIGIT</DT>
21163 <DD>
21164 This token represents the current month.
21165 For example, &quot;10&quot; or &quot;09&quot;.
21166 It is always 2 digits.
21167 </DD>
21169 <DT>CURMONTHLONG</DT>
21170 <DD>
21171 This token represents the current month.
21172 For example, &quot;October&quot;.
21173 </DD>
21175 <DT>CURMONTHABBREV</DT>
21176 <DD>
21177 This token represents the current month.
21178 For example, &quot;Oct&quot;.
21179 </DD>
21181 <DT>CURYEAR</DT>
21182 <DD>
21183 This token represents the current year.
21184 For example, &quot;1998&quot; or &quot;2001&quot;.
21185 </DD>
21187 <DT>CURYEAR2DIGIT</DT>
21188 <DD>
21189 This token represents the current year.
21190 For example, &quot;98&quot; or &quot;01&quot;.
21191 It is always 2 digits.
21192 </DD>
21194 <DT>LASTMONTH</DT>
21195 <DD>
21196 This token represents last month.
21197 For example, if this is November (the 11th month),
21198 it is equal to &quot;10&quot; or if this is October (the 10th month),
21199 it is &quot;9&quot;.
21200 It is possible that this and the other tokens beginning with LASTMONTH
21201 below could be useful when used with a Filtering Rule that
21202 has the &quot;Beginning of Month&quot; option set.
21203 </DD>
21205 <DT>LASTMONTH2DIGIT</DT>
21206 <DD>
21207 This token represents last month.
21208 For example, if this is November (the 11th month),
21209 it is equal to &quot;10&quot; or if this is October (the 10th month),
21210 it is &quot;09&quot;.
21211 It is always 2 digits.
21212 </DD>
21214 <DT>LASTMONTHLONG</DT>
21215 <DD>
21216 This token represents last month.
21217 For example, if this is November the value is &quot;October&quot;.
21218 </DD>
21220 <DT>LASTMONTHABBREV</DT>
21221 <DD>
21222 This token represents last month.
21223 For example, if this is November the value is &quot;Oct&quot;.
21224 </DD>
21226 <DT>LASTMONTHYEAR</DT>
21227 <DD>
21228 This token represents what the year was a month ago.
21229 For example, if this is October, 1998, it is &quot;1998&quot;.
21230 If this is January, 1998, it is &quot;1997&quot;.
21231 </DD>
21233 <DT>LASTMONTHYEAR2DIGIT</DT>
21234 <DD>
21235 This token represents what the year was a month ago.
21236 For example, if this is October, 1998, it is &quot;98&quot;.
21237 If this is January, 1998, it is &quot;97&quot;.
21238 </DD>
21240 <DT>LASTYEAR</DT>
21241 <DD>
21242 This token represents last year.
21243 For example, if this is 1998, it equals &quot;1997&quot;.
21244 It is possible that this
21245 could be useful when used with a Filtering Rule that
21246 has the &quot;Beginning of Year&quot; option set.
21247 </DD>
21249 <DT>LASTYEAR2DIGIT</DT>
21250 <DD>
21251 This token represents last year.
21252 For example, if this is 1998, it equals &quot;97&quot;.
21253 It is always 2 digits.
21254 </DD>
21256 <DT>ROLENICK</DT>
21257 <DD>
21258 This token represents the nickname of the
21259 role currently being used.  If no role is being used,
21260 then no text will be printed for this token.
21261 This token does not work with Filter Rule folder names.
21262 </DD>
21263 </DL>
21266 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
21267 See the help for the
21268 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
21269 to see why you might want to use this.
21270 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
21271 must be surrounded by underscores when used.
21273 <DL>
21274 <DT>NEWLINE</DT>
21275 <DD>
21276 This is an end of line marker.
21277 </DD>
21278 </DL>
21281 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
21283 <DL>
21284 <DT>CURSORPOS</DT>
21285 <DD>
21286 This token is different from the others.
21287 When it is replaced it is replaced with nothing, but it sets an Alpine
21288 internal variable that tells the composer to start with the cursor
21289 positioned at the position where this token was.
21290 If both the template file and the signature file contain
21291 a &quot;CURSORPOS&quot; token, then the position in the template file
21292 is used.
21293 If there is a template file and neither it nor the signature file contains
21294 a &quot;CURSORPOS&quot; token, then the cursor is positioned
21295 after the end of the contents of the
21296 template file when the composer starts up.
21297 </DD>
21298 </DL>
21301 &lt;End of help on this topic&gt;
21302 </BODY>
21303 </HTML>
21304 ======= h_reply_token_conditionals =======
21305 <HTML>
21306 <HEAD>
21307 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
21308 </HEAD>
21309 <BODY>
21310 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
21312 Conditional text inclusion may be used with
21313 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
21314 in signature files, and in template files used in
21315 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
21316 It may <EM>not</EM> be used with the
21317 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
21320 There is a limited if-else capability for including text.
21321 The if-else condition is based
21322 on whether or not a given token would result in replacement text you
21323 specify.
21324 The syntax of this conditional inclusion is
21326 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
21328 The left parenthesis must follow the underscore immediately, with no
21329 intervening space.
21330 It means the token is expanded and the results of that expansion are
21331 compared against the &quot;match_this&quot; argument.
21332 If there is an exact match, then the &quot;if_matched&quot; text is used
21333 as the replacement text.
21334 Otherwise, the &quot;if_not_matched&quot; text is used.
21335 One of the most useful values for the &quot;match_this&quot; argument is
21336 the empty string, &quot;&quot;.
21337 In that case the expansion is compared against the empty string.
21339 Here's an example to make it clearer.
21340 This text could be included in one of your template files:
21342 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
21344 If that is included in a template file that you are using while replying
21345 to a message (because you chose to use the role it was part of),
21346 and that message has a newsgroup header and a newsgroup in that header,
21347 then the text
21349 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
21351 will be included in the message you are about to compose.
21352 On the other hand, if the message you are replying to does not have
21353 a newsgroup, then the text
21355 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
21357 would be included instead.
21358 This would also work in signature files and in
21359 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
21360 If the &quot;match_this&quot;, &quot;if_matched&quot;,
21361 or &quot;if_not_matched&quot; arguments contain
21362 spaces, parentheses, or commas;
21363 they have to be quoted with double quotation marks (like in the example
21364 above).
21365 If you want to include a literal quote (&quot;) in the text you must escape the
21366 quote by preceding it with a backslash (&#92;) character.
21367 If you want to include a literal backslash character you must escape it
21368 by preceding it with another backslash.
21370 The comma followed by &quot;if_not_matched&quot; is optional.
21371 If there is no &quot;if_not_matched&quot;
21372 present then no text is included if the not_matched case is true.
21373 Here's another example:
21375 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
21377 Here you can see that tokens may appear in the arguments.
21378 The same is true for tokens with the conditional parentheses.
21379 They may appear in arguments,
21380 though you do have to be careful to get the quoting and escaping of
21381 nested double quotes correct.
21382 If this was in the signature file being used and you were replying to a message
21383 sent to comp.mail.pine the resulting text would be:
21385 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
21387 If you were replying to a message that wasn't sent to any newsgroup the
21388 resulting text would be a single blank line.
21389 The reason you'd get a blank line is because the end of the line is
21390 outside of the conditional, so is always included.
21391 If you wanted to get rid of that blank line you could do so by moving
21392 the end of line inside the conditional.
21393 In other words, it's ok to have multi-line
21394 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
21395 template file.
21396 The text just continues until the next double quotation, even if it's not
21397 on the same line.
21399 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
21401 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
21403 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
21404 while reading the newsgroup comp.mail.pine the resulting text would be:
21406 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
21408 If you were replying to a message while reading an email folder instead
21409 of a newsgroup the resulting leadin text would be
21411 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
21413 Here's one more (contrived) example illustrating a matching argument
21414 that is not the empty string.
21416 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
21418 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
21419 were replying to
21420 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
21421 would be
21423 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
21425 But if you were replying to a message sent on Oct. 27 (and that wasn't
21426 today) you would get
21428 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
21431 &lt;End of help on this topic&gt;
21432 </BODY>
21433 </HTML>
21434 ======= h_composer_cntxt_nick =======
21435 <HTML>
21436 <HEAD>
21437 <TITLE>Collection Nickname Explained</TITLE>
21438 </HEAD>
21439 <BODY>
21440 <H1>Collection Edit Help -- Nickname Field</H1>
21442 This field is provided so you can add a short nickname to use when
21443 referring to this collection within Alpine.  Spaces are allowed, and
21444 you don't need to use double-quotes.  However, the double-quote
21445 character is not allowed.
21447 Look <A HREF="h_edit_nav_cmds">here</A>
21448 to see the available Editing and Navigation commands.
21450 &lt;End of help on this topic&gt;
21451 </BODY>
21452 </HTML>
21453 ======= h_folder_server_syntax =======
21454 <HTML>
21455 <HEAD>
21456 <TITLE>Server Name Syntax</TITLE>
21457 </HEAD>
21458 <BODY>
21459 <H1>Server Name Syntax</H1>
21461 This help describes the syntax that may be used for server names
21462 that may be associated with remote folders or SMTP servers.
21465 A server name is the hostname of the server.
21466 It's a good idea to use the host's fully-qualified network name.
21469 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
21472 However, IP addresses are allowed if surrounded
21473 with square-brackets.
21476 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
21479 An optional network port number may be supplied by appending
21480 a colon (:) followed by the port number
21481 to the server name.
21482 By default, the IMAP port number, 143, is used.
21485 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
21488 Besides server name and optional port number, various other optional
21489 parameters may be supplied that alter Alpine's interaction with the server.
21490 A parameter is supplied by appending a slash (/) character followed by
21491 the parameter's name and,
21492 depending on the particular parameter, the value assigned to that
21493 name, to the server name (and optional port number).
21494 Parameter names are <EM>not</EM> case sensitive.
21495 Currently supported parameters include:
21497 <DL>
21499 <DT>User</DT>
21500 <DD>This parameter requires an associated value, and is intended to
21501 provide the username identifier with which to establish the server
21502 connection.
21503 If your SMTP server offers SMTP AUTH authentication, adding this 
21504 parameter to the
21505 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
21506 option will cause Alpine to attempt to authenticate to the server using the
21507 supplied username.
21508 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
21509 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
21510 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
21511 option (or to the server name for any folder collection using NNTP)
21512 will cause Alpine to attempt
21513 to authenticate to the server using the supplied username.
21514 An example might be:
21517 <CENTER><SAMP>/user=katie</SAMP></CENTER>
21520 </DD>
21522 <DT>STARTTLS</DT>
21523 <DD>
21524 This is a unary parameter indicating communication with the server must 
21525 take place over a TLS connection. If you use this parameter, Alpine will 
21526 establish an insecure connection to the server, and later will attempts to 
21527 use a secure encrypted connection. If the attempt to use TLS fails then 
21528 this parameter will cause the connection to fail instead of falling back 
21529 to an insecure connection.
21531 Use this option when you are told to use STARTTLS. If you are told to use 
21532 SSL or TLS on port 993, use the /ssl unary parameter instead, and not this 
21533 parameter. Use this parameter when establishing a connection to a server 
21534 on an insecure port (normally port 143 for IMAP) and then needing to 
21535 establish a secure connection using STARTTLS.
21537 <P><A href="h_security_considerations">Learn more</A> about security 
21538 considerations when you use this option.
21541 <CENTER><SAMP>/starttls</SAMP></CENTER>
21544 </DD>
21546 <DT>SSL</DT>
21547 <DD>
21548 This is a unary parameter indicating communication with the server should 
21549 take place over a Secure Socket Layer connection.  The server must support
21550 this method, and be prepared to accept connections on the appropriate
21551 port (993 by default).
21552 Alpine must be linked with an SSL library for this option to be operational.
21553 Using this option will make Alpine try to connect to the server using the
21554 most secure encrypted SSL connection that both your version of Alpine and the
21555 server support.
21558 <CENTER><SAMP>/ssl</SAMP></CENTER>
21561 </DD>
21563 <DT>TLS1</DT>
21564 <DD>
21565 This parameter indicates that the connection to the server will be made
21566 over the SSL port, but using the TLSv1 protocol, instead of the usual
21567 SSLv3 or SSLv2 protocols.
21568 Alpine must be linked with an SSL library for this option to be operational.
21571 <CENTER><SAMP>/tls1</SAMP></CENTER>
21573 </DD>
21575 <DT>TLS1_1</DT>
21576 <DD>
21577 This parameter indicates that the connection to the server will be made
21578 over the SSL port, but using the TLSv1.1 protocol.
21579 Alpine must be linked with an SSL library that supports this encryption
21580 protocol for this option to be operational.
21583 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
21585 </DD>
21587 <DT>TLS1_2</DT>
21588 <DD>
21589 This parameter indicates that the connection to the server will be made
21590 over the SSL port, but using the TLSv1.2 protocol.
21591 Alpine must be linked with an SSL library that supports this encryption
21592 protocol for this option to be operational.
21595 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
21597 </DD>
21599 <DT>TLS1_3</DT>
21600 <DD>
21601 This parameter indicates that the connection to the server will be made
21602 over the SSL port, but using the TLSv1.3 protocol.
21603 Alpine must be linked with an SSL library that supports this encryption
21604 protocol for this option to be operational.
21607 <CENTER><SAMP>/tls1_3</SAMP></CENTER>
21609 </DD>
21611 <DT>NoValidate-Cert</DT>
21612 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
21613 This is needed if the server uses self-signed certificates or if Alpine
21614 cannot validate the certificate for some other known reason. You should avoid
21615 using this option, and instead install the certificate of the server, so you
21616 are not a victim of a cracker-in-the-middle attack.
21618 </DD>
21620 <DT>Anonymous</DT>
21621 <DD>This is a unary parameter (that means it does not have a value)
21622 indicating that the connection be logged in as
21623 &quot;anonymous&quot; rather than a specific user.
21624 Not all servers offer anonymous
21625 access; those which do generally only offer read-only access to certain
21626 &quot;public&quot; folders.
21629 <CENTER><SAMP>/anonymous</SAMP></CENTER>
21632 </DD>
21634 <DT>Secure</DT>
21635 <DD>This is a unary parameter indicating that the connection use the
21636 most secure authentication method mutually supported by Alpine and the
21637 server.
21638 Alpine is capable of authenticating connections to 
21639 the server using several methods.
21640 By default, Alpine will attempt each
21641 method until either a connection is established or the
21642 list of methods is exhausted.
21643 This parameter causes Alpine to instead fail 
21644 the connection if the first (generally most &quot;secure&quot;) method fails.
21647 <CENTER><SAMP>/secure</SAMP></CENTER>
21650 </DD>
21652 <DT>Submit</DT>
21653 <DD>This is a unary parameter for use with the
21654 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
21655 It indicates that the connection should be made to the Submit server
21656 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
21657 (port 587) instead of the SMTP port (25).
21658 At the time this help was written the submit option was equivalent to
21659 specifying port 587. <A href="h_security_considerations">Learn more</A>
21660 about security considerations when you use this option.
21663 <CENTER><SAMP>/submit</SAMP></CENTER>
21667 <CENTER><SAMP>host:587</SAMP></CENTER>
21670 </DD>
21672 <DT>Debug</DT>
21673 <DD>This is a unary parameter indicating that the connection be established
21674 in a verbose mode.  Basically, it causes Alpine to log the communication with
21675 the server in Alpine's debug file.
21676 Normally, the pine -d command-line flag would be used instead.
21678 </DD>
21680 <DT>NoRsh</DT>
21681 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
21682 the UNIX remote shell program.
21683 Including &quot;NoRsh&quot; will cause connections to this server to skip
21684 the &quot;rsh&quot; attempt.
21685 This might be useful to avoid long timeouts caused by rsh firewalls, for
21686 example.
21688 </DD>
21690 <DT>Loser</DT>
21691 <DD>This option makes sense only for IMAP servers that do not perform
21692 a SEARCH command correctly. If your filtering rules
21693 fail to filter some messages, that should have been filtered, then this
21694 option will make Alpine download all data necessary data to perform that 
21695 search. There is a performance penalty when using this option. Downloading 
21696 the data to perform the search will take longer than requesting the IMAP
21697 server to perform the filtering, but the filtering will be done correctly.
21699 </DD>
21702 <DT>Service</DT>
21703 <DD>This parameter requires an associated value.  The default value is
21704 &quot;IMAP&quot; which indicates communication with the server based
21705 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
21706 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
21708 Other service values include:
21709  <DL>
21710  <DT>NNTP</DT>
21711  <DD>This value indicates communication with the server takes place via
21712 the Network News Transfer Protocol.  Use this to define a collection
21713 of newsgroups on a remote news server.  So
21716 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
21718 or just
21720 <CENTER><SAMP>/NNTP</SAMP></CENTER>
21723 is the way to specify NNTP access.
21725  </DD>
21727  <DT>POP3</DT>
21728  <DD>This value indicates communication with the server takes place via the
21729 Post Office Protocol 3 protocol.
21732 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
21734 or just
21736 <CENTER><SAMP>/POP3</SAMP></CENTER>
21739 Note that there are several important issues
21740 to consider when selecting this option:
21741 <OL>
21742  <LI> POP3 provides access to only your INBOX.  In other words,
21743 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
21744  <LI> Alpine's implementation of POP3 does not follow the traditional POP
21745 model and will leave your mail on the server. Refer to the
21746 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
21747  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
21748 </OL>
21749 </DD>
21750 </DL>
21751 </DL>
21754 Note that it is possible to include more than one parameter in a server
21755 specification by concatenating the parameters. For example:
21758 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
21762 &lt;End of help on this topic&gt;
21763 </BODY>
21764 </HTML>
21765 ======= h_security_considerations =======
21766 <HTML>
21767 <HEAD>
21768 <TITLE>SSL, TLS, STARTTLS and More Security Considerations</TITLE>
21769 </HEAD>
21770 <BODY>
21771 <H1>SSL, TLS, STARTTLS and More Security Considerations</H1>
21773 The purpose of this text is to educate users on how to best choose
21774 the type of security connection to a remote server using the SSL and TLS
21775 encryption protocols.
21778 In the past, and when Alpine originally started to support encrypted connections
21779 to remote servers, the /ssl modifier was needed, and it meant any of the SSLv2
21780 or SSLv3 protocols. Those encryption protocols are considered not fully secure
21781 anymore, and in fact, you might not be able to use them anymore.
21783 <P> Today the /ssl modifier means to use the most secure encryption 
21784 protocol between your version of Alpine and what the server supports. This 
21785 might mean more modern protocols, such as TLS 1.0, TLS 1.1, etc. As of 
21786 this writing, Alpine supports connection using TLS 1.3. These protocols
21787 are considered more secure today and they should be preferred over the old
21788 SSL protocols.
21790 <P> A source of confusion for Alpine users might be the meaning of the 
21791 modifier /tls with respect to the names of the encryption protocols, such 
21792 as TLS 1.2. The meaning of /tls is to start an encrypted connection to a 
21793 server after an insecure connection has been established, and we will 
21794 discuss this later in this help text. The preferred way flag is to use
21795 /starttls, instead of /tls.
21797 <P>The best way to start an encrypted connection to a server is to use the 
21798 /ssl modifier. If your provider allows encrypted connections on port 993 
21799 for IMAP, or port 995 for POP3, or in port 465 for SMTP, just define your 
21800 server by adding the /ssl modifier and do not add the port to the server. 
21801 Alpine knows that the secure connection will be done in the correct port, 
21802 and will use the most secure encryption available between Alpine and the 
21803 server. You only need to use the port number when it is different from the
21804 default port numbers for this type of connections, and those were given
21805 above.
21807 <P>Most email service providers identify secure connections by saying 
21808 &quot;SSL or TLS&quot;. In this case, use the /ssl modifier, and only use 
21809 the port number in case it is different to the ones above.
21811 <P>If your service provider says to use STARTTLS, then you need to use the 
21812 /starttls modifier. If your service provider gives you the option to use SSL or 
21813 TLS and to use STARTTLS choose the secure port and choose the /ssl 
21814 modifier. This is because connections using the /starttls modifier can be 
21815 attacked and your username and password can be stolen by a hacker. The next
21816 paragraph describes in short how to do this.
21818 <P> When you use the /starttls modifier, Alpine connects insecurely to the 
21819 remote server. Because the connection is insecure, it is possible that you 
21820 connect to a different server, which connects you to the real server. This 
21821 is called &quot;man-in-the-middle&quot; attack, and so your communication 
21822 will pass through the hackers computer before it reaches the real target. 
21823 An example of a possible man-in-the-middle is your internet service provider, 
21824 or your employer in some instances.
21825 This means that the hacker can modify the replies from the correct server 
21826 and give you the illusion of security before you are actually connected to 
21827 the secure server. Therefore, you might disclose your username and 
21828 password to the hacker before you establish a secure connection to the correct
21829 server.
21831 <P> Therefore, if possible avoid using STARTTLS (for IMAP and POP) or SUBMIT
21832 for SMTP (in port 587), as these are subject to attack. If possible
21833 ask your provider for secure connections for SSL or TLS in the secure ports
21834 993 for IMAP, 995 for POP or 465 for SMTP.
21836 <P> In the current state, even as of TLS 1.3, these protocols are considered 
21837 secure but they do not protect your privacy. For example your internet 
21838 service provider might track to which servers you are connecting securely. 
21839 Encryption protocols are evolving to not only protect the security of your 
21840 data, but also your privacy.
21842 <P> Other types of errors can lead to insecure connections. An example is
21843 when the name of the server as provided by the user does not match the
21844 name of the server in the certificate. 
21845 <A href="h_tls_validation_failure">Read more</A> about security errors
21846 of this type and learn how to protect yourself against this type of
21847 errors.
21850 &lt;End of help on this topic&gt;
21851 </BODY>
21852 </HTML>
21853 ======= h_composer_cntxt_server =======
21854 <HTML>
21855 <HEAD>
21856 <TITLE>Collection Server: Explained</TITLE>
21857 </HEAD>
21858 <BODY>
21859 <H1>Collection Edit Help -- Server Field</H1>
21861 This collection's &quot;Server:&quot; definition indicates the
21862 hostname of the server providing access to the folders in this
21863 collection.
21864 The syntax of this server name is the same as for other server names used
21865 in remote folder names in
21866 Alpine and is described
21867 <A HREF="h_folder_server_syntax">here</A>.
21870 &lt;End of help on this topic&gt;
21871 </BODY>
21872 </HTML>
21873 ======= h_composer_cntxt_path =======
21874 <HTML>
21875 <HEAD>
21876 <TITLE>Collection Path: Explained</TITLE>
21877 </HEAD>
21878 <BODY>
21879 <H1>Collection Edit Help -- Path Field</H1>
21881 The collection's &quot;Path:&quot; definition indicates the location
21882 of the folders in this collection.  If the path or any of its components
21883 do not exist, Alpine will prompt you for their creation when exiting the
21884 Add/Change screen.
21886 <P> 
21887 By default the path is interpreted as defining a section of your personal
21888 folder area.  This area and how you specify it are defined by the
21889 server, if one is specified in the collection, or, typically, the home
21890 directory if no server is defined.
21893 To define a collection outside the default &quot;area&quot;, prefix
21894 the path with the &quot;namespace&quot; to use when interpreting the
21895 given path.  If a namespace is specified, the Path begins with the
21896 sharp, &quot;#&quot;, character followed by the name of the namespace
21897 and then the namespace's path-element-delimiter.  Aside from the
21898 path's format, namespaces can also imply access rights, content
21899 policy, audience, location, and, occasionally, access methods.
21902 Each server exports its own set (possibly of size one) of 
21903 namespaces.  Hence, it's likely communication with your server's
21904 administrator will be required for specific configurations.  Some of
21905 the more common namespaces, however, include:
21907 <DL>
21908 <DT>#news.</DT>
21909 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
21910 names are hierarchically defined with each level delimited by a period.
21911 </DD>
21912 <DT>#public/</DT>
21913 <DD>This specifies a folder area that the server may export to the general
21914 public.
21915 </DD>
21916 <DT>#shared/</DT>
21917 <DD>This specifies a folder area that the folder may export to groups
21918 of users.
21919 </DD>
21920 <DT>#ftp/</DT>
21921 <DD>This specifies a folder area that is the same as that it may have 
21922 exported via the &quot;File Transfer Protocol&quot;.
21923 </DD>
21924 <DT>#mh/</DT>
21925 <DD>This specifies the personal folder area associated with folders
21926 and directories that were created using the MH message handling system.
21927 </DD>
21928 </DL>
21931 In addition, the server may support access to other user's folders,
21932 provided you have suitable permissions.  Common methods use a prefix
21933 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
21934 indicate the root of the other user's folder area.
21937 No, nothing's simple.
21940 &lt;End of help on this topic&gt;
21941 </BODY>
21942 </HTML>
21943 ======= h_composer_cntxt_view =======
21944 <HTML>
21945 <HEAD>
21946 <TITLE>Collection View: Explained</TITLE>
21947 </HEAD>
21948 <BODY>
21949 <H1>Collection Edit Help -- View Field</H1>
21951 The collection's &quot;View:&quot; definition provides a way to limit
21952 the displayed list of folders within a collection.  By default, only
21953 folders that contain the specified characters anywhere in their name
21954 are shown in the collection's folder list.
21957 Additionally, you can use a wildcard character to better control
21958 the list of folders selected for display.  The wildcard specifier is
21959 the star, &quot;*&quot;, character.
21962 So, for example, to define a collection of all folders ending with
21963 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
21964 quote characters!).  Or, similarly, to define a collection of folders
21965 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
21966 specify a view of &quot;a*z&quot;.
21969 &lt;End of help on this topic&gt;
21970 </BODY>
21971 </HTML>
21972 ======= h_composer_abook_add_server =======
21973 <HTML>
21974 <HEAD>
21975 <TITLE>Addressbook Server Name Field Explained</TITLE>
21976 </HEAD>
21977 <BODY>
21978 This field should be left blank if the address book is stored in a regular
21979 file on this system.  If it is a remote address book stored on an IMAP
21980 server then this is the name of that IMAP server.
21982 Look <A HREF="h_edit_nav_cmds">here</A>
21983 to see the available Editing and Navigation commands.
21985 &lt;End of help on this topic&gt;
21986 </BODY>
21987 </HTML>
21988 ======= h_composer_abook_add_folder =======
21989 <HTML>
21990 <HEAD>
21991 <TITLE>Addressbook Folder Name Field Explained</TITLE>
21992 </HEAD>
21993 <BODY>
21994 For a remote address book (one for which the Server Name is filled in)
21995 this is the name of a folder on the remote server. The address book data
21996 will be stored in this folder. This folder should be used only for
21997 storing this single address book, not for other address books or for
21998 other messages.
22000 For a local address book (one for which the Server Name is not filled in)
22001 this is the name of a file in which the address book will be stored.
22002 The file is in the same directory as the Alpine configuration file if the
22003 configuration file is local.
22004 If the configuration file is remote, then this will be in the home directory
22005 for Unix Alpine and in the directory specified by the
22006 &quot;-aux local_directory&quot; command line argument.
22008 Look <A HREF="h_edit_nav_cmds">here</A>
22009 to see the available Editing and Navigation commands.
22011 &lt;End of help on this topic&gt;
22012 </BODY>
22013 </HTML>
22014 ======= h_composer_abook_add_nick =======
22015 <HTML>
22016 <HEAD>
22017 <TITLE>Addressbook NickName Field Explained</TITLE>
22018 </HEAD>
22019 <BODY>
22020 This is just an optional nickname for this address book. If present, it
22021 is used in some of the displays and error messages in the address book
22022 maintenance screens. It is for your convenience only and serves no
22023 other purpose.
22025 Look <A HREF="h_edit_nav_cmds">here</A>
22026 to see the available Editing and Navigation commands.
22028 &lt;End of help on this topic&gt;
22029 </BODY>
22030 </HTML>
22031 ======= h_composer_qserv_cn =======
22032 <HTML>
22033 <HEAD>
22034 <TITLE>Directory Query Form Explained</TITLE>
22035 </HEAD>
22036 <BODY>
22038 Fill in as many of these fields as you wish to narrow down your
22039 search. All the fields you fill in must match in order for an entry
22040 to be returned. You may use the wildcard character &quot;*&quot; in
22041 any of the fields, it matches any zero or more characters at that
22042 point in the string. There are no implicit wildcards, so the match is
22043 exact unless you include wildcards.
22046 Note that if an attribute isn't present at all, then the match will fail.
22047 For example, if a server doesn't support the Locality attribute, then no
22048 matter what you put in the Locality field (other than leaving it empty)
22049 the search will fail.
22052 This field, the Common Name field, is typically a person's full name.
22055 <H1>EDITING and NAVIGATION COMMANDS</H1>
22056 <!--chtml if pinemode="function_key"-->
22057 <PRE>
22058 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
22059 ^B (Left Arrow)    Back character       | ^D       Delete current character
22060 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
22061 ^P (Up Arrow)      Previous line        |
22062 ^N (Down Arrow)    Next line            | F9       Cut marked text or
22063 ^A                 Beginning of line    |            delete current line
22064 ^E                 End of line          | F10      Undelete line(s)
22065 F7                 Previous page        |
22066 F8                 Next page            |-------------------------------------
22067 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
22068 ----------------------------------------|
22069 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
22070 F2   Cancel      |   F1    Get help     |
22071 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
22072 </PRE>
22073 <!--chtml else-->
22074 <PRE>
22075 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
22076 ^B (Left Arrow)    Back character       | ^D       Delete current character
22077 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
22078 ^P (Up Arrow)      Previous line        |
22079 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
22080 ^A                 Beginning of line    |            delete current line
22081 ^E                 End of line          | ^U       Undelete line(s)
22082 ^Y                 Previous page        |
22083 ^V                 Next page            |-------------------------------------
22084 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
22085 ----------------------------------------|
22086 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
22087 ^C   Cancel      |   ^G    Get help     |
22088 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
22089 </PRE>
22090 <!--chtml endif-->
22091 <P><UL>
22092 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22093 </UL><P>
22094 &lt;End of help on this topic&gt;
22095 </BODY>
22096 </HTML>
22097 ======= h_composer_qserv_sn =======
22099 The Surname is usually the family name of a person.
22101 <End of help on this topic>
22102 ======= h_composer_qserv_gn =======
22104 This is the part of a person's name that isn't the surname or initials.
22106 <End of help on this topic>
22107 ======= h_composer_qserv_mail =======
22109 This is the email address of a person.
22111 <End of help on this topic>
22112 ======= h_composer_qserv_org =======
22114 This is the organization a person belongs to.
22116 <End of help on this topic>
22117 ======= h_composer_qserv_unit =======
22119 This is the organizational unit a person belongs to.
22121 <End of help on this topic>
22122 ======= h_composer_qserv_country =======
22124 This is the country a person belongs to.
22126 <End of help on this topic>
22127 ======= h_composer_qserv_state =======
22129 This is the state a person belongs to.
22131 <End of help on this topic>
22132 ======= h_composer_qserv_locality =======
22134 This is the locality a person belongs to.
22136 <End of help on this topic>
22137 ======= h_composer_qserv_custom =======
22139 This one is for advanced users only! If you put something in this field,
22140 then the rest of the fields are ignored.
22142 This field may be set to the string representation of an LDAP search
22143 filter (see RFC1960). Here are some examples:
22145 To search for an entry with a surname equal to "clinton" you could set
22146 the custom filter to:
22148      (sn=clinton)
22149     
22150 This is equivalent to putting "clinton" in the SurName field.
22151 To search for an entry that has a surname that begins with "clint" and
22152 has a givenname equal to "william" you could use:
22154      (&(sn=clint*)(givenname=william))
22155     
22156 This is equivalent to setting the SurName field to "clint*" and the
22157 GivenName field to "william".
22158 To search for an entry where either the common name OR the email address
22159 contains "abcde" you could use:
22161      (|(cn=*abcde*)(mail=*abcde*))
22163 That isn't equivalent to anything you can do by setting the other fields
22164 because of the OR.
22166 <End of help on this topic>
22167 ======= h_composer_qserv_qq =======
22169 This one is a little different from the rest of the categories.  It causes
22170 a search to be formed from the configured search filter that you filled
22171 in when you added the directory server to your configuration. It can also
22172 be combined with the other fields if you'd like.
22174 <End of help on this topic>
22175 ======= h_address_format =======
22176 <HTML>
22177 <HEAD>
22178 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
22179 </HEAD>
22180 <BODY>
22181 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
22183 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
22184 and then a domain, with no spaces.  
22185 For example, jsmith@art.example.com might be the email address
22186 of a person  
22187 with the username &quot;jsmith&quot; who has an account in the domain
22188 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
22189 right of the &quot;@&quot; sign can vary - a shorter example would be 
22190 isabelle@elsewhere.edu (the shortest possible form: here, only the 
22191 organization's domain is specified after the &quot;@&quot; sign); a longer 
22192 example would be 
22193  jsingh@shakti.edutech.example.com
22194 (here, the name of the host &quot;shakti&quot; in the domain 
22195 edutech.example.com is also specified).  
22196 <P>  
22197 If you do not know the exact email address of someone you want to write 
22198 to, ask them what it is using other means of communication than email; or 
22199 use the tools for 
22200 finding people's addresses that are available on the Internet.
22202 If you are sending to someone on the same system as you are, you can leave
22203 the &quot;@&quot; sign and all the information to its right off of the 
22204 address, and Alpine will fill it in automatically, 
22205 unless the feature 
22206 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
22209 When an email address you send a message to is not reachable -- either because 
22210 it is simply an incorrect address, or because email can temporarily not be 
22211 delivered to it due to a technical problem on the way to or at the recipient's 
22212 end -- you will almost always get an error notification email message back.
22214 If you encounter problems with, or have questions about, email delivery or
22215 email address syntax, contact your local network computing consultants.
22216 <P><UL>
22217 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22218 </UL>
22220 &lt;End of help on this topic&gt;
22221 </BODY>
22222 </HTML>
22223 ======= h_flag_user_flag =======
22224 <HTML>
22225 <HEAD>
22226 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
22227 </HEAD>
22228 <BODY>
22229 <H1>STATUS FLAG: User Defined Keyword</h1>
22231 This is a keyword that is defined for this folder.
22232 It was most likely defined by the owner of the folder.
22233 Alpine will not set or clear this flag on its own.
22235 <P><UL>
22236 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22237 </UL><P>
22238 &lt;End of help on this topic&gt;
22239 </BODY>
22240 </HTML>
22241 ======= h_flag_important =======
22242 <html>
22243 <title>STATUS FLAG: Important</title>
22244 <body>
22245 <h1>STATUS FLAG: Important</h1>
22248 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
22249 MESSAGE&nbsp;INDEX
22250 screen, can only be set by the user, and is intended to be used in
22251 whatever fashion makes sense to you.  You are the only one that can set or
22252 clear it. 
22255 &lt;End of help on this topic&gt;
22256 </BODY>
22257 </HTML>
22258 ======= h_flag_new =======
22259 <html>
22260 <title>STATUS FLAG: New</title>
22261 <body>
22262 <h1>STATUS FLAG: New</h1>
22265 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
22266 MESSAGE&nbsp;INDEX screen,
22267 is automatically set when messages are delivered to your Inbox (or other
22268 folder specified outside of Alpine).  Likewise, it is cleared automatically
22269 the first time you read the message it is associated with.
22272 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
22273 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
22274 you'd like to be reminded of it next time you read mail.  This can be done
22275 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
22279 &lt;End of help on this topic&gt;
22280 </BODY>
22281 </HTML>
22282 ======= h_flag_answered =======
22283 <html>
22284 <title>STATUS FLAG: Answered</title>
22285 <body>
22286 <h1>STATUS FLAG: Answered</h1>
22288 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
22289 MESSAGE&nbsp;INDEX
22290 screen, is automatically set when you reply to a message.  This flag is not
22291 automatically cleared.
22294 &lt;End of help on this topic&gt;
22295 </BODY>
22296 </HTML>
22297 ======= h_flag_forwarded =======
22298 <html>
22299 <title>STATUS FLAG: Forwarded</title>
22300 <body>
22301 <h1>STATUS FLAG: Forwarded</h1>
22303 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
22304 MESSAGE&nbsp;INDEX
22305 screen, is automatically set when you forward a message.  This flag is not
22306 automatically cleared.
22309 &lt;End of help on this topic&gt;
22310 </BODY>
22311 </HTML>
22312 ======= h_flag_deleted =======
22313 <html>
22314 <title>STATUS FLAG: Deleted</title>
22315 <body>
22316 <h1>STATUS FLAG: Deleted</h1>
22318 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
22319 MESSAGE&nbsp;INDEX
22320 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
22321 It is cleared
22322 when you use the &quot;U&nbsp;Undelete&quot; command.
22325 Messages marked with this flag will be permanently removed from
22326 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
22327 command, or
22328 when you indicate acceptance of their removal upon leaving the folder.
22331 Note, there can be other actions implicit in the
22332 &quot;D&nbsp;Delete&quot; command,
22333 such as advancing to the next message, that may be momentarily undesirable.
22334 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
22335 flag <A HREF="h_common_flag">explicitly</A>.
22338 &lt;End of help on this topic&gt;
22339 </BODY>
22340 </HTML>
22341 ====== h_config_incoming_timeo ======
22342 <HTML>
22343 <HEAD>
22344 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
22345 </HEAD>
22346 <BODY>
22347 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
22349 This option has no effect unless the feature
22350 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22351 is set, which in turn has no effect unless
22352 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22353 is set.
22355 Sets the time in seconds that Alpine will
22356 attempt to open a network connection used for monitoring for Unseen
22357 messages in Incoming Folders. The default is 5.
22358 If a connection has not completed within this many seconds Alpine will
22359 give up and consider it a failed connection.
22361 <UL>   
22362 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22363 </UL><P>
22364 &lt;End of help on this topic&gt;
22365 </BODY>
22366 </HTML>
22367 ====== h_config_incoming_interv ======
22368 <HTML>
22369 <HEAD>
22370 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
22371 </HEAD>
22372 <BODY>
22373 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
22375 This option has no effect unless the feature
22376 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22377 is set, which in turn has no effect unless
22378 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22379 is set.
22381 This option specifies, in seconds, how often Alpine will check
22382 for new mail and state changes in Incoming Folders when Incoming Folders
22383 Checking is turned on.
22384 The default is 3 minutes (180).
22385 This value applies only to folders that are local to the system that
22386 Alpine is running on or that are accessed using the IMAP protocol.
22387 The similar option
22388 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
22389 applies to all other monitored folders.
22391 <UL>   
22392 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22393 </UL><P>
22394 &lt;End of help on this topic&gt;
22395 </BODY>
22396 </HTML>
22397 ====== h_config_incoming_second_interv ======
22398 <HTML>
22399 <HEAD>
22400 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
22401 </HEAD>
22402 <BODY>
22403 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
22405 This option has no effect unless the feature
22406 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22407 is set, which in turn has no effect unless
22408 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22409 is set.
22411 This option together with the option
22412 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
22413 specifies, in seconds, how often Alpine will check
22414 for new mail and state changes in Incoming Folders when Incoming Folders
22415 Checking is turned on.
22416 The default for this option is 3 minutes (180).
22417 For folders that are local to this system or
22418 that are accessed using the IMAP protocol
22419 the value of the option
22420 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
22421 is used.
22422 For all other monitored folders, the value of this option is used.
22424 The reason there are two separate options is because it is usually
22425 less expensive to check local and IMAP folders than it is to check
22426 other types, like POP or NNTP folders.
22427 You may want to set this secondary value to a higher number than
22428 the primary check interval.
22430 <UL>   
22431 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22432 </UL><P>
22433 &lt;End of help on this topic&gt;
22434 </BODY>
22435 </HTML>
22436 ====== h_config_incoming_list ======
22437 <HTML>
22438 <HEAD>
22439 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
22440 </HEAD>
22441 <BODY>
22442 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
22444 This option has no effect unless the feature
22445 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22446 is set, which in turn has no effect unless
22447 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22448 is set.
22450 When monitoring the Incoming Message Folders for Unseen messages Alpine will
22451 normally monitor all Incoming Folders.
22452 You may use this option to restrict the list of monitored folders to a
22453 subset of all Incoming Folders.
22455 <UL>   
22456 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22457 </UL><P>
22458 &lt;End of help on this topic&gt;
22459 </BODY>
22460 </HTML>
22461 ====== h_config_pers_name ======
22462 <HTML>
22463 <HEAD>
22464 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
22465 </HEAD>
22466 <BODY>
22467 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
22469 This value is used to determine the full name part of the "From" address
22470 on messages you send.
22471 <!--chtml if pinemode="os_windows"-->
22472  PC-Alpine requires that this be set in order to properly construct the "From" address.
22473 <!--chtml else-->
22474  If unset, Unix Alpine will obtain your full name from
22475  the system password file. PC-Alpine, on the other hand, requires that this be set.
22476 <!--chtml endif-->
22478 If you want to change the value of what gets included in the From header
22479 in messages you send (other than just the Personal Name)
22480 look <A HREF="h_config_change_your_from">here</A> for a description.
22481 <P><UL>
22482 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22483 </UL><P>
22484 &lt;End of help on this topic&gt;
22485 </BODY>
22486 </HTML>
22487 ====== h_config_pruned_folders ======
22488 <html>
22489 <header>
22490 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
22491 </header>
22492 <body>
22493 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
22495 This variable allows you to define a list of one or more folders that
22496 Alpine will offer to prune for you in the same way it automatically offers
22497 to prune your "sent-mail" folder each month.
22498 Each folder in this list must be a folder in your default folder collection
22499 (the first folder collection if you have more than one), and it is just
22500 the relative name of the folder in the collection, not the fully-qualified name.
22501 It is similar to sent-mail.
22502 Instead of something like
22504 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
22506 the correct value to use would be
22508 <CENTER><SAMP>folder</SAMP></CENTER>
22510 There is an assumption here that your first collection is the folders in
22512 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
22515 Once a month, for each folder listed, Alpine will offer to move
22516 the contents of the folder to a new folder of the same name but with
22517 the previous month's date appended.  Alpine will then look for any such
22518 date-appended folder names created for a previous month, and offer each
22519 one it finds for deletion.
22522 If you decline the first offer, no mail is moved and no new folder is
22523 created.
22526 The new folders will be created
22527 in your default folder collection.
22530 <UL>   
22531 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22532 </UL><P>
22533 &lt;End of help on this topic&gt;
22534 </body>
22535 </html>
22536 ====== h_config_upload_cmd ======
22537 <HTML>
22538 <HEAD>
22539 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
22540 </HEAD>
22541 <BODY>
22542 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
22544 This option affects the behavior of the Composer's &quot;Read File&quot; 
22545 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
22546 commands.  It specifies
22547 a Unix program name, and any necessary command line arguments, that Alpine can
22548 use to transfer files from your personal computer into messages that you are
22549 composing.<P>
22551 <B>Note:</B> this facility is intended for use with serial line transfer 
22552 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22553 to work with TCP/IP file transfer programs such as ftp.<P>
22555 If a program is specified, the commands listed above are modified to offer a
22556 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
22557 specified here must match the transfer program or protocol available on the
22558 personal computer.<P>
22560 Alpine expects to exchange uploaded data via a file on your Unix system.  When
22561 the specified upload program finishes, Alpine expects the uploaded data to be
22562 contained in this file.<P>
22564 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
22565 generates a
22566 temporary file name that it will pass to the specified Unix program.  Alpine
22567 will read the resulting uploaded text from this file and then delete it when
22568 the upload command is finished.<P>
22570 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
22571 prompt
22572 you for the name of the file that is to contain the uploaded information that
22573 it is to attach.  Alpine will attach this file to the composition, but will
22574 <B>not</B> delete this file after the upload command is finished.<P>
22576 The special token &quot;_FILE_&quot; may be included among the Unix program's 
22577 command
22578 line arguments.  Alpine will replace this symbol with the name of the file
22579 being used to exchange the uploaded information.  This token allows you to
22580 position the file name where it is required in the Unix program's command
22581 line arguments.<P>
22583 If the &quot;_FILE_&quot; token is not present in the specified command, the
22584 temporary file's name is automatically appended to the specified Unix
22585 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22586 <B>last</B> command line argument.
22587 <P><UL>
22588 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22589 </UL><P>
22590 &lt;End of help on this topic&gt;
22591 </BODY>
22592 </HTML>
22593 ====== h_config_upload_prefix ======
22594 <HTML>
22595 <HEAD>
22596 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
22597 </HEAD>
22598 <BODY>
22599 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
22601 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
22602 It defines text to be written to the terminal emulator (via standard output)
22603 immediately prior to starting upload command.  This is useful for
22604 integrated serial line file transfer agents that permit command passing
22605 (e.g., Kermit's APC method).<P>
22607 The special token &quot;_FILE_&quot; may be included in the string specification.
22608 That symbol will be replaced with the (Alpine-created) name of the temporary
22609 file in which Alpine will expect to find the uploaded file.
22610 <P><UL>
22611 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22612 </UL><P>
22613 &lt;End of help on this topic&gt;
22614 </BODY>
22615 </HTML>
22616 ====== h_config_download_cmd ======
22617 <HTML>
22618 <HEAD>
22619 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
22620 </HEAD>
22621 <BODY>
22622 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
22624 This option affects the behavior of the Export command.  It specifies a Unix
22625 program name, and any necessary command line arguments, that Alpine can use to
22626 transfer the exported message to your personal computer's disk.<P>
22627 Note: this facility is intended for use with serial line transfer 
22628 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22629 to work with TCP/IP file transfer programs such as ftp.<P>
22630 If a program is specified, the Export command is modified to offer a
22631 subcommand (^V) to activate the transfer (in lieu of saving it to
22632  the machine where Alpine is running).  Obviously, the Unix program
22633 specified here must match the transfer program or protocol available on the
22634 personal computer.<P>
22636 When this subcommand is selected and before Alpine invokes the specified Unix
22637 program, Alpine will create a temporary file containing the text of the
22638 exported message.  Alpine uses this file to pass the exported message text to
22639 the specified Unix program.<P>
22641 The special token &quot;_FILE_&quot; may be included among the Unix program's command
22642 line arguments.  Alpine will replace this symbol with the temporary file's name
22643 before executing the Unix program.  This token allows you to position the
22644 file name where it is required in the Unix program's command line arguments.
22646 If the &quot;_FILE_&quot; token is not present in the specified command, the
22647 temporary file's name is automatically appended to the specified Unix
22648 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22649 <B>last</B> command line argument.
22650 <P><UL>
22651 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22652 </UL><P>
22653 &lt;End of help on this topic&gt;
22654 </BODY>
22655 </HTML>
22656 ====== h_config_download_prefix ======
22657 <HTML>
22658 <HEAD>
22659 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
22660 </HEAD>
22661 <BODY>
22662 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
22664 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
22665 It defines text to be written to the terminal emulator (via standard output)
22666 immediately prior to starting the download command.  This is useful for
22667 integrated serial line file transfer agents that permit command passing
22668 (e.g., Kermit's APC method).
22670 The special token &quot;_FILE_&quot; may be included in the string 
22671 specification.
22672 That symbol will be replaced with the (Alpine-created) name of the temporary
22673 file into which Alpine will place the message to be downloaded.
22674 <P><UL>
22675 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22676 </UL><P>
22677 &lt;End of help on this topic&gt;
22678 </BODY>
22679 </HTML>
22680 ====== h_config_mailcap_path ======
22681 <HTML>
22682 <HEAD>
22683 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
22684 </HEAD>
22685 <BODY>
22686 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
22687 This variable is used to replace Alpine's default mailcap file search path.
22688 It takes one or more file names (full paths must be specified) in which to
22689 look for mail capability data.  The default search path can be found in this
22690 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
22691 If there is more than one file name listed, list members should be delimited
22692 by 
22693 <!--chtml if pinemode="os_windows"-->
22694 a semi-colon (;) under Windows; for example:<PRE>
22695         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
22696 </PRE>
22697 <!--chtml else-->
22698 a colon (:) under UNIX; for example:<PRE>
22699         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
22700 </PRE>
22701 <!--chtml endif-->
22702 <P><UL>
22703 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22704 </UL>
22706 &lt;End of help on this topic&gt;
22707 </BODY>
22708 </HTML>
22709 ====== h_config_mimetype_path ======
22710 <HTML>
22711 <HEAD>
22712 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
22713 </HEAD>
22714 <BODY>
22715 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
22717 This variable is used to replace Alpine's default mime.types file search path.
22718 It takes one or more file names (full paths must be specified) in which to
22719 look for file-name-extension to MIME type mapping data.  The default search
22720 path can be found in this
22721 <A HREF="h_news_config">Alpine Configuration</A> help.
22725 If there is more than one file name listed, list members should be delimited
22726 by a colon (:) under UNIX and a semi-colon (;) under Windows.
22728 &lt;End of help on this topic&gt;
22729 </BODY></HTML>
22730 ====== h_config_system_certs_path ======
22731 <HTML>
22732 <HEAD>
22733 <TITLE>OPTION: <!--#echo var="VAR_system-certs-path"--></TITLE>
22734 </HEAD>
22735 <BODY>
22736 <H1>OPTION: <!--#echo var="VAR_system-certs-path"--></H1>
22738 When Alpine is built to support secure connections to remote servers, a directory
22739 must be reserved in the system to store certificates that will be used to validate
22740 remote servers. This is normally configured at the time that Alpine is built, but
22741 there might be circumstances under which a user might want to use a different
22742 directory. For example, the directory might not be accessible, or has not been 
22743 updated and contains old certificates that have expired.
22746 This variable can be used to list
22747 the directory where such certificates can be found. Alpine will use the first
22748 directory in this list that exists in your system and can be accessed. This
22749 allows for users to be able to use the same pinerc file in different systems.
22752 Example of values for this option might be:
22754 <PRE>
22755 System CACerts Dir = /etc/ssl/certs
22756                      /usr/local/ssl/certs
22757                      C:\\libressl\\ssl\\certs
22758 <PRE>
22761 In unix systems, the default location of the certificates for openssl can
22762 be obtained by first executing the command
22764 <PRE>openssl version -d</PRE>
22766 and adding &quot;/certs&quot; to that value. In Windows the default location
22767 for the certificates is C:\\libressl\\ssl\\certs. This value was set by
22768 LibreSSL developers, and this option can be used to override this default.
22771 &lt;End of help on this topic&gt;
22772 </BODY></HTML>
22773 ====== h_config_system_certs_file ======
22774 <HTML>
22775 <HEAD>
22776 <TITLE>OPTION: <!--#echo var="VAR_system-certs-file"--></TITLE>
22777 </HEAD>
22778 <BODY>
22779 <H1>OPTION: <!--#echo var="VAR_system-certs-file"--></H1>
22781 This option sets the location of the container file that holds 
22782 certificate authority (CA) certificates.
22783 Alpine will use the first
22784 container in this list that exists in your system and can be accessed. This
22785 allows for users to be able to use the same pinerc file in different systems.
22788 Example of values for this option might be:
22790 <PRE>
22791 System CACerts File = /etc/ssl/certs/cert.pem
22792                       /usr/local/ssl/ca-root-nss.crt
22793                       C:\\libressl\\ssl\\certs\\cert.pem
22794 <PRE>
22797 In unix systems, the default location of the certificates for openssl can
22798 be obtained by first executing the command
22800 <PRE>openssl version -d</PRE>
22802 and adding &quot;/certs&quot; to that value. In Windows the default location
22803 for the certificates is C:\\libressl\\ssl\\certs\\cert.pem. This value was set 
22804 by LibreSSL developers, and this option can be used to override this default.
22807 &lt;End of help on this topic&gt;
22808 </BODY></HTML>
22809 ====== h_config_user_certs_path ======
22810 <HTML>
22811 <HEAD>
22812 <TITLE>OPTION: <!--#echo var="VAR_user-certs-path"--></TITLE>
22813 </HEAD>
22814 <BODY>
22815 <H1>OPTION: <!--#echo var="VAR_user-certs-path"--></H1>
22817 (UNIX ALPINE ONLY)
22818 This directory is used by Alpine to store certificates that a user
22819 trusts. Alpine will use the first directory in this list that exists in your
22820 system and can be accessed. This allows for users to be able to
22821 use the same pinerc file in different systems. The default location
22822 is ~/.alpine-certs.
22825 In addition to the certificates stored in this directory, Alpine also
22826 trusts certificates saved in the container file referenced in the
22827 configuration variable
22828 <A HREF="h_config_user_certs_file"><!--#echo var="VAR_user-certs-file"--></A>.
22831 Example of values for this option might be:
22833 <PRE>
22834 User Certs Dir = /home/fred/.alpine-certs
22835                  C:\\Users\\Admin\\alpine-certs
22836 <PRE>
22839 &lt;End of help on this topic&gt;
22840 </BODY></HTML>
22841 ====== h_config_user_certs_file ======
22842 <HTML>
22843 <HEAD>
22844 <TITLE>OPTION: <!--#echo var="VAR_user-certs-file"--></TITLE>
22845 </HEAD>
22846 <BODY>
22847 <H1>OPTION: <!--#echo var="VAR_user-certs-file"--></H1>
22849 (UNIX ALPINE ONLY)
22850 This option sets the location of a container file that holds certificate
22851 authority (CA) certificates that the user trusts. Its value is the
22852 full path referencing the location of this file. Alpine will use the first
22853 container in this list that exists and can be accessed in your system. This
22854 allows for users to be able to use the same pinerc file in different
22855 systems. The default location is ~/.alpine-certs/certs.pem.
22858 In addition to the certificates stored in this directory, Alpine also
22859 trusts certificates saved in the directory referenced in the
22860 configuration variable
22861 <A HREF="h_config_user_certs_path"><!--#echo var="VAR_user-certs-path"--></A>.
22864 Example of values for this option might be:
22866 <PRE>
22867 User Certs File = /home/fred/.alpine-certs/certs.pem
22868                   C:\\libressl\\ssl\\certs\\cert.pem
22869 <PRE>
22872 &lt;End of help on this topic&gt;
22873 </BODY></HTML>
22874 ====== h_config_ssl_ciphers ======
22875 <HTML>
22876 <HEAD>
22877 <TITLE>OPTION: <!--#echo var="VAR_ssl-ciphers"--></TITLE>
22878 </HEAD>
22879 <BODY>
22880 <H1>OPTION: <!--#echo var="VAR_ssl-ciphers"--></H1>
22882 (UNIX ALPINE ONLY)
22883 This is a colon separated list of ciphers that your openssl or libressl
22884 library supports and should use to negotiate a secure connection with a
22885 remote SSL server.
22888 The list of ciphers supported by openssl can be obtained with the command
22889 line command
22892 openssl ciphers
22895 Consult the manual page of the openssl ciphers command to see more
22896 ways to specify groups of ciphers, such as RSA, or other groups of
22897 ciphers.
22900 &lt;End of help on this topic&gt;
22901 </BODY></HTML>
22902 ====== h_config_set_att_ansi ======
22903 <HTML><HEAD>
22904 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
22905 </HEAD>
22906 <BODY>
22907 <H1>OPTION: Set printer to attached ansi printer</H1>
22909 Type "S" to set your printer to "attached-to-ansi".<BR>
22910 It is OK to include "attached-to-ansi" in your personal list below.
22912 &lt;End of help on this topic&gt;
22913 </BODY></HTML>
22914 ====== h_config_set_att_ansi2 ======
22915 <HTML><HEAD>
22916 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
22917 </HEAD>
22918 <BODY>
22919 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
22921 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
22922 It is OK to include "attached-to-ansi-no-formfeed" in your personal
22923 list below.
22927 This is the same as the "attached-to-ansi" option except that a
22928 formfeed character will not be appended to the end of the print job.
22929 If your printer already ejects the paper by itself at the end of the
22930 job, you may prefer the "no-formfeed" form of this printer so that you
22931 don't get an extra blank page between print jobs.
22934 &lt;End of help on this topic&gt;
22935 </BODY></HTML>
22936 ====== h_config_set_att_wyse ======
22937 <HTML><HEAD>
22938 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
22939 </HEAD>
22940 <BODY>
22941 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
22943 Type "S" to set your printer to "attached-to-wyse".<BR>
22944 It is OK to include "attached-to-wyse" in your personal list below.
22946 This is very similar to "attached-to-ansi".
22947 The only difference is in the control characters sent to turn the printer
22948 on and off.
22949 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
22950 to turn on the printer and ESC LEFT_BRACKET 4 i
22951 to turn it off.
22952 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
22953 &lt;End of help on this topic&gt;
22954 </BODY></HTML>
22955 ====== h_config_set_att_wyse2 ======
22956 <HTML><HEAD>
22957 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
22958 </HEAD>
22959 <BODY>
22960 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
22962 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
22963 It is OK to include "attached-to-wyse-no-formfeed" in your personal
22964 list below.
22968 This is the same as the "attached-to-wyse" option except that a
22969 formfeed character will not be appended to the end of the print job.
22970 If your printer already ejects the paper by itself at the end of the
22971 job, you may prefer the "no-formfeed" form of this printer so that you
22972 don't get an extra blank page between print jobs.
22975 &lt;End of help on this topic&gt;
22976 </BODY></HTML>
22977 ====== h_config_set_stand_print ======
22978 <HTML>
22979 <HEAD>
22980 <TITLE>OPTION: Set default printer</TITLE>
22981 </HEAD>
22982 <H1>OPTION: Set default printer</H1>
22983 <BODY>
22984 Move to the printer you want and type "S" to set it to be your
22985 default printer.  This list is not modifiable by you and has been
22986 set up by the system administrators.  If there is more than one printer
22987 listed in the Command List, you will be able to cycle through that
22988 whole list at the time you print, starting with your default.
22989 It is OK to include entries from this Standard list in your personal
22990 list below.
22992 &lt;End of help on this topic&gt;
22993 </BODY>
22994 </HTML>
22995 ====== h_config_set_custom_print ======
22996 <HTML>
22997 <HEAD>
22998 <TITLE>OPTION: Set default printer</TITLE>
22999 </HEAD>
23000 <H1>OPTION: Set default printer</H1>
23001 <BODY>
23002 You may add as many print commands as you want to your personal list.
23003 Specify one of them as your default printer by moving to the printer
23004 you want and typing "S".  If there is more than one printer listed
23005 in the Command List, you will be able to cycle through that list at
23006 the time you print, starting with your default.  It is OK to include
23007 entries from the Standard list above or to include the command
23008 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
23009 "attached-to-wyse-no-formfeed" as one of the entries here.
23011 &lt;End of help on this topic&gt;
23012 </BODY>
23013 </HTML>
23014 ====== h_config_user_id =====
23015 <HTML>
23016 <HEAD>
23017 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
23018 </HEAD>
23019 <BODY>
23020 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
23022 This value is used as part of the "From" address on messages you send.
23023 It is also the default login name for remote IMAP server access.  Set this
23024 to the username part you want to appear on outgoing email.
23026 If you want to change the value of what gets included in the From header
23027 in messages you send (other than just the User ID)
23028 look <A HREF="h_config_change_your_from">here</A> for a description.
23030 <P><UL>   
23031 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23032 </UL><P>
23033 &lt;End of help on this topic&gt;
23034 </BODY>
23035 </HTML>
23036 ====== h_config_user_dom =====
23037 <HTML>
23038 <HEAD>
23039 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
23040 </HEAD>
23041 <BODY>
23042 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
23044 This value specifies the domain part (right-hand side) of your return
23045 address on outgoing email and is also used as the default domain for email
23046 composed to a local user.
23047 <!--chtml if pinemode="os_windows"-->
23048  This value is required for PC-Alpine. If you are unsure as to what this should be,
23049  contact your local help desk, system administrator, or Internet Service Provider.
23050 <!--chtml else-->
23051  If unset, Unix Alpine will obtain the domain from
23052  the system.  Often this value will be set for your whole site by the
23053  system administrator.<P>
23054 <!--chtml endif-->
23055 If you set this, see also the <A HREF="h_config_quell_local_lookup">
23056 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
23058 If you want to change the value of what gets included in the From header
23059 in messages you send (other than just the User Domain)
23060 look <A HREF="h_config_change_your_from">here</A> for a description.
23061 <P><UL>
23062 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23063 </UL><P>
23064 &lt;End of help on this topic&gt;
23065 </BODY>
23066 </HTML>
23067 ====== h_config_smtp_server =====
23068 <HTML>
23069 <HEAD>
23070 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
23071 </HEAD>
23072 <BODY>
23073 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
23074 This value specifies the name of one or more SMTP 
23075 (Simple Mail Transfer Protocol) servers for sending mail. 
23076 <!--chtml if pinemode="os_windows"-->
23077 You must have an SMTP server for use with PC-Alpine.
23078 SMTP servers are
23079 normally set up by a system administrator for use by all members of a given
23080 campus or department.
23081 Contact your local help desk to ask what SMTP
23082 servers you should use.  
23083 <!--chtml else-->
23084 Unix Alpine users may not need to set an SMTP server.
23085 Alpine will attempt to execute the program (usually sendmail) that is used
23086 to insert mail into the mail system.
23087 If this works for you, you may leave this option blank.
23088 If there is an SMTP server running on the Unix host you may be able to
23089 improve sending performance slightly by setting the SMTP server option
23090 to &quot;localhost&quot; or to the actual name of the Unix host.
23092 If the Unix host doesn't work the way Alpine was expecting you will need to
23093 set the value of this option.
23094 SMTP servers are
23095 normally set up by a system administrator for use by all members of a given
23096 campus or department.
23097 Contact your local help desk to ask what SMTP
23098 servers you should use.  
23099 <!--chtml endif-->
23101 Your SMTP server may offer SMTP AUTH authentication.
23102 It may even require it.
23103 If your SMTP server offers SMTP AUTH authentication you may specify a
23104 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
23105 This parameter requires an associated value,
23106 the username identifier with which to establish the server
23107 connection.
23108 An example might be:
23111 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
23114 If AUTH authentication is offered by the server, this will cause Alpine to
23115 attempt to use it.
23116 If AUTH authentication is not offered by the server, this will cause Alpine
23117 to fail sending with an error similar to:
23120 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
23123 Another type of authentication that is used by some ISPs is called
23124 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
23125 which means that you have to authenticate
23126 yourself to the POP or IMAP server by opening a mailbox before you
23127 can send mail.
23128 To do this, you usually only have to open your INBOX.
23131 You may tell Alpine to use the
23132 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
23133 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
23134 parameter
23135 in this option.
23136 At this time &quot;/submit&quot; is simply equivalent to specifying
23137 port 587, though it may imply more than that at some point in the future.
23138 Some ISPs are blocking port 25 in order to reduce the amount of spam
23139 being sent to their users.
23140 You may find that the submit option allows you to get around such a block.
23143 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
23146 To specify any non-standard port number on the SMTP server you may follow
23147 the hostname with a colon followed by the portnumber.
23150 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
23153 Normally, when a connection is made to the Smtp-Server Alpine will attempt
23154 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
23155 If that fails then a non-encrypted connection will be attempted instead.
23156 You may specify that a TLS connection is required if you wish.
23157 If you append &quot;/starttls&quot; to the name then the connection will fail
23158 instead of falling back to a non-secure connection.
23161 <CENTER><SAMP>smtpserver.example.com/starttls</SAMP></CENTER>
23165 For more details about server name possibilities see
23166 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
23169 <UL>
23170 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23171 </UL>
23173 &lt;End of help on this topic&gt;
23174 </BODY>
23175 </HTML>
23176 ====== h_config_nntp_server =====
23177 <HTML>
23178 <HEAD>
23179 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
23180 <BODY>
23181 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
23183 This value specifies the name of one or more NNTP
23184 (Network News Transfer Protocol)
23185 servers for reading and posting USENET news.
23186 NNTP servers are normally
23187 set up by a system administrator for use by all members of a given campus
23188 or department.
23189 Contact your local help desk to ask what NNTP servers you should use.  
23190 <!--chtml if pinemode="os_windows"--><!--chtml else-->
23191 Often Unix Alpine users will find that this variable has been
23192 set for the whole system (and they don't have to worry about it).  
23193 <!--chtml endif-->
23194 When you define an NNTP server here, Alpine implicitly defines a news
23195 collection for you, assuming that server as the news server and assuming
23196 that you will use the NNTP protocol and a local newsrc configuration file
23197 for reading news.
23198 For more about reading news with Alpine, see
23199 <A HREF="h_reading_news">how to use Alpine to read news</A>.
23201 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
23202 or &quot;AUTHINFO USER&quot; authentication.
23203 It may even require it.
23204 If your NNTP server does offer such authentication you may specify a user name
23205 parameter to cause Alpine to attempt to authenticate.
23206 The same is true for the server name in a folder collection that uses NNTP.
23207 This parameter requires an associated value,
23208 the username identifier with which to establish the server connection.
23209 An example might be:
23212 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
23215 If authentication is offered by the server, this will cause Alpine to
23216 attempt to use it.
23217 If authentication is not offered by the server, this will cause Alpine
23218 to fail with an error similar to:
23221 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
23223 For more details about the server name possibilities see
23224 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
23225 <P><UL>
23226 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23227 </UL><P>
23228 &lt;End of help on this topic&gt;
23229 </BODY>
23230 </HTML>
23231 ====== h_config_inbox_path =====
23232 <HTML>
23233 <HEAD>
23234 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
23235 </HEAD>
23236 <BODY>
23237 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
23239 This value overrides the default value of your INBOX name/path/location.
23240 <!--chtml if pinemode="os_windows"-->
23241 PC-Alpine users must specify an inbox path and it must be a folder on an
23242 IMAP server.  
23243 <!--chtml else-->
23244 Unix and VMS Alpine users will often find that this variable
23245 has been pre-configured by your system administrator.  
23246 <!--chtml endif-->
23247 You may be able to specify an alternate INBOX that is either a local folder 
23248 or a folder on an IMAP server.
23250 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
23251 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
23252 mail server.
23254 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23255 details on the syntax of folder definitions.
23257 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
23258 mail is disappearing.
23259 <P><UL>
23260 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23261 </UL><P>
23262 &lt;End of help on this topic&gt;
23263 </BODY>
23264 </HTML>
23265 ====== h_config_change_your_from =====
23266 <HTML>
23267 <HEAD>
23268 <TITLE>How to Change your From Address</TITLE>
23269 </HEAD>
23270 <BODY>
23271 <H1>How to Change your From Address</H1>
23273 If the From address that Alpine includes in mail that you send is not correct,
23274 you may want to configure a different default value for the From address.
23275 You may follow these directions to change the default:
23278 <UL>
23279   <LI> Go to the Main Alpine Menu
23280   <LI> From there type the Setup Command
23281   <LI> From there type the Config Command
23282 </UL>
23285 You've probably already seen this SETUP CONFIGURATION screen.
23286 If not, there are many options you may want to set here.
23287 To set the value of the From header you may use the
23288 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
23289 Find it by scrolling down a few pages or use the WhereIs command to
23290 search for &quot;customized&quot;.
23291 You may want to read the help text associated with the option.
23293 To add a custom From header, type the Add command and enter the
23294 full header line, including the leading &quot;From:&nbsp;&quot;.
23295 For example:
23297 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
23299 Now exit the Setup command and try sending mail to yourself to see
23300 what the From line looks like.
23302 When you are in the composer you may edit the custom From line by typing
23303 Ctrl-R while your cursor is in the headers of the message and then moving
23304 to the From line and editing.
23305 If you want to leave the default value the same but add the possibility
23306 of being able to edit the header when you compose, add just the header
23307 name without a value.
23308 For example:
23310 <CENTER><SAMP>From:</SAMP></CENTER>
23312 If you change your From address you may also find it useful to add the
23313 changed From address to the
23314 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
23315 configuration option.
23317 <UL>   
23318 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23319 </UL><P>
23320 &lt;End of help on this topic&gt;
23321 </BODY>
23322 </HTML>
23323 ====== h_config_default_fcc =====
23324 <HTML>
23325 <HEAD>
23326 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
23327 </HEAD>
23328 <BODY>
23329 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
23331 This value specifies where a copy of outgoing mail should be saved.  If
23332 this is not a path name, it will be in the default collection for saves.
23333 Any valid folder specification, local or IMAP, is allowed.  This default
23334 folder carbon copy only applies when the 
23335 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
23336 is set to use the default folder.  
23337 <!--chtml if pinemode="os_windows"-->
23338 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
23339 <!--chtml else-->
23340 Unix Alpine default
23341 is normally &quot;sent-mail&quot; in the default folder collection. 
23342 <!--chtml endif-->
23344 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
23345 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
23346 IMAP server (remember that in order to later access this remote folder through Alpine, it
23347 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
23348 for more information). An example:<p>
23349 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
23351 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
23353 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23354 details on the syntax of folder definitions.
23356 <UL>   
23357 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23358 </UL><P>
23359 &lt;End of help on this topic&gt;
23360 </BODY>
23361 </HTML>
23362 ====== h_config_def_save_folder =====
23363 <HTML>
23364 <HEAD>
23365 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
23366 </HEAD>
23367 <BODY>
23368 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
23370 This option determines the default folder name for save-message operations 
23371 (&quot;saves&quot;).
23373 If this is not a path name, it will be in the default collection for saves.
23374 Any valid folder specification, local or IMAP, is allowed.  This default
23375 folder only applies when the
23376 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
23377 doesn't override it.  
23378 <!--chtml if pinemode="os_windows"-->
23379 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
23380 <!--chtml else-->
23381 Unix Alpine default
23382 is normally &quot;saved-messages&quot; in the default folder collection.
23383 <!--chtml endif-->
23384 If you access your email through an IMAP server, especially if you often switch between Unix
23385 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
23386 IMAP server (remember that in order to later access this remote folder through Alpine, it
23387 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
23388 for more information). An example:<p>
23389 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
23391 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23392 details on the syntax of folder definitions.
23394 <UL>   
23395 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23396 </UL><P>
23397 &lt;End of help on this topic&gt;
23398 </BODY>
23399 </HTML>
23400 ====== h_config_postponed_folder =====
23401 <HTML>
23402 <HEAD>
23403 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
23404 </HEAD>
23405 <BODY>
23406 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
23408 This value overrides the default name for the folder where postponed
23409 messages are saved.  If this is not a path name, it will be in the default
23410 collection for message Saves.  Any valid folder specification, local or
23411 remote, is allowed. 
23412 PC-Alpine default
23413 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
23414 The Unix Alpine default is normally &quot;postponed-msgs&quot;
23415 in the default collection. 
23417 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
23418 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
23419 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
23420 in all Alpine copies you use. 
23421 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
23422 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
23423 for more information). An
23424 example:<p> 
23425 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
23427 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23428 details on the syntax of folder definitions.
23430 <UL>   
23431 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23432 </UL><P>
23433 &lt;End of help on this topic&gt;
23434 </BODY>
23435 </HTML>
23436 ====== h_config_read_message_folder =====
23437 <HTML>
23438 <HEAD>
23439 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
23440 </HEAD>
23441 <BODY>
23442 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
23444 By virtue of specifying a folder name here, Alpine will be configured to
23445 save all messages that you have read during a session into the designated
23446 &quot;read messages&quot; folder.  This allows you to more easily distinguish
23447 between your really new email (in your INBOX) and those that you have
23448 already read.  Depending on how you define the 
23449 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
23450 setting, you may or may not be asked when you quit
23451 Alpine if you want read messages to be moved to this folder.  In either
23452 case, moving the messages means they will be deleted from your INBOX.
23454 If this is not a path name, it will be in the default collection for
23455 saves.  Any valid folder specification, local or remote (via IMAP), is
23456 allowed.  There is no default for the name of the read message folder.
23458 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23459 details on the syntax of folder definitions.
23461 <UL>   
23462 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23463 </UL><P>
23464 &lt;End of help on this topic&gt;
23465 </BODY>
23466 </HTML>
23467 ====== h_config_form_folder =====
23468 <HTML>
23469 <HEAD>
23470 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
23471 </HEAD>
23472 <BODY>
23473 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
23475 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
23476 contain messages that you have composed and that are intended to be
23477 sent in their original form repeatedly.
23480 Setting this variable will alter Alpine's usual behavior when you
23481 execute the Compose command.  Normally, Alpine offers a chance to
23482 continue a postponed or interrupted message should one or the other
23483 exist.  When this variable is set to a folder name that exists, Alpine
23484 will also offer the chance to select a message from the folder to
23485 insert into the composer (much like when continuing a postponed message).
23486 The difference, however, is that Alpine will not automatically delete
23487 the selected message from the Form Letter Folder.
23489 Setting this variable will also affect Alpine's behavior when you
23490 Postpone a message from the composer.  Normally, Alpine simply stashes
23491 the message away in your
23492 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
23493 Regardless of the specified folder's existence, Alpine will ask which
23494 folder you intend the message to be stored in.  Choose the
23495 &quot;F&quot; option to store the message in your Form Letter Folder.
23496 This is the most common way to add a message to the folder.
23499 Another method of adding messages to the folder is via the Alpine
23500 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
23501 you expect to send in the same form again, you can enter the Form
23502 Letter Folder's name in this field.  Alpine, as usual, will copy the
23503 message as it's sent.  Note, when you later select this message from 
23504 your Form Letter Folder, it will have the same recipients as the original
23505 message.
23508 To delete a message from the Form Letter Folder, you can either select
23509 the folder from a suitable FOLDER LIST screen, or use the Delete
23510 command in the MESSAGE INDEX offered when selecting from the folder as
23511 part of the Compose command.  You can delete a Form Letter Folder just
23512 as any other folder from a suitable FOLDER LIST screen.
23515 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
23516 facility can be used
23517 to replace the Form Letter Folder.
23520 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23521 details on the syntax of folder definitions.
23524 <UL>   
23525 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23526 </UL><P>
23527 &lt;End of help on this topic&gt;
23528 </BODY>
23529 </HTML>
23530 ====== h_config_archived_folders =====
23531 <HTML>
23532 <HEAD>
23533 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
23534 </HEAD>
23535 <BODY>
23536 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
23538 This is like
23539 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
23540 only more general.  You may archive
23541 any of the folders in your incoming collection.  This is a list of folder
23542 pairs, with the first separated from the second in the pair by a space.
23543 The first folder in a pair is the folder you want to archive, and the
23544 second folder is the folder that read messages from the first should be
23545 moved to.  Depending on how you define the
23546 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
23547 setting, you may or may not be asked when you
23548 leave the first folder if you want read messages to be moved to the
23549 second folder.  In either case, moving the messages means they will be
23550 deleted from the first folder.
23552 The name of the first folder in each pair can be either the technical
23553 specification of the folder (like what appears in your configuration file)
23554 or (much easier) the nickname that you gave the folder when you made it
23555 an incoming folder.
23557 For example:<p>
23558 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
23559 <p>or, using nicknames:<p>
23560 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
23562 If these are not path names, they will be in the default collection for
23563 saves. Any valid folder specification, local or remote (via IMAP), is
23564 allowed. There is no default.
23566 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23567 details on the syntax of folder definitions.
23569 <UL>   
23570 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23571 </UL><P>
23572 &lt;End of help on this topic&gt;
23573 </BODY>
23574 </HTML>
23575 ====== h_config_newsrc_path ======
23576 <HTML>
23577 <HEAD>
23578 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
23579 </HEAD>
23580 <BODY>
23581 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
23583 This option overrides the default name Alpine uses for your "newsrc" news
23584 status and subscription file.  If set, Alpine will take this value as the
23585 full pathname for the desired newsrc file.<P>
23587 If this option is <B>not</B> set, 
23588 <!--chtml if pinemode="os_windows"-->
23589 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
23590 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
23591 directory as your pinerc file for NEWSRC.
23592 <!--chtml else-->
23593 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
23594 your account's home directory).
23595 <!--chtml endif-->
23596 <P><UL>
23597 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23598 </UL>
23600 &lt;End of help on this topic&gt;
23601 </BODY>
23602 </HTML>
23603 ====== h_config_literal_sig =====
23604 <HTML>
23605 <HEAD>
23606 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
23607 </HEAD>
23608 <BODY>
23609 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
23611 With this option your actual signature, as opposed to
23612 the name of a file containing your signature,
23613 is stored in the Alpine configuration file.
23614 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
23617 This is simply a different way to store the signature.
23618 The signature is stored inside your Alpine configuration file instead of in
23619 a separate file.
23620 Tokens work the same way they do with the
23621 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
23622 help.
23625 The Setup/Signature command on Alpine's MAIN MENU will edit
23626 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
23627 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
23628 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
23629 instead.
23632 The two character sequence &#92;n (backslash followed by
23633 the character n) will be used to signify a line-break in your signature.
23634 You don't have to enter the &#92;n, but it will be visible in the
23635 SETUP CONFIGURATION window after you are done editing the signature.
23638 <UL>   
23639 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23640 </UL><P>
23641 &lt;End of help on this topic&gt;
23642 </BODY>
23643 </HTML>
23644 ====== h_config_signature_file =====
23645 <HTML>
23646 <HEAD>
23647 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
23648 </HEAD>
23649 <BODY>
23650 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
23652 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
23653 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
23654 You can tell that that is the case because the value of the
23655 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
23657 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
23659 You may either use all Literal Signatures (signatures stored in your
23660 configuration file) throughout Alpine, or all signature files.
23661 You can't mix the two.
23663 This is the name of a file that will be automatically inserted into
23664 outgoing messages.
23665 It typically contains information such as your
23666 name, email address and organizational affiliation.
23667 Alpine adds the
23668 signature into the message as soon as you enter the composer so you
23669 can choose to remove it or edit it on a message by message basis.
23670 Signature file placement in message replies is controlled by the
23671 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
23672 setting in the feature list.
23675 The default file name is
23676 <!--chtml if pinemode="os_windows"-->
23677 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
23678 PINERC file is a local file.
23679 If your PINERC file is remote, then it will be in the directory specified
23680 by the &quot;-aux local_directory&quot; command line option.
23681 <!--chtml else-->
23682 &quot;.signature&quot;.
23683 <!--chtml endif-->
23686 To create or edit your signature file choose Setup from the MAIN MENU
23687 and then select S for Signature (Main/Setup/Signature).  This puts you
23688 into the Signature Editor where you can enter a <EM>few</EM> lines of
23689 text containing your identity and affiliation.
23692 If the filename is followed by a vertical bar (|) then instead
23693 of reading the contents of the file the file is assumed to be a
23694 program that will produce the text to be used on its standard output.
23695 The program can't have any arguments and doesn't receive any input from Alpine,
23696 but the rest of the processing works as if the contents came from a file.
23699 Instead of storing the data in a local file, the
23700 signature data may be stored remotely in an IMAP folder.
23701 In order to do this, 
23702 you must use a remote name for the file.
23703 A remote <!--#echo var="VAR_signature-file"--> name might look like:
23705 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
23708 The syntax used here is the same as the syntax used for remote configuration
23709 files from the command line.
23710 Note that you may not access an existing signature file remotely,
23711 you have to create a new <EM>folder</EM> that contains the signature data.
23712 If the name you use here for the signature file is a remote name, then when
23713 you edit the file from the Setup/Signature command the data will be stored
23714 remotely in the folder.
23715 You aren't required to do anything special to create the folder, it
23716 gets created automatically if you use a remote name.
23719 Besides regular text, the signature file may also contain
23720 (or a signature program may produce) tokens that
23721 are replaced with text that usually depends on the message you are replying
23722 to or forwarding.
23723 For example, if the signature file contains the token
23725 <CENTER><SAMP>_DATE_</SAMP></CENTER>
23727 anywhere in the text, then that token is replaced by the date
23728 the message you are replying to or forwarding was sent.
23729 If it contains
23731 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
23733 that is replaced with the current date.
23734 The first is an example of a token that depends on the message you
23735 are replying to (or forwarding) and the second is an example which
23736 doesn't depend on anything other than the current date.
23737 You have to be a little careful with this facility since tokens that
23738 depend on the message you are replying to or forwarding will be replaced
23739 by nothing in the case where you are composing a new message from scratch.
23740 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
23741 in this respect.
23742 It allows you to use different signature files in different cases.
23745 The list of tokens available for use in the signature file is
23746 <A HREF="h_index_tokens">here</A>.
23749 Instead of, or along with the use of &quot;roles&quot; to give you
23750 different signature files in different situations, there is also
23751 a way to conditionally include text based
23752 on whether or not a token would result in specific replacement text.
23753 For example, you could include some text based on whether or not
23754 the _NEWS_ token would result in any newsgroups if it was used.
23755 This is explained in detail
23756 <A HREF="h_reply_token_conditionals">here</A>.
23757 This isn't for the faint of heart.
23759 In the very unlikely event that you want to include a literal token
23760 in the signature you must precede it with a backslash character.
23761 For example,
23763 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
23765 would produce something like
23767 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
23769 It is not possible to have a literal backslash followed by an expanded token.
23771 An alternate method for storing the signature data is available by using the
23772 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
23773 This variable will be used by default.
23775 <UL>   
23776 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23777 </UL><P>
23778 &lt;End of help on this topic&gt;
23779 </BODY>
23780 </HTML>
23781 ====== h_config_init_cmd_list =====
23782 <HTML>
23783 <HEAD>
23784 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
23785 </HEAD>
23786 <BODY>
23787 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
23789 The initial keystroke--or command--list option lets you start Alpine at
23790 any place you like.
23791 Whatever keystrokes you specify here will be executed
23792 by Alpine upon startup as a macro.
23793 The words SPACE, TAB, DOWN, UP, LEFT, and
23794 RIGHT indicate the pressing of those keys.
23795 CR indicates the pressing of the RETURN key.
23796 F1 through F12 represent the function keys, and ^ followed
23797 by a character indicates that key pressed along with the control key (in
23798 other words, ^P means Ctrl-P).
23799 As a shortcut notation, an element of the list may be several characters
23800 surrounded by double-quotes (").
23801 That will be expanded into the individual keystrokes
23802 (excluding the double-quote characters).
23803 For example, the quoted-string
23805 <P><CENTER>"ABC"</CENTER>
23808 is interpreted the same as the three separate list members
23810 <P><CENTER>A and B and C</CENTER>
23813 which is also the same as
23815 <P><CENTER>A,B,C</CENTER>
23818 An example: To view message 1 on startup,
23819 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
23821 <P><CENTER>I,J,1,CR,V</CENTER>
23824 An equivalent version of this is
23826 <P><CENTER>"IJ1",CR,V</CENTER>
23829 Restrictions: You cannot pre-type into the composer with the initial
23830 keystroke list, and you cannot mix function key commands with letter
23831 commands.
23833 <P><UL>   
23834 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23835 </UL>
23837 &lt;End of help on this topic&gt;
23838 </BODY>
23839 </HTML>
23840 ====== h_config_comp_hdrs =====
23841 <html>
23842 <header>
23843 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
23844 </header>
23845 <body>
23846 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
23848 You can control which headers you want visible when composing outgoing
23849 email using this option.
23850 You can specify any of the regular set, any
23851 <A HREF="h_compose_richhdr">Rich Header</A>,
23852 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
23853 that you have already defined.
23854 If you use this setting at all, you must specify all the
23855 headers you want to see, you can't just add to the regular header set.
23856 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
23858 Note that the "Newsgroups:" header will be abbreviated in the Composer
23859 display, but should be spelled out in full here.<p>
23860 <UL>   
23861 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23862 </UL><P>
23863 &lt;End of help on this topic&gt;
23864 </body>
23865 </html>
23866 ====== h_config_custom_hdrs =====
23867 <HTML>
23868 <HEAD>
23869 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
23870 </HEAD>
23871 <BODY>
23872 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
23874 You may add your own custom headers to outgoing messages.
23875 Each header you specify here must include the header tag 
23876 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
23877 and may optionally include a value for that header.
23878 If you want to see these custom headers each time you compose a message,
23879 you must add them to your
23880 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
23881 otherwise they become part
23882 of the rich header set that you only see when you press the
23883 <A HREF="h_compose_richhdr">Rich Header</A>
23884 <!--chtml if pinemode="function_key"-->(F5)
23885 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
23886 (If you are looking for a way to change which headers are <EM>displayed</EM>
23887 when you view a message, take a look at the
23888 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
23889 option instead.)
23890 Here's an example that shows how you might set your From address
23892 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
23894 and another showing how you might set a Reply-To address
23896 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
23898 You may also set non-standard header values here.
23899 For example, you could add
23901 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
23903 or even
23905 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
23907 If you include a value after the colon then that header will be included
23908 in your outgoing messages unless you delete it before sending.
23909 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
23910 it will not be included in outgoing messages unless you edit a value
23911 in manually.
23912 For example, if
23914 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
23916 is in the list, then the Reply-To header will be available for editing
23917 but won't be included unless a value is added while in the composer.
23919 It's actually a little more complicated than that.
23920 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
23921 defaults.
23922 If the message you are about to compose already has a value for a header,
23923 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
23924 For example, if you are Replying to a message the Subject field
23925 will already be filled in.
23926 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
23927 custom subject will <EM>NOT</EM> be used.
23928 The subject derived from the subject of the message you are Replying
23929 to will be used instead.
23931 It is also possible to make header setting even more complicated and more
23932 automatic by using
23933 <A HREF="h_rules_roles">Roles</A>,
23934 but if all you want to do is set a default value for a header, you don't
23935 need to think about Roles.
23937 If you change your From address you may also find it useful to add the
23938 changed From address to the
23939 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
23940 configuration option.
23942 Limitation: Because commas are used to separate the list of
23943 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
23944 header contain a comma.
23945 Nor is there currently an &quot;escape&quot; mechanism provided
23946 to make this work.
23947 <P><UL>
23948 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23949 </UL>
23951 &lt;End of help on this topic&gt;
23952 </BODY>
23953 </HTML>
23954 ====== h_config_viewer_headers =====
23955 <HTML>
23956 <HEAD>
23957 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
23958 </HEAD>
23959 <BODY>
23960 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
23962 You may change the default list of headers that are viewed by listing
23963 the headers you want to view here.  If the headers in your
23964 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
23965 will be shown.  The order of the headers you list will be honored.  If
23966 the special value &quot;all-except&quot; is included as the first
23967 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
23968 message except those in the list will be shown.  The values are all
23969 case insensitive.
23972 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
23973 then the original default headers are ignored.  So, if you just wanted
23974 to add the header Organization to the list, you would have to list
23975 Organization plus all of the other headers originally in the default
23976 list.  If you just included Organization and nothing else, then you
23977 would see only the Organization header, nothing else.
23980 The default list of headers includes:
23981 <UL>
23982   <LI>From
23983   <LI>Resent-From
23984   <LI>To
23985   <LI>Resent-To
23986   <LI>Cc
23987   <LI>Resent-cc
23988   <LI>Bcc
23989   <LI>Newsgroups
23990   <LI>Followup-To
23991   <LI>Date
23992   <LI>Resent-Date
23993   <LI>Subject
23994   <LI>Resent-Subject
23995   <LI>Reply-To
23996 </UL>
23999 If you are looking for a way to control which headers are included in
24000 outgoing mail and are visible or not in the composer, take a look at the
24001 options
24002 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
24003 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
24004 this option.
24006 <UL>   
24007 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24008 </UL><P>
24009 &lt;End of help on this topic&gt;
24010 </BODY>
24011 </HTML>
24012 ====== h_config_viewer_margin_left =====
24013 <HTML>
24014 <HEAD>
24015 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
24016 </HEAD>
24017 <BODY>
24018 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
24020 This variable controls the left-hand vertical margin's width in
24021 Alpine's Message Viewing screen.
24022 Its value is the number of space characters preceding each displayed line.
24023 For consistency with
24024 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
24025 you may specify the column number to start in
24026 (column numbering begins with number 1)
24027 instead of the width of the margin by appending a lower case letter
24028 &quot;c&quot; to the number.
24029 For example, a value of &quot;2c&quot; means to start the text in column two,
24030 which is entirely equivalent to a value of &quot;1&quot;, which means to
24031 leave a margin of 1 space.
24033 The default is a left margin of 0 (zero).
24034 Misconfigurations (for example, negative values or values with starting
24035 left columns greater than the ending right column)
24036 are silently ignored.
24037 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
24038 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
24039 instead.
24042 &lt;End of help on this topic&gt;
24043 </BODY>
24044 </HTML>
24045 ====== h_config_viewer_margin_right =====
24046 <HTML>
24047 <HEAD>
24048 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
24049 </HEAD>
24050 <BODY>
24051 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
24053 This variable controls the right-hand vertical margin's width in
24054 Alpine's Message Viewing screen.
24055 Its value is the number of space characters following each displayed line.
24056 You may specify the column number to end the text in
24057 (column numbering begins with number 1)
24058 instead of the width of the margin by appending a lower case letter
24059 &quot;c&quot; to the number.
24060 For example, a value of &quot;76c&quot; means to end the text in column 76.
24061 If the screen is 80 characters wide, this is equivalent to a value
24062 of &quot;4&quot;, which means to leave a margin of 4 spaces.
24063 However, if you use different size screens at different times, then these
24064 two values are not equivalent.
24066 The default right margin is 4.
24067 Misconfigurations (for example, negative values or values with starting
24068 left columns greater than the ending right column)
24069 are silently ignored.
24070 If the number of columns for text between the
24071 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
24072 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
24073 instead.
24076 &lt;End of help on this topic&gt;
24077 </BODY>
24078 </HTML>
24079 ====== h_config_quote_suppression =====
24080 <HTML>
24081 <HEAD>
24082 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
24083 </HEAD>
24084 <BODY>
24085 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
24087 This option should be used with care.
24088 It will cause some of the quoted text to be eliminated from the
24089 display when viewing a message in the MESSAGE TEXT screen.
24090 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
24091 value &quot;5&quot;,
24092 this will cause quoted text that is longer than five lines to be truncated.
24093 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
24094 Quoted text of more than six lines will have the first five lines displayed
24095 followed by a line that looks something like
24097 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
24099 As a special case, if exactly one line of quoted text would be hidden, the
24100 entire quote will be shown instead.
24101 So for the above example, quoted text that is exactly six lines long will
24102 will be shown in its entirety.
24103 (In other words, instead of hiding a single line and adding a line
24104 that announces that one line was hidden, the line is just shown.)
24106 If the sender of a message has carefully chosen the quotes that he or she
24107 includes, hiding those quotes may change the meaning of the message.
24108 For that reason, Alpine requires that when you want to set the value of this
24109 variable to something less than four lines, you actually have to set it
24110 to the negative of that number.
24111 So if you want to set this option to &quot;3&quot;, you actually have to
24112 set it to &quot;-3&quot;.
24113 The only purpose of this is to get you to think about whether or not you
24114 really want to do this!
24115 If you want to delete all quoted text you set the value of this option
24116 to the special value &quot;-10&quot;.
24118 The legal values for this option are
24120 <TABLE>   
24121 <TR>
24122   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
24123   <TD> Default, don't hide anything </TD>
24124 </TR>
24125 <TR>
24126   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
24127   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
24128 </TR>
24129 <TR>
24130   <TD> &nbsp;4,5,6,...&nbsp; </TD>
24131   <TD> Suppress if more than that many lines </TD>
24132 </TR>
24133 <TR>
24134   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
24135   <TD> Suppress all quoted lines </TD>
24136 </TR>
24137 </TABLE>
24139 If you set this option to a non-default value you may sometimes wish to
24140 view the quoted text that is not shown.
24141 When this is the case, the
24142 <A HREF="h_common_hdrmode">HdrMode Command</A>
24143 may be used to show the hidden text.
24144 Typing the &quot;H&quot; command once will show the hidden text.
24145 Typing a second &quot;H&quot; will also turn on Full Header mode.
24146 The presence or absence of the HdrMode command is determined by the
24147 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
24148 Feature-List option in your Alpine configuration, so you will want to
24149 be sure that is turned on if you use quote suppression.
24151 For the purposes of this option, a quote is a line that begins with the
24152 character &quot;&gt;&quot;.
24154 Quotes are only suppressed when displaying a message on the screen.
24155 The entire quote will be left intact when printing or forwarding or something
24156 similar.
24158 &lt;End of help on this topic&gt;
24159 </BODY>
24160 </HTML>
24161 ====== h_config_saved_msg_name_rule =====
24162 <HTML>
24163 <HEAD>
24164 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
24165 </HEAD>
24166 <BODY>
24167 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
24169 This option determines the default folder name when saving
24170 a message.
24173 The default option is &quot;default-folder&quot;, which is the folder
24174 called &quot;saved-messages&quot; in Unix Alpine and
24175 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
24176 the Alpine option called
24177 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
24180 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
24181 get the chosen option's value for the message being saved (or for the
24182 first message being saved if using an aggregrate save).
24183 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
24184 value of who the message came from (i.e. the from address).
24185 Alpine then attempts to save the message to a folder matching that value.
24186 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
24187 &quot;by-sender&quot;.
24188 The opposite is also true.
24189 If &quot;by-recipient&quot; is chosen and the message was posted to a
24190 newsgroup, Alpine will use the newsgroup name.
24191 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
24192 &quot;by-from&quot;.
24195 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
24196 to use the personal name part of the address instead of the mailbox part.
24197 If any of the &quot;by-nick&quot; options are chosen, the
24198 address is looked up in your address book and if found, the
24199 nickname for that entry is used.
24200 Only simple address book entries are checked, not distribution lists.
24201 Similarly, if any of the
24202 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
24203 address book entry is used.
24204 If by-realname, or the by-nick or by-fcc lookups result in no value,
24205 then if the chosen option ends with the &quot;then-from&quot;,
24206 &quot;then-sender&quot;, &quot;then-replyto&quot;,
24207 or &quot;then-recip&quot; suffix, Alpine
24208 reverts to the same behavior as &quot;by-from&quot;,
24209 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
24210 depending on which option was specified.
24211 If the chosen option doesn't end with one of
24212 the &quot;then-&quot; suffixes, then Alpine reverts to the default
24213 folder when no match is found in the address book.
24216 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
24217 to save to the folder that you saved to the last time you saved a
24218 message.  The first time you save a message in an Alpine session, Alpine
24219 attempts to save the message to the default folder.
24222 Here is an example to make some of the options clearer.
24223 If the message is From
24225 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
24227 and this rule is set to &quot;by-from&quot;, then the default folder offered
24228 in the save dialog would be &quot;flint&quot;.
24230 If this rule is set to &quot;by-realname-of-from&quot; then the default would
24231 be &quot;Fred Flintstone&quot;.
24233 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
24234 for the address &quot;flint@bedrock.org&quot; in your address book.
24235 If an entry is found and it has a nickname associated with it, that nickname
24236 will be offered as the default folder.
24237 If not, the default saved message folder will be offered as the default.
24239 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
24240 for the address &quot;flint@bedrock.org&quot; in your address book.
24241 If an entry is found and it has an Fcc associated with it, that Fcc
24242 will be offered as the default folder.
24243 If not, the default saved message folder will be offered as the default.
24245 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
24246 for the address &quot;flint@bedrock.org&quot; in your address book.
24247 If an entry is found and it has a nickname associated with it, that nickname
24248 will be offered as the default folder.
24249 If it is not found (or has no nickname) then the default offered will be
24250 the same as it would be for the &quot;by-from&quot; rule.
24251 That is, it would be &quot;flint&quot;
24253 <UL>   
24254 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24255 </UL><P>
24256 &lt;End of help on this topic&gt;
24257 </BODY>
24258 </HTML>
24259 ====== h_config_fcc_rule =====
24260 <HTML>
24261 <HEAD>
24262 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
24263 </HEAD>
24264 <BODY>
24265 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
24267 This option determines the default name for folder carbon copy. Choose
24268 one:
24270 <DL>
24271 <DT>default-fcc</DT>
24272 <DD>This is the normal default, the value of which is set in the
24273 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
24274 configuration.
24275 </DD>
24277 <DT>last-fcc-used</DT>
24278 <DD> Causes Alpine to use the folder that was last
24279 used in the fcc field
24280 </DD>
24282 <DT>by-nickname</DT>
24283 <DD>Means that Alpine will use the nickname
24284 from your address book that matches the first address in the To line.
24285 If there is no match, it will use the value of the
24286 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
24287 </DD>
24289 <DT>by-recipient</DT>
24290 <DD>Means Alpine will form a folder name
24291 based on the left hand side of the first address in the To line.
24292 </DD>
24294 <DT>by-nick-then-recip</DT>
24295 <DD>Means that it will use the
24296 matching nickname from your address book if there is one, otherwise it
24297 will extract the recipient name from the address and use that (like
24298 by-recipient).
24299 </DD>
24301 <DT>current-folder</DT>
24302 <DD>Causes a copy to be written to
24303 the currently open folder, unless that is the INBOX.  In the case
24304 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
24305 used instead.
24306 </DD>
24307 </DL>
24310 Note: Whatever the fcc specified by the rule here, it will be
24311 over-ridden by any fcc entries you have in your address book.
24314 <UL>   
24315 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24316 </UL><P>
24317 &lt;End of help on this topic&gt;
24318 </BODY>
24319 </HTML>
24320 ====== h_config_sort_key =====
24321 <HTML>
24322 <HEAD>
24323 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
24324 </HEAD>
24325 <BODY>
24326 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
24328 This option determines the order in which messages will be displayed in
24329 the MESSAGE INDEX screen.  Choose from:
24331 <UL>
24332  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
24333  <LI> <A HREF="h_index_sort_date">Date</A>
24334  <LI> <A HREF="h_index_sort_subj">Subject</A>
24335  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
24336  <LI> <A HREF="h_index_sort_thread">Thread</A>
24337  <LI> <A HREF="h_index_sort_from">From</A>
24338  <LI> <A HREF="h_index_sort_size">Size</A>
24339  <LI> <A HREF="h_index_sort_score">Score</A>
24340  <LI> <A HREF="h_index_sort_to">To</A>
24341  <LI> <A HREF="h_index_sort_cc">Cc</A>
24342 </UL>
24345 Each type of sort may also be reversed.
24346 Normal default is by &quot;Arrival&quot;.
24349 A possible point of confusion arises when you change the configuration
24350 of the <!--#echo var="VAR_sort-key"-->.
24351 The folder will normally be re-sorted when you go back to viewing the
24352 index.
24353 However, if you have manually sorted the folder with the
24354 Sort
24355 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
24356 command, then it will not be re-sorted until the next time it is opened.
24359 <UL>   
24360 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24361 </UL><P>
24362 &lt;End of help on this topic&gt;
24363 </BODY>
24364 </HTML>
24365 ====== h_config_other_startup =====
24366 <HTML>
24367 <HEAD>
24368 <TITLE>OPTION: Set Startup Rule</TITLE>
24369 </HEAD>
24370 <BODY>
24371 <H1>OPTION: Set Startup Rule</H1>
24373 This option determines which message will be the <EM>current message</EM> when
24374 the folder is first opened.
24375 It works the same way that the option
24376 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
24377 works, so look there for help.
24378 It may be used for any folder, not just incoming folders.
24381 <UL>   
24382 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24383 </UL><P>
24384 &lt;End of help on this topic&gt;
24385 </BODY>
24386 </HTML>
24387 ====== h_config_perfolder_sort =====
24388 <HTML>
24389 <HEAD>
24390 <TITLE>Set Sort Order</TITLE>
24391 </HEAD>
24392 <BODY>
24393 <H1>Set Sort Order</H1>
24395 This option determines the order in which messages will be displayed in
24396 the MESSAGE INDEX screen when the Current Folder Type set in the
24397 Pattern is a match. Choose from:
24399 <UL>
24400  <LI> <A HREF="h_index_sort_default">Default</A>
24401  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
24402  <LI> <A HREF="h_index_sort_date">Date</A>
24403  <LI> <A HREF="h_index_sort_subj">Subject</A>
24404  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
24405  <LI> <A HREF="h_index_sort_thread">Thread</A>
24406  <LI> <A HREF="h_index_sort_from">From</A>
24407  <LI> <A HREF="h_index_sort_size">Size</A>
24408  <LI> <A HREF="h_index_sort_score">Score</A>
24409  <LI> <A HREF="h_index_sort_to">To</A>
24410  <LI> <A HREF="h_index_sort_cc">Cc</A>
24411 </UL>
24414 Each type of sort may also be reversed.
24415 Normal default is by &quot;Arrival&quot;.
24418 A possible point of confusion arises when you change the configuration
24419 of the Sort Order for the currently open folder.
24420 The folder will normally be re-sorted when you go back to viewing the
24421 index.
24422 However, if you have manually sorted the folder with the
24423 Sort
24424 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
24425 command, then it will not be re-sorted until the next time it is opened.
24428 <UL>   
24429 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24430 </UL><P>
24431 &lt;End of help on this topic&gt;
24432 </BODY>
24433 </HTML>
24434 ====== h_config_fld_sort_rule =====
24435 <HTML>
24436 <HEAD>
24437 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
24438 </HEAD>
24439 <BODY>
24440 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
24442 This option controls the order in which folder list entries will be
24443 presented in the FOLDER LIST screen.  Choose one of the following:
24445 <DL>
24446 <DT>Alphabetical</DT>
24447 <DD>sort by alphabetical name independent of type
24448 </DD>
24450 <DT>Alpha-with-dirs-last</DT>
24451 <DD>sort by alphabetical name grouping directory entries
24452 to the end of the list
24453 </DD>
24455 <DT>Alpha-with-dirs-first</DT>
24456 <DD>sort by alphabetical name grouping directory entries
24457 to the start of the list
24458 </DD>
24459 </DL>
24461 The normal default is &quot;Alphabetical&quot;.
24464 <UL>   
24465 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24466 </UL><P>
24467 &lt;End of help on this topic&gt;
24468 </BODY>
24469 </HTML>
24470 ====== h_config_ab_sort_rule =====
24471 <HTML>
24472 <HEAD>
24473 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
24474 </HEAD>
24475 <BODY>
24476 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
24478 This option controls the order in which address book entries will be
24479 presented.  Choose one of the following:
24481 <DL>
24482 <DT>fullname</DT>
24483 <DD>use fullname field, lists mixed in
24484 </DD>
24486 <DT>fullname-with-lists-last</DT>
24487 <DD>use fullname field, but put lists at end
24488 </DD>
24490 <DT>nickname</DT>
24491 <DD>use nickname field, lists mixed in
24492 </DD>
24494 <DT>nickname-with-lists-last</DT>
24495 <DD>use nickname field, but put lists at end
24496 </DD>
24498 <DT>dont-sort</DT>
24499 <DD>don't change order of file
24500 </DD>
24501 </DL>
24504 The normal default is &quot;fullname-with-lists-last&quot;.
24505 If you use an address book from more than one computer and those
24506 computers sort the address book differently then the sort order
24507 will be the order where the last change to the address book was
24508 made.
24509 There are two reasons the sorting might be different on different
24510 systems.
24511 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
24512 places.
24513 Second, the collation rules on the two computers may be different.
24514 For example, one system might ignore special characters while the other
24515 doesn't or one may sort upper and lower case letters together while
24516 the other doesn't.
24517 In any case, the order you see is the order on the system where the
24518 last change was made, for example by an address book edit or a
24519 Take Address command.
24522 <UL>   
24523 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24524 </UL><P>
24525 &lt;End of help on this topic&gt;
24526 </BODY>
24527 </HTML>
24528 ====== h_config_post_char_set =====
24529 <HTML>
24530 <HEAD>
24531 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
24532 </HEAD>
24533 <BODY>
24534 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
24536 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
24537 when sending messages.
24541 When sending a message the text typed in the composer is
24542 labeled with the character set specified by this option.
24543 If the composed text is not fully representable in the 
24544 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
24545 instead;
24548 Attachments are labeled with your
24549 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
24552 Generally, there should be little need to set this option.
24553 If left unset, the
24554 default behavior is to label composed text as specifically as
24555 possible.  That is, if the composed text has no non-ASCII characters,
24556 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
24557 only ISO-8859-15 characters, it is labeled as such.  Alpine will
24558 attempt to automatically detect a number of character sets including ISO-8859-15,
24559 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
24560 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
24561 If the message contains a mix of character sets,
24562 it is labeled as &quot;UTF-8.&quot;
24566 This setting is provided to allow you to force a particular character set that
24567 Alpine does not automatically detect. For example, if a message is representable
24568 in more than one character set then Alpine may choose a different default
24569 than you want.
24570 Lastly, by setting this option explicitly to
24571 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
24572 &quot;UTF-8&quot; instead of something more specific.
24575 In the Setup/Config screen you may choose from a list of all the
24576 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24579 The options
24580 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
24581 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
24582 are closely related.
24583 Setting the feature
24584 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24585 should cause this option to be ignored.
24588 <UL>   
24589 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24590 </UL><P>
24591 &lt;End of help on this topic&gt;
24592 </BODY>
24593 </HTML>
24594 ====== h_config_unk_char_set =====
24595 <HTML>
24596 <HEAD>
24597 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
24598 </HEAD>
24599 <BODY>
24600 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
24602 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
24603 when reading or replying to messages.
24607 A text message should either be made up of all US-ASCII characters
24608 or it should contain a charset label which tells the software which
24609 character set encoding to use to interpret the message.
24610 Sometimes a malformed message may be unlabeled but contain non-ascii text.
24611 This message is outside of the standards so any attempt to read it could fail.
24612 When Alpine attempts to read such a message it will try to interpret the
24613 text in the character set you specify here.
24614 For example, if you have correspondents who send you unlabeled messages that
24615 are usually made up of characters from the WINDOWS-1251 character set, setting
24616 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
24617 allow you to read those messages.
24618 Of course, if the unlabeled message is actually in some other character set,
24619 then you may see garbage on your screen.
24621 Instead of just unlabeled text, this option also affects text which is labeled
24622 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
24623 or &quot;US-ASCII&quot;.
24626 In the Setup/Config screen you may choose from a list of all the
24627 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24630 <UL>   
24631 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24632 </UL><P>
24633 &lt;End of help on this topic&gt;
24634 </BODY>
24635 </HTML>
24636 ====== h_config_char_set =====
24637 <HTML>
24638 <HEAD>
24639 <TITLE>OPTION: Display Character Set</TITLE>
24640 </HEAD>
24641 <BODY>
24642 <H1>OPTION: Display Character Set</H1>
24644 The Display Character Set configuration option is used when viewing messages.
24646 Alpine uses Unicode characters internally and 
24647 it is a goal for Alpine to handle email in many different languages.
24648 Alpine will properly display only left-to-right character sets
24649 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
24650 font is in use, in the sense that
24651 characters are assumed to take up zero, one, or two character cell
24652 widths from left to right on the screen. This is true even in PC-Alpine.
24655 Alpine recognizes some local character sets that are right-to-left
24656 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
24657 (Arabic) and properly converts texts in these character sets to/from
24658 Unicode; however, there are known display bugs with these character
24659 sets.
24662 There are three possible configuration character settings and some
24663 environment variable settings that can affect how Alpine
24664 handles international characters.
24665 The first two of these are only available in UNIX Alpine.
24666 The three configuration options are
24667 Display Character Set,
24668 Keyboard Character Set, and
24669 <!--#echo var="VAR_posting-character-set"-->.
24670 The Keyboard Character Set defaults to being the same value
24671 as the Display Character Set, and that is usually correct, because
24672 the keyboard almost always produces characters in the same character set
24673 as the display displays.
24674 The Display Character Set is the character set that Alpine
24675 will attempt to use when sending characters to the display.
24678 By default, the Display Character Set variable is not set and UNIX Alpine
24679 will attempt to get this information from the environment.
24680 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
24681 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
24682 An explicit configuration setting for Display Character Set will,
24683 of course, override any default setting.
24685 For PC-Alpine the Display Character Set
24686 and the Keyboard Character Set
24687 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
24690 It is probably best to use UNIX Alpine in a terminal emulator
24691 capable of displaying UTF-8 characters, since that will allow you to
24692 view just about any received text that is correctly formatted (note,
24693 however, the above comments about known index display bugs with certain
24694 character sets). You'll need to have an emulator that uses a UTF-8 font
24695 and you'll need to set up your environment to use a UTF-8 charmap. For
24696 example, on a Linux system you might include
24698 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
24701 or something similar in your UNIX startup files.
24702 You'd also have to select a UTF-8 font in your terminal emulator.
24705 The types of values that the character set variables may be set to are
24706 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
24707 The <CODE>ISO-2022</CODE> character sets are not supported for input or
24708 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
24709 for use only as a <!--#echo var="VAR_posting-character-set"-->.
24710 In the Setup/Config screen you may choose from a list of all the
24711 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24712 Here is a list of many of the possible character sets:
24715 <TABLE>
24716 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
24717 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
24718 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
24719 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
24720 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
24721 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
24722 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
24723 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
24724 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
24725 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
24726 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
24727 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
24728 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
24729 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
24730 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
24731 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
24732 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
24733 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
24734 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
24735 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukrainian</TD> </TR>
24736 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
24737 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
24738 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
24739 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24740 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24741 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24742 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24743 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24744 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
24745 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
24746 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
24747 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
24748 </TABLE>
24751 When reading incoming email, Alpine understands many different
24752 character sets and is able to convert the incoming mail into Unicode.
24753 The Unicode will be converted to the Display Character Set
24754 for display on your terminal.
24755 Characters typed at the keyboard will be converted from the
24756 Keyboard Character Set to Unicode for Alpine's internal
24757 use.
24758 You may find that you can read some malformed messages that do not
24759 contain a character set label by setting the option
24760 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
24763 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
24764 The default behavior obtained by leaving this variable unset is usually
24765 what is wanted. In that default case, Alpine will attempt
24766 to label the message with the most specific character set from the
24767 rather arbitrary set
24769 US-ASCII, ISO-8859-15,
24770 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
24771 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
24774 For example, if the message is made up of only US-ASCII characters, it
24775 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
24776 that will be the label. If that doesn't work the same is tried for the
24777 remaining members of the list.
24780 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
24781 explicit value instead.
24782 For example, if you usually send messages in Greek, setting this
24783 option to ISO-8859-7 will result in messages being labeled as
24784 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
24785 are only Greek characters, or UTF-8 if there are some characters
24786 that aren't representable in ISO-8859-7.
24787 Another possibility is to set this option explicitly to UTF-8.
24788 In that case
24789 Alpine labels only ascii messages as US-ASCII and all other
24790 messages as UTF-8.
24793 The options
24794 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
24795 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
24796 are closely related to this option.
24797 Setting the feature
24798 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24799 should cause this option to be ignored.
24802 When displaying a message, Alpine compares this setting to the character
24803 set specified in the message.  If not all of the
24804 characters in the message can be displayed using the Display Character Set
24805 then Alpine places an editorial
24806 comment in the displayed text (enclosed in square-brackets) indicating
24807 that some characters may not be displayed correctly.
24808 This comment may be eliminated by turning on the option
24809 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
24812 <UL>   
24813 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24814 </UL><P>
24815 &lt;End of help on this topic&gt;
24816 </BODY>
24817 </HTML>
24818 ====== h_config_key_char_set =====
24819 <HTML>
24820 <HEAD>
24821 <TITLE>OPTION: Keyboard Character Set</TITLE>
24822 </HEAD>
24823 <BODY>
24824 <H1>OPTION: Keyboard Character Set</H1>
24826 UNIX Alpine only.
24828 The Keyboard Character Set identifies the character set of the characters
24829 coming from your keyboard.
24830 It defaults to having the same value as your
24831 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
24832 which in turn defaults to a value obtained from your environment.
24833 It is unlikely that you will need to use this option, because the keyboard
24834 almost always produces the same kind of characters as the display displays.
24837 This character set is also used when accessing files in your local
24838 file system.
24839 The names of the files are assumed to be in the same character set as
24840 what the keyboard produces, as well as the contents of the files.
24843 In the Setup/Config screen you may choose from a list of all the
24844 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24847 The options
24848 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
24849 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
24850 are closely related.
24851 Setting the feature
24852 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24853 should cause this option to be ignored.
24856 <UL>   
24857 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24858 </UL><P>
24859 &lt;End of help on this topic&gt;
24860 </BODY>
24861 </HTML>
24862 ====== h_config_editor =====
24863 <HTML>
24864 <HEAD>
24865 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
24866 </HEAD>
24867 <BODY>
24868 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
24870 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
24871 normally an alternative to Alpine's internal composer (Pico).  You could use
24872 this setting to specify an alternate editor to use occasionally or if you
24873 have a favorite editor and want to use it all the time (see the 
24874 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
24875 If you specify multiple editors for this option, ^_ will invoke the first one 
24876 of those specified that exists and is executable.  When specifying a program 
24877 for use here, make sure that the format of the text it saves -- which, when 
24878 you exit it, will become the message body in Alpine -- is appropriate 
24879 for the body of an email message; avoid proprietary formats that may result in 
24880 a message body that the recipient of your message will be unable to decipher.
24882 <!--chtml if pinemode="os_windows"-->
24883 <!--chtml else-->
24884 If you are in doubt about what editors are available on your system, or which 
24885 of them may be appropriate for specification here, ask your local computing 
24886 support staff.  
24887 <!--chtml endif-->
24889 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
24890 unset, outgoing text will be set as flowed.  In most cases this will be fine,
24891 but if the editor has a &quot;flowed text&quot; mode, it would be best to
24892 use that.
24894 <P><UL>
24895 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24896 </UL>
24898 &lt;End of help on this topic&gt;
24899 </BODY>
24900 </HTML>
24901 ====== h_config_speller =====
24902 <HTML>
24903 <HEAD>
24904 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
24905 </HEAD>
24906 <BODY>
24907 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
24909 UNIX Alpine only.
24911 For PC-Alpine, you must install the aspell library code that you
24912 may get from
24913 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
24915 This option affects the behavior of the ^T (spell check) command in the
24916 Composer.  It specifies the program invoked by ^T in the Composer.
24917 By default, Alpine uses
24919 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
24921 if it knows where to find &quot;aspell&quot;.
24922 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
24923 then the command used is
24925 <CENTER><SAMP>ispell -l</SAMP></CENTER>
24927 Otherwise, the ancient &quot;spell&quot; command is used.
24929 If you specify a value for this command (with full pathname) then that is what
24930 will be used instead of any of the defaults.
24931 When invoking this
24932 spell-checking program, Alpine appends a tempfile name (where the message is
24933 passed) to the command line. Alpine expects the speller to correct the
24934 spelling in that file. When you exit from that program Alpine will read the
24935 tempfile back into the composer.
24937 Don't set this speller option to the standard Unix spell command.
24938 That won't work because spell works in a different way.
24941 <UL>   
24942 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24943 </UL><P>
24944 &lt;End of help on this topic&gt;
24945 </BODY>
24946 </HTML>
24947 ====== h_config_aspell_dictionary =====
24948 <HTML>
24949 <HEAD>
24950 <TITLE>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></TITLE>
24951 </HEAD>
24952 <BODY>
24953 <H1>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></H1>
24955 PC Alpine only.
24957 This option specifies a list of dictionaries you will use with
24958 aspell. A sample entry is &quot;en_US&quot; for american english, or
24959 &quot;en_GB&quot; for british english.
24962 <UL>   
24963 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24964 </UL><P>
24965 &lt;End of help on this topic&gt;
24966 </BODY>
24967 </HTML>
24968 ====== h_config_display_filters =====
24969 <HTML>
24970 <HEAD>
24971 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
24972 </HEAD>
24973 <BODY>
24974 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
24976 This option defines a list of text-filtering commands (programs or
24977 scripts) that may be used to filter text portions of received messages
24978 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
24979 display screen, exporting to a text file).  
24980 For security reasons, the full path name of the
24981 filter command must be specified.
24984 The command is executed and the message is piped into its standard input. 
24985 The standard output of the command is read back by Alpine.  The
24986 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
24988 <P> 
24989 The filter's use is based on the configured &quot;trigger&quot; string.  The
24990 format of a filter definition is:
24992 <P>   
24993 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
24996 You can specify as many filters as you wish, separating them with a comma.  
24997 Each filter can have only one trigger and command.  Thus, two trigger 
24998 strings that invoke the same command require separate filter 
24999 specifications. 
25001 <P> 
25002 The &quot;trigger&quot; is simply text that, if found in the message,
25003 will invoke the associated command.  If the trigger contains any space
25004 characters, it must be placed within quotes.  Likewise, should you
25005 wish a filter to be invoked unconditionally, define the trigger as the
25006 null string, &quot;&quot; (two consecutive double-quote characters).  If the
25007 trigger string is found anywhere in the text of the message the filter
25008 is invoked.  Placing the trigger text within the tokens defined below
25009 changes where within the text the trigger must be before considering
25010 it a match.
25012 <P>  
25013 Trigger Modifying Tokens:
25014 <DL>
25015 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
25016 <DD>This token tells Alpine to invoke the supplied command
25017 if the text is in a character set matching <VAR>string</VAR>
25018 (e.g., ISO-8859-2 or ISO-2022-JP).
25019 </DD>
25022 <DT>_LEADING(<VAR>string</VAR>)_</DT>
25023 <DD>This token tells Alpine to invoke the supplied command
25024 if the enclosed <VAR>string</VAR> is found to be the first
25025 non-whitespace text.
25026 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
25027 the space character.
25028 </DD>
25030 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
25031 <DD>This token tells Alpine to invoke the supplied command
25032 if the enclosed <VAR>string</VAR> is found at the beginning
25033 of any line in the text.
25034 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
25035 the space character.
25036 </DD>
25037 </DL>
25040 The &quot;command&quot; and &quot;arguments&quot; portion is simply
25041 the command line to be invoked if the trigger string is found.  Below
25042 are tokens that Alpine will recognize and replace with special values
25043 when the command is actually invoked.
25046 Command Modifying Tokens:
25048 <DL>
25049 <DT>_TMPFILE_</DT>
25050 <DD>When the command is executed, this token is 
25051 replaced with the path and name of the temporary 
25052 file containing the text to be filtered.  Alpine 
25053 expects the filter to replace this data with the 
25054 filter's result.
25057 NOTE: Use of this token implies that the text to 
25058 be filtered is not piped into standard input of the 
25059 executed command and its standard output is ignored. 
25060 Alpine restores the tty modes before invoking the
25061 filter in case the filter interacts with the user
25062 via its own standard input and output.  
25063 </DD>
25064                         
25065 <DT>_RESULTFILE_</DT>
25066 <DD>When the command is executed, this token is 
25067 replaced with the path and name of a temporary 
25068 file intended to contain a status message from the 
25069 filter.  Alpine displays this in the message status 
25070 field. 
25071 </DD>
25073 <DT>_DATAFILE_</DT>
25074 <DD>When the command is executed, this token is 
25075 replaced with the path and name of a temporary 
25076 file that Alpine creates once per session and deletes 
25077 upon exit.  The file is intended to be used by the 
25078 filter to store state information between instances 
25079 of the filter.
25080 </DD>
25081    
25082 <DT>_PREPENDKEY_</DT>
25083 <DD>When the command is executed, this token indicates that a random
25084 number will be passed down the input stream before the message text.
25085 This number could be used as a session key.  It is sent in this way to
25086 improve security.  The number is unique to the current Alpine session
25087 and is only generated once per session.
25088 </DD>
25090 <DT>_SILENT_</DT>
25091 <DD>When the filter is executed, this token tells Alpine not to repaint
25092 the screen while the command is being executed. This can be used with 
25093 filters that do not interact with the user, and therefore repainting 
25094 the screen is not necessary. 
25095 </DD>
25096 </DL>
25099 The feature
25100 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
25102 Performance caveat/considerations:
25103 <BR>
25104 Testing for the trigger and invoking the filter doesn't come for free.
25105 There is overhead associated with searching for the trigger string, testing
25106 for the filter's existence and actually piping the text through the filter.
25107 The impact can be reduced if the Trigger Modifying Tokens above are 
25108 employed.
25110 &lt;End of help on this topic&gt;
25111 </BODY>
25112 </HTML>
25113 ====== h_config_sending_filter =====
25114 <HTML>
25115 <HEAD>
25116 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
25117 </HEAD>
25118 <BODY>
25119 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
25120       
25121 This option defines a list of text-filtering commands (programs and
25122 scripts) that may be selectively invoked to process a message just before
25123 it is sent.  If set, the Composer's ^X (Send) command will allow you to
25124 select which filter (or none) to apply to the message before it is sent. 
25125 For security reasons, the full path of the filter program must be
25126 specified.
25129 Command Modifying Tokens:
25131 <DL>
25132 <DT>_RECIPIENTS_</DT>
25133 <DD>When the command is executed, this token is replaced 
25134 with the space delimited list of recipients of the 
25135 message being sent. 
25136 </DD>
25137         
25138 <DT>_TMPFILE_</DT>
25139 <DD>
25140 When the command is executed, this token is 
25141 replaced with the path and name of the temporary 
25142 file containing the text to be filtered.  Alpine 
25143 expects the filter to replace this data with the 
25144 filter's result.
25147 NOTE: Use of this token implies that the text to 
25148 be filtered is not piped into standard input of the 
25149 executed command and its standard output is ignored. 
25150 Alpine restores the tty modes before invoking the
25151 filter in case the filter interacts with the user
25152 via its own standard input and output.  
25153 </DD>
25154                         
25155 <DT>_RESULTFILE_</DT>
25156 <DD>When the command is executed, this token is 
25157 replaced with the path and name of a temporary 
25158 file intended to contain a status message from the 
25159 filter.  Alpine displays this in the message status 
25160 field. 
25161 </DD>
25163 <DT>_DATAFILE_</DT>
25164 <DD>When the command is executed, this token is replaced 
25165 in the command line with the path and name of a 
25166 temporary file that Alpine creates once per session 
25167 and deletes upon exit.  The file is intended to be 
25168 used by the filter to store state information between 
25169 instances of the filter.
25170 </DD>
25171    
25172 <DT>_PREPENDKEY_</DT>
25173 <DD>When the command is executed, this token indicates 
25174 that a random number will be passed down the input 
25175 stream before the message text.  This number could 
25176 be used as a session key.  It is sent in this way 
25177 to improve security.  The number is unique to the 
25178 current Alpine session and is only generated once per 
25179 session. 
25180 </DD>
25182 <DT>_INCLUDEALLHDRS_</DT>
25183 <DD>When the command is executed, this token indicates 
25184 that the headers of the message will be passed down the input stream
25185 before the message text.
25186 </DD>
25188 <DT>_MIMETYPE_</DT>
25189 <DD>When the command is executed, this token is replaced in the
25190 command name with a temporary file name used to accept any new MIME
25191 Content-Type information necessitated by the output of the filter.
25192 Upon the filter's exit, if the file contains new MIME type
25193 information, Alpine verifies its format and replaces the outgoing
25194 message's MIME type information with that contained in the file. This
25195 is basically a cheap way of sending something other than Text/Plain.
25196 </DD>
25197 </DL>
25199 <P>   
25200 NOTE: Only the body text, which is visible in the Composer, is piped
25201 through this filter.  Attachments are not sent to the filter.
25202 <P>   
25203 Sending filters are not used if the feature
25204 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
25206 <UL>   
25207 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25208 </UL><P>
25209 &lt;End of help on this topic&gt;
25210 </BODY>
25211 </HTML>
25212 ====== h_config_keywords =====
25213 <HTML>
25214 <HEAD>
25215 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
25216 </HEAD>
25217 <BODY>
25218 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
25220 You may define your own set of keywords and optionally set them on a
25221 message by message basis.
25222 These are similar to the &quot;Important&quot; flag which the user
25223 may set using the Flag command.
25224 The difference is that the Important flag is always present for each folder.
25225 User-defined keywords are chosen by the user.
25226 You may set up the list of possible keywords here, or you may add keywords
25227 from the Flag Details screen that you
25228 can get to after typing the
25229 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
25230 command.
25231 After the keywords have been defined,
25232 then you use the <A HREF="h_common_flag">Flag command</A>
25233 to set or clear the keywords in each message.
25234 The behavior of the flag command may be modified by using the
25235 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
25236 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
25239 Keywords may be used when Selecting messages (Select Keyword).
25240 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
25241 Filter Rules may be used to set keywords automatically.
25242 Keywords may be displayed as part of the Subject of a message by using
25243 the SUBJKEY or SUBJKEYINIT tokens in the
25244 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
25245 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
25246 option may be used to modify the display of keywords using
25247 SUBJKEY and SUBJKEYINIT slightly.
25248 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
25249 screen by using the KEY or KEYINIT tokens.
25250 It is also possible to color keywords in the index using the
25251 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
25252 Keywords are not supported by all mail servers.
25255 You may give keywords nicknames if you wish.
25256 If the keyword definition you type in contains a SPACE character, then the
25257 actual value of the keyword is everything after the last SPACE and the
25258 nickname for that keyword is everything before the last SPACE.
25259 For example, suppose you are trying to interoperate with another email program
25260 that uses a particular keyword with an unpleasant name.
25261 Maybe it uses a keyword called
25263 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
25265 but for you that keyword means that the message is work-related.
25266 You could define a keyword to have the value
25268 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
25270 and then you would use the name &quot;Work&quot; when dealing with
25271 that keyword in Alpine.
25272 If you defined it as
25274 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
25276 the nickname would be everything before the last SPACE, that is the nickname
25277 would be &quot;My Work&quot;.
25279 Some commonly used keywords begin with dollar signs.
25280 This presents a slight complication, because the dollar sign is normally used
25281 to signify
25282 <A HREF="h_news_config">environment variable expansion</A>
25283 in the Alpine configuration.
25284 In order to specify a keyword that begins with a dollar sign you must
25285 precede the dollar sign with a second dollar sign to escape its special
25286 meaning.
25287 For example, if you want to include the keyword
25289 <CENTER><SAMP>$Label1</SAMP></CENTER>
25291 as one of your possible keywords, you must enter the text
25293 <CENTER><SAMP>$$Label1</SAMP></CENTER>
25296 instead.
25298 There are a couple limitations.
25299 First, not all servers support keywords.
25300 Second, some servers (including the IMAP server included with Alpine)
25301 have a per folder limit on the number of keywords that may be defined.
25302 This count commonly includes every keyword you have ever used in the
25303 folder, even if it is no longer being used.
25304 In other words, you can add keywords but you cannot remove them easily.
25305 If you have changed keywords over the life of a folder and find that
25306 you have reached such a limit, one possible solution might be to copy
25307 all of the messages to a newly created folder (using Alpine) and then
25308 delete the original and rename the new folder.
25309 The reason this might work is that only the keywords currently set in
25310 any of the messages will be used in the new folder, hopefully putting you
25311 under the limit.
25314 <UL>   
25315 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25316 </UL><P>
25317 &lt;End of help on this topic&gt;
25318 </BODY>
25319 </HTML>
25320 ====== h_config_alt_addresses =====
25321 <HTML>
25322 <HEAD>
25323 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
25324 </HEAD>
25325 <BODY>
25326 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
25328 This option provides a place for you to list alternate email addresses
25329 you may have.
25330 Each address in the list should be the actual email address part of an
25331 address, without the full name field or the angle brackets.
25332 For example:
25335 <CENTER><SAMP>user@example.com</SAMP></CENTER>
25338 The matching is case-insensitive, so this would match any of
25339 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
25340 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
25343 If set, the option affects the behavior of the Reply
25344 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
25345 a message has been addressed specifically to you.
25348 In the default INDEX display
25349 the personal name (or email address) of
25350 the person listed in the message's &quot;From:&quot; header
25351 field is usually displayed except when that address is yours or one of your
25352 alternate addresses.
25353 In that case you will usually see the name of
25354 the first person specified in the
25355 message's &quot;To:&quot; header field
25356 with the prefix &quot;To: &quot; prepended.
25359 With respect to Reply, the reply-to-all option will exclude addresses
25360 listed here.
25363 The feature
25364 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
25365 is somewhat related to this option.
25368 In addition to a list of actual addresses,
25369 you may use regular expressions (as used with egrep with the ignore case flag)
25370 to describe the addresses you want to match.
25371 Alpine will somewhat arbitrarily interpret your entry as a regular
25372 expression if it contains any of the characters
25373 *, |, +, ?, {, [, ^, $, or &#92;.
25374 Otherwise, it will be treated literally.
25375 The feature
25376 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
25377 may be used to turn off regular expression processing regardless of whether or not
25378 special characters appear in the entry.
25381 A description of how regular expressions work is beyond the
25382 scope of this help text, but some examples follow.
25385 The entry
25388 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
25391 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
25392 address with a domain name of <SAMP>example.com</SAMP> (such as
25393 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
25394 one of your alternate addresses.
25395 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
25396 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
25397 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
25398 Complicating things further, the dollar sign
25399 is special in the Alpine configuration (it signifies environment variable expansion)
25400 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
25401 Quotes around the whole expression will not escape the dollar sign successfully.
25402 So this example should look like
25405 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
25409 The entry
25412 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
25415 would match
25416 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
25417 as <SAMP>fred@example.com</SAMP>.
25420 You could match all addresses that look like
25421 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
25422 entry
25425 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
25428 Notice that you have to escape the plus sign with a backslash because plus
25429 is a special character in regular expressions.
25430 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
25431 the expression
25434 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
25437 would do it, but it would be easier to just add fred@example.com as a
25438 separate entry.
25441 One more example, a match of all first-level subdomains, is given by
25444 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
25448 Because the regular expression matching is based on an old library
25449 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
25450 but they should be close.
25453 <UL>   
25454 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25455 </UL><P>
25456 &lt;End of help on this topic&gt;
25457 </BODY>
25458 </HTML>
25459 ====== h_config_abook_formats =====
25460 <HTML>
25461 <HEAD>
25462 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
25463 </HEAD>
25464 <BODY>
25465 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
25467 This option specifies the format that address books are displayed in.
25468 Normally, address books are displayed with the nicknames in the first
25469 column, the fullnames in the second column, and addresses in the third
25470 column.  The system figures out reasonable defaults for the widths of
25471 the columns.  An address book may be given a different format by
25472 listing special tokens in the order you want them to display.  The
25473 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
25474 So, for example, to get the default behavior you could list
25477 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
25480 (You can also use the token DEFAULT to get the default behavior for
25481 an address book format.)
25484 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
25485 is a list, so if you have more than one address book you may have a
25486 separate format for each by putting its format at the corresponding
25487 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
25491 Listed first are the personal address books, then the global address
25492 books.  So, if you have two personal address books and one global
25493 address book, you may have up to three formats in the
25494 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
25495 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
25496 are address books, the last element is used repeatedly.
25500 Each of the tokens may also be optionally followed by parentheses with
25501 either a number or a percentage inside the parentheses.  For example,
25502 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
25503 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
25504 of the available space (the screen width minus the space for
25505 inter-column spaces) to the fullnames column, while plain
25506 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
25507 reasonable number of columns.
25510 There are always 2 spaces between every column, so if you use
25511 fixed column widths (like 13) you should remember to take that into
25512 account.
25515 <UL>   
25516 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25517 </UL><P>
25518 &lt;End of help on this topic&gt;
25519 </BODY>
25520 </HTML>
25521 ====== h_config_set_index_format =====
25522 <HTML>
25523 <HEAD>
25524 <TITLE>Set Index Format</TITLE>
25525 </HEAD>
25526 <BODY>
25527 <H1>Set Index Format</H1>
25529 This option is used to customize the content of lines in the
25530 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
25531 This action works exactly like the regular
25532 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
25533 except that you can have a folder-specific value for it if you specify it here.
25534 Consult the help for
25535 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
25536 for more information.
25539 <UL>   
25540 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25541 </UL><P>
25542 &lt;End of help on this topic&gt;
25543 </BODY>
25544 </HTML>
25545 ====== h_config_index_format =====
25546 <HTML>
25547 <HEAD>
25548 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
25549 </HEAD>
25550 <BODY>
25551 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
25553 This option is used to customize the content of lines in the
25554 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
25555 to convey some amount of immediately relevant information about each 
25556 message in the current folder.
25559 Alpine provides a pre-defined set of informational fields with
25560 reasonable column widths automatically computed.  You can, however,
25561 replace this default set by listing special tokens in the order you
25562 want them displayed.
25565 The list of available tokens is
25566 <A HREF="h_index_tokens">here</A>.
25569 Spaces are used to separate listed tokens.  Additionally, you can
25570 specify how much of the screen's width the token's associated data
25571 should occupy on the index line by appending to the token a pair of
25572 parentheses enclosing either a number or percentage.  For example,
25573 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
25574 column, and &quot;SUBJECT(20%)&quot; means to
25575 allocate 20% of the available space
25576 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
25577 attempt to figure out a reasonable amount of space.
25580 There is always one space between every pair of columns, so if you use fixed
25581 column widths (like 13) you should remember to take that into account.
25582 Several of the fields are virtually fixed-width, so it doesn't make
25583 much sense to specify the width for them.  The fields STATUS,
25584 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
25585 and DESCRIPSIZE all fall into that category.
25586 You <EM>may</EM> specify widths for those if you wish, but
25587 you're probably better off letting the system pick those widths.  <P>
25590 The default is equivalent to:
25593 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
25596 This means that the four fields without percentages will be allocated
25597 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
25598 the from and subject fields.  If one of those two fields is specified
25599 as a percentage and the other is left for the system to choose, then
25600 the percentage is taken as an absolute percentage of the screen, not
25601 of the space remaining after allocating the first four columns.  It
25602 doesn't usually make sense to do it that way.  If you leave off all
25603 the widths, then the subject and from fields (if both are present) are
25604 allocated space in a 2 to 1 ratio, which is almost exactly the same as
25605 the default.
25608 What you are most likely to do with this configuration option is to
25609 specify which fields appear at all, which order they appear in, and the
25610 percentage of screen that is used for the from and subject fields if you
25611 don't like the 2 to 1 default.
25614 If you want to retain the default format that Pine 4.64 had, use
25617 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
25619 <EM>and</EM> set the feature
25620 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
25621 <UL>   
25622 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25623 </UL><P>
25624 &lt;End of help on this topic&gt;
25625 </BODY>
25626 </HTML>
25627 ====== h_config_reply_intro =====
25628 <HTML>
25629 <HEAD>
25630 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
25631 </HEAD>
25632 <BODY>
25633 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
25635 This option is used to customize the content of the introduction line
25636 that is included when replying to a message and including the original
25637 message in the reply.
25638 The normal default (what you will get if you delete this variable) looks
25639 something like:
25641 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
25643 where the day of the week is only included if it is available in the
25644 original message.
25645 You can replace this default with text of your own.
25646 The text may contain tokens that are replaced with text
25647 that depends on the message you are replying to.
25648 For example, the default is equivalent to:
25650 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25653 Since this variable includes regular text mixed with special tokens
25654 the tokens have to be surrounded by underscore characters.
25655 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
25656 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
25657 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
25659 The list of available tokens is
25660 <A HREF="h_index_tokens">here</A>.
25663 By default, the text is all on a single line and is followed by a blank line.
25664 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
25665 than 80 characters when replying to a particular message, it is shortened.
25666 However, if you use the token
25668 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
25671 anywhere in the value, no end of line or blank line is appended, and no
25672 shortening is done.
25673 The _NEWLINE_ token may be used to get rid of the blank line following
25674 the text, to add more blank lines, or to form a multi-line
25675 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25676 To clarify how _NEWLINE_ works recall that the default value is:
25678 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25681 That is equivalent to
25683 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
25686 In the former case, two newlines are added automatically because
25687 no _NEWLINE_ token appears in the value of the option (for backwards
25688 compatibility). In the latter case, the newlines are explicit.
25689 If you want to remove the blank line that follows the
25690 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
25691 _NEWLINE_ token like
25693 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
25696 Because of the backwards compatibility problem, it is not possible to
25697 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
25698 and that will cause the automatic adding of two newlines!
25699 If you want, you may embed newlines in the middle of the text, as well,
25700 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25703 By default, no attempt is made to localize the date.
25704 If you prefer a localized form you may find that one of the tokens
25705 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
25706 If you want more control one of the many other date tokens, such as _DATEISO_,
25707 might be better.
25710 For the adventurous, there is a way to conditionally include text based
25711 on whether or not a token would result in specific replacement text.
25712 For example, you could include some text based on whether or not
25713 the _NEWS_ token would result in any newsgroups if it was used.
25714 It's explained in detail
25715 <A HREF="h_reply_token_conditionals">here</A>.
25718 In the very unlikely event that you want to include a literal token
25719 in the introduction line you must precede it with a backslash character.
25720 For example,
25722 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
25724 would produce something like
25726 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
25728 It is not possible to have a literal backslash followed by an expanded token.
25730 <UL>   
25731 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25732 </UL><P>
25733 &lt;End of help on this topic&gt;
25734 </BODY>
25735 </HTML>
25736 ====== h_config_remote_abook_history =====
25737 <HTML>
25738 <HEAD>
25739 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
25740 </HEAD>
25741 <BODY>
25742 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
25744 Sets how many extra copies of
25745 remote address book
25746 data will be kept in each remote address book folder.
25747 The default is three.
25748 These extra copies are simply old versions of the data. Each time a change
25749 is made a new copy of the address book data is appended to the folder. Old
25750 copies are trimmed, if possible, when Alpine exits.
25751 An old copy can be put back into use by
25752 deleting and expunging newer versions of the data from the folder.
25753 Don't delete the first message from the folder. It is a special header
25754 message for the remote address book and it must be there.
25755 This is to prevent regular folders from being used as remote address book
25756 folders and having their data destroyed.
25758 This option is also used to determine how many extra copies of remote
25759 Alpine configuration files are kept.
25761 <UL>   
25762 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25763 </UL><P>
25764 &lt;End of help on this topic&gt;
25765 </BODY>
25766 </HTML>
25767 ====== h_config_remote_abook_validity =====
25768 <HTML>
25769 <HEAD>
25770 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
25771 </HEAD>
25772 <BODY>
25773 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
25775 Sets the minimum number of minutes that a
25776 remote address book will be considered up to date.
25777 Whenever an entry contained in a remote address book is used,
25778 if more than this many minutes have
25779 passed since the last check the remote server will be queried to see if the
25780 address book has changed.
25781 If it has changed, the local copy is updated.
25782 The default value is five minutes.
25783 The special value of -1 means never check.
25784 The special value of zero means only check when the address book is first
25785 opened.
25787 No matter what the value, the validity check is always done when the
25788 address book is about to be changed by the user.
25789 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
25790 while in the address book maintenance screen for the remote address book.
25792 <UL>   
25793 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25794 </UL><P>
25795 &lt;End of help on this topic&gt;
25796 </BODY>
25797 </HTML>
25798 ====== h_config_user_input_timeo =====
25799 <HTML>
25800 <HEAD>
25801 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
25802 </HEAD>
25803 <BODY>
25804 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
25806 If this is set to an integer greater than zero, then this is the number
25807 of <EM>hours</EM> to wait for user input before Alpine times out.
25808 If Alpine is
25809 in the midst of composing a message or is waiting for user response to
25810 a question, then it will not timeout.
25811 However, if Alpine is sitting idle waiting for
25812 the user to tell it what to do next and the user does not give any
25813 input for this many hours, Alpine will exit.
25814 No expunging or moving of read
25815 messages will take place.
25816 It will exit similarly to the way it would exit
25817 if it received a hangup signal.
25818 This may be useful for cleaning up unused Alpine sessions that have been
25819 forgotten by their owners.
25820 The Alpine developers envision system administrators
25821 setting this to a value of several hours (24?) so that it won't surprise
25822 a user who didn't want to be disconnected.
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_ssh_open_timeo =====
25831 <HTML>
25832 <HEAD>
25833 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
25834 </HEAD>
25835 <BODY>
25836 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
25838 Sets the time in seconds that Alpine will
25839 attempt to open a UNIX secure shell connection.
25840 The default is 15, the minimum non-zero value is 5,
25841 and the maximum is unlimited. If this is set to zero ssh connections
25842 will be completely disabled.
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_rsh_open_timeo =====
25851 <HTML>
25852 <HEAD>
25853 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
25854 </HEAD>
25855 <BODY>
25856 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
25858 Sets the time in seconds that Alpine will
25859 attempt to open a UNIX remote shell connection.
25860 The default is 15, the minimum non-zero value is 5,
25861 and the maximum is unlimited. If this is set to zero rsh connections
25862 will be completely disabled.
25863 This might be useful if rsh connections will never work in your environment
25864 but are causing delays due to firewalls or some other reason.
25866 <UL>   
25867 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25868 </UL><P>
25869 &lt;End of help on this topic&gt;
25870 </BODY>
25871 </HTML>
25872 ====== h_config_tcp_open_timeo =====
25873 <HTML>
25874 <HEAD>
25875 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
25876 </HEAD>
25877 <BODY>
25878 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
25880 Sets the time in seconds that Alpine will
25881 attempt to open a network connection. The default is 30, the minimum is 5,
25882 and the maximum is system defined (typically 75). If a connection has not
25883 completed within this many seconds Alpine will give up and consider it a
25884 failed connection.
25886 <UL>   
25887 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25888 </UL><P>
25889 &lt;End of help on this topic&gt;
25890 </BODY>
25891 </HTML>
25892 ====== h_config_tcp_readwarn_timeo =====
25893 <HTML>
25894 <HEAD>
25895 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
25896 </HEAD>
25897 <BODY>
25898 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
25900 Sets the time in seconds that Alpine will
25901 wait for a network read before warning you that things are moving slowly
25902 and possibly giving you the option to break the connection.
25903 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
25904 1000 seconds.
25906 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
25908 <UL>   
25909 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25910 </UL><P>
25911 &lt;End of help on this topic&gt;
25912 </BODY>
25913 </HTML>
25914 ====== h_config_tcp_writewarn_timeo =====
25915 <HTML>
25916 <HEAD>
25917 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
25918 </HEAD>
25919 <BODY>
25920 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
25922 Sets the time in seconds that Alpine will
25923 wait for a network write before warning you that things are moving slowly
25924 and possibly giving you the option to break the connection.
25925 The default is 0 which means it is unset. If set to a non-zero value, the
25926 minimum is 5 and the maximum is 1000.
25928 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
25930 <UL>   
25931 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25932 </UL><P>
25933 &lt;End of help on this topic&gt;
25934 </BODY>
25935 </HTML>
25936 ====== h_config_tcp_query_timeo =====
25937 <HTML>
25938 <HEAD>
25939 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
25940 </HEAD>
25941 <BODY>
25942 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
25944 When Alpine times out a network read or write it will normally just display
25945 a message saying &quot;Still waiting&quot;.
25946 However, if enough time has elapsed since it started waiting it will offer
25947 to let you break the connection.
25948 That amount of time is set by this option, which defaults to 60 seconds,
25949 has a minimum of 5 seconds, and a maximum of 1000 seconds.
25951 <UL>   
25952 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25953 </UL><P>
25954 &lt;End of help on this topic&gt;
25955 </BODY>
25956 </HTML>
25957 ====== h_config_quit_query_timeo =====
25958 <HTML>
25959 <HEAD>
25960 <TITLE>OPTION: <!--#echo var="VAR_close-connection-timeout"--></TITLE>
25961 </HEAD>
25962 <BODY>
25963 <H1>OPTION: <!--#echo var="VAR_close-connection-timeout"--></H1>
25965 The original purpose of this option was to close a connection after this
25966 much time has elapsed without response from the server. The problem this
25967 generates is that a server might not reply on time due to a slow operation
25968 (for example, sorting a large folder, or filtering messages, etc.) In those
25969 situations it is desirable to wait for the server, even when this takes
25970 a long time.
25973 In order to have a good compromise so that a user can distinguish between
25974 when a connection is closed, therefore
25975 we do not need to wait for it, and the operation that the user is waiting
25976 for takes a long time, this option only applies to the
25977 &quot;NOOP&quot; IMAP command. So, if a NOOP command has been issued,
25978 and the connection does not return after the number of seconds configured
25979 here, which must be at least the amount configured in the option
25980 <a href="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></a>,
25981 then Alpine will close the connection.
25984 Closing connections that have connectivity problems is a good idea. In an ideal
25985 world, one would like all connections to be fast and reliable, so the amount
25986 of time and effort put into parsing a folder to report its state when it is
25987 opened is not wasted, so keeping connections alive is good, but the problem
25988 with this is that waiting for a user to reply to a &quot;keep connection
25989 alive?&quot; question can take a long time, and that might affect other
25990 connections that could be closed because Alpine is not pinging them while it
25991 is waiting for a reply from a user for a different connection. Therefore
25992 setting this value helps to keep other connections alive, in case
25993 you have several incoming folders in other servers.
25996 The default value for this option is 0, which means that no connections will
25997 be closed automatically, so if you want connections to be closed automatically
25998 you must set this option to a positive number bigger or equal than the
25999 value of the option <!--#echo var="VAR_tcp-query-timeout"-->.
26001 <UL>
26002 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26003 </UL><P>
26004 &lt;End of help on this topic&gt;
26005 </BODY>
26006 </HTML>
26007 ====== h_config_incoming_folders =====
26008 <HTML>
26009 <HEAD>
26010 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
26011 </HEAD>
26012 <BODY>
26013 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
26015 This is a list of one or more folders other than <EM>INBOX</EM> that
26016 may receive new messages.
26017 It is related to the
26018 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
26019 feature.
26020 This variable is normally manipulated with the Add, Delete, and Rename
26021 commands in the FOLDER LIST for the Incoming Message Folders collection.
26023 <UL>   
26024 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26025 </UL><P>
26026 &lt;End of help on this topic&gt;
26027 </BODY>
26028 </HTML>
26029 ====== h_config_folder_spec =====
26030 <HTML>
26031 <HEAD>
26032 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
26033 </HEAD>
26034 <BODY>
26035 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
26037 This is a list of one or more collections where saved mail is stored. 
26038 The first collection in this list is the default
26039 collection for <EM>Save</EM>s,
26040 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
26042 This variable is normally manipulated using the Setup/collectionList screen.
26044 <UL>   
26045 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26046 </UL><P>
26047 &lt;End of help on this topic&gt;
26048 </BODY>
26049 </HTML>
26050 ====== h_config_news_spec =====
26051 <HTML>
26052 <HEAD>
26053 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
26054 </HEAD>
26055 <BODY>
26056 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
26058 This is a list of collections where news folders are located.
26060 This variable is normally manipulated using the Setup/collectionList screen.
26062 <UL>   
26063 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26064 </UL><P>
26065 &lt;End of help on this topic&gt;
26066 </BODY>
26067 </HTML>
26068 ====== h_config_address_book =====
26069 <HTML>
26070 <HEAD>
26071 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
26072 </HEAD>
26073 <BODY>
26074 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
26076 A list of personal address books.
26077 Each entry in the list is an
26078 optional nickname followed by a pathname or file name relative to the home
26079 directory.
26080 The nickname is separated from the rest of the line with whitespace.
26081 Instead of a local pathname or file name, a remote folder name can be given.
26082 This causes the address book to
26083 be a Remote address book.
26085 Use the Setup/AddressBook screen to modify this variable.
26087 <UL>   
26088 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26089 </UL><P>
26090 &lt;End of help on this topic&gt;
26091 </BODY>
26092 </HTML>
26093 ====== h_config_glob_addrbook =====
26094 <HTML>
26095 <HEAD>
26096 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
26097 </HEAD>
26098 <BODY>
26099 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
26101 A list of shared address books.  Each entry in the list is an
26102 optional nickname followed by a pathname or file name relative to the home
26103 directory.
26104 A SPACE character separates the nickname from the rest of the line.
26105 Instead of a local pathname or file name, a remote folder name can be given.
26106 This causes the address book to
26107 be a Remote address book.
26108 Global address books are
26109 defined to be ReadOnly.
26111 Use the Setup/AddressBook screen to modify this variable.
26113 <UL>   
26114 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26115 </UL><P>
26116 &lt;End of help on this topic&gt;
26117 </BODY>
26118 </HTML>
26119 ====== h_config_last_vers =====
26120 <HTML>
26121 <HEAD>
26122 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
26123 </HEAD>
26124 <BODY>
26125 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
26127 This is set automatically by Alpine. 
26128 It is used to keep track of the last version of Alpine that
26129 was run by the user.
26130 Whenever the version number increases, a new version message is printed out.
26131 This may not be set in the system-wide configuration files.
26133 <UL>   
26134 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26135 </UL><P>
26136 &lt;End of help on this topic&gt;
26137 </BODY>
26138 </HTML>
26139 ====== h_config_printer =====
26140 <HTML>
26141 <HEAD>
26142 <TITLE>OPTION: Printer</TITLE>
26143 </HEAD>
26144 <BODY>
26145 <H1>OPTION: Printer</H1>
26147 Your default printer selection.
26149 Use the Setup/Printer screen to modify this variable.
26151 <UL>   
26152 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26153 </UL><P>
26154 &lt;End of help on this topic&gt;
26155 </BODY>
26156 </HTML>
26157 ====== h_config_print_cat =====
26158 <HTML>
26159 <HEAD>
26160 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
26161 </HEAD>
26162 <BODY>
26163 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
26165 This is an internal Alpine variable.
26166 It will be equal to 1, 2, or 3 depending on whether the default printer is
26167 attached, standard, or a personal print command.
26169 Use the Setup/Printer screen to modify this variable.
26171 <UL>   
26172 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26173 </UL><P>
26174 &lt;End of help on this topic&gt;
26175 </BODY>
26176 </HTML>
26177 ====== h_config_print_command =====
26178 <HTML>
26179 <HEAD>
26180 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
26181 </HEAD>
26182 <BODY>
26183 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
26185 List of personal print commands.
26187 Use the Setup/Printer screen to modify this variable.
26189 <UL>   
26190 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26191 </UL><P>
26192 &lt;End of help on this topic&gt;
26193 </BODY>
26194 </HTML>
26195 ====== h_config_pat_old =====
26196 <HTML>
26197 <HEAD>
26198 <TITLE>OPTION: Patterns</TITLE>
26199 </HEAD>
26200 <BODY>
26201 <H1>OPTION: Patterns</H1>
26203 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
26204 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
26205 and Patterns-Other.
26206 Patterns-Scores and Patterns-Filters have been replaced since then by
26207 Patterns-Scores2 and Patterns-Filters2.
26209 Use the Setup/Rules screens to modify these variable.
26211 <UL>   
26212 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26213 </UL><P>
26214 &lt;End of help on this topic&gt;
26215 </BODY>
26216 </HTML>
26217 ====== h_config_pat_roles =====
26218 <HTML>
26219 <HEAD>
26220 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
26221 </HEAD>
26222 <BODY>
26223 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
26225 List of rules used for roles.
26226 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
26227 other options.
26229 Use the Setup/Rules/Roles screen to modify this variable.
26231 <UL>   
26232 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26233 </UL><P>
26234 &lt;End of help on this topic&gt;
26235 </BODY>
26236 </HTML>
26237 ====== h_config_pat_filts =====
26238 <HTML>
26239 <HEAD>
26240 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
26241 </HEAD>
26242 <BODY>
26243 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
26245 List of rules used for filters.
26247 Use the Setup/Rules/Filters screen to modify this variable.
26249 <UL>   
26250 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26251 </UL><P>
26252 &lt;End of help on this topic&gt;
26253 </BODY>
26254 </HTML>
26255 ====== h_config_pat_scores =====
26256 <HTML>
26257 <HEAD>
26258 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
26259 </HEAD>
26260 <BODY>
26261 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
26263 List of rules used for scoring.
26265 Use the Setup/Rules/SetScores screen to modify this variable.
26267 <UL>   
26268 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26269 </UL><P>
26270 &lt;End of help on this topic&gt;
26271 </BODY>
26272 </HTML>
26273 ====== h_config_pat_other =====
26274 <HTML>
26275 <HEAD>
26276 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
26277 </HEAD>
26278 <BODY>
26279 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
26281 List of rules used for miscellaneous configuration.
26283 Use the Setup/Rules/Other screen to modify this variable.
26285 <UL>   
26286 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26287 </UL><P>
26288 &lt;End of help on this topic&gt;
26289 </BODY>
26290 </HTML>
26291 ====== h_config_pat_incols =====
26292 <HTML>
26293 <HEAD>
26294 <TITLE>OPTION: patterns-indexcolors</TITLE>
26295 </HEAD>
26296 <BODY>
26297 <H1>OPTION: patterns-indexcolors</H1>
26299 List of rules used for coloring lines in the index.
26301 Use the Setup/Rules/Indexcolor screen to modify this variable.
26303 <UL>   
26304 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26305 </UL><P>
26306 &lt;End of help on this topic&gt;
26307 </BODY>
26308 </HTML>
26309 ====== h_config_pat_srch =====
26310 <HTML>
26311 <HEAD>
26312 <TITLE>OPTION: patterns-search</TITLE>
26313 </HEAD>
26314 <BODY>
26315 <H1>OPTION: patterns-search</H1>
26317 List of rules used only for searching with the Select command in the MESSAGE INDEX.
26319 Use the Setup/Rules/searCh screen to modify this variable.
26321 <UL>   
26322 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26323 </UL><P>
26324 &lt;End of help on this topic&gt;
26325 </BODY>
26326 </HTML>
26327 ====== h_config_font_name =====
26328 <HTML>
26329 <HEAD>
26330 <TITLE>OPTION: Font Name</TITLE>
26331 </HEAD>
26332 <BODY>
26333 <H1>OPTION: Font Name</H1>
26335 PC-Alpine only.
26337 Name of normal font.
26339 Use the pulldown Config menu to modify this variable.
26341 <UL>   
26342 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26343 </UL><P>
26344 &lt;End of help on this topic&gt;
26345 </BODY>
26346 </HTML>
26347 ====== h_config_font_size =====
26348 <HTML>
26349 <HEAD>
26350 <TITLE>OPTION: Font Size</TITLE>
26351 </HEAD>
26352 <BODY>
26353 <H1>OPTION: Font Size</H1>
26355 PC-Alpine only.
26357 Size of normal font.
26359 Use the pulldown Config menu to modify this variable.
26361 <UL>   
26362 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26363 </UL><P>
26364 &lt;End of help on this topic&gt;
26365 </BODY>
26366 </HTML>
26367 ====== h_config_font_style =====
26368 <HTML>
26369 <HEAD>
26370 <TITLE>OPTION: Font Style</TITLE>
26371 </HEAD>
26372 <BODY>
26373 <H1>OPTION: Font Style</H1>
26375 PC-Alpine only.
26377 Style of normal font.
26379 Use the pulldown Config menu to modify this variable.
26381 <UL>   
26382 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26383 </UL><P>
26384 &lt;End of help on this topic&gt;
26385 </BODY>
26386 </HTML>
26387 ====== h_config_font_char_set =====
26388 <HTML>
26389 <HEAD>
26390 <TITLE>OPTION: Font Character Set</TITLE>
26391 </HEAD>
26392 <BODY>
26393 <H1>OPTION: Font Character Set</H1>
26395 PC-Alpine only.
26397 Character set of normal font.
26399 Use the pulldown Config menu to modify this variable.
26401 <UL>   
26402 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26403 </UL><P>
26404 &lt;End of help on this topic&gt;
26405 </BODY>
26406 </HTML>
26407 ====== h_config_print_font_name =====
26408 <HTML>
26409 <HEAD>
26410 <TITLE>OPTION: Print-Font-Name</TITLE>
26411 </HEAD>
26412 <BODY>
26413 <H1>OPTION: Print-Font-Name</H1>
26415 PC-Alpine only.
26417 Name of printer font.
26419 Use the pulldown Config menu to modify this variable.
26421 <UL>   
26422 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26423 </UL><P>
26424 &lt;End of help on this topic&gt;
26425 </BODY>
26426 </HTML>
26427 ====== h_config_print_font_size =====
26428 <HTML>
26429 <HEAD>
26430 <TITLE>OPTION: Print-Font-Size</TITLE>
26431 </HEAD>
26432 <BODY>
26433 <H1>OPTION: Print-Font-Size</H1>
26435 PC-Alpine only.
26437 Size of printer font.
26439 Use the pulldown Config menu to modify this variable.
26441 <UL>   
26442 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26443 </UL><P>
26444 &lt;End of help on this topic&gt;
26445 </BODY>
26446 </HTML>
26447 ====== h_config_print_font_style =====
26448 <HTML>
26449 <HEAD>
26450 <TITLE>OPTION: Print-Font-Style</TITLE>
26451 </HEAD>
26452 <BODY>
26453 <H1>OPTION: Print-Font-Style</H1>
26455 PC-Alpine only.
26457 Style of printer font.
26459 Use the pulldown Config menu to modify this variable.
26461 <UL>   
26462 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26463 </UL><P>
26464 &lt;End of help on this topic&gt;
26465 </BODY>
26466 </HTML>
26467 ====== h_config_print_font_char_set =====
26468 <HTML>
26469 <HEAD>
26470 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
26471 </HEAD>
26472 <BODY>
26473 <H1>OPTION: Print-Font-Char-Set</H1>
26475 PC-Alpine only.
26477 Character set of printer font.
26479 Use the pulldown Config menu to modify this variable.
26481 <UL>   
26482 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26483 </UL><P>
26484 &lt;End of help on this topic&gt;
26485 </BODY>
26486 </HTML>
26487 ====== h_config_window_position =====
26488 <HTML>
26489 <HEAD>
26490 <TITLE>OPTION: Window-Position</TITLE>
26491 </HEAD>
26492 <BODY>
26493 <H1>OPTION: Window-Position</H1>
26495 PC-Alpine only.
26497 Position on the screen of the Alpine window.
26499 Alpine normally maintains this variable itself, and it is set automatically. 
26500 This variable is provided to those who wish to use the same window position 
26501 across different machines from the same configuration.
26502 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
26503 must also be set for this setting to be used.
26505 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
26506 C is the number of columns, R is the number of rows, and X and Y specify the
26507 top left corner of the window.
26509 <UL>   
26510 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26511 </UL><P>
26512 &lt;End of help on this topic&gt;
26513 </BODY>
26514 </HTML>
26515 ====== h_config_cursor_style =====
26516 <HTML>
26517 <HEAD>
26518 <TITLE>OPTION: Cursor Style</TITLE>
26519 </HEAD>
26520 <BODY>
26521 <H1>OPTION: Cursor Style</H1>
26523 PC-Alpine only.
26525 Cursor style.
26527 Use the pulldown Config menu to modify this variable.
26529 <UL>   
26530 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26531 </UL><P>
26532 &lt;End of help on this topic&gt;
26533 </BODY>
26534 </HTML>
26535 ====== h_config_ldap_servers =====
26536 <HTML>
26537 <HEAD>
26538 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
26539 </HEAD>
26540 <BODY>
26541 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
26543 List of LDAP servers and associated data.
26545 Use the Setup/Directory screen to modify this variable.
26547 <UL>   
26548 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26549 </UL><P>
26550 &lt;End of help on this topic&gt;
26551 </BODY>
26552 </HTML>
26553 ====== h_config_sendmail_path =====
26554 <HTML>
26555 <HEAD>
26556 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
26557 </HEAD>
26558 <BODY>
26559 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
26561 This names the path to an
26562 alternative program, and any necessary arguments, to be used in posting
26563 mail messages. See the Technical notes for more information.
26565 <UL>   
26566 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26567 </UL><P>
26568 &lt;End of help on this topic&gt;
26569 </BODY>
26570 </HTML>
26571 ====== h_config_oper_dir =====
26572 <HTML>
26573 <HEAD>
26574 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
26575 </HEAD>
26576 <BODY>
26577 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
26579 This names the root of the
26580 tree to which you are restricted when reading and writing folders and
26581 files. It is usually used in the system-wide,
26582 <EM>fixed</EM> configuration file.
26584 <UL>   
26585 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26586 </UL><P>
26587 &lt;End of help on this topic&gt;
26588 </BODY>
26589 </HTML>
26590 ====== h_config_rshpath =====
26591 <HTML>
26592 <HEAD>
26593 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
26594 </HEAD>
26595 <BODY>
26596 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
26598 Sets the name of the command used to open a UNIX remote shell
26599 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
26601 <UL>   
26602 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26603 </UL><P>
26604 &lt;End of help on this topic&gt;
26605 </BODY>
26606 </HTML>
26607 ====== h_config_rshcmd =====
26608 <HTML>
26609 <HEAD>
26610 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
26611 </HEAD>
26612 <BODY>
26613 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
26615 Sets the format of the command used to
26616 open a UNIX remote shell connection. The default is
26617 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26618 provided command. The first is for the command's pathname, the second is
26619 for the host to connect to, the third is for the user to connect as, and
26620 the fourth is for the connection method (typically <CODE>imap</CODE>).
26622 <UL>   
26623 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26624 </UL><P>
26625 &lt;End of help on this topic&gt;
26626 </BODY>
26627 </HTML>
26628 ====== h_config_sshpath =====
26629 <HTML>
26630 <HEAD>
26631 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
26632 </HEAD>
26633 <BODY>
26634 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
26636 Sets the name of the command used to open a UNIX secure shell
26637 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
26639 <UL>   
26640 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26641 </UL><P>
26642 &lt;End of help on this topic&gt;
26643 </BODY>
26644 </HTML>
26645 ====== h_config_sshcmd =====
26646 <HTML>
26647 <HEAD>
26648 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
26649 </HEAD>
26650 <BODY>
26651 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
26653 Sets the format of the command used to
26654 open a UNIX secure shell connection. The default is
26655 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26656 provided command. The first is for the command's pathname, the second is
26657 for the host to connect to, the third is for the user to connect as, and
26658 the fourth is for the connection method (typically <CODE>imap</CODE>).
26660 <UL>   
26661 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26662 </UL><P>
26663 &lt;End of help on this topic&gt;
26664 </BODY>
26665 </HTML>
26666 ====== h_config_new_ver_quell =====
26667 <HTML>
26668 <HEAD>
26669 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
26670 </HEAD>
26671 <BODY>
26672 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
26674 When a new version of Alpine is run for the first time it offers a
26675 special explanatory screen to the user upon startup.  This option
26676 helps control when and if that special screen appears for users that
26677 have previously run Alpine.  It takes as its value an Alpine version
26678 number.  Alpine versions less than the specified value will suppress this
26679 special screen while versions equal to or greater than that specified
26680 will behave normally.
26682 <UL>   
26683 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26684 </UL><P>
26685 &lt;End of help on this topic&gt;
26686 </BODY>
26687 </HTML>
26688 ====== h_config_disable_drivers =====
26689 <HTML>
26690 <HEAD>
26691 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
26692 </HEAD>
26693 <BODY>
26694 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
26696 This variable is a list of mail drivers that will be disabled.
26697 The candidates for disabling are listed below.
26698 There may be more in the future if you compile Alpine with
26699 a newer version of the c-client library.
26702 <UL>
26703 <LI> mbox
26704 <LI> mbx
26705 <LI> mh
26706 <LI> mmdf
26707 <LI> mtx
26708 <LI> mx
26709 <LI> news
26710 <LI> phile
26711 <LI> tenex
26712 <LI> unix
26713 </UL>
26716 The <EM>mbox</EM> driver enables the following behavior: if there is a
26717 file called <CODE>mbox</CODE>
26718 in your home directory, and if that file is either empty or in Unix mailbox
26719 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
26720 will automatically transfer mail from the system mail spool directory into the
26721 <CODE>mbox</CODE> file and
26722 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
26723 this will not happen.
26726 It is not recommended to disable the driver that supports the system default
26727 mailbox format. On most non-SCO systems, that driver is the
26728 <EM>unix</EM> driver.
26729 On most SCO systems, it is the <EM>mmdf</EM> driver.
26730 The system default driver may be
26731 configured to something else on your system; check with your system manager
26732 for additional information.
26735 It is most likely not very useful for you to disable any of the drivers other
26736 than possibly <EM>mbox</EM>.
26737 You could disable some of the others if you know for
26738 certain that you don't need them but the performance gain in doing so
26739 is very modest.
26741 <UL>   
26742 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26743 </UL><P>
26744 &lt;End of help on this topic&gt;
26745 </BODY>
26746 </HTML>
26747 ====== h_config_disable_auths =====
26748 <HTML>
26749 <HEAD>
26750 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
26751 </HEAD>
26752 <BODY>
26753 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
26755 This variable is a list of SASL (Simple Authentication and Security
26756 Layer) authenticators that will be disabled.
26757 SASL is a mechanism for
26758 authenticating to IMAP, POP3, SMTP, and other network servers.
26761 Alpine matches its list of supported authenticators with the server to
26762 determine the most secure authenticator that is supported by both.
26763 If no matching authenticators are found, Alpine will revert to plaintext
26764 login (or, in the case of SMTP, will be unable to authenticate at all).
26766 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
26769 Normally, you will not disable any authenticators.
26770 There are two exceptions:
26772 <OL>
26773 <LI> You use a broken server that advertises an authenticator,
26774 but does not actually implement it.
26775 <LI> You have a Kerberos-capable version of Alpine and the server is
26776 also Kerberos-capable, but you can not obtain Kerberos
26777 credentials on the server machine, thus you desire to disable
26778 GSSAPI (which in turn disables Alpine's Kerberos support).
26779 </OL>
26781 It is never necessary to disable authenticators, since Alpine will try
26782 other authenticators before giving up.
26783 However, disabling the relevant authenticator avoids annoying error messages.
26785 <UL>   
26786 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26787 </UL><P>
26788 &lt;End of help on this topic&gt;
26789 </BODY>
26790 </HTML>
26791 ====== h_config_encryption_range =====
26792 <HTML>
26793 <HEAD>
26794 <TITLE>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></TITLE>
26795 </HEAD>
26796 <BODY>
26797 <H1>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></H1>
26799 This option sets a range of encryption protocols that can be attempted when
26800 Alpine will try to establish a secure connection using the SSL or TLS
26801 protocols.
26804 Before a secure connection to an external server is established, Alpine and the
26805 server will attempt to negotiate a secure connection. This part is known as the
26806 &quot;ClientHello&quot;. At that time Alpine will announce the version of
26807 encryption that it would like to establish. The server can reject that, and announce
26808 a different version of encryption. Once both the server and Alpine have found
26809 a version of encryption that they both agree on, they will both use it to start
26810 a secure connection.
26813 The use of the /ssl parameter in the definition of the server will make Alpine
26814 attempt the highest encryption protocol that it can use, in agreement with the
26815 server. However, using this option, you will set limits to the versions of
26816 the protocols that are used. This would, for example, allow you to disable the use
26817 of ssl3, in favor of more modern protocols. 
26820 For purposes of this option, the protocols are sorted 
26821 as follows
26824 <CENTER>
26825 no_min < ssl3 < tls1 < tls1_1 < tls1_2 < tls1_3 < no_max
26826 </CENTER>
26829 For example, if you want to disable ssl3, all you have to do is to set the minimum 
26830 version to tls1, or any higher protocol. 
26832 <P>The name of the parameters used to configure this option is the same as the 
26833 parameters that are added to the definition of a server to make it a secure 
26834 connection, and they are listed above for your reference.
26837 The special values &quot;no_min&quot; and &quot;no_max&quot; do not set values
26838 for the minimum and maximum protocol versions, and Alpine will use the maximum
26839 and minimum values of encryption protocols built into your SSL library.
26842 <UL>   
26843 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26844 </UL><P>
26845 &lt;End of help on this topic&gt;
26846 </BODY>
26847 </HTML>
26848 ====== h_config_abook_metafile =====
26849 <HTML>
26850 <HEAD>
26851 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
26852 </HEAD>
26853 <BODY>
26854 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
26856 This is usually set by Alpine and is the name of a file
26857 that contains data about
26858 remote address books and remote configuration files.
26860 <UL>   
26861 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26862 </UL><P>
26863 &lt;End of help on this topic&gt;
26864 </BODY>
26865 </HTML>
26866 ====== h_config_composer_wrap_column =====
26867 <HTML>
26868 <HEAD>
26869 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
26870 </HEAD>
26871 <BODY>
26872 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
26875 This option specifies an aspect of Alpine's Composer.  This gives the
26876 maximum width that auto-wrapped lines will have.  It's also the maximum
26877 width of lines justified using the <A HREF="h_compose_justify">^J
26878 Justify</A> command.  The normal default
26879 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
26880 in order to
26881 prevent very long lines from being sent in outgoing mail.  When the mail
26882 is actually sent, trailing spaces will be stripped off of each line.
26885 <UL>   
26886 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26887 </UL><P>
26888 &lt;End of help on this topic&gt;
26889 </BODY>
26890 </HTML>
26891 ====== h_config_deadlets =====
26892 <HTML>
26893 <HEAD>
26894 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
26895 </HEAD>
26896 <BODY>
26897 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
26900 This option affects Alpine's behavior when you cancel a message being
26901 composed.  Alpine's usual behavior is to write the canceled message to
26902 a file named 
26903 <!--chtml if pinemode="os_windows"-->
26904 &quot;DEADLETR&quot;,
26905 <!--chtml else-->
26906 &quot;dead.letter&quot; in your home directory,
26907 <!--chtml endif-->
26908 overwriting any previous message.
26910 If you set this option to a value higher than one, then that many copies
26911 of dead letter files will be saved.
26912 For example, if you set this option to &quot;3&quot; then you may have
26913 files named
26914 <!--chtml if pinemode="os_windows"-->
26915 &quot;DEADLETR&quot;,
26916 &quot;DEADLETR2&quot;, and
26917 &quot;DEADLETR3&quot;.
26918 <!--chtml else-->
26919 &quot;dead.letter&quot;,
26920 &quot;dead.letter2&quot;, and
26921 &quot;dead.letter3&quot; in your home directory.
26922 <!--chtml endif-->
26923 In this example, the most recently cancelled message will be in
26924 <!--chtml if pinemode="os_windows"-->
26925 &quot;DEADLETR&quot;,
26926 <!--chtml else-->
26927 &quot;dead.letter&quot;,
26928 <!--chtml endif-->
26929 and the third most recently cancelled message will be in
26930 <!--chtml if pinemode="os_windows"-->
26931 &quot;DEADLETR3&quot;.
26932 <!--chtml else-->
26933 &quot;dead.letter3&quot;.
26934 <!--chtml endif-->
26935 The fourth most recently cancelled message will no longer be saved.
26938 If you set this option to zero, then NO record of canceled messages is
26939 maintained.
26941 If the feature
26942 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
26943 is set, that overrides whatever you set for this option.
26944 If this option had existed at the time, then the Quell feature would not
26945 have been added, but it is still there for backwards compatibility.
26946 So, in order for this option to have the desired effect, make sure the
26947 Quell feature is turned off.
26950 <UL>   
26951 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26952 </UL><P>
26953 &lt;End of help on this topic&gt;
26954 </BODY>
26955 </HTML>
26956 ====== h_config_maxremstream =====
26957 <HTML>
26958 <HEAD>
26959 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
26960 </HEAD>
26961 <BODY>
26962 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
26964 This option affects low-level behavior of Alpine.
26965 The default value for this option is <EM>3</EM>.
26966 If your INBOX is accessed using the IMAP protocol
26967 from an IMAP server, that connection is kept open throughout the
26968 duration of your Alpine session, independent of the value of this option.
26969 The same is true of any 
26970 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
26971 you have defined.
26972 This option controls Alpine's behavior when connecting to remote IMAP folders
26973 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
26974 It specifies the maximum number of remote IMAP connections (other than
26975 those mentioned above) that Alpine will use for accessing the rest of your
26976 folders.
26977 If you set this option to zero, you will turn off most remote connection
26978 re-use.
26979 It's difficult to understand exactly what this option does, and it is usually
26980 fine to leave it set to its default value.
26981 It is probably more likely that you will be interested in setting the
26982 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
26983 instead of changing the value of this option.
26984 A slightly longer explanation of what is going on with this option
26985 is given in the next paragraphs.
26988 There are some time costs involved in opening and closing remote IMAP 
26989 folders, the main costs being the time you have to wait for the connection
26990 to the server and the time for the folder to open.
26991 Opening a folder may involve not only the time the server takes to do its
26992 processing but time that Alpine uses to do filtering.
26993 These times can vary widely.
26994 They depend on how loaded the server is, how large
26995 the folder being opened is, and how you set up filtering, among other things.
26996 Once Alpine has opened a connection to a particular folder, it will attempt
26997 to keep that connection open in case you use it again.
26998 In order to do this,
26999 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
27000 this option) IMAP connections you have allotted for this purpose.
27002 For example, suppose the value of this option is set to &quot;2&quot;.
27003 If your INBOX is accessed on a remote server using the IMAP protocol, that
27004 doesn't count as one of the remote connections but it is always kept open.
27005 If you then open another IMAP folder, that would be your first
27006 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
27007 If you open a third folder the second will be left open, in case you
27008 return to it.
27009 You won't be able to tell it has been left open.
27010 It will appear to be closed when you leave the folder but the connection
27011 will remain in the background.
27012 Now suppose you go back to the second folder (the first folder after the
27013 INBOX).
27014 A connection to that folder is still open so you won't have to wait
27015 for the startup time to open it.
27016 Meanwhile, the connection to the third folder will be left behind.
27017 Now, if you open a fourth folder, you will bump into the
27018 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
27019 than INBOX and you have the option set to &quot;2&quot;.
27020 The connection that is being used for
27021 the third folder will be re-used for this new fourth folder.
27022 If you go back to the third folder after this, it is no longer already
27023 connected when you get there.
27024 You'll still save some time since Alpine will re-use the connection to the
27025 fourth folder and you have already logged in on that connection,
27026 but the folder will have to be re-opened from scratch.
27028 If a folder is large and the startup cost is dominated by the time it takes
27029 to open that folder or to run filters on it, then it will pay to make the
27030 value of this option large enough to keep it open.
27031 On the other hand, if you only revisit a handful of folders or if
27032 the folders are small, then it might
27033 make more sense to keep this number small so that the reconnect
27034 time (the time to start up a new connection and authenticate)
27035 is eliminated instead.
27037 You may also need to consider the impact on the server.
27038 On the surface, a larger number here may cause a larger impact on the
27039 server, since you will have more connections open to the server.
27040 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
27041 associated with reopening a folder, but the <EM>server</EM> will be
27042 avoiding those costs as well.
27044 When twenty five minutes pass without any active use of an IMAP connection
27045 being saved for possible re-use, that connection will be shut down,
27048 <UL>   
27049 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27050 </UL><P>
27051 &lt;End of help on this topic&gt;
27052 </BODY>
27053 </HTML>
27054 ====== h_config_permlocked =====
27055 <HTML>
27056 <HEAD>
27057 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
27058 </HEAD>
27059 <BODY>
27060 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
27062 This option affects low-level behavior of Alpine.
27063 There is no default value for this option.
27064 It is related to the options
27065 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
27066 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
27067 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
27070 Note: changes made to this list take effect the next time you open a
27071 folder in the list.
27074 This is a list of folders that will be permanently kept open once they
27075 are first opened.
27076 The names in this list may be either the nickname of an Incoming folder
27077 or the full technical specification of a folder.
27078 The folders in this list need not be remote IMAP folders, they could usefully
27079 be local folders, as well.
27080 If a folder in the list is a newsgroup or is not accessed either locally
27081 or via IMAP, then the entry will be ignored.
27082 For example, folders accessed via NNTP or POP3 will not be kept open, since
27083 the way that new mail is found with those protocols involves closing and
27084 reopening the connection.
27086 Once a Stay Open folder has been opened, new-mail checking will continue
27087 to happen on that folder for the rest of the Alpine session.
27088 Your INBOX is always implicitly included in this Stay-Open list and doesn't
27089 need to be added explicitly.
27091 Another difference that you may notice between a Stay Open folder and a
27092 non-Stay Open folder is which message is selected as the current message
27093 when you enter the folder index.
27094 Normally, the starting position for an incoming folder (which most Stay Open
27095 folders will likely be) is controlled by the
27096 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
27097 However, if a folder is a Stay Open folder, when you re-enter the folder
27098 after the first time the current message will be the same as it was when
27099 you left the folder.
27100 An exception is made if you use the TAB command to get to the folder.
27101 In that case, the message number will be incremented by one from what it
27102 was when you left the folder.
27104 The above special behavior is thought to be useful.
27105 However, it is special and different from what you might at first expect.
27106 The feature
27107 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
27108 may be used to turn off this special treatment.
27110 If the message that was current when you left the folder no longer exists,
27111 then the regular startup rule will be used instead.
27114 <UL>   
27115 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27116 </UL><P>
27117 &lt;End of help on this topic&gt;
27118 </BODY>
27119 </HTML>
27120 ====== h_config_viewer_overlap =====
27121 <html>
27122 <header>
27123 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
27124 </header>
27125 <body>
27126 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
27128 This option specifies an aspect of Alpine's Message Viewing screen.  When
27129 the space bar is used to page forward in a message, the number of lines
27130 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
27131 bottom of the screen.  That is, if this was set to two lines, then the
27132 bottom two lines of the screen would be repeated on the top of the next
27133 screen.  The normal default value is "2".<p>
27134 <UL>   
27135 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27136 </UL><P>
27137 &lt;End of help on this topic&gt;
27138 </body>
27139 </html>
27140 ====== h_config_scroll_margin =====
27141 <HTML>
27142 <HEAD>
27143 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
27144 </HEAD>
27145 <BODY>
27146 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
27148 This option controls when Alpine's line-by-line scrolling occurs.
27149 Typically, when a selected item is at the top or bottom screen edge
27150 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
27151 displayed items are scrolled down or up by a single line.
27154 This option allows you to tell Alpine the number of lines from the top and
27155 bottom screen edge that line-by-line paging should occur.  For example,
27156 setting this value to one (1) will cause Alpine to scroll the display
27157 vertically when you move to select an item on the display's top or
27158 bottom edge.
27161 By default, this variable is zero, indicating that scrolling happens
27162 when you move up or down to select an item immediately off the display's
27163 top or bottom edge.
27166 <UL>   
27167 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27168 </UL><P>
27169 &lt;End of help on this topic&gt;
27170 </BODY>
27171 </HTML>
27172 ====== h_config_wordseps =====
27173 <HTML>
27174 <HEAD>
27175 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
27176 </HEAD>
27177 <BODY>
27178 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
27180 This option affects how a &quot;word&quot; is defined in the composer.
27181 The definition of a word is used when using the Forward Word and Backward
27182 Word commands in the composer, as well as when using the spell checker.
27183 Whitespace is always considered a word separator.
27184 Punctuation (like question marks, periods, commas, and so on) is always
27185 a word separator if it comes at the end of a word.
27186 By default, a punctuation character that is in the middle of a word does
27187 not break up that word as long as the character before and the character
27188 after it are both alphanumeric.
27189 If you add a character to this option it will be considered a
27190 word separator even when it occurs in the middle of an alphanumeric word.
27191 For example, if you want to skip through each part of an address instead
27192 of skipping the whole address at once you might want to include &quot;@&quot;
27193 and &quot;.&quot; in this list.
27194 If you want the word-skipper to stop on each part of a UNIX filename you
27195 could add &quot;/&quot; to the list.
27196 The equal sign and dash are other possibilities you might find helpful.
27198 <UL>   
27199 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27200 </UL><P>
27201 &lt;End of help on this topic&gt;
27202 </BODY>
27203 </HTML>
27204 ====== h_config_reply_indent_string =====
27205 <HTML>
27206 <HEAD>
27207 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
27208 </HEAD>
27209 <BODY>
27210 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
27212 This option specifies an aspect of Alpine's Reply command.
27213 When a message is replied to and the text of the message is included, the
27214 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
27215 to each line indicating it is quoted text.
27216 (In case you haven't seen this before, &quot;string&quot; is a technical term
27217 that means chunk of text.)
27220 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
27221 in 1999 and its wide-spread adoption since then, you will usually be better off if you
27222 use one of the standard values,
27223 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
27226 This option specifies a different value for that string.
27227 If you wish to use a string that begins or ends with a space,
27228 enclose the string in double quotes.
27231 Besides simple text, the prepended string can be based
27232 on the message being replied to.
27233 The following tokens are substituted for the message's corresponding value:
27235 <DL>
27236 <DT>_FROM_</DT>
27237 <DD>This token gets replaced with the message sender's &quot;username&quot;.
27238 If the name is longer than six characters, only the first six characters are
27239 used.
27240 </DD>
27242 <DT>_NICK_</DT>
27243 <DD>This token gets replaced with the nickname of the message sender's
27244 address as found in your addressbook.
27245 If no addressbook entry is found,
27246 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
27247 If the nickname is longer than six characters, only the first six characters are
27248 used.
27249 </DD>
27251 <DT>_INIT_</DT>
27252 <DD>This token gets replaced with the initials of the sender of the message.
27253 </DD>
27255 </DL>
27257 NOTE: When the
27258 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
27259 feature is enabled, you are given the opportunity to edit the string, whether 
27260 it is the default or one automatically generated using the above tokens.
27262 If you change your <!--#echo var="VAR_reply-indent-string"-->
27263 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
27264 quoted text will not be flowed
27265 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
27266 when you reply.
27267 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
27268 set to the default value.
27270 <UL>   
27271 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27272 </UL><P>
27273 &lt;End of help on this topic&gt;
27274 </BODY>
27275 </HTML>
27276 ====== h_config_quote_replace_string =====
27277 <HTML>
27278 <HEAD>
27279 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
27280 </HEAD>
27281 <BODY>
27282 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
27284 This option specifies what string to use as a quote when <b>viewing</b> a
27285 message.  The standard way of quoting messages when replying is the string
27286 &quot;&gt;&nbsp;&quot; (quote space).
27287 With this variable set, viewing a message will
27288 replace occurrences of 
27289 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
27290 This setting works best when
27291 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
27292 or the equivalent setting in your correspondents' mail programs
27293 is set to the default
27294 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
27295 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
27297 By default, this setting will only work on messages that are flowed, which is
27298 the default way of sending messages for many mail clients including
27299 Alpine.  Enable the feature
27300 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
27301 to also have quote-replacement performed on non-flowed messages.
27304 Setting this option will replace  &quot;&gt;&quot; and 
27305 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
27306 spaces. To preserve those spaces enclose the full string in double quotes.
27308 No padding to separate the text of the message from the quote string is
27309 added. This means that if you do not add trailing spaces to the value of
27310 this variable, text will be displayed right next to the quote string,
27311 which may be undesirable. This can be avoided by adding a new string
27312 separated by a space from your selection of quote string replacement. This
27313 last string will be used for padding. For example, setting this variable to 
27314 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
27315 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
27316 a space from the last quote string to make it more readable.
27318 One possible setting for this variable could be
27319 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
27320 would have the effect of indenting each level of quoting four spaces and
27321 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
27322 more discernible by setting colors for quoted text.
27324 Replying to or forwarding the viewed message will preserve the original
27325 formatting of the message, so quote-replacement will not be performed on
27326 messages that are being composed.
27328 <UL>   
27329 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27330 </UL><P>
27331 &lt;End of help on this topic&gt;
27332 </BODY>
27333 </HTML>
27334 ====== h_config_empty_hdr_msg =====
27335 <HTML>
27336 <HEAD>
27337 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
27338 </HEAD>
27339 <BODY>
27340 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
27342 When sending, if both the To and Cc fields are empty and you
27343 are sending the message to a Bcc,
27344 Alpine will put a special address in the To line.  The default value is:
27347 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
27350 The reason for this is to avoid embarrassment caused by some Internet
27351 mail transfer software that interprets a &quot;missing&quot;
27352 <SAMP>To:</SAMP> header as an error and replaces it with an
27353 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
27354 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
27355 Bcc.  You may change the part of this message that comes before the
27356 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
27357 variable to something else.
27360 The normal default is &quot;undisclosed-recipients&quot;.
27363 <UL>   
27364 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27365 </UL><P>
27366 &lt;End of help on this topic&gt;
27367 </BODY>
27368 </HTML>
27369 ====== h_config_status_msg_delay =====
27370 <HTML>
27371 <HEAD>
27372 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
27373 </HEAD>
27374 <BODY>
27375 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
27377 This option has evolved over time, causing the possible values to be
27378 counter-intuitive.
27379 Read carefully before you set this option.
27380 First we explain what the option does, then there is a longer discussion
27381 following that.
27383 If this is set to zero, the default value, it has <EM>no</EM> effect.
27384 Positive and negative values serve two similar, but different purposes.
27386 If it is set to a positive number, it causes the cursor to move to the
27387 status line whenever a status message is printed and pause there for this
27388 many seconds.
27389 It will probably only be useful if the 
27390 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
27391 also turned on.
27392 Setting this option to a positive number can only be used to
27393 <EM>increase</EM> the status message delay.
27394 This may be useful for Braille displays, or other non-traditional displays.
27396 If it is set to a negative number the interpretation is a bit complicated.
27397 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
27398 allow you to read important status messages.
27399 Of course, this may cause you to miss some important messages.
27400 If you see a message flash by but miss what it says you can use the
27401 Journal command from the MAIN MENU to read it.
27402 If you set this option to a negative value, the delay will be
27403 no more than one second less than the absolute value
27404 of the value you set.
27405 So if you set it to -1, the delay will be no more than zero seconds, no
27406 delay at all.
27407 If you set it to -2, the delay will be no more than 1 second.
27408 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
27409 If the delay that Alpine would have used by default is less than this delay,
27410 then the smaller delay set by Alpine will be used.
27411 Setting this option to a negative value can only reduce the amount of
27412 delay, never increase it.
27414 Here is a more detailed explanation.
27415 Status messages are the messages that show up spontaneously in the
27416 status message line, usually the third line from the bottom of the screen.
27417 By default, Alpine assigns each status message it produces a minimum
27418 display time.
27419 Some status messages have a minimum display time of zero.
27420 You can see an example of such a message by paging up in this help text
27421 until you reach the top of the screen.
27422 If you try to page past the top you will see the message
27424 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
27426 in the status line.
27427 If there is another more important use of the status message line this message
27428 might be replaced quickly, or it even might not be shown at all.
27429 However, if there is no reason to get rid of the message, it might stay
27430 there for several seconds while you read the help.
27431 An example where it is replaced immediately happens when you page up in
27432 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
27433 command right after paging up.
27434 The message will disappear immediately without causing a delay (unless you
27435 have set this option to a positive value) to allow you to type input for
27436 the &quot;WhereIs&quot; command.
27437 Since it isn't a very important message, Alpine has set its minimum display
27438 time to zero seconds.
27440 Other messages have minimum display times of three or more seconds.
27441 These are usually error messages that Alpine thinks you ought to see.
27442 For example, it might be a message about a failed Save or a failed folder open.
27443 It is often the case that this minimum display time won't delay you in
27444 any way because the status message line is not needed for another reason.
27445 However, there are times when Alpine has to delay what it is doing in
27446 order to display a status message for the minimum display time.
27447 This happens when a message is being displayed and Alpine wants to ask
27448 for input from the keyboard.
27449 For example, when you Save a message you use the status message line.
27450 You get a prompt there asking for the name of the folder to save to.
27451 If there is a status message being displayed that has not
27452 yet displayed for its minimum
27453 time Alpine will display that status message surrounded with the characters
27454 &gt; and &lt; to show you that it is delaying.
27455 That might happen, for example, if you tried to save to a folder that
27456 caused an error, then followed that immediately with another Save command.
27457 You might find yourself waiting for a status message like
27459 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
27461 to finish displaying for three seconds.
27462 If that is something you find happening to you frequently, you may use
27463 negative values of this option to decrease or eliminate that delay, at
27464 the risk of missing the message.
27466 <UL>   
27467 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27468 </UL><P>
27469 &lt;End of help on this topic&gt;
27470 </BODY>
27471 </HTML>
27472 ====== h_config_active_msg_interval =====
27473 <HTML>
27474 <HEAD>
27475 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
27476 </HEAD>
27477 <BODY>
27478 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
27480 When Alpine is delayed for some reason it usually shows that
27481 something is happening with a small animated display in the status
27482 message line near the bottom of the screen.
27483 This option sets how frequently the characters (for example, a spinning bar)
27484 in the active status message lines are updated.
27485 At most, it can be set to be updated 20 times per second. 
27488 Setting this value to zero will prevent display of the animations
27489 altogether.
27492 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
27493 can be used to remove the randomness from this animated display.
27496 <UL>   
27497 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27498 </UL><P>
27499 &lt;End of help on this topic&gt;
27500 </BODY>
27501 </HTML>
27502 ====== h_config_mailchecknoncurr =====
27503 <HTML>
27504 <HEADER>
27505 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
27506 </HEADER>
27507 <BODY>
27508 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
27510 This option is closely related to the
27511 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27512 option, as well as the
27513 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
27514 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
27515 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
27516 new-mail checking is disabled and this option will have no effect.
27518 Normally this option is set to zero, which means that the value used will be
27519 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
27520 If you set this option to a value different from zero
27521 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
27522 then that is the check interval that will be used
27523 for folders that are not the currently open folder or the INBOX.
27524 You may not even have any folders that are noncurrent and not the INBOX.
27525 If you do, it is likely that they are due to
27526 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
27527 you have configured.
27528 This option also affects the rate of mail checking done on cached
27529 connections to folders you previously had open but are no longer actively
27530 using.
27531 You aren't expected to understand that last sentence, but if you are interested
27532 take a look at
27533 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
27534 and the related options.
27536 <UL>   
27537 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27538 </UL><P>
27539 &lt;End of help on this topic&gt;
27540 </BODY>
27541 </HTML>
27542 ====== h_config_fifopath =====
27543 <HTML>
27544 <HEADER>
27545 <TITLE>OPTION: NewMail FIFO Path</TITLE>
27546 </HEADER>
27547 <BODY>
27548 <H1>OPTION: NewMail FIFO Path</H1>
27550 This option is only available in UNIX Alpine.
27551 However, there is a very similar feature built in to PC-Alpine.
27552 In PC-Alpine's Config menu at the top of the screen
27553 is an option called &quot;New Mail Window&quot;.
27555 You may have Alpine create a FIFO special file (also called a named pipe) where
27556 it will send a one-line message each time a new message is received in
27557 the current folder, the INBOX, or any open
27558 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
27559 To protect against two different Alpines both writing to the same FIFO, Alpine
27560 will only create the FIFO and write to it if it doesn't already exist.
27562 A possible way to use this option would be to have a separate window
27563 on your screen running the command
27565 <CENTER><SAMP>cat filename</SAMP></CENTER>
27567 where &quot;filename&quot; is the name of the file given for this option.
27568 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
27569 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
27570 You may be tempted to use &quot;tail -f filename&quot; to view the new
27571 mail log.
27572 However, the common implementations of the tail command will not do what you
27573 are hoping.
27575 The width of the messages produced for the FIFO may be altered with the
27576 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
27578 On some systems, fifos may only be created in a local filesystem.
27579 In other words, they may not be in NFS filesystems.
27580 This requirement is not universal.
27581 If the system you are using supports it, it should work.
27582 (It is often the case that your home directory is in an NFS filesystem.
27583 If that is the case, you might try using a file in the &quot;/tmp&quot;
27584 filesystem, which is usually a local filesystem.)
27585 Even when it is possible to use an NFS-mounted filesystem as a place to name
27586 the fifo (for example, your home directory), it will still be the case that
27587 the reader (probably the &quot;cat&quot; command) and the
27588 writer (Alpine) of the fifo must be running on the same system.
27590 <UL>   
27591 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27592 </UL><P>
27593 &lt;End of help on this topic&gt;
27594 </BODY>
27595 </HTML>
27596 ====== h_config_newmailwidth =====
27597 <HTML>
27598 <HEADER>
27599 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
27600 </HEADER>
27601 <BODY>
27602 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
27604 For UNIX Alpine, this option is only useful if you have turned on the
27605 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
27606 That option causes new mail messages to be sent to a fifo file.
27607 Those messages will be 80 characters wide by default.
27608 You can change the width of those messages by changing this option.
27609 For example, if you are reading those messages in another window you might
27610 want to set this width to the width of that other window.
27612 If you are using PC-Alpine, it has an option in the Config menu to turn
27613 on the &quot;New Mail Window&quot;.
27614 This present option also controls the width of that window.
27616 <UL>   
27617 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27618 </UL><P>
27619 &lt;End of help on this topic&gt;
27620 </BODY>
27621 </HTML>
27622 ====== h_config_mailcheck =====
27623 <HTML>
27624 <HEADER>
27625 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
27626 </HEADER>
27627 <BODY>
27628 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
27630 This option specifies, in seconds,
27631 how often Alpine will check for new mail.
27632 If set to zero, new-mail checking is disabled.
27633 (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
27634 current message is the last message of the folder.)
27635 There is a minimum value for this option, normally 15 seconds.
27636 The default value is normally 150 seconds.
27637 The higher you set this option, the easier it is on the server.
27639 There are some situations where automatic new-mail checking does not work.
27640 See the discussion about new-mail checking in
27641 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
27643 The new-mail checking will not happen exactly at the frequency that you specify.
27644 For example, Alpine may elect to defer a non-INBOX mail check if you
27645 are busy typing.
27646 Or, it may check more frequently than you have specified if that is
27647 thought to be necessary to keep the server from closing the connection
27648 to the folder due to inactivity.
27649 If Alpine checks for new mail as a side effect of another command, it will reset
27650 the timer, so that new-mail checking may seem to happen irregularly instead of
27651 every X seconds like clockwork.
27653 If you are anxious to know about new mail as soon as possible, set the check
27654 interval low, and you'll know about the new mail by approximately
27655 that amount of time after it arrives.
27656 If you aren't so worried about knowing right away, set this option to a
27657 higher value.
27658 That will save the server some processing time and may save you some of
27659 the time you spend waiting for new-mail checks to happen if you are
27660 dealing with a slow server or slow network connection.
27662 If you suspect that new-mail checking is causing slow downs for you,
27663 you may want to look into the options
27664 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
27665 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
27666 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
27667 which refine when mail checking is done.
27669 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
27670 there is a minimum time
27671 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
27672 between new-mail checks.
27673 Because of this minimum you may notice that new mail does not
27674 appear promptly when you expect it.
27675 The reason for this is to protect the server from over-zealous opening and
27676 closing of the Mail Drop folder, since that is a costly operation.
27678 <UL>   
27679 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27680 </UL><P>
27681 &lt;End of help on this topic&gt;
27682 </BODY>
27683 </HTML>
27684 ====== h_config_quell_checks_comp =====
27685 <HTML>
27686 <HEAD>
27687 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
27688 </HEAD>
27689 <BODY>
27690 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
27692 This option is closely related to the
27693 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27694 option, the
27695 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27696 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
27698 If this option is set, then the normal new-mail checking that happens
27699 while you are composing will not happen for folders other than your
27700 INBOX (which depends on the setting
27701 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
27703 You might want to set this option if you are experiencing delays while
27704 composing that you think might be related to the speed of the new-mail
27705 checks.
27707 Even with this option turned on, an occasional new-mail check may be done
27708 in order to keep the server from killing the connection to the folder.
27709 For example, IMAP servers may remove a connection to a folder if there
27710 has been no activity on the connection for 30 minutes or more.
27711 Instead of letting that happen, Alpine will check for new mail before the
27712 30 minutes is up even though you have turned on this feature to quell
27713 those checks.
27715 Besides new-mail checks, checkpoint operations on the folders
27716 will also be quelled when you set this option.
27717 The purpose of checkpointing is to write the changes to a folder out to
27718 disk periodically in order to avoid losing those changes when system or
27719 software problems occur.
27720 New-mail checking and checkpointing while you are not composing are not
27721 affected by this option.
27724 &lt;End of help on this topic&gt;
27725 </BODY>
27726 </HTML>
27727 ====== h_config_quell_checks_comp_inbox =====
27728 <HTML>
27729 <HEAD>
27730 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
27731 </HEAD>
27732 <BODY>
27733 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
27735 This option is closely related to the
27736 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27737 option, the
27738 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27739 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
27741 If this option is set, then the normal new-mail checking that happens
27742 while you are composing will not happen for your INBOX.
27743 Checking of other folders is controlled in a similar way with the
27744 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
27746 You might want to set this option if you are experiencing delays while
27747 composing that you think might be related to the speed of the new-mail
27748 checks.
27750 Even with this option turned on, an occasional new-mail check may be done
27751 in order to keep the server from killing the connection to the folder.
27752 For example, IMAP servers may remove a connection to a folder if there
27753 has been no activity on the connection for 30 minutes or more.
27754 Instead of letting that happen, Alpine will check for new mail before the
27755 30 minutes is up even though you have turned on this feature to quell
27756 those checks.
27758 Besides new-mail checks, checkpoint operations on the INBOX
27759 will also be quelled when you set this option.
27760 The purpose of checkpointing is to write the changes to a folder out to
27761 disk periodically in order to avoid losing those changes when system or
27762 software problems occur.
27763 New-mail checking and checkpointing while you are not composing are not
27764 affected by this option.
27766 &lt;End of help on this topic&gt;
27767 </BODY>
27768 </HTML>
27769 ====== h_config_maildropcheck =====
27770 <HTML>
27771 <HEADER>
27772 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
27773 </HEADER>
27774 <BODY>
27775 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
27777 New-mail checking for a
27778 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
27779 mail checking for a regular folder.
27780 One of the differences is that the connection to the Mail Drop is not
27781 kept open and so the cost of checking
27782 (delay for you and additional load for the server) may be significant.
27783 Because of this additional cost we set a minimum time that
27784 must pass between checks.
27785 This minimum only applies to the automatic checking done by Alpine.
27786 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
27787 at the end of a folder index, then the check is done right away.
27789 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
27790 new-mail checks.
27791 You may want to set this minimum high in order to avoid experiencing some
27792 of the delays associated with the checks.
27793 Note that the time between checks is still controlled by the regular
27794 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
27795 When Alpine is about to do an automatic check for new mail (because
27796 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
27797 new-mail check
27798 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
27799 the Mail Drop is checked for new mail as well.
27800 Therefore, it is only useful to set this option to a value that is higher
27801 than the <!--#echo var="VAR_mail-check-interval"-->.
27803 If this option is set to zero, automatic Mail Drop new-mail
27804 checking is disabled.
27805 There is a minimum value, normally 60 seconds.
27806 The default value is normally 60 seconds as well.
27807 This applies to the INBOX and to the currently open folder if that is
27808 different from the INBOX.
27811 <UL>   
27812 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27813 </UL><P>
27814 &lt;End of help on this topic&gt;
27815 </BODY>
27816 </HTML>
27817 ====== h_config_nntprange =====
27818 <HTML>
27819 <HEADER>
27820 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
27821 </HEADER>
27822 <BODY>
27823 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
27825 This option applies only to newsgroups accessed using the NNTP protocol.
27826 It does not, for example,
27827 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
27830 When you open a connection to a News server using the NNTP protocol, you
27831 normally have access to all of the articles in each newsgroup.
27832 If a server keeps a large backlog of messages it may speed performance
27833 some to restrict attention to only the newer messages in a group.
27834 This option allows you to set how many article numbers should be checked
27835 when opening a newsgroup.
27836 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
27837 of messages you ever want to see.
27838 For example, if you only ever wanted to look at the last 500 messages in each
27839 newsgroup you could set this option to 500.
27840 In actuality, it isn't quite that.
27841 Instead, for performance reasons, it specifies the range of article
27842 numbers to be checked, beginning
27843 with the highest numbered article and going backwards from there.
27844 If there are messages that have been canceled or deleted
27845 their article numbers are still counted as part of the range.
27847 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
27848 numbers
27849 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
27851 to be considered when reading a newsgroup.
27852 The number of messages that show up in your index will be less than or equal
27853 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
27856 The purpose of this option is simply to speed up access when reading news.
27857 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
27858 numbers, and can avoid downloading any information about the ignored articles.
27859 There is a cost you pay for this speedup.
27860 That cost is that there is no way for you to see those ignored articles.
27861 The articles that come before the range you specify are invisible to you and
27862 to Alpine, as if they did not exist at all.
27863 There is no way to see those messages using, for example, an unexclude command
27864 or something similar.
27865 The only way to see those articles is to set this option high enough (or
27866 set it to zero) and then to reopen the newsgroup.
27869 If this option is set to 0 (which is also the default),
27870 then the range is unlimited.
27871 This option applies globally to all NNTP servers and to all newsgroups
27872 on those servers.
27873 There is no way to set different values for different newsgroups or servers.
27876 <UL>   
27877 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27878 </UL><P>
27879 &lt;End of help on this topic&gt;
27880 </BODY>
27881 </HTML>
27882 ====== h_config_news_active =====
27883 <html>
27884 <header>
27885 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
27886 </header>
27887 <body>
27888 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
27890 This option tells Alpine where to look for the "active file" for newsgroups
27891 when accessing news locally, rather than via NNTP.  The default path is
27892 usually "/usr/lib/news/active".<p>
27893 <UL>   
27894 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27895 </UL><P>
27896 &lt;End of help on this topic&gt;
27897 </body>
27898 </html>
27899 ====== h_config_news_spool =====
27900 <html>
27901 <header>
27902 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
27903 </header>
27904 <body>
27905 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
27907 This option tells Alpine where to look for the "news spool" for newsgroups
27908 when accessing news locally, rather than via NNTP.  The default path is
27909 usually "/var/spool/news".<p>
27910 <UL>   
27911 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27912 </UL><P>
27913 &lt;End of help on this topic&gt;
27914 </body>
27915 </html>
27916 ====== h_config_image_viewer =====
27917 <html>
27918 <header>
27919 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
27920 </header>
27921 <body>
27922 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
27923 <body>
27924 This option specifies the program Alpine should call to view MIME
27925 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
27926 no longer needed, but remains for backward compatibility.  The more
27927 general method for associating external printing and viewing programs with
27928 specific MIME data types is to use the system's (or your personal)
27929 "mailcap" configuration file.<p>
27930 <UL>   
27931 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27932 </UL><P>
27933 &lt;End of help on this topic&gt;
27934 </body>
27935 </html>
27936 ====== h_config_domain_name =====
27937 <HTML>
27938 <HEAD>
27939 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
27940 </HEAD>
27941 <BODY>
27942 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
27944 This option is used only if the 
27945 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
27946 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
27947 strips the hostname from your return (&quot;From&quot;) address and when 
27948 completing unqualified addresses that you enter into the composer.
27950 If you set this, see also the <A HREF="h_config_quell_local_lookup">
27951 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
27954 <!--chtml if pinemode="os_windows"-->
27955 <P>This option is not applicable to PC-Alpine.
27956 <!--chtml else-->
27958 <!--chtml endif-->
27959 <UL>
27960 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27961 </UL>
27963 &lt;End of help on this topic&gt;
27964 </BODY>
27965 </HTML>
27966 ====== h_config_prune_date =====
27967 <HTML>
27968 <HEAD>
27969 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
27970 </HEAD>
27971 <BODY>
27972 <H1>OPTION: Last-Time-Prune Question</H1>
27974 This value records the last time you were asked about deleting old
27975 sent-mail.
27976 It is set automatically by Alpine at the beginning of each month.
27977 In the past, if you wished to suppress the monthly sent-mail
27978 pruning feature, you could set this to a date in the future.
27979 This value is relative to the year 1900, so 
27980 to set this, for example, to October 2005, use 105.10.
27982 You can still do that if you wish, or you can use the
27983 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
27984 a little more convenient to use.
27986 <UL>   
27987 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27988 </UL><P>
27989 &lt;End of help on this topic&gt;
27990 </BODY>
27991 </HTML>
27992 ====== h_config_goto_default =====
27993 <HTML>
27994 <HEAD>
27995 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
27996 </HEAD>
27997 <BODY>
27998 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
28000 This value affects Alpine's behavior when you use the Goto command.
28001 Alpine's usual behavior has two parts.  If your current folder is
28002 &quot;Inbox&quot;, Alpine will offer the last open folder as the
28003 default.  If the current folder is other than &quot;Inbox&quot;,
28004 &quot;Inbox&quot; is offered as the default.
28007 The available options include:
28009 <DL>
28011  <DT>folder-in-first-collection</DT>
28013  <DD> Alpine will offer the most recently visited folder in the default
28014 collection found in the &quot;Collection List&quot; screen as the default.
28015 </DD>
28017  <DT> inbox-or-folder-in-first-collection</DT>
28019  <DD> If the current folder is &quot;Inbox&quot;,
28020 Alpine will offer the most recently visited folder in the
28021 default collection found in the &quot;Collection List&quot; screen.
28022 If the current folder is other than &quot;Inbox&quot;,
28023 &quot;Inbox&quot; is offered as the default.
28024 </DD>
28026  <DT> inbox-or-folder-in-recent-collection</DT>
28028  <DD> This is Alpine's default behavior.
28029 If the current folder is &quot;Inbox&quot;,
28030 Alpine will offer the last open
28031 folder as the default.
28032 If the current folder is other than &quot;Inbox&quot;,
28033 &quot;Inbox&quot; is offered as the default.
28034 </DD>
28036  <DT> first-collection-with-inbox-default</DT>
28038  <DD> Instead of offering the most recently visited folder in the default
28039 collection, the default collection is offered but with &quot;Inbox&quot; as
28040 the default folder.
28041 If you type in a folder name it will be in the default collection.
28042 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
28043 </DD>
28045  <DT> most-recent-folder</DT>
28047  <DD> The last accepted value simply causes the most recently opened
28048 folder to be offered as the default regardless of the currently opened
28049 folder.
28050 </DD>
28051 </DL>
28054 NOTE: The default while a newsgroup is open remains the same; the last
28055 open newsgroup.
28058 <UL>   
28059 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28060 </UL><P>
28061 &lt;End of help on this topic&gt;
28062 </BODY>
28063 </HTML>
28064 ====== h_config_thread_lastreply_char =====
28065 <HTML>
28066 <HEAD>
28067 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
28068 </HEAD>
28069 <BODY>
28070 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
28072 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
28073 INDEX display when using a
28074 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
28075 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
28076 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
28077 The value of this option is a single character.
28078 This character is used instead of the vertical line character when there are
28079 no more replies directly to the parent of the current message.
28080 It can be used to &quot;round-off&quot; the bottom of the vertical line
28081 by setting it to a character such as a backslash (&#92;) or
28082 a backquote (&#96;).
28083 The default value of this option is the backslash character (&#92;).
28084 This option may not be set to the Empty Value.
28085 In that case, the default will be used instead.
28088 <UL>   
28089 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28090 </UL><P>
28091 &lt;End of help on this topic&gt;
28092 </BODY>
28093 </HTML>
28094 ====== h_config_thread_indicator_char =====
28095 <HTML>
28096 <HEAD>
28097 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
28098 </HEAD>
28099 <BODY>
28100 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
28102 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
28103 INDEX display when using a
28104 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
28105 than &quot;none&quot; and sorting by Threads or OrderedSubject.
28106 The value of this option is a single character.
28107 This character is used to indicate that part of a thread (a conversation) is
28108 hidden beneath a message.
28109 The message could be expanded
28110 if desired with the &quot;/&quot; Collapse/Expand command.
28111 By default, the value of this option is the greater than sign (&gt;).
28113 If this option is set to the Empty Value, then the column (and the following
28114 blank column) will be deleted from the display.
28117 This option is closely related to the
28118 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
28119 Another similar option that affects the thread display is the
28120 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
28123 <UL>   
28124 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28125 </UL><P>
28126 &lt;End of help on this topic&gt;
28127 </BODY>
28128 </HTML>
28129 ====== h_config_thread_exp_char =====
28130 <HTML>
28131 <HEAD>
28132 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
28133 </HEAD>
28134 <BODY>
28135 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
28137 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
28138 INDEX display when using a
28139 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
28140 than &quot;none&quot;.
28141 The value of this option is a single character.
28142 This character is used to indicate that part of a thread has been expanded
28143 and could be collapsed if desired with
28144 the &quot;/&quot; Collapse/Expand command.
28145 By default, the value of this option is a dot (.).
28147 If this option is set to the Empty Value, then the column (and the following
28148 blank column) will be deleted from the display.
28151 This option is closely related to the
28152 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
28153 Another similar option that affects the thread display is the
28154 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
28157 <UL>   
28158 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28159 </UL><P>
28160 &lt;End of help on this topic&gt;
28161 </BODY>
28162 </HTML>
28163 ====== h_config_thread_index_style =====
28164 <HTML>
28165 <HEAD>
28166 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
28167 </HEAD>
28168 <BODY>
28169 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
28171 When a folder is sorted by Threads or OrderedSubject,
28172 this option will affect the INDEX displays.
28175 The possible values for this option are:
28177 <DL>
28178 <DT>regular-index-with-expanded-threads</DT>
28179 <DD>This is the default display.
28180 If the configuration option
28181 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
28182 is set to something other than &quot;none&quot;, then this setting
28183 will cause Alpine to start off with a MESSAGE INDEX with all of
28184 the threads expanded.
28185 That is, each message will have a line in the MESSAGE INDEX display.
28186 The Collapse/Expand command (/) may be used to manually collapse or
28187 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
28189 This setting affects the display when the folder is first threaded.
28190 The collapsed state may also be re-initialized by re-sorting the folder manually
28191 using the SortIndex command ($).
28192 After re-sorting the threads will once again all be expanded, even if you
28193 have previously collapsed some of them.
28195 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
28196 the display will be the regular default Alpine MESSAGE INDEX, but sorted
28197 in a different order.
28198 </DD>
28200 <DT>regular-index-with-collapsed-threads</DT>
28201 <DD>If the configuration option
28202 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
28203 is set to something other than &quot;none&quot;, then this setting
28204 will cause Alpine to start out with all of the threads collapsed instead of
28205 starting out with all of the threads expanded.
28206 The Collapse/Expand command (/) may be used to manually collapse or
28207 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
28209 This setting affects the display when the folder is first threaded.
28210 The collapsed state may also be re-initialized by re-sorting the folder manually
28211 using the SortIndex command ($).
28212 After re-sorting the threads will once again all be collapsed, even if you
28213 have previously expanded some of them.
28214 </DD>
28216 <DT>separate-index-screen-always</DT>
28217 <DD>With this setting and the next, you will see an index of threads
28218 instead of an
28219 index of messages, provided you have sorted by Threads or OrderedSubject.
28221 The THREAD INDEX contains a '*' in the first column if any message in the thread
28222 is marked Important.
28223 If not, it contains a '+' if any message in the thread is to you.
28224 The second column is blank. The third column contains a 'D' if all of the
28225 messages in the thread are deleted.
28226 Otherwise, it contains an 'N' if any of the messages in the thread are New.
28228 When you view a particular thread from the THREAD INDEX you will be
28229 in the MESSAGE INDEX display
28230 but the index will only contain messages from the thread you are viewing.
28231 </DD>
28233 <DT>separate-index-screen-except-for-single-messages</DT>
28234 <DD>This is very similar to the option above.
28235 When you are in the THREAD INDEX, one of the available commands
28236 is &quot;ViewThd&quot;.
28237 With the setting &quot;separate-index-screen-always&quot; (the option above)
28238 when you view a particular thread you will be in the
28239 MESSAGE INDEX display and the index will only contain messages from
28240 the thread you are viewing.
28241 If the thread you are viewing consists of a single message, the MESSAGE INDEX
28242 will be an index with only one message in it.
28243 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
28244 setting instead, then that index that contains a single message
28245 will be skipped and you will go directly from the THREAD INDEX into the
28246 MESSAGE TEXT screen.
28247 </DD>
28249 </DL>
28252 <UL>   
28253 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28254 </UL><P>
28255 &lt;End of help on this topic&gt;
28256 </BODY>
28257 </HTML>
28258 ====== h_config_thread_disp_style =====
28259 <HTML>
28260 <HEAD>
28261 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
28262 </HEAD>
28263 <BODY>
28264 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
28266 When a folder is sorted by Threads or OrderedSubject,
28267 this option will affect the MESSAGE INDEX display.
28268 By default, Alpine will display the MESSAGE INDEX in the
28269 &quot;show-thread-structure&quot; style if a folder is sorted
28270 by Threads or OrderedSubject.
28273 The possible values for this option are:
28275 <DL>
28276 <DT>none</DT>
28277 <DD>Regular index display.
28278 The same index line as would be displayed without threading is used.
28279 The only difference will be in the order of the messages.
28280 </DD>
28282 <DT>show-thread-structure</DT>
28283 <DD>Threaded Subjects will be indented and vertical bars and horizontal
28284 lines will be added to make it easier to see the relationships among
28285 the messages in a thread (a conversation).
28286 </DD>
28288 <DT>mutt-like</DT>
28289 <DD>This is the same as the option above except that the Subject
28290 is suppressed (is blank) if it matches the previous Subject in the thread.
28291 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
28292 Here is an example of what a mutt-like index might look like.
28293 In this example, the first column represents the message number, the
28294 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
28295 is set to &quot;regular-index-with-expanded-threads&quot;, and the
28296 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
28297 is set to a backslash:
28298 <PRE>
28299 &nbsp;&nbsp;&nbsp;1    Some topic
28300 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
28301 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
28302 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
28303 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
28304 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
28305 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
28306 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
28307 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
28308 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
28309 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
28310 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
28311 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
28312 &nbsp;&nbsp;&nbsp;14    Next topic
28313 </PRE>
28314 </DD>
28316 <DT>indent-subject-1</DT>
28317 <DD>Threaded Subjects will be indented one space per level of the conversation.
28318 The bars and lines that show up in the show-thread-structure display will
28319 not be there with this style.
28320 </DD>
28322 <DT>indent-subject-2</DT>
28323 <DD>Same as above but indent two spaces per level instead of one space.
28324 </DD>
28326 <DT>indent-from-1</DT>
28327 <DD>Similar to indent-subject-1, except that instead of indenting the
28328 Subject field one space the From field of a thread will be indented one
28329 space per level of the conversation.
28330 </DD>
28332 <DT>indent-from-2</DT>
28333 <DD>Same as above but indent two spaces per level instead of one space.
28334 </DD>
28336 <DT>show-structure-in-from</DT>
28337 <DD>The structure of the thread is illustrated with indenting, vertical bars,
28338 and horizontal lines just like with the show-thread-structure option, but
28339 the From field is used to show the relationships instead of the Subject field. 
28340 </DD>
28342 </DL>
28345 <UL>   
28346 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28347 </UL><P>
28348 &lt;End of help on this topic&gt;
28349 </BODY>
28350 </HTML>
28351 ====== h_config_pruning_rule =====
28352 <HTML>
28353 <HEAD>
28354 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
28355 </HEAD>
28356 <BODY>
28357 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
28359 By default, Alpine will ask at the beginning of each month whether or not
28360 you want to rename your sent-mail folder to a name like sent-mail-month-year.
28361 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
28362 change the format of the folder to sent-mail-yyyy-mm.)
28363 It will also ask whether you would like to delete old sent-mail folders.
28364 If you have defined
28365 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
28367 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
28368 Alpine will also ask about pruning those folders.
28371 With this option you may provide an automatic answer to these questions.
28372 The default value is to ask you what you'd like to do.
28375 The six possible values for this option are:
28377 <DL>
28378 <DT>ask about rename, ask about deleting</DT>
28379 <DD>This is the default.
28380 Alpine will ask whether you want to rename the folders and whether you
28381 want to delete each of the old folders.
28382 </DD>
28384 <DT>ask about rename, don't delete</DT>
28385 <DD>Alpine will ask whether you want to rename the folders, but won't
28386 ask about or delete old folders.
28387 </DD>
28389 <DT>always rename, ask about deleting</DT>
28390 <DD>This means you want to always answer yes and have Alpine automatically
28391 rename the folder if possible.
28392 You will also be asked about deleting old folders.
28393 </DD>
28395 <DT>always rename, don't delete</DT>
28396 <DD>This means you want to always answer yes and have Alpine automatically
28397 rename the folder if possible.
28398 There will be no deleting of old folders.
28399 </DD>
28401 <DT>don't rename, ask about deleting</DT>
28402 <DD>This means you want to always answer no.
28403 Alpine will not rename the folder.
28404 You will be asked about deleting old folders.
28405 </DD>
28407 <DT>don't rename, don't delete</DT>
28408 <DD>This means you want to always answer no.
28409 Alpine will not rename the folder.
28410 There will be no deleting of old folders, either.
28411 </DD>
28412 </DL>
28415 <UL>   
28416 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28417 </UL><P>
28418 &lt;End of help on this topic&gt;
28419 </BODY>
28420 </HTML>
28421 ====== h_config_reopen_rule =====
28422 <HTML>
28423 <HEAD>
28424 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
28425 </HEAD>
28426 <BODY>
28427 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
28429 Alpine normally checks for new mail in the currently open folder
28430 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
28433 There are some situations where automatic new-mail checking does not work.
28434 For example, if a mail folder is opened using the POP protocol or a newsgroup
28435 is being read using the NNTP protocol, then new-mail checking is disabled.
28438 It may be possible to check for new mail in these cases by reopening the
28439 folder.
28440 Alpine does not do this for you automatically, but you may do the commands
28441 manually to cause this to happen.
28442 You reopen by going back to the folder list screen from the message
28443 index screen with the &quot;&lt;&quot; command,
28444 and then going back into the message index screen with
28445 the &quot;&gt;&quot; command.
28446 (Actually, any method you would normally use to open a folder will work the
28447 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
28448 For example, the GoTo Folder command will work, or you may use L to go to the
28449 Folder List screen and Carriage Return to reopen the folder.)
28452 There are some cases where Alpine knows that reopening the folder should
28453 be useful as a way to discover new mail.
28454 At the time of this writing, connections made using the POP protocol,
28455 news reading using the NNTP protocol, local news reading, and local
28456 ReadOnly folders that are in the traditional UNIX or the MMDF format all
28457 fall into this category.
28458 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
28459 has no way of knowing, so it might also just be an exercise in futility.
28460 All remote, ReadOnly folders other than those listed just above fall into this
28461 category.
28462 The setting of this option together with the type of folder
28463 controls how Alpine will react to the apparent attempt to reopen a folder.
28466 If you don't reopen, then you will just be back in
28467 the message index with no change.
28468 You left the index and came back, but the folder remained &quot;open&quot;
28469 the whole time.
28470 However, if you do reopen the folder, the folder is closed and then reopened.
28471 In this case, the current state of the open folder is lost.
28472 The New status, Important and Answered flags,
28473 selected state, Zoom state, collapsed or expanded state of threads,
28474 current message number,
28475 and any other temporary state is all lost when the reopen happens.
28476 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
28479 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
28480 several places.
28481 That really implies the case where Alpine knows it is a good way to discover
28482 new mail, which is more than just POP and NNTP, but POP and NNTP are
28483 the cases of most interest.
28484 This option probably has more possible values than it deserves. They are:
28486 <DL>
28487 <DT>Always reopen</DT>
28488 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
28489 whenever you type a command that implies a reopen, regardless of the
28490 access method.
28491 In other words, it is assumed you would always answer Yes if asked
28492 about reopening.
28493 </DD>
28495 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
28496 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
28497 will ask you whether to reopen other remote folders,
28498 with a default answer of Yes.
28499 </DD>
28501 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
28502 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
28503 will ask you whether to reopen other remote folders,
28504 with a default answer of No.
28505 </DD>
28507 <DT>Yes for POP/NNTP, No for other remote</DT>
28508 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
28509 will assume a No answer for all other remote folders.
28510 </DD>
28512 <DT>Always ask [Yes]</DT>
28513 <DD>Alpine will not differentiate based on access method.
28514 It will always ask for all remote folders, with a default answer of Yes.
28515 </DD>
28517 <DT>Always ask [No]</DT>
28518 <DD>Alpine will not differentiate based on access method.
28519 It will always ask for all remote folders, with a default answer of No.
28520 </DD>
28522 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
28523 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
28524 of Yes.
28525 It will never attempt to reopen other remote folders.
28526 </DD>
28528 <DT>Ask about POP/NNTP [No], No for other remote</DT>
28529 <DD>This is the default.
28530 Alpine will ask if the access method is POP or NNTP, with a default answer
28531 of No.
28532 It will never attempt to reopen other remote folders.
28533 </DD>
28535 <DT>Never reopen</DT>
28536 <DD>Alpine will never attempt to reopen already open folders.
28537 </DD>
28538 </DL>
28541 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
28542 any of the other situations where it is likely that reopening is a good way
28543 to discover new mail.
28546 There is an alternative that may be of useful in some situations.
28547 Instead of manually checking for new mail you can set up a
28548 <A HREF="h_maildrop">Mail Drop</A>
28549 and automatically check for new mail.
28552 <UL>   
28553 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28554 </UL><P>
28555 &lt;End of help on this topic&gt;
28556 </BODY>
28557 </HTML>
28558 ====== h_config_inc_startup =====
28559 <HTML>
28560 <HEAD>
28561 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
28562 </HEAD>
28563 <BODY>
28564 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
28566 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
28567 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
28568 It determines which message will be the <EM>current message</EM> when
28569 the folder is first opened.
28570 The default value is &quot;first-unseen&quot;.
28573 The seven possible values for this option are:
28575 <DL>
28576 <DT>first-unseen</DT>
28577 <DD>The current message is set to the first
28578 unseen message that has not been marked deleted, or the last message if
28579 all of the messages have been seen previously.
28580 Messages which have not been seen or which have been seen but re-marked
28581 as New are considered unseen messages.
28582 See the note at the bottom of this help about newsgroups.
28583 </DD>
28585 <DT>first-recent</DT>
28586 <DD>Similar to the default, but rather than starting on the first
28587 unseen message Alpine starts on the first <EM>recent</EM> message.
28588 A message is recent if it arrived since the last time the folder was
28589 open.  This value causes the current message to be set to the first
28590 recent message if there is one, otherwise to the last
28591 message in the folder.
28592 </DD>
28594 <DT>first-important</DT>
28595 <DD>This will result in the current message being set to the first
28596 message marked Important (but not Deleted).
28597 If no messages are marked Important, then it will be the last message.
28598 Messages are marked Important by <EM>you</EM>, not by the sender, using
28600 <A HREF="h_common_flag">Flag command</A>.
28601 Or they may be marked Important by an Alpine
28602 <A HREF="h_mainhelp_filtering">Filter</A>
28603 that you have set up.
28604 </DD>
28606 <DT>first-important-or-unseen</DT>
28607 <DD>This selects the first of the first unseen and the first important
28608 messages.
28609 </DD>
28611 <DT>first-important-or-recent</DT>
28612 <DD>This selects the first of the first recent and the first important
28613 messages.
28614 </DD>
28616 <DT>first</DT>
28617 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
28618 If all messages are deleted you start on the last message.
28619 </DD>
28621 <DT>last</DT>
28622 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
28623 If all messages are deleted you start on the last message.
28624 </DD>
28625 </DL>
28628 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
28629 &quot;first-recent&quot; are the same and are affected by whether or not the
28630 feature 
28631 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
28632 is turned on. 
28633 Also, there is no permanent storage in news for an Important flag.
28634 This means that no messages will be marked Important when a newsgroup is
28635 first opened.
28638 <UL>   
28639 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28640 </UL><P>
28641 &lt;End of help on this topic&gt;
28642 </BODY>
28643 </HTML>
28644 ====== h_config_browser =====
28645 <HTML>
28646 <HEAD>
28647 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
28648 </HEAD>
28649 <BODY>
28650 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
28651 <!--chtml if pinemode="os_windows"-->
28652 PC-Alpine users do not need to enter anything here, unless:<UL>
28653 <LI> they want to override, for use with Alpine, the application defined
28654 in the Windows operating system for handling URLs; or
28655 <LI> they are (planning on) using the same configuration file with 
28656 Unix Alpine.
28657 </UL>
28659 Note that if using a viewer that has a space in its path, you should
28660 use the DOS name for that directory or file. Example:
28661 <PRE>
28662 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
28663 </PRE>
28664 <HR><P>
28665 <!--chtml endif-->
28666 This option affects Alpine's handling of URLs that are found in 
28667 messages you read.  Normally, only URLs Alpine can handle directly
28668 are automatically offered for selection in the &quot;Message
28669 Text&quot; screen.  When one or more applications
28670 capable of deciphering URLs on their command line are added here, Alpine
28671 will choose the first available to display URLs it cannot handle directly.
28672 A viewer's availability is based on its being specified with a <B>full
28673 directory path</B> and the evaluation of any optionally supplied
28674 parameters described below.
28677 Additionally, to support various connection methods and applications, each
28678 entry in this list can optionally begin with one or more of
28679 the following special tokens.  The allowed tokens include:
28682 <DL>
28683 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
28684 <DD>
28685 The <VAR>test-string</VAR> is a shell command that Alpine will run to
28686 evaluate a viewer's availability.  The command specified by the test
28687 string is run and if its resulting exit status is non-zero, Alpine will
28688 not consider the associated viewer for use.
28689 </DD>
28691 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
28692 <DD>
28693 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
28694 URL schemes that are to be used with the associated viewer.  This is
28695 the way to configure Alpine to recognize URLs other than the built-in set.
28697 It can also be used to override Alpine's built-in handlers.
28698 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
28699 and Alpine would use (provided it passed all other criteria) the associated
28700 viewer when it encountered a URL of the form &quot;news:comp.mail.pine&quot;.
28702 </DD>
28703 </DL>
28706 By default, Alpine will simply append a space character followed by the
28707 selected URL prior to launching the command in your specified SHELL.  You can
28708 optionally specify where in the command the selected URL should appear
28709 by using the &quot;_URL_&quot; token.  All occurrences found in the command
28710 will be replaced with the selected URL before the command is handed
28711 to the shell.  If such replacement occurs, the default appending of the
28712 selected URL does not take place.
28715 NOTE: If the viewer you specify has any command-line arguments,
28716 including the &quot;_URL_&quot; token, you will need to add a
28717 double-quote character before the command path and after the last
28718 argument (see the &quot;lynx&quot; example below).
28721 So, here are some example entries:
28722 <PRE>
28723 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
28724               &quot;/usr/local/bin/lynx _URL_&quot;
28725               C:&#92;BIN&#92;NETSCAPE.BAT
28726 </PRE>
28728 This example shows that for the first viewer in the list to be used
28729 the environment variable &quot;DISPLAY&quot; must be defined.  If it
28730 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
28731 If neither condition is met,
28732 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
28733 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
28734 If the path to &quot;lynx&quot; is invalid,
28735 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
28736 Note that the last
28737 entry is a DOS/Windows path.  This is one way to support Alpine running
28738 on more than one architecture with the same configuration file.<P>
28740 <!--chtml if pinemode="os_windows"-->
28741 <!--chtml else-->
28742 Note that depending on the type of browser used and the method of 
28743 its invocation (such as whether it will open in a separate window) from
28744 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
28745 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
28746 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
28747 In other words, launching the browser from Alpine may make Alpine 
28748 &quot;disappear&quot; (although it is still &quot;running&quot;)
28749 until you close the browser again.<P>  
28750 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
28751 environment: for advanced users and  systems administrators</A>
28752 </UL>
28753 <!--chtml endif-->
28754 <P>If you are unsure what browsers are available on your system or how to 
28755 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
28756 local computing support staff.
28757 <P><UL>
28758 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28759 </UL>
28761 &lt;End of help on this topic&gt;
28762 </BODY>
28763 </HTML>
28764 ====== h_config_history =====
28765 <HTML>
28766 <HEAD>
28767 <TITLE>OPTION: <!--#echo var="VAR_default-directories"--></TITLE>
28768 </HEAD>
28769 <BODY>
28770 <H1>OPTION: <!--#echo var="VAR_default-directories"--></H1>
28772 This option allows you to input a list of directories that Alpine will offer 
28773 for you to use when you are saving or exporting attachments. This is useful
28774 when navigating to specific directories becomes too tedious, or when you 
28775 need to do this on a daily basis, and want Alpine to remember this on a 
28776 permanent basis.
28778 The list of directories saved here can be accessed using the ^Y and ^V commands
28779 in the save prompt for attachments, or the export command.
28781 <P><UL>
28782 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28783 </UL>
28785 &lt;End of help on this topic&gt;
28786 </BODY>
28787 </HTML>
28788 ====== h_config_browser_xterm =====
28789 <HTML>
28790 <HEAD>
28791 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
28792 </HEAD>
28793 <BODY>
28794 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
28795 environment: for advanced users and  systems administrators</H1>
28796 If you are using Alpine with an X-terminal (emulator) and want to define an 
28797 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
28798 you may want to do so in a manner that causes any <B>already</B> 
28799 invoked viewer application to be used for viewing URLs you select from Alpine 
28800 messages, and a <B>new</B> URL-viewer process to be 
28801 started <B>only</B> if the same application has <B>not already</B> 
28802 been launched -- for one reason, to avoid file-locking contentions among 
28803 multiple invocations of the same URL-viewer application.  
28804 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
28805 option does not do this.)  A method of doing that would be:<OL>
28806 <LI> use 
28807 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
28808 check (using commands appropriate for your Unix shell
28809 in place of <VAR>test-string</VAR>) for the presence of a 
28810 lockfile created by the URL-viewer application -- which implies that the 
28811 application is already running, though this is not foolproof. 
28812 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
28813 application with its appropriate command line option(s) to 
28814 show the URL selected from the Alpine message in an already open window of 
28815 that application, or perhaps in a new window of that application.  
28817 <LI> In the 
28818 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
28819 application without those command line options, but this time using the 
28820 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
28821 is defined.
28822 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
28823 windows environment (for instance, using VT-100 terminal emulation), you 
28824 may wish to specify a non-X windows URL-viewer application such as Lynx
28825 as the last entry.
28826 </OL><BR>
28827 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
28828 the command shell, the URL-viewer application(s), and possibly the specific 
28829 version of the latter, you are using.  
28831 Relevant command 
28832 line options for the Netscape browser for showing URLs (selected from Alpine) 
28833 when Netscape is already running are discussed in the document
28834 &quot;Remote Control of UNIX Netscape&quot; 
28835 found at the URL (as of 12 Aug. 1998):
28838 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
28840 <P>(If the URL-viewer application is 
28841 <B>not</B> running on the same host as Alpine, but being launched from an 
28842 applications server, you may not be able to use the command line options for 
28843 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
28845 <!--chtml if this-method="shown-to-work"-->
28846 An example using the Korn shell and the Netscape browser (first entry wrapped 
28847 because of its length, but should all appear on one line):
28849 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
28851 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
28852               &quot;/usr/local/bin/lynx '_URL_'&quot;
28854 <!--chtml endif-->
28856 <UL>   
28857 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28858 </UL><P>
28859 &lt;End of help on this topic&gt;
28860 </BODY>
28861 </HTML>
28862 ====== h_config_enable_full_hdr =====
28863 <HTML>
28864 <HEAD>
28865 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
28866 </HEAD>
28867 <BODY>
28868 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
28870 This feature enables the &quot;H Full Headers&quot; command which toggles between
28871 the display of all headers in the message and the normal edited view of
28872 headers.  The Full Header command also controls which headers are included
28873 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
28874 Full Header mode will respect the
28875 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
28876 feature setting.)
28878 If Full Header mode is turned on and you Forward a message, you will
28879 be asked if you'd like to forward the message as an attachment, as opposed
28880 to including the text of the message in the body of your new message.
28882 If you have also turned on the
28883 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
28884 option then the Full Headers command actually rotates through three states
28885 instead of just two.
28886 The first is the normal view with long quotes suppressed.
28887 The second is the normal view but with the long quotes included.
28888 The last enables the display of all headers in the message.
28889 When using Export, Pipe, Print, Forward, or Reply the quotes are
28890 never suppressed, so the first two states are identical.
28892 Normally, the Header Mode will reset
28893 to the default behavior when moving to a new message.
28894 The mode can be made to persist from message to message by setting the feature
28895 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
28897 <UL>   
28898 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28899 </UL><P>
28900 &lt;End of help on this topic&gt;
28901 </BODY>
28902 </HTML>
28903 ====== h_config_enable_full_hdr_and_text =====
28904 <HTML>
28905 <HEAD>
28906 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
28907 </HEAD>
28908 <BODY>
28909 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
28911 This feature affects how the &quot;H Full Headers&quot; command displays
28912 message text.  If set, the raw message text will be displayed.  This
28913 especially affects MIME formatted email, where the entire MIME format
28914 will be displayed.  This feature similarly affects how messages are
28915 included for the Export, Pipe, Print, Forward, and Reply functions.
28917 When viewing a raw message that has attachments with this feature set,
28918 you will not be able to view attachments without first leaving full 
28919 headers mode.  This is because MIME parsing is not done on the raw message.
28921 <UL>   
28922 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28923 </UL><P>
28924 &lt;End of help on this topic&gt;
28925 </BODY>
28926 </HTML>
28927 ====== h_config_enable_pipe =====
28928 <HTML>
28929 <HEAD>
28930 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
28931 </HEAD>
28932 <BODY>
28933 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
28935 This feature enables the "| Pipe" command that sends the current message
28936 to the specified command for external processing.
28939 A short description of how the pipe command works is given
28940 <A HREF="h_pipe_command">here</A>.
28943 <UL>   
28944 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28945 </UL><P>
28946 &lt;End of help on this topic&gt;
28947 </BODY>
28948 </HTML>
28949 ====== h_config_quell_full_hdr_reset =====
28950 <HTML>
28951 <HEAD>
28952 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
28953 </HEAD>
28954 <BODY>
28955 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
28957 The <A HREF="h_common_hdrmode">HdrMode Command</A>
28958 normally resets to the default state when switching to a new message.
28959 For example, if you've used the &quot;H&quot; command to turn on Full
28960 Headers for a message you are viewing, and then you type the Next command
28961 to look at the next message, the full headers will no longer be shown.
28962 Setting this feature disables that reset.
28963 Instead, the Header Mode remains the same from message to message.
28966 The presence or absence of the HdrMode command is determined by the
28967 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
28968 Feature-List option.
28970 <UL>   
28971 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28972 </UL><P>
28973 &lt;End of help on this topic&gt;
28974 </BODY>
28975 </HTML>
28976 ====== h_config_enable_tab_complete =====
28977 <HTML>
28978 <HEAD>
28979 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
28980 </HEAD>
28981 <BODY>
28982 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
28984 This feature enables the TAB key when at a prompt for a filename. In this
28985 case, TAB will cause the partial name already entered to be automatically
28986 completed, provided the partial name is unambiguous.
28987 This feature is on by default.
28989 Similarly, this feature also enables TAB completion of address book
28990 nicknames when at a prompt for a nickname,
28991 or when typing in an address field in the composer.
28993 &lt;End of help on this topic&gt;
28994 </BODY>
28995 </HTML>
28996 ====== h_config_quit_wo_confirm =====
28997 <HTML>
28998 <HEAD>
28999 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
29000 </HEAD>
29001 <BODY>
29002 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
29004 This feature controls whether or not Alpine will ask for confirmation when a
29005 Quit command is received.
29007 &lt;End of help on this topic&gt;
29008 </BODY>
29009 </HTML>
29010 ====== h_config_quote_replace_noflow =====
29011 <HTML>
29012 <HEAD>
29013 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
29014 </HEAD>
29015 <BODY>
29016 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
29018 This feature, which is only active when
29019 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
29020 also set,
29021 enables quote-replacement on non-flowed messages.  It is off
29022 by default because a non-flowed message is more dependent on its format,
29023 and thus quote-replacement may cause less-than-pleasing results.
29024 Setting this feature will cause quote-replacement similar to that of flowed
29025 messages, but with the added possibility of long lines being wrapped
29026 into new lines if the Quote-Replacement-String is longer than the string
29027 it is replacing, which is &quot;&gt;&nbsp;&quot;.
29029 &lt;End of help on this topic&gt;
29030 </BODY>
29031 </HTML>
29032 ====== h_config_enable_jump =====
29033 <HTML>
29034 <HEAD>
29035 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
29036 </HEAD>
29037 <BODY>
29038 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
29040 When this feature is set you may enter a number (followed by RETURN)
29041 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
29042 screens.  In other words, it obviates the need for typing the "J" for the
29043 Jump command.
29045 &lt;End of help on this topic&gt;
29046 </BODY>
29047 </HTML>
29048 ====== h_config_enable_alt_ed =====
29049 <HTML>
29050 <HEAD>
29051 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
29052 </HEAD>
29053 <BODY>
29054 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
29056 If this feature is set (the default), and the 
29057 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
29058 <B>is not</B> set, entering
29059 the ^_ (Ctrl-underscore) key while composing a message will prompt you
29060 for the name of the editor you would like to use.
29062 If the environment variable $EDITOR is set, its value will be offered as
29063 a default.
29065 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
29066 <B>is</B> set, the ^_ key will activate the specified
29067 editor without prompting, in which case it is not necessary to
29068 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
29070 <UL>   
29071 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29072 </UL><P>
29073 &lt;End of help on this topic&gt;
29074 </BODY>
29075 </HTML>
29076 ====== h_config_alt_ed_now =====
29077 <HTML>
29078 <HEAD>
29079 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
29080 </HEAD>
29081 <BODY>
29082 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
29084 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
29085 variable are both set, Alpine will
29086 automatically activate the specified editor when the cursor is moved from
29087 the header of the message being composed into the message text.  For
29088 replies, the alternate editor will be activated immediately.  If this
29089 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
29090 automatically ask for the name of an alternate editor when the cursor
29091 is moved out of the header being composed, or if a reply is being done.
29093 <P><UL>
29094 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29095 </UL>
29097 &lt;End of help on this topic&gt;
29098 </BODY>
29099 </HTML>
29100 ====== h_config_enable_bounce =====
29101 <HTML>
29102 <HEAD>
29103 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
29104 </HEAD>
29105 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
29106 <BODY>
29108 Setting this feature enables the "B Bounce" command, which will prompt
29109 for an address and *remail* the message to the new recipient.  This command
29110 is used to re-direct messages that you have received in error, or need to
29111 be redirected for some other reason (e.g. list moderation).  The final
29112 recipient will see a header indicating that you have Resent the msg, but
29113 the message's From: header will show the original author of the message,
29114 and replies to it will go back to that author, and not to you.
29116 &lt;End of help on this topic&gt;
29117 </BODY>
29118 </HTML>
29119 ====== h_config_enable_agg_ops =====
29120 <HTML>
29121 <HEAD>
29122 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
29123 </HEAD>
29124 <BODY>
29125 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
29127 When this feature is set you may use the commands and subcommands that relate to
29128 performing operations on more than one message at a time.  We call these
29129 &quot;aggregate operations&quot;.  In particular, the 
29130 <!--chtml if pinemode="function_key"-->&quot;F5
29131 <!--chtml else-->&quot;;
29132 <!--chtml endif--> Select&quot;, 
29134 <!--chtml if pinemode="function_key"-->
29135 &quot;F6
29136 <!--chtml else-->
29137 &quot;A 
29138 <!--chtml endif-->
29139 Apply&quot;, and 
29140 <!--chtml if pinemode="function_key"-->
29141 &quot;F4
29142 <!--chtml else-->
29143 &quot;Z 
29144 <!--chtml endif-->
29145 Zoom&quot; commands are enabled by this feature.  Select is used to
29146 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
29147 then be used to apply any message command to all of the selected/tagged
29148 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
29149 view between just those Selected and all messages in the folder.
29151 This feature also enables the 
29152 <!--chtml if pinemode="function_key"-->
29153 &quot;F7&quot; 
29154 <!--chtml else-->
29155 &quot;^X&quot; 
29156 <!--chtml endif-->
29158 subcommand in the MESSAGE INDEX 
29159 WhereIs command that causes all messages matching the WhereIs argument to 
29160 become selected; and the Select, Select Current, and ZoomMode commands in the
29161 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
29163 Some related help topics are
29164 <UL>
29165 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29166 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29167 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
29168 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29169 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29170 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29171 </UL>
29173 <UL>   
29174 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29175 </UL><P>
29176 &lt;End of help on this topic&gt;
29177 </BODY>
29178 </HTML>
29180 ====== h_config_enable_flag =====
29181 <HTML>
29182 <HEAD>
29183 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
29184 </HEAD>
29185 <BODY>
29186 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
29188 Setting this feature enables the
29189 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
29190 command that allows you to
29191 manipulate the status flags associated with a message.  By default, Flag
29192 will set the "Important" flag, which results in an asterisk being
29193 displayed in column one of the MESSAGE INDEX for such messages.
29195 &lt;End of help on this topic&gt;
29196 </BODY>
29197 </HTML>
29198 ====== h_config_flag_screen_default =====
29199 <HTML>
29200 <HEAD>
29201 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
29202 </HEAD>
29203 <BODY>
29204 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
29206 The feature modifies the behavior of the
29207 <a href="h_common_flag">Flag</a>
29208 command (provided it too is
29209 <A HREF="h_config_enable_flag">enabled</A>).
29210 By default, when the "* Flag" command is selected,
29211 Alpine offers a prompt to set one of several flags and also offers the
29212 option of entering the detailed flag manipulation screen via the "^T"
29213 key. Enabling this feature causes Alpine to immediately enter the detailed
29214 flag screen rather than first offer the simple prompt.
29216 <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.
29218 &lt;End of help on this topic&gt;
29219 </BODY>
29220 </HTML>
29221 ====== h_config_flag_screen_kw_shortcut =====
29222 <HTML>
29223 <HEAD>
29224 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
29225 </HEAD>
29226 <BODY>
29227 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
29229 This feature modifies the behavior of the
29230 <a href="h_common_flag">Flag</a> command
29231 and the <A HREF="h_index_cmd_select">Select</A> command.
29232 This feature is set by default.
29233 When this feature is not set, when the "* Flag" command is selected,
29234 Alpine offers a prompt to set one of several flags and also offers the
29235 option of entering the detailed flag manipulation screen via the "^T"
29236 key.
29237 If you have
29238 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
29239 defined, then enabling this feature adds a shortcut way to set or unset
29240 keywords.
29241 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
29242 a keyword if you've given it a nickname) and that will set the keyword.
29244 An example is easier to understand than the explanation.
29245 The flag command can always be used to set the system flags.
29246 For example, to set the Answered flag you would type
29248 <CENTER><SAMP>* A</SAMP></CENTER>
29250 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
29251 option in the Config screen.
29252 By default, to set a keyword like &quot;Work&quot; you would usually
29253 have to go to the Flag Details screen using
29254 the &quot;^T To Flag Details&quot; command.
29255 Instead, if you have enabled this feature, you may type
29257 <CENTER><SAMP>* W</SAMP></CENTER>
29259 to set the Work flag, or
29261 <CENTER><SAMP>* ! W</SAMP></CENTER>
29263 to unset it.
29264 Just like for the other flag setting commands, the case of the letter does
29265 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
29266 keyword.
29268 Notice that you can only use this trick for one keyword that begins
29269 with &quot;W&quot;.
29270 If you happen to have a &quot;Work&quot; keyword and another keyword that is
29271 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
29272 your list of keywords.
29273 Also, there are five letters that are reserved for system
29274 flags and the NOT command.
29275 If you type &quot;* A&quot; it will always set the Answered flag, not
29276 your &quot;Aardvark&quot; keyword.
29277 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
29278 the Flag Details screen.
29280 Because enabling the
29281 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
29282 option causes Alpine to skip directly to the Flag Details screen when the
29283 Flag command is used, 
29284 setting it will cause this feature to have no effect at all.
29286 Similarly, when Selecting by Keyword, setting this option will allow you
29287 to use Keyword initials instead of full keywords.
29289 &lt;End of help on this topic&gt;
29290 </BODY>
29291 </HTML>
29292 ====== h_config_can_suspend =====
29293 <HTML>
29294 <HEAD>
29295 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
29296 </HEAD>
29297 <BODY>
29298 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
29300 Setting this feature will allow you to type ^Z (Control Z) to 
29301 <!--chtml if pinemode="os_windows"-->
29302 minimize Alpine into its icon, bringing into focus whatever
29303 application is running behind the PC-Alpine window.
29304 <!--chtml else-->
29305 temporarily suspend Alpine.
29308 This does not exit Alpine, but puts it in the background to watch
29309 for new mail and such.  Normally, you type a command, such
29310 as &quot;fg&quot; at your system prompt to return to your Alpine session.
29313 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
29314 adjusts whether Alpine is placed into the background of the shell its 
29315 running in or starts a news shell.
29316 <!--chtml endif-->
29319 <UL>   
29320 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29321 </UL><P>
29322 &lt;End of help on this topic&gt;
29323 </BODY>
29324 </HTML>
29325 ====== h_config_take_lastfirst ======
29326 <HTML>
29327 <HEAD>
29328 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
29329 </HEAD>
29330 <BODY>
29331 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
29333 Normally, when TakeAddr is used to copy an address from a message into
29334 an address book entry, Alpine will attempt to rewrite the full name of the
29335 address in the form
29338 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
29340 instead of<P>
29342 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
29345 It does this because many people find it useful to sort by Last name
29346 instead of First name.  If this feature is set, then the TakeAddr command
29347 will not attempt to reverse the name in this manner.
29349 &lt;End of help on this topic&gt;
29350 </BODY></HTML>
29351 ====== h_config_disable_regex ======
29352 <HTML>
29353 <HEAD>
29354 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
29355 </HEAD>
29356 <BODY>
29357 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
29359 Normally, the
29360 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29361 option is interpreted as a regular expression.
29362 One type of address that might cause trouble is an address that
29363 contains a plus sign.
29364 If you want to have an address with a plus as one of your
29365 <!--#echo var="VAR_alt-addresses"-->
29366 and you don't want to use regular expressions, then setting this
29367 feature will cause Alpine to treat the addresses you list literally instead.
29369 &lt;End of help on this topic&gt;
29370 </BODY></HTML>
29371 ====== h_config_take_fullname ======
29372 <HTML>
29373 <HEAD>
29374 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
29375 </HEAD>
29376 <BODY>
29377 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
29379 Normally, when TakeAddr is used to copy an address or addresses
29380 from a message into an address book entry, Alpine will try to preserve
29381 the full name associated with each address in the list of addresses.
29382 The reason for this is so that if the entry is a list or later becomes a
29383 list, then information about the individual addresses in the list
29384 is preserved.
29385 If you would rather just have the simple addresses in the list of addresses,
29386 set this feature. For example, with the default setting you might
29387 see something like this in the ADDRESS BOOK editor after you type TakeAddr
29389 <PRE>
29390  Nickname  : nick
29391  Fullname  : Bedrock Elders
29392  Fcc       :
29393  Comment   :
29394  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
29395              Barney Rubble &lt;rubble@bedrock.org&gt;
29396 </PRE>
29398 but with this feature set it would look like
29400 <PRE>
29401  Nickname  : nick
29402  Fullname  : Bedrock Elders
29403  Fcc       :
29404  Comment   :
29405  Addresses : flint@bedrock.org,
29406              rubble@bedrock.org
29407 </PRE>
29409 instead. Note the difference in the Addresses field.
29411 &lt;End of help on this topic&gt;
29412 </BODY></HTML>
29413 ====== h_config_print_from ======
29414 <HTML>
29415 <HEAD>
29416 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
29417 </HEAD>
29418 <BODY>
29419 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
29421 If this feature is set, then the Berkeley-mail style From line is included
29422 at the start of each message that is printed.  This line looks something
29423 like the following, with the address replaced by the address from the
29424 From line of the message being printed:
29426 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
29427 14:11:06 1998
29429 &lt;End of help on this topic&gt;
29430 </BODY>
29431 </HTML>
29432 ====== h_config_expanded_distlists ======
29433 <HTML>
29434 <HEAD>
29435 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
29436 </HEAD>
29437 <BODY>
29438 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
29439 If this feature is set, then distribution lists in the address book
29440 screen will always be expanded automatically.
29442 &lt;End of help on this topic&gt;
29443 </BODY>
29444 </HTML>
29445 ====== h_config_compose_news_wo_conf ======
29446 <HTML>
29447 <HEAD>
29448 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
29449 </HEAD>
29450 <BODY>
29451 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
29452 This feature controls one aspect of Alpine's Composer.  If you enter the
29453 composer while reading a newsgroup, you will normally be prompted to
29454 determine whether you intend the new message to be posted to the current
29455 newsgroup or not.  If this feature is set, Alpine will not prompt you
29456 in this situation, and will assume that you do indeed wish to post
29457 to the newsgroup you are reading.
29459 &lt;End of help on this topic&gt;
29460 </BODY>
29461 </HTML>
29462 ====== h_config_compose_rejects_unqual ======
29463 <HTML>
29464 <HEAD>
29465 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
29466 </HEAD>
29467 <BODY>
29468 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
29470 This feature controls one aspect of the message composer; in particular,
29471 what happens when an unqualified name is entered into an address header.
29472 If set, unqualified names entered as addresses will be treated as errors
29473 unless they match an addressbook nickname.  Alpine will not attempt to turn
29474 them into complete addresses by adding your local domain.<P>
29476 A complete (fully qualified) address is one containing a username followed
29477 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
29478 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
29479 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
29481 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
29485 When you enter a fully qualified address, Alpine does not interpret or
29486 modify it, but simply passes it on to the mail-transport-agent (MTA) for
29487 your system.  Alpine conforms to the Internet standards governing message
29488 headers and will not send an unqualifed name to the MTA.  Therefore, when
29489 you enter an unqualified name, Alpine will normally attempt to turn it into
29490 a fully qualified address, first by checking to see if you have entered a
29491 matching nickname in your addressbook, or failing that, by simply adding
29492 your own domain to the name entered.  So if your address is
29493 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
29494 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
29495 that into &quot;fred@example.com&quot;.<P>
29497 There are situations where it is not desirable for Alpine to interpret such
29498 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
29499 turned out to be a typo (intended to be an addressbook nickname), but
29500 there actually was a &quot;fred&quot; in your local domain, the message might 
29501 be mis-delivered without your realizing it.  In order to reduce the likelihood
29502 of such accidents, setting this feature will cause Alpine to treat such
29503 addresses as errors, and require that you explicitly enter the full local
29504 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
29505 matches an address book nickname.<P>
29507 Consider this a safety feature against mis-directed mail.
29509 <UL>   
29510 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29511 </UL><P>
29512 &lt;End of help on this topic&gt;
29513 </BODY>
29514 </HTML>
29515 ====== h_config_quell_local_lookup ======
29516 <HTML>
29517 <HEAD>
29518 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
29519 </HEAD>
29520 <BODY>
29521 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
29523 This feature controls an aspect of Alpine's Composer, and if needed, will
29524 usually be set by your system manager in Alpine's system-wide configuration
29525 file. Specifically, if this feature is set, Alpine will not attempt to look
29526 in the system password file to find a Full Name for the entered address.
29528 Normally, names you enter into address fields (e.g. To: or Cc:) are
29529 checked against your address book(s) to see if they match an address book
29530 nickname.  Failing that, (in Unix Alpine) the name is then checked against
29531 the Unix password file.  If the entered name matches a username in the
29532 system password file, Alpine extracts the corresponding Full Name information
29533 for that individual, and adds that to the address being entered.
29535 However, password file matching can have surprising (incorrect) results if
29536 other users of the system do not receive mail at the domain you are using.
29537 That is, if either the 
29538 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
29539 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
29540 option
29541 is set such that the administrative domain of other users on the system
29542 isn't accurately reflected, Alpine should be told that a passwd file match
29543 is coincidental, and Full Name info will be incorrect.  For example, a
29544 personal name from the password file could get falsely paired with the
29545 entered name as it is turned into an address in the configured domain.
29547 If you are seeing this behavior, enabling this feature will prevent Unix
29548 Alpine from looking up names in the password file to find the Full Name
29549 for incomplete addresses you enter.<P>
29550 <UL>
29551 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29552 </UL>
29554 &lt;End of help on this topic&gt;
29555 </BODY>
29556 </HTML>
29557 ====== h_config_tab_checks_recent ======
29558 <HTML>
29559 <HEAD>
29560 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
29561 </HEAD>
29562 <BODY>
29563 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
29565 In a FOLDER LIST screen, the TAB key usually just changes which
29566 folder is highlighted.
29567 If this feature is set, then the TAB key will cause the number of
29568 recent messages and the total number of messages in the highlighted folder
29569 to be displayed instead.
29572 &lt;End of help on this topic&gt;
29573 </BODY>
29574 </HTML>
29575 ====== h_config_maildrops_preserve_state ======
29576 <HTML>
29577 <HEAD>
29578 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
29579 </HEAD>
29580 <BODY>
29581 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
29583 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
29584 Normally, when mail is moved from a Mail Drop folder to a destination
29585 folder, it is delivered as new mail.
29586 Any Seen/New, Answered, Important/Flagged state that has changed will be
29587 ignored.
29588 All of the mail will be considered unSeen, unAnswered, and unImportant after
29589 it is moved.
29591 If this feature is set, then the state changes that have been made
29592 to the messages in the Mail Drop folder will be preserved.
29594 In any case, messages that are already marked Deleted when the
29595 mail is to be moved from the Mail Drop will be ignored.
29597 &lt;End of help on this topic&gt;
29598 </BODY>
29599 </HTML>
29600 ====== h_config_preopen_stayopens ======
29601 <HTML>
29602 <HEAD>
29603 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
29604 </HEAD>
29605 <BODY>
29606 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
29608 This feature is related to the option
29609 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29610 Normally, Stay Open folders are only opened on demand, when the user
29611 asks to open them.
29612 From then on they are kept open for the duration of the session.
29613 However, if this feature is set, then the Stay Open folders will all be
29614 opened at startup, at the same time that the INBOX is opened.
29617 &lt;End of help on this topic&gt;
29618 </BODY>
29619 </HTML>
29620 ====== h_config_expunge_inbox ======
29621 <HTML>
29622 <HEAD>
29623 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
29624 </HEAD>
29625 <BODY>
29626 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
29628 The INBOX is normally treated differently from regular folders in several
29629 ways.
29630 One of the differences is that the normal &quot;close&quot; sequence of
29631 events is deferred until Alpine is exited, instead of happening when you
29632 leave the INBOX to view another folder.
29633 The &quot;close&quot; sequence normally includes the Expunging
29634 of deleted messages
29635 (either automatically or after a prompt, controlled by the features
29636 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29637 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29638 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29639 handling of the
29640 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
29643 If this feature is set the &quot;close&quot; sequence handling will take
29644 place every time you leave the INBOX.
29645 The INBOX will still be kept open, but the offer to Expunge and the archiving
29646 to the <!--#echo var="VAR_read-message-folder"-->
29647 will take place each time you leave the INBOX instead of only once at the
29648 end of the session.
29651 &lt;End of help on this topic&gt;
29652 </BODY>
29653 </HTML>
29654 ====== h_config_expunge_stayopens ======
29655 <HTML>
29656 <HEAD>
29657 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
29658 </HEAD>
29659 <BODY>
29660 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
29662 This feature is related to the option
29663 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29664 Stay Open folders are treated differently from regular folders in several
29665 ways.
29666 One of the differences is that the normal &quot;close&quot; sequence of
29667 events is deferred until Alpine is exited, instead of happening when you
29668 leave the folder to view another folder.
29669 The &quot;close&quot; sequence normally includes the Expunging
29670 of deleted messages
29671 (either automatically or after a prompt, controlled by the features
29672 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29673 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29674 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29675 handling of
29676 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
29679 If this feature is set the &quot;close&quot; sequence handling will take
29680 place when you leave the Stay Open folder.
29681 The folder will still be kept open, but the offer to Expunge and the archiving
29682 will take place each time you leave the folder instead of only once at the
29683 end of the session.
29684 This feature does not affect the INBOX, which will still only be processed
29685 when you exit Alpine.
29686 However, there is a similar feature that affects only the INBOX called
29687 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
29690 &lt;End of help on this topic&gt;
29691 </BODY>
29692 </HTML>
29693 ====== h_config_preserve_start_stop ======
29694 <HTML>
29695 <HEAD>
29696 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
29697 </HEAD>
29698 <BODY>
29699 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
29701 This feature controls how special control key characters, typically
29702 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
29703 are known as the "stop" and "start" characters and are sometimes used in
29704 communications paths to control data flow between devices that operate at
29705 different speeds.
29709 By default, Alpine turns the system's handling of these special characters
29710 off except during printing.  However, if you see Alpine reporting input errors
29711 such as:
29713 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
29715 and, at the same time, see your display become garbled, then it is likely
29716 that setting this option will solve the problem.  Be aware, though, that
29717 enabling this feature will also cause Alpine to ostensibly "hang" 
29718 whenever the Ctrl-S key combination is entered as the system is now
29719 interpreting such input as a "stop output" command.  To "start
29720 output"  again, simply type Ctrl-Q. 
29722 &lt;End of help on this topic&gt;
29723 </BODY>
29724 </HTML>
29725 ====== h_config_enable_incoming ======
29726 <HTML>
29727 <HEAD>
29728 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
29729 </HEAD>
29730 <BODY>
29731 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
29733 Alpine's Incoming Message Folders collection
29734 provides a convenient way to access multiple incoming folders.
29735 It is also useful if you have accounts on multiple computers.
29738 If set, this feature defines a pseudo-folder collection called
29739 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
29740 in this collection will be your INBOX, which will no longer show up in
29741 your Default folder collection.
29744 You may add more folders to the Incoming Message Folders collection by
29745 using the
29746 <!--chtml if pinemode="function_key"-->
29747 &quot;F10
29748 <!--chtml else-->
29749 &quot;A
29750 <!--chtml endif-->
29751 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
29752 the host the folder is stored on (which defaults to the same host used
29753 for your INBOX), a nickname, and the actual folder name.  Once a set
29754 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
29755 or MESSAGE TEXT screens) may be used to scan the folders for those
29756 with Recent messages.  If you add more folders to
29757 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
29758 no effect.
29760 NOTE: Normally the software that actually delivers mail (the stuff that happens
29761 before Alpine is involved) is in a better position to do delivery filtering
29762 than is Alpine itself.
29763 If possible, you may want to look at programs such as
29764 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
29765 filtering programs.
29766 If you'd prefer to have Alpine do the filtering for you, you may set that
29768 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
29770 <UL>   
29771 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29772 </UL><P>
29773 &lt;End of help on this topic&gt;
29774 </BODY>
29775 </HTML>
29776 ====== h_config_enable_incoming_checking ======
29777 <HTML>
29778 <HEAD>
29779 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
29780 </HEAD>
29781 <BODY>
29782 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
29784 This feature is only operational if you have enabled the optional
29785 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
29786 If you do have Incoming Message Folders and you also set this feature,
29787 then the number of Unseen messages in each folder will be displayed
29788 in the FOLDER LIST screen for the Incoming Message Folders.
29789 The number of Unseen messages in a folder will be displayed in parentheses
29790 to the right of the name of each folder.
29791 If there are no Unseen messages in a folder then only the name
29792 is displayed, not a set of parentheses with zero inside them.
29793 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
29794 the Incoming Message Folders to cause an immediate update.
29796 If a check for Unseen messages fails for a particular folder then Alpine
29797 will no longer attempt to check that folder for the duration of the
29798 session and this will be indicated by a question mark inside the
29799 parentheses.
29801 The features
29802 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
29803 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
29804 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
29805 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
29806 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
29807 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
29808 all affect how this feature behaves.
29810 <UL>   
29811 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29812 </UL><P>
29813 &lt;End of help on this topic&gt;
29814 </BODY>
29815 </HTML>
29816 ====== h_config_incoming_checking_total ======
29817 <HTML>
29818 <HEAD>
29819 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
29820 </HEAD>
29821 <BODY>
29822 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
29824 This option has no effect unless the feature
29825 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
29826 is set, which in turn has no effect unless
29827 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
29828 is set.
29830 When incoming folder checking is turned on the default is to display
29831 the number of unseen messages in each folder.
29832 More precisely, it is the number of undeleted unseen messages.
29833 Using this option you may also display the total number of messages
29834 in each folder.
29835 Instead of a single number representing the number of unseen messages
29836 you will get two numbers separated by a slash character.
29837 The first is the number of unseen messages and the second is the
29838 total number of messages.
29840 You may also use the recent message count instead of the unseen message
29841 count by turning on the feature
29842 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
29844 <UL>   
29845 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29846 </UL><P>
29847 &lt;End of help on this topic&gt;
29848 </BODY>
29849 </HTML>
29850 ====== h_config_incoming_checking_recent ======
29851 <HTML>
29852 <HEAD>
29853 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
29854 </HEAD>
29855 <BODY>
29856 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
29858 This option has no effect unless the feature
29859 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
29860 is set, which in turn has no effect unless
29861 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
29862 is set.
29864 When incoming folder checking is turned on the default is to display
29865 the number of unseen messages in each folder.
29866 More precisely, it is the number of undeleted unseen messages.
29867 Using this option you may display the number of recent messages instead
29868 of the number of unseen messages.
29869 A message is only counted as recent if this is the first session to
29870 see it, so the recent count might be less than the unseen count.
29871 The difference between the two would be accounted for by the unseen messages
29872 in the folder which were there previously but have not been looked at yet.
29874 If you simultaneously run more than one email client at a time
29875 (for example, you run more than one Alpine in parallel) then turning
29876 this feature on can cause some confusion.
29877 The confusion stems from the fact that each message is only considered to be
29878 recent in one session.
29879 That means that the counts of new messages may be different in the two
29880 Alpines running side by side, because each incoming message will only be
29881 counted as recent in one of the two sessions.
29883 You may also display the total number of messages
29884 in each folder by using the
29885 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
29886 option.
29888 <UL>   
29889 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29890 </UL><P>
29891 &lt;End of help on this topic&gt;
29892 </BODY>
29893 </HTML>
29894 ====== h_config_attach_in_reply ======
29895 <HTML>
29896 <HEAD>
29897 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
29898 </HEAD>
29899 <BODY>
29900 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
29902 This feature controls an aspect of Alpine's Reply command. If set, any MIME
29903 attachments that were part of the original message will automatically be
29904 included in the Reply.
29906 &lt;End of help on this topic&gt;
29907 </BODY>
29908 </HTML>
29909 ====== h_config_include_header =====
29910 <HTML>
29911 <HEAD>
29912 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
29913 </HEAD>
29914 <BODY>
29915 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
29917 This feature controls an aspect of Alpine's Reply command. If set, and the
29918 original message is being included in the reply, then headers from that
29919 message will also be part of the reply.
29921 &lt;End of help on this topic&gt;
29922 </HEAD>
29923 </HTML>
29924 ====== h_config_sig_at_bottom =====
29925 <HTML>
29926 <HEAD>        
29927 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
29928 </HEAD>
29929 <BODY>
29930 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
29932 This feature controls an aspect of Alpine's Reply command.  If this feature
29933 is set, and the original message is being included in the reply, then the
29934 contents of your signature file (if any) will be inserted after the included
29935 message.
29937 This feature does not affect the results of a Forward command.
29939 &lt;End of help on this topic&gt;
29940 </BODY>
29941 </HTML>
29942 ====== h_config_sigdashes =====
29943 <HTML>
29944 <HEAD>
29945 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
29946 </HEAD>
29947 <BODY>
29948 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
29950 This feature enables support for the common USENET news convention 
29951 of preceding a message signature with the special line consisting of 
29952 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
29955 When enabled and a
29956 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
29957 Alpine will insert the special line before including the file's text (unless
29958 the special line already exists somewhere in the file's text).
29961 In addition, when you Reply or Followup to a message containing one of
29962 these special lines and choose to include its text, Alpine will observe
29963 the convention of not including text beyond the special line in your
29964 reply.
29965 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
29966 mode is enabled and turned on, then Alpine <EM>will</EM>
29967 include the text beyond the special line regardless of the setting of
29968 this feature.
29971 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
29972 for a related feature.
29975 <UL>   
29976 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29977 </UL><P>
29978 &lt;End of help on this topic&gt;
29979 </BODY>
29980 </HTML>
29981 ====== h_config_new_thread_blank_subject =====
29982 <HTML>
29983 <HEAD>
29984 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
29985 </HEAD>
29986 <BODY>
29987 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
29989 When this feature is enabled (the default) Alpine will create a new thread
29990 every time that the subject line becomes empty at any time during composition.
29993 This behavior is particularly useful in case you are replying to a message.
29994 Replying to a message causes the message to be in the same thread than the
29995 original message that is being replied to. However, many authors want to create
29996 a new message (in a different thread) while replying to a message, and they do
29997 this by changing the full subject, by first deleting the original subject and
29998 typing the new subject of the current message.
30001 Enabling this feature causes that any time that the subject is deleted, the 
30002 message being composed will be considered the first message of a new thread.
30005 <UL>   
30006 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30007 </UL><P>
30008 &lt;End of help on this topic&gt;
30009 </BODY>
30010 </HTML>
30011 ====== h_config_strip_sigdashes =====
30012 <HTML>
30013 <HEAD>
30014 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
30015 </HEAD>
30016 <BODY>
30017 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
30019 This feature doesn't do anything if the feature
30020 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
30021 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
30022 then turning on this feature enables support for the convention
30023 of not including text beyond the sigdashes line when Replying or Following
30024 up to a message and including the text of that message.
30025 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
30026 mode is enabled and turned on, then Alpine <EM>will</EM>
30027 include the text beyond the special line regardless of the setting of
30028 this feature.
30030 In other words, this is a way to turn on the signature stripping behavior
30031 without also turning on the dashes-adding behavior.
30033 <UL>   
30034 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30035 </UL><P>
30036 &lt;End of help on this topic&gt;
30037 </BODY>
30038 </HTML>
30039 ====== h_config_forward_as_attachment =====
30040 <HTML>
30041 <HEAD>
30042 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
30043 </HEAD>
30044 <BODY>
30045 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
30047 This feature affects the way forwarded message text is handled.  When set, rather than 
30048 include the text of the forwarded message below any additional text you provide in the
30049 composer, the forwarded message is attached in its entirety to the message you send.
30051 This is useful in that it keeps the text you provide in the composer distinct from the
30052 text of the forwarded message.  Similarly, it allows the recipient to 
30053 conveniently operate on the forwarded message.  For example, they might reply directly to
30054 the sender of the forwarded message, or process it as part of a spam report.
30055 <UL>   
30056 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30057 </UL><P>
30058 &lt;End of help on this topic&gt;
30059 </BODY>
30060 </HTML>
30061 ====== h_config_preserve_field =====
30062 <HTML>
30063 <HEAD>
30064 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
30065 </HEAD>
30066 <BODY>
30067 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
30069 This feature affects Alpine's behavior when one replies to a message. 
30070 When you receive a message, some or all of the recipients of the message 
30071 have been added to the To: and Cc: fields. If you reply to such message, 
30072 and this feature is disabled, then the original sender of the message is 
30073 added to the To: field, and all other recipients are added to the Cc: 
30074 field, while your address is added to the From: field.
30077 However, if this feature is enabled, then Alpine will preserve the 
30078 original fields as sent in the original message, so the Cc: and To: 
30079 fields will be preserved. The sender's address will be added to the To: 
30080 field, while your address is added to the From: field.
30083 The behavior of this feature is that replies to all messages will behave 
30084 in the way described above. If you only intend this to happen on a per 
30085 message basis, then keep this feature disabled, and when replying to a 
30086 message you will see a new option in the menu for the &quot;Reply to all 
30087 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
30088 make Alpine toggle its question so you can preserve the To: and Cc: 
30089 fields for that message only.
30091 <UL>   
30092 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30093 </UL><P>
30094 &lt;End of help on this topic&gt;
30095 </BODY>
30096 </HTML>
30097 ====== h_config_sub_lists =====
30098 <HTML>
30099 <HEAD>
30100 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
30101 </HEAD>
30102 <BODY>
30103 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
30105 This feature affects the subcommands available when Saving, 
30106 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
30107 available. This command allows you to type in a substring of the folder
30108 you are looking for and when you type ^X it will display all folders
30109 that contain that substring in their names.
30110 This feature is set by default.
30113 &lt;End of help on this topic&gt;
30114 </BODY>
30115 </HTML>
30116 ====== h_config_scramble_message_id =====
30117 <HTML>
30118 <HEAD>
30119 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
30120 </HEAD>
30121 <BODY>
30122 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
30124 If this feature is set, the message-id header value
30125 will be transformed with a simple Rot13 transformation.
30126 The result will still have the correct syntax for a Message-ID but the
30127 part of the MessageID that is often a domain name will not be an actual
30128 domain name because the letters will be scrambled.
30130 It is possible (but unlikely?) that some spam detection
30131 software will use that as a reason to reject the mail as spam.
30132 It has also been reported that some spam detection software uses the
30133 fact that there are no dots after the &quot;@&quot; as a reason to reject
30134 messages.
30135 If your PC-Alpine Message-ID is using a name without a dot that is because
30136 that is what Windows thinks is your &quot;Full computer name&quot;.
30137 The method used to set this varies from one type of Windows to another but
30138 check under Settings -> Control Panel -> System and
30139 look for Network Identification or Computer Name or something similar.
30140 How to set it is beyond the scope of Alpine.
30143 &lt;End of help on this topic&gt;
30144 </BODY>
30145 </HTML>
30146 ====== h_downgrade_multipart_to_text =====
30147 <HTML>
30148 <HEAD>
30149 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
30150 </HEAD>
30151 <BODY>
30152 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
30155 This feature affects Alpine's behavior when sending mail.  Internet
30156 standards require Alpine to translate all non-ASCII characters in
30157 messages that it sends using MIME encoding.  This encoding can be
30158 ostensibly broken for recipients if any agent between Alpine and the
30159 recipient, such as an email list expander, appends text to the
30160 message, such as list information or advertising.  When sending such
30161 messages Alpine attempts to protect such encoding by placing extra
30162 MIME boundaries around the message text.
30164 These extra boundaries are invisible to recipients that 
30165 use MIME-aware email programs (the vast majority).  However, if
30166 you correspond with users of email programs that are not MIME-aware,
30167 or do not handle the extra boundaries gracefully, you can
30168 use this feature to prevent Alpine from including the extra
30169 MIME information.  Of course, it will increase the likelihood
30170 that non-ASCII text you send may appear corrupt to the recipient.
30172 &lt;End of help on this topic&gt;
30173 </BODY>
30174 </HTML>
30175 ====== h_config_show_sort =====
30176 <HTML>
30177 <HEAD>
30178 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
30179 </HEAD>
30180 <BODY>
30181 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
30183 If this feature is set and there is sufficient space on the screen,
30184 a short indication of the current sort order will be
30185 added in the titlebar (the top line on the screen), before the name
30186 of the folder.
30187 For example, with the default Arrival sort in effect,
30188 the display would have the characters
30190 <P><CENTER>[A]</CENTER><P>
30192 added between the title of the screen and the folder name.
30193 The letters are the same as the letters you may type to manually
30194 sort a folder with the SortIndex command ($).
30195 The letters in the table below are the ones that may show
30196 up in the titlebar line.
30198 <TABLE>   
30199 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
30200 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
30201 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
30202 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
30203 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
30204 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
30205 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
30206 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
30207 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
30208 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
30209 </TABLE>
30211 If the sort order is Reversed, the letter above will be preceded by the letter
30212 &quot;R&quot;, for example
30214 <P><CENTER>[RS]</CENTER><P>
30216 means that a Reverse Subject sort is in effect.
30217 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
30218 left out, and just an &quot;R&quot; is shown.
30220 <P><CENTER>[R]</CENTER>
30223 &lt;End of help on this topic&gt;
30224 </BODY>
30225 </HTML>
30226 ====== h_config_disable_reset_disp =====
30227 <HTML>
30228 <HEAD>
30229 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
30230 </HEAD>
30231 <BODY>
30232 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
30234 UNIX Alpine only.
30236 This feature affects Alpine's behavior when using
30237 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
30238 Normally, before the display filter is run, the terminal mode is reset
30239 to what it was before you started Alpine.
30240 This may be necessary if the filter requires the use of the terminal.
30241 For example, it may need to interact with you.
30242 If you set this feature, then the terminal mode will not be reset.
30243 One thing that turning on this feature should fix is the coloring of
30244 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
30245 breaks because the terminal reset resets the color state of the terminal.
30248 &lt;End of help on this topic&gt;
30249 </BODY>
30250 </HTML>
30251 ====== h_config_disable_sender =====
30252 <HTML>
30253 <HEAD>
30254 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
30255 </HEAD>
30256 <BODY>
30257 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
30259 This feature affects Alpine's generation of the &quot;Sender:&quot; or
30260 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
30261 header fields.
30262 Prior to version 2.24, Alpine generated such a header in situations where the
30263 username or domain were not the same as
30264 the &quot;From:&quot; header on the message.
30265 With this feature set,
30266 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
30267 This may be desirable on a system that is virtually hosting many domains,
30268 and the sysadmin has other methods available for tracking a message to
30269 its originator.
30271 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
30274 &lt;End of help on this topic&gt;
30275 </BODY>
30276 </HTML>
30277 ====== h_config_use_sender_not_x =====
30278 <HTML>
30279 <HEAD>
30280 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
30281 </HEAD>
30282 <BODY>
30283 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
30285 Normally Alpine adds a header line
30286 labeled &quot;X-X-Sender&quot;, if the sender is
30287 different from the From: line.
30288 The standard specifies that this header
30289 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
30290 Setting this feature causes
30291 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
30293 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
30296 &lt;End of help on this topic&gt;
30297 </BODY>
30298 </HTML>
30299 ====== h_config_use_fk =====
30300 <HTML>
30301 <HEAD>
30302 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
30303 </HEAD>
30304 <BODY>
30305 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
30307 This feature specifies that Alpine will respond to function keys instead of
30308 the normal single-letter commands. In this mode, the key menus at the
30309 bottom of each screen will show function key designations instead of the
30310 normal mnemonic key.
30313 &lt;End of help on this topic&gt;
30314 </BODY>
30315 </HTML>
30316 ====== h_config_cancel_confirm =====
30317 <HTML>
30318 <HEAD>
30319 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
30320 </HEAD>
30321 <BODY>
30322 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
30324 This feature affects what happens when you type ^C to cancel a composition.
30325 By default, if you attempt to cancel a composition by typing ^C, you will be
30326 asked to confirm the cancellation by typing a &quot;C&quot;
30327 for <EM>C</EM>onfirm.
30328 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
30329 risky because the &quot;^C Y&quot; needed to cancel a message
30330 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
30332 If this feature is set the confirmation asked for
30333 will be a &quot;<EM>Y</EM>es&quot;
30334 instead of a &quot;<EM>C</EM>onfirm&quot; response.
30337 &lt;End of help on this topic&gt;
30338 </BODY>
30339 </HTML>
30340 ====== h_config_compose_maps_del =====
30341 <HTML>
30342 <HEAD>
30343 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
30344 </HEAD>
30345 <BODY>
30346 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
30348 This feature affects the behavior of the DELETE key.
30349 If set, Delete will be equivalent to ^D, and delete
30350 the current character.  Normally Alpine defines the Delete key
30351 to be equivalent to ^H, which deletes the <EM>previous</EM>
30352 character.
30355 &lt;End of help on this topic&gt;
30356 </BODY>
30357 </HTML>
30358 ====== h_config_compose_bg_post =====
30359 <HTML>
30360 <HEAD>
30361 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
30362 </HEAD>
30363 <BODY>
30364 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
30366 This feature affects the behavior of Alpine's mail sending.  If set, this
30367 feature enables a subcommand in the composer's "Send?" confirmation
30368 prompt.  The subcommand allows you to tell Alpine to handle the actual
30369 posting in the background.  While this feature usually allows posting
30370 to appear to happen very fast, it has no affect on the actual delivery
30371 time it takes a message to arrive at its destination.
30374 Please Note:
30375 <OL>
30376  <LI>This feature will have no effect if the feature
30377        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
30378        is set.
30379  <LI>This feature isn't supported on all systems.  All DOS and Windows,
30380        as well as several Unix ports, do not recognize this feature.
30381  <LI>Error handling is significantly different when this feature is
30382         enabled.  Any message posting failure results in the message
30383         being appended to your &quot;Interrupted&quot; mail folder.  When you
30384         type the <A HREF="h_common_compose">C</A>ompose command,
30385         Alpine will notice this folder and
30386         offer to extract any messages contained.  Upon continuing a 
30387         failed message, Alpine will display the nature of the failure 
30388         in the status message line.
30389  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
30390         for message data to
30391         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
30392         if you typically run close to any sort of disk-space limits or quotas.
30393 </OL>
30395 &lt;End of help on this topic&gt;
30396 </BODY>
30397 </HTML>
30398 ====== h_config_compose_dsn =====
30399 <HTML>
30400 <HEAD>
30401 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
30402 </HEAD>
30403 <BODY>
30404 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
30406 This feature affects the behavior of Alpine's mail sending.  If set, this
30407 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
30408 prompt.  The subcommand allows you to tell Alpine to request the type of
30409 Delivery Status Notification (DSN) that you would like.  Most users will
30410 be happy with the default, and need not enable this feature.
30412 If the feature
30413 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
30414 then this feature has no effect and the type of DSN is not selectable.
30417 Turning on this feature and then turning on the DSNOpts from the send
30418 prompt reveals four on-off toggles at the bottom of the screen.
30419 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
30420 that no notification be returned to you, even if there is a delivery
30421 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
30422 server that you are willing (or not) to receive delay notifications, which
30423 happen when there is an unusual delay at some mail server (in that mail
30424 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
30425 Success requests that you be sent a DSN message when the message is
30426 successfully delivered to the recipients mailbox.  Setting NoErrRets will
30427 automatically turn off Delay and Success notification, and will flip the
30428 toggles to show that.  Similarly, turning on Delay and/or Success will
30429 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
30430 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
30431 the full message be returned in any failed DSN.  RetHdrs requests that
30432 only the headers be returned in any failed DSN.  Notice that this command
30433 applies only to failed delivery status reports.  For delay or success
30434 reports, the full message is never returned, only the headers are returned.
30437 If you don't enable the DSN feature or if you don't turn it on for a
30438 particular message, the default is that you will be notified about failures,
30439 you might be notified about delays, and you won't be notified about
30440 successes.  You will usually receive the full message back when there is
30441 a failure.
30444 If you turn on the DSNOpts the default is to return as much information as
30445 possible to you.  That is, by default, the Success and Delay options are
30446 turned on and the full message will be returned on failure.
30449 The sending prompt will display the current DSN request (if any) in a
30450 shorthand form.  It will be:
30452 <P><CENTER>[Never]</CENTER>
30455 if you have requested NoErrRets.  Otherwise, it will look something like:
30457 <P><CENTER>[FDS-Hdrs]</CENTER>
30460 The &quot;F&quot; will always be there, indicating that you will be notified
30461 of failures.  (Alpine doesn't provide a way to request no failure notification
30462 and at the same time request either success or delay notification.  The only
30463 way to request no failure notifications is to request no notifications at
30464 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
30465 requested Delay and/or Success notification.  If one of those is missing,
30466 that means you are requesting no notification of the corresponding type.
30467 After the dash it will say either Hdrs or Full.  Hdrs means to return only
30468 the headers and Full means to return the full message (applies to
30469 failure notifications only).
30472 NOTE: This feature relies on your system's mail transport agent or
30473 configured
30474 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
30475 having the negotiation mechanism introduced in
30476 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
30477 &quot;Delivery Status Notification&quot; (DSN).  If the mail transport agent you
30478 are using doesn't support DSN, a short warning will be shown to you on
30479 the message line at the bottom of the screen after you send your message,
30480 but your message will have been sent anyway.
30483 Note that DSNs don't provide a mechanism to request read receipts.  That
30484 is, if you request notification on success you are notified when the
30485 message is delivered to the mailbox, not when the message is read.
30488 ESMTP allows for graceful migration to upgraded mail transfer agents, but
30489 it is possible that this feature might cause problems for some servers. 
30492 &lt;End of help on this topic&gt;
30493 </BODY>
30494 </HTML>
30495 ====== h_config_auto_zoom =====
30496 <HTML>
30497 <HEAD>
30498 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
30499 </HEAD>
30500 <BODY>
30501 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
30503 This feature affects the behavior of the Select command.
30504 If set, the select command will automatically perform a zoom
30505 after the select is complete.
30506 This feature is set by default.
30508 Some related help topics are
30509 <UL>
30510 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30511 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30512 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30513 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30514 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30515 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30516 </UL>
30519 &lt;End of help on this topic&gt;
30520 </BODY>
30521 </HTML>
30522 ====== h_config_auto_unzoom =====
30523 <HTML>
30524 <HEAD>
30525 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
30526 </HEAD>
30527 <BODY>
30528 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
30530 This feature affects the behavior of the Apply command.  If set, and if
30531 you are currently looking at a Zoomed Index view of selected messages,
30532 the Apply command will do the operation you specify, but then will
30533 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
30534 the normal Index view after the Apply. 
30535 This feature is set by default.
30538 Some related help topics are
30539 <UL>
30540 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30541 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30542 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30543 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30544 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
30545 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30546 </UL>
30548 &lt;End of help on this topic&gt;
30549 </BODY>
30550 </HTML>
30551 ====== h_config_auto_unselect =====
30552 <HTML>
30553 <HEAD>
30554 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
30555 </HEAD>
30556 <BODY>
30557 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
30559 This feature affects the behavior of the Apply command.  If set,
30560 the Apply command will do the operation you specify, but then will
30561 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
30562 the normal Index view after the Apply. 
30565 Some related help topics are
30566 <UL>
30567 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30568 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30569 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30570 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
30571 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30572 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30573 </UL>
30575 &lt;End of help on this topic&gt;
30576 </BODY>
30577 </HTML>
30578 ====== h_config_fast_recent =====
30579 <HTML>
30580 <HEAD>
30581 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
30582 </HEAD>
30583 <BODY>
30584 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
30586 This feature controls the behavior of the TAB key when traversing folders
30587 in the optional 
30588 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
30589 collection or in optional <!--#echo var="VAR_news-collections"-->.
30592 When the TAB
30593 (<A HREF="h_common_nextnew">NextNew</A>)
30594 key is pressed, the default behavior is to
30595 explicitly examine the status of the folder for the number of recent
30596 messages (messages delivered since the last time it was viewed).
30597 Depending on the size and number of messages in the folder, this test
30598 can be time consuming.
30601 Enabling this feature will cause Alpine to only test for the existence of
30602 any recent messages rather than to obtain the count.  This is much faster
30603 in many cases.  The downside is that you're not given the number of recent
30604 messages when prompted to view the next folder.
30605 If the feature
30606 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
30607 is turned on, then the present feature will have no effect.
30610 <UL>   
30611 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30612 </UL><P>
30613 &lt;End of help on this topic&gt;
30614 </BODY>
30615 </HTML>
30616 ====== h_config_arrow_nav =====
30617 <HTML>
30618 <HEAD>
30619 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
30620 </HEAD>
30621 <BODY>
30622 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
30624 This feature controls the behavior of the left and right arrow keys.
30625 If set, the left and right arrow keys will operate like the usual
30626 navigation keys &lt; and &gt;.
30627 This feature is set by default.
30630 If you set this feature, and do not like the changed behavior of the up/down 
30631 arrow 
30632 keys when navigating through the FOLDER LIST screen -- 
30633 <B>first</B> from column to column, if more than one folder is 
30634 displayed per row, 
30635 and <B>then</B> from row to row -- you may either also wish to set the feature 
30636 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
30637 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
30638 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
30639 folders in each column.
30641 <UL>   
30642 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30643 </UL><P>
30644 &lt;End of help on this topic&gt;
30645 </BODY>
30646 </HTML>
30647 ====== h_config_relaxed_arrow_nav =====
30648 <HTML>
30649 <HEAD>
30650 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
30651 </HEAD>
30652 <BODY>
30653 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
30655 This feature controls the behavior of the left, right, up and down
30656 arrow keys in the FOLDER LIST screen when the &quot;<A
30657 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
30658 set.
30659 This feature is set by default.
30663 When this feature is set, the left and right
30664 arrow keys in the FOLDER LIST screen
30665 move the highlight bar to the left or right, and the up and
30666 down arrows move it up or down.
30669 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
30670 feature is not set;
30671 the left and right arrow keys in the Folder List screen strictly
30672 track the commands bound to the '&lt;' and '&gt;' keys, and the up
30673 and down arrow keys move the highlight bar to the previous and next
30674 folder or directory name.
30677 <UL>   
30678 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30679 </UL><P>
30680 &lt;End of help on this topic&gt;
30681 </BODY>
30682 </HTML>
30683 ====== h_config_alt_compose_menu =====
30684 <HTML>
30685 <HEAD>
30686 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
30687 </HEAD>
30688 <BODY>
30689 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
30691 This feature controls the menu that is displayed when Compose is selected.
30692 If set, a list of options will be presented, with each option representing
30693 the type of composition that could be used. This feature is most useful for
30694 users who want to avoid being prompted with each option separately, or who
30695 want to avoid the checking of remote postponed or form letter folders.
30696 The possible types of composition are:
30699 New, for starting a new composition. Note that if New is selected and roles
30700 are set, roles are checked for matches and applied according to the setting
30701 of the matching role.
30704 Interrupted, for continuing an interrupted composition. This option is only
30705 offered if an interrupted message folder is detected.
30708 Postponed, for continuing postponed compositions. This option is offered
30709 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
30710 the postponed folder actually exists. This option is especially handy
30711 for avoiding having to check for the existence of a remote postponed folder.
30714 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
30715 is set in the config, and is not checked for existence for reasons similar
30716 to those explained by the postponed option.
30719 setRole, for selecting a role to apply to a composition.
30722 &lt;End of help on this topic&gt;
30723 </BODY>
30724 </HTML>
30725 ====== h_config_alt_role_menu =====
30726 <HTML>
30727 <HEAD>
30728 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
30729 </HEAD>
30730 <BODY>
30731 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
30733 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
30734 a role and compose a new message using that role.
30735 When this feature is set, the role command will first ask whether you want to
30736 Compose a new message, Forward the current message, Reply to the
30737 current message, or Bounce the current message.
30738 If you are not in the MESSAGE INDEX and are not viewing a message,
30739 then there is no current message and the question will be skipped.
30740 After you have chosen to Compose, Forward, Reply, or Bounce you will
30741 then choose the role to be used.
30743 When Bouncing the &quot;Set From&quot; address is used for the
30744 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
30745 provided that the option
30746 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
30747 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
30748 set.
30749 Other actions of the role are ignored when Bouncing.
30752 &lt;End of help on this topic&gt;
30753 </BODY>
30754 </HTML>
30755 ====== h_config_always_spell_check =====
30756 <HTML>
30757 <HEAD>
30758 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
30759 </HEAD>
30760 <BODY>
30761 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
30763 When this feature is set, every composed message will be spell-checked before
30764 being sent.
30766 &lt;End of help on this topic&gt;
30767 </BODY>
30768 </HTML>
30769 ====== h_config_quell_asterisks =====
30770 <HTML>
30771 <HEAD>
30772 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
30773 </HEAD>
30774 <BODY>
30775 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
30777 When you are running Alpine you will sometimes be asked for a password
30778 in a prompt on the third line from the bottom of the screen.
30779 Normally each password character you type will cause an asterisk to echo
30780 on the screen. That gives you some feedback to know that your typing is
30781 being recognized.
30782 There is a very slight security risk in doing it this way because someone
30783 watching over your shoulder might be able to see how many characters there
30784 are in your password.
30785 If you'd like to suppress the echoing of the asterisks set this feature.
30787 &lt;End of help on this topic&gt;
30788 </BODY>
30789 </HTML>
30790 ====== h_config_quell_flowed_text =====
30791 <HTML>
30792 <HEAD>
30793 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
30794 </HEAD>
30795 <BODY>
30796 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
30798 Alpine generates flowed text where possible.
30799 The method for generating flowed text is defined by
30800 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
30801 the benefit of doing so is
30802 to send message text that can properly be viewed both on normal width displays
30803 and on displays with smaller or larger than normal screen widths.
30804 With flowed text, a space at the end of a line tells the receiving mail
30805 client that the following line belongs to the same paragraph.
30806 Quoted text will also be affected, with only the innermost
30807 level of &quot;&gt;&quot; quoting being followed by a space.
30808 However, if you have changed the
30809 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
30810 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
30811 quoted text will not be flowed.
30812 For this reason, we recommend that you leave your
30813 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
30815 This feature turns off the generation of flowed text, as it might be
30816 desired to more tightly control how a message is displayed on the receiving end.
30818 If this feature is <EM>not</EM> set, you can control on a message by message
30819 basis whether or not flowed text is generated.
30820 You do this by typing ^V at the Send confirmation prompt that you get
30821 after typing ^X to send a message.
30822 ^V is a toggle that turns flowing off and back on if typed again.
30823 If for some reason flowing cannot be done on a particular message, then the
30824 ^V command will not be available.
30825 This would be the case, for example, if this feature was set, or if your
30826 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
30827 If the feature
30828 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
30829 then the opportunity to control on a message by message basis
30830 whether or not flowed text is generated is lost.
30832 When this feature is not set and you have typed ^V to turn off flowing,
30833 the Send confirmation prompt will change to look like
30835 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
30837 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
30838 also turn off the sending of flowed text messages, but it differs in that
30839 it also trims all trailing white space from a message before sending it.
30841 If alternate editors are used extensively, be aware that a message will still
30842 be sent flowed if this feature is unset.  In most cases this will be fine,
30843 but if the editor has a &quot;flowed text&quot; mode, it would be best to
30844 use that.
30846 &lt;End of help on this topic&gt;
30847 </BODY>
30848 </HTML>
30849 ====== h_config_strip_ws_before_send =====
30850 <HTML>
30851 <HEAD>
30852 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
30853 </HEAD>
30854 <BODY>
30855 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
30857 By default, trailing whitespace is not stripped from
30858 a message before sending.  Trailing whitespace should have no effect on an
30859 email message, and in flowed text can aid in delimiting paragraphs.
30860 However, the old behavior of stripping trailing whitespace was in place
30861 to better deal with older clients that couldn't handle certain types of
30862 text encodings.  This feature restores the old behavior
30864 Trailing whitespace is of aid to flowed-text-formatted messages, which are
30865 generated by default but can be turned off via the
30866 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
30867 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
30868 of flowed text.
30870 &lt;End of help on this topic&gt;
30871 </BODY>
30872 </HTML>
30873 ====== h_config_alt_reply_menu =====
30874 <HTML>
30875 <HEAD>
30876 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></TITLE>
30877 </HEAD>
30878 <BODY>
30879 <H1>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></H1>
30881 Note that if this option is enabled, then the option
30882 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
30883 is ignored. See below to understand why.
30885 When you reply to a message, a series of questions are asked that 
30886 determines how your reply will be handled by Alpine. This feature only 
30887 affects the result of the first question you are asked, and its purpose is 
30888 to set values that could override defaults set in Alpine's main 
30889 configuration screen. As a result, this menu allows you to configure even 
30890 more features than you would be able to do without this option. For 
30891 example, this menu always allows you to override or select a <A 
30892 HREF="h_rules_roles">Role</A> if you have defined one, or allows you to 
30893 override your indent string, regardless of if you have enabled 
30894 <A HREF="h_config_prefix_editing"><!--#echo var="FEAT_enable-reply-indent-string-editing"--></A>.
30895 The full list of options can be found below.
30897 Here is an example of how this option works. After you press Reply,
30898 if you see &quot;A Inc Attach&quot; in the menu, it means that 
30899 if you press &quot;A&quot;, then Alpine will include the attachments
30900 of the original message, and the default is not to include them. 
30901 Conversely, if you see &quot;A No Attach&quot; 
30902 then by pressing &quot;A&quot; Alpine will not include
30903 attachments in your reply, and the default is that Alpine will 
30904 include them in your reply. The value that you see when you 
30905 start your reply is controlled by the option
30906 <A HREF="h_config_attach_in_reply">
30907 <!--#echo var="FEAT_include-attachments-in-reply"-->
30908 </A>. If the feature is enabled, then Alpine will display 
30909 &quot;A No Attach&quot; to override the default behavior. You can
30910 toggle between the two values of this option by pressing &quot;A&quot;.
30911 Remember that the value that you see in the menu is the action that will 
30912 be done when you press the associated command.
30914 Below are your options:
30915 <OL>
30916 <LI><B>A</B>: This determines if Alpine will include or not the 
30917 attachments sent to you in the message that you are replying to. The default 
30918 is to use the value of the configuration option 
30919 <A HREF="h_config_attach_in_reply"><!--#echo var="FEAT_include-attachments-in-reply"--></A> and can be overridden by using this command.
30921 <LI><B>H</B>: This command determines if the headers of a message are
30922 included in the body of the message that is being replied to. By default 
30923 Alpine will use the value of the configuration option 
30924 <A HREF="h_config_include_header"><!--#echo var="FEAT_include-header-in-reply"--></A>. 
30925 Observe that by toggling this option to include headers, text will be toggled
30926 to be included by default.
30928 <LI><B>R</B>: Can be used to set a role different from the default.
30930 <LI><B>S</B>: Determines if Alpine will strip the signature from a 
30931 message. The default is to strip the signature when the message is not
30932 viewed in headers mode, and you either have enabled
30933 <A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A> 
30935 <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>.
30937 <LI><B>Ctrl-R</B>: Can be used to edit the 
30938 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>.
30939 </OL>
30941 In order to include the text of the original message in the reply
30942 you either need to press 'y' to include the original text, or 'n' to 
30943 exclude it from the reply. Pressing return will execute the default 
30944 action, which is to include text only if the option
30945 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
30946 is enabled. However, notice that the default is to include text if you edit the 
30947 reply indent string or if you explicitly set through this menu that you
30948 want headers included in the reply message.
30951 &lt;End of help on this topic&gt;
30952 </BODY>
30953 </HTML>
30954 ====== h_config_del_from_dot =====
30955 <HTML>
30956 <HEAD>
30957 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
30958 </HEAD>
30959 <BODY>
30960 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
30962 This feature controls the behavior of the Ctrl-K command in the composer.
30963 If set, ^K will cut from the current cursor position to the end of the line,
30964 rather than cutting the entire line.
30967 &lt;End of help on this topic&gt;
30968 </BODY>
30969 </HTML>
30970 ====== h_config_print_index =====
30971 <HTML>
30972 <HEAD>
30973 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
30974 </HEAD>
30975 <BODY>
30976 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
30978 This feature controls the behavior of the Print command when in the
30979 MESSAGE INDEX screen.  If set, the print command will give you a prompt
30980 asking if you wish to print the message index, or the currently highlighted
30981 message. If not set, the message will be printed.
30984 &lt;End of help on this topic&gt;
30985 </BODY>
30986 </HTML>
30987 ====== h_config_allow_talk =====
30988 <HTML>
30989 <HEAD>
30990 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
30991 </HEAD>
30992 <BODY>
30993 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
30995 UNIX Alpine only.
30997 By default, permission for others to &quot;talk&quot; to your terminal is turned
30998 off when you are running Alpine.  When this feature is set, permission is
30999 instead turned on.  If enabled, you may see unexpected messages in the
31000 middle of your Alpine screen from someone attempting to contact you via the
31001 &quot;talk&quot; program.
31004 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
31005 talk daemon on your system will attempt to print a message on your screen 
31006 when someone else is trying to contact you.  If you wish to see these
31007 messages while you are running Alpine, you should enable this feature.
31010 If you do enable this feature and see a &quot;talk&quot; message, you must 
31011 suspend or quit Alpine before you can respond.
31014 &lt;End of help on this topic&gt;
31015 </BODY>
31016 </HTML>
31017 ====== h_config_send_filter_dflt =====
31018 <HTML>
31019 <HEAD>
31020 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
31021 </HEAD>
31022 <BODY>
31023 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
31024 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
31025 configured, setting this feature will cause
31026 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
31027 instead of unfiltered, the usual default.
31029 <UL>   
31030 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31031 </UL><P>
31032 &lt;End of help on this topic&gt;
31033 </BODY>
31034 </HTML>
31035 ====== h_config_custom_print =====
31036 <HTML>
31037 <HEAD>
31038 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
31039 </HEAD>
31040 <BODY>
31041 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
31043 When this feature is set, the print command will have an additional
31044 subcommand called "C CustomPrint".  If selected, you will have
31045 the opportunity to enter any system print command --instead of being 
31046 restricted to using those that have been previously configured in the 
31047 printer setup menu.
31050 &lt;End of help on this topic&gt;
31051 </BODY>
31052 </HTML>
31053 ====== h_config_enable_dot_files =====
31054 <HTML>
31055 <HEAD>
31056 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
31057 </HEAD>
31058 <BODY>
31059 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
31061 When this feature is set, files beginning with dot (".") will be
31062 visible in the file browser.  For example, you'll be able to select them
31063 when using the browser to add an attachment to a message.
31065 &lt;End of help on this topic&gt;
31066 </BODY>
31067 </HTML>
31068 ====== h_config_enable_dot_folders =====
31069 <HTML>
31070 <HEAD>        
31071 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
31072 </HEAD>
31073 <BODY>
31074 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
31076 When this feature is set, folders beginning with dot (".") may be added
31077 and viewed.
31079 &lt;End of help on this topic&gt;
31080 </BODY>
31081 </HTML>
31082 ====== h_config_ff_between_msgs =====
31083 <HTML>
31084 <HEAD>
31085 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
31086 </HEAD>
31087 <BODY>
31088 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
31090 Setting this feature causes a formfeed to be printed between messages when
31091 printing multiple messages (with Apply Print command).
31093 &lt;End of help on this topic&gt;
31094 </BODY>
31095 </HTML>
31096 ====== h_config_blank_keymenu =====
31097 <HTML>
31098 <HEAD>
31099 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
31100 </HEAD>
31101 <BODY>
31102 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
31104 If this feature is set the command key menu that normally appears on the
31105 bottom two lines of the screen will not usually be there.  Asking for
31106 help with ^G or ? will cause the key menu to appear instead of causing
31107 the help message to come up.  If you want to actually see the help text,
31108 another ^G or ? will show it to you.  After the key menu has popped
31109 up with the help key it will remain there for an O for Other command but
31110 disappear if any other command is typed.
31112 &lt;End of help on this topic&gt;
31113 </BODY>
31114 </HTML>
31115 ====== h_config_enable_mouse =====
31116 <HTML>
31117 <HEAD>
31118 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
31119 </HEAD>
31120 <BODY>
31121 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
31123 This feature controls whether or not an X terminal mouse can be used with
31124 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
31125 being used, the left mouse button on the mouse can be used to select text
31126 or commands.
31127 Clicking on a command at the bottom of the screen will behave as if you had
31128 typed that command.
31129 Clicking on an index line will move the current message highlight to
31130 that line.
31131 Double-clicking on an index line will view the message.
31132 Double-clicking on a link will view the link.
31134 This type of mouse support will also work in some terminal emulators which are
31135 not actually X terminals, but which have extra code to support the xterm
31136 style mouse.
31137 For those emulators you not only need to turn this feature on but you also
31138 have to set the $DISPLAY environment variable even though it isn't needed
31139 for your terminal.
31140 That will cause Alpine to think that it is an xterm and to properly interpret the
31141 escape sequences sent by the mouse.
31143 Note: if this feature is set, the behavior of X terminal cut-and-paste is
31144 also modified.  It is sometimes possible to hold the shift key down while clicking
31145 left or middle mouse buttons for the normal xterm cut/paste operations. 
31146 There is also an Alpine command to toggle this mode on or off.
31147 The command is Ctrl-&#92; (Control-backslash).
31149 &lt;End of help on this topic&gt;
31150 </BODY>
31151 </HTML>
31152 ====== h_config_enable_xterm_newmail =====
31153 <HTML>
31154 <HEAD>        
31155 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
31156 </HEAD>
31157 <BODY>
31158 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
31160 This feature controls whether or not Alpine will attempt to announce new
31161 mail arrival when it is running in an X terminal window and that window
31162 is iconified.  If set, and the $DISPLAY variable indicates that an X
31163 terminal is being used, Alpine will send appropriate escape sequences to
31164 the X terminal to modify the label on Alpine's icon to indicate that new
31165 mail has arrived. Alpine will also modify the Alpine window's title to
31166 indicate new mail.
31167 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
31169 &lt;End of help on this topic&gt;
31170 </BODY></HTML>
31171 ====== h_config_enable_newmail_short_text =====
31172 <HTML>
31173 <HEAD>        
31174 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
31175 </HEAD>
31176 <BODY>
31177 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
31179 This feature controls the text to be displayed in an icon in the event
31180 of a new message arrival.  Normally, the message will
31181 be the one that is displayed on the screen.  This feature shortens the
31182 message to a count of the number of new messages in brackets.  This may be
31183 more useful for those who use the window's title bar in the task bar as a
31184 new mail indicator.  This feature is only useful if the
31185 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
31186 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
31187 feature, this feature is only relevant when run in an xterm environment.
31189 &lt;End of help on this topic&gt;
31190 </BODY></HTML>
31191 ====== h_config_copy_to_to_from =====
31192 <HTML>
31193 <HEAD>
31194 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
31195 </HEAD>
31196 <BODY>
31197 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
31199 This feature affects the From address used when Replying to a message.
31200 It is probably only useful if you have some
31201 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
31202 defined.
31203 When enabled, it checks to see if any of the addresses in the To or Cc
31204 fields of the message you are replying to is one of your addresses.
31205 If it is, and there is only one of them, then that address is used as
31206 the From address in the message you are composing.
31207 In other words, you will be using a From address that is the same
31208 as the To address that was used to get the mail to you in the first place.
31211 If a role is being used and it has a From address defined, that From address will
31212 be used rather than the one derived from this feature.
31215 <UL>   
31216 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31217 </UL><P>
31218 &lt;End of help on this topic&gt;
31219 </BODY>
31220 </HTML>
31221 ====== h_config_prefix_editing =====
31222 <HTML>
31223 <HEAD>
31224 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
31225 </HEAD>
31226 <BODY>
31227 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
31229 This feature affects the Reply command's &quot;Include original message
31230 in Reply?&quot; prompt.  When enabled, it causes the
31231 &quot;Edit Indent String&quot; sub-command to appear which allows 
31232 you to edit the string Alpine would otherwise use to denote included 
31233 text from the message being replied to.<P>
31235 Thus, you can change Alpine's default message quote character (usually
31236 an angle bracket) on a per message basis. So you could change your quoted message to
31237 look, for example, like this:<p>
31239 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
31241 John: I just wanted to say hello and to congratulate you
31242 John: on a job well done!</pre><p>
31244 The configuration option
31245 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
31246 may be used to change what appears as the default string to be edited.
31248 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
31249 currently being replied to.
31251 If you change your <!--#echo var="VAR_reply-indent-string"-->
31252 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
31253 quoted text will not be flowed
31254 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
31255 when you reply.
31256 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
31257 set to the default value.
31259 <UL>   
31260 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31261 </UL><P>
31262 &lt;End of help on this topic&gt;
31263 </BODY>
31264 </HTML>
31265 ====== h_config_enable_search_and_repl =====
31266 <HTML>
31267 <HEAD>
31268 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
31269 </HEAD>
31270 <BODY>
31271 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
31273 This feature modifies the behavior of Alpine's composer.  Setting this
31274 feature causes Alpine to offer the "^R Replace" subcommand, which
31275 allows you to search and replace text strings in a message you are composing, 
31276 inside the "^W Where is" command.  
31280 To search and replace text, first enter the text to be replaced at the 
31281 "Search: " prompt.  Then, rather than pressing Enter to just search for that
31282 text, press ^R, which turns the prompt into 
31286 Search (to replace): 
31290 and then press Enter.  The cursor will highlight the first occurrence 
31291 of the text string you entered, and the prompt will show: 
31295 Replace "<your text string>" with : 
31299 where <your text string> is what you entered at the previous prompt;
31300 here, enter the replacement text.  To only replace the highlighted 
31301 occurrence, simply press Enter now; to replace all occurrences in the 
31302 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
31303 each replacement.
31307 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
31308 ^X toggles between "Replace All" and "Replace One."
31312 If you previously searched for text in a message, it will be offered for 
31313 re-use as part of the prompt, shown in [ ] brackets.
31316 &lt;End of help on this topic&gt;
31317 </BODY>
31318 </HTML>
31319 ====== h_config_enable_view_attach =====
31320 <HTML>
31321 <HEAD>
31322 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
31323 </HEAD>
31324 <BODY>
31325 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
31327 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31328 Setting this feature causes Alpine to present attachments in boldface.
31329 The first available attachment is displayed in inverse.  This is the
31330 "selected" attachment.  Pressing RETURN will cause Alpine to display
31331 the selected attachment.  Use the arrow keys to change which of the
31332 attachments displayed in boldface is the current selection.
31336 Speaking of arrow keys, the Up and Down Arrows will select the next
31337 and previous attachments if one is available on the screen for selection.
31338 Otherwise, they will simply adjust the viewed text one line up or down.
31342 Similarly, when selectable items are present in a message, the Ctrl-F key
31343 can be used to select the next item in the message independent of which
31344 portion of the viewed message is currently displayed. The Ctrl-B key can
31345 be used to select the previous item in the same way. 
31346 <P> 
31347 &lt;End of help on this topic&gt;
31348 </BODY>
31349 </HTML>
31350 ====== h_config_enable_y_print =====
31351 <HTML>
31352 <HEAD>
31353 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
31354 </HEAD>
31355 <BODY>
31356 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
31358 This feature modifies the behavior of Alpine's Print command.
31360 By default, Alpine's print command is available by pressing the "%" key.  
31361 (This command is a substantial change from Pine versions before 4.00 -- 
31362 where the print command was "Y" -- based on numerous complaints about 
31363 printing being invoked inadvertently, since Y also means "Yes.")  
31367 This feature is supplied to mitigate any disruption or anxiety users 
31368 might feel as a result of this change.  
31372 Enabling this feature will cause Alpine to recognize both the old
31373 command, "Y" for Prynt, as well the new "%" method for invoking
31374 printing.  Note, key menu labels are not changed as a result of
31375 enabling this feature.
31379 &lt;End of help on this topic&gt;
31380 </BODY>
31381 </HTML>
31382 ====== h_config_enable_lessthan_exit =====
31383 <HTML>
31384 <HEAD>
31385 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
31386 </HEAD>
31387 <BODY>
31388 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
31390 If this feature is set, then on screens where there is an Exit command
31391 but no < command, the < key will perform the same function as the Exit
31392 command.
31393 This feature is set by default.
31395 &lt;End of help on this topic&gt;
31396 </BODY>
31397 </HTML>
31398 ====== h_config_enable_view_url =====
31399 <HTML>
31400 <HEAD>
31401 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
31402 </HEAD>
31403 <BODY>
31404 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
31405 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31406 When this feature is set (the default) Alpine will select possible URLs from the
31407 displayed text and display them in boldface for selection.
31409 The first available URL is displayed in inverse.  This is the
31410 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
31411 the selected URL via either built-in means as with mailto:, imap:,
31412 news:, and nntp:, or via an external application as defined
31413 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
31414 variable.
31416 Use the arrow keys to change which of the URLs displayed in boldface
31417 is the current selection.
31419 Speaking of arrow keys, the Up and Down Arrows will select the next
31420 and previous URL if one is available on the screen for selection (unless 
31421 you have set the feature 
31422 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
31423 Otherwise, they will simply adjust the viewed text one line up or down.
31425 Similarly, when selectable items are present in a message, the Ctrl-F
31426 key can be used to select the next item in the message independent
31427 of which portion of the viewed message is currently displayed. The
31428 Ctrl-B key can be used to select the previous item in the same way.
31430 <UL>   
31431 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31432 </UL><P>
31433 &lt;End of help on this topic&gt;
31434 </BODY>
31435 </HTML>
31436 ====== h_config_enable_view_web_host =====
31437 <HTML>
31438 <HEAD>
31439 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
31440 </HEAD>
31441 <BODY>
31442 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
31444 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31445 When this feature is set (the default) Alpine will select possible web hostnames
31446 from the displayed text and display them in boldface for selection.  
31447 This can be useful when you receive messages referencing World Wide Web 
31448 sites without the use of complete URLs; for example, specifying only 
31449 &quot;www.some.site.com&quot; (which will <B>not</B> become a 
31450 selectable 
31451 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
31452 rather than explicitly
31453 &quot;http://www.some.site.com&quot;.  
31455 The first available hostname is displayed in inverse.  This is the
31456 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
31457 the selected hostname via an external application as defined
31458 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
31459 variable.
31461 Use the arrow keys (unless you have set the feature 
31462 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
31463 to change which of the hostnames displayed in
31464 boldface is the current selection.
31466 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
31467 key can be used to select the next web hostname in the message independent
31468 of which portion of the viewed message is currently displayed. The
31469 Ctrl-B key can be used to select the previous web hostnames in the same way.
31471 <UL>   
31472 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31473 </UL><P>
31474 &lt;End of help on this topic&gt;
31475 </BODY>
31476 </HTML>
31477 ====== h_config_enable_view_addresses =====
31478 <HTML>
31479 <HEAD>
31480 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
31481 </HEAD>
31482 <BODY>
31483 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
31485 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31486 Setting this feature causes Alpine to select possible email addresses
31487 from the displayed text and display them in boldface for selection.  
31490 The first available email address is displayed in inverse.  This is the
31491 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
31492 the message composition screen with the To: field filled in with the
31493 selected address.
31495 Use the arrow keys (unless you have set the feature 
31496 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
31497 to change which of the hostnames displayed in
31498 boldface is the current selection.
31500 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
31501 key can be used to select the next web hostname in the message independent
31502 of which portion of the viewed message is currently displayed. The
31503 Ctrl-B key can be used to select the previous web hostnames in the same way.
31505 <UL>   
31506 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31507 </UL><P>
31508 &lt;End of help on this topic&gt;
31509 </BODY>
31510 </HTML>
31511 ====== h_external_loads_inline_images_only =====
31512 <HTML>
31513 <HEAD>
31514 <TITLE>FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></TITLE>
31515 </HEAD>
31516 <BODY>
31517 <H1>FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></H1>
31519 Alpine allows you to pass a HTML message to the browser that you have configured in your
31520 <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A> variable. This allows
31521 you to read a message outside of Alpine. This is desirable when Alpine does not display
31522 html correctly, or when you wish to read the message and see the inline images in the message.
31525 An inline image is one that comes with the message and is necessary for the correct display of
31526 the message. However, there are instances in which the source of an image will come from
31527 external servers. If this feature is enabled (the default) then Alpine will only pass inline
31528 images to the browser and will remove the link to external images, so only inline images will
31529 be used to display the message, and no external image will be loaded. Alpine does this to protect
31530 your privacy and security.
31533 Please note that messages are usually formatted by the sender so that they display correctly once
31534 all images have been loaded. Enabling this feature might cause the message not to be correctly
31535 displayed by your browser.
31538 Also consider security and privacy implications of opening an HTML message in a browser. You are
31539 always protected when you do not use this feature, but you might not have the same level of
31540 protection if you try to open a spam or scam using the html view. Also commercial email is
31541 normally embedded with links to external images that let them, their partners, and your internet
31542 service provider (which could be your employer or school)  know that you opened their message or
31543 connected to a web site, violating your privacy.
31546 If you are worried about your privacy and security, do not use an external viewer to open
31547 html files, and keep using the internal mechanisms that Alpine provides to read messages.
31550 &lt;End of help on this topic&gt;
31551 </BODY>
31552 <HTML>
31553 ====== h_config_enable_view_arrows =====
31554 <HTML>
31555 <HEAD>
31556 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
31557 </HEAD>
31558 <BODY>
31559 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
31561 This feature modifies Up and Down arrow key behavior in Alpine's
31562 MESSAGE TEXT screen when selectable Attachments, URL's, or
31563 web-hostnames are presented. Alpine's usual behavior is to move to
31564 the next or previous selectable item if currently displayed or
31565 simply to adjust the screen view by one line.
31569 Setting this feature causes the UP and Down arrow key to behave as
31570 if no selectable items were present in the message.
31574 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
31575 item) functionality is unchanged.
31578 &lt;End of help on this topic&gt;
31579 </BODY>
31580 <HTML>
31581 ====== h_config_quell_charset_warning =====
31582 <HTML>
31583 <HEAD>
31584 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
31585 </HEAD>
31586 <BODY>
31587 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
31589 By default, if the message you are viewing contains characters that are
31590 not representable in your
31591 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
31592 then Alpine will
31593 add a warning to the start of the displayed text.
31594 If this option is set, then that editorial message will be suppressed.
31596 Setting this feature also suppresses the comment about the character set
31597 in header lines.
31598 For example, when viewing a message you might see
31600 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
31602 in the From header if your Character-Set is something other than ISO-8859-2.
31603 If you set this feature, the comment about the character set will
31604 no longer be there.
31606 &lt;End of help on this topic&gt;
31607 </BODY>
31608 </HTML>
31609 ====== h_config_quell_host_after_url =====
31610 <HTML>
31611 <HEAD>
31612 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
31613 </HEAD>
31614 <BODY>
31615 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
31617 By default, links in HTML text are displayed with the host the link
31618 references appended, within square brackets, to the link text.  Alpine
31619 does this to help indicate where a link will take you, particularly when
31620 the link text might suggest a different destination.
31623 Setting this feature will prevent the server name from being appended
31624 to the displayed text.
31627 &lt;End of help on this topic&gt;
31628 </BODY>
31629 </HTML>
31630 ====== h_config_prefer_plain_text =====
31631 <HTML>
31632 <HEAD>
31633 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
31634 </HEAD>
31635 <BODY>
31636 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
31638 A message being viewed may contain alternate versions of the same content.
31639 Those alternate versions are supposed to be ordered by the sending software such that the
31640 first alternative is the least preferred and the last alternative is the
31641 most preferred. Alpine will normally display the most-preferred version that
31642 it knows how to display. This is most often encountered where the two
31643 alternate versions are a plain text version and an HTML version, with the
31644 HTML version listed last as the most preferred.
31646 If this option is set, then any plain text version will be preferred to
31647 all other versions.
31649 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
31650 which will temporarily change the sense of this option.
31651 If this option is set you will first see the plain text version of a
31652 message.
31653 If you then type the &quot;A&quot; command, you will see the most preferred version,
31654 most likely HTML, instead.
31655 Typing the &quot;A&quot; command a second time will switch it back.
31656 Alternatively, if the present option is not set you will originally see
31657 the most preferred version of the message and typing &quot;A&quot; will switch to
31658 the plain text version.
31660 &lt;End of help on this topic&gt;
31661 </BODY>
31662 </HTML>
31663 ====== h_config_pass_control =====
31664 <HTML>
31665 <HEAD>
31666 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
31667 </HEAD>
31668 <BODY>
31669 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
31671 It is probably not useful to set this option.
31672 This is a legacy option left behind &quot;just in case&quot;.
31673 Multi-byte characters that have an octet that has the same
31674 value as a control character are permitted through whether or not
31675 this option is turned on.
31677 This feature controls how certain characters contained in messages are
31678 displayed.
31679 If set, all characters in a message will be sent to the
31680 screen. Normally, control characters are displayed as shown below to
31681 avoid a garbled screen and to 
31682 avoid inadvertently changing terminal setup parameters.
31683 Control characters are usually displayed as two character sequences like
31684 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
31685 for Control-C,
31686 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
31687 for ESCAPE,
31688 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
31689 for DELETE, and
31690 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
31691 for the character with value 133 (0x85).
31692 (The DEL character is displayed as ^?, regular control characters are displayed
31693 as the character ^ followed by the character obtained by adding the
31694 five low-order bits of the character to 0x40, and the C1
31695 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
31696 character obtained by adding the
31697 five low-order bits of the character to 0x40.)
31698 Sometimes, in cases where changing a single control character into a
31699 two-character sequence would confuse Alpine's display routines,
31700 a question mark is substituted for the control character.
31702 If you wish to filter out regular control characters but pass the
31703 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
31704 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.
31706 &lt;End of help on this topic&gt;
31707 </BODY>
31708 </HTML>
31709 ====== h_config_pass_c1_control =====
31710 <HTML>
31711 <HEAD>
31712 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
31713 </HEAD>
31714 <BODY>
31715 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
31717 It is probably not useful to set this option.
31718 This is a legacy option left behind &quot;just in case&quot;.
31719 Multi-byte characters that have an octet that has the same
31720 value as a control character are permitted through whether or not
31721 this option is turned on.
31723 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31724 is set, then this feature has no effect.
31725 However, if you wish to filter out regular control characters but pass the
31726 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
31727 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31728 unset and set this feature.
31730 &lt;End of help on this topic&gt;
31731 </BODY>
31732 </HTML>
31733 ====== h_config_fcc_on_bounce =====
31734 <HTML>
31735 <HEAD>
31736 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
31737 </HEAD>
31738 <BODY>
31739 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
31741 This feature controls an aspect of Alpine's behavior when bouncing a
31742 message. If set, normal FCC ("File Carbon Copy") processing will be
31743 done, just as if you had composed a message to the address you are
31744 bouncing to.  If not set, no FCC of the message will be saved. 
31746 &lt;End of help on this topic&gt;
31747 </BODY>
31748 </HTML>
31749 ====== h_config_show_cursor =====
31750 <HTML>
31751 <HEAD>
31752 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
31753 </HEAD>
31754 <BODY>
31755 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
31757 This feature controls an aspect of Alpine's displays.  If set, the system
31758 cursor will move to convenient locations in the displays.  For example,
31759 to the beginning of the status field of the highlighted index line, or
31760 to the highlighted word after a successful WhereIs command.  It is intended
31761 to draw your attention to an "interesting" spot on the screen.
31763 &lt;End of help on this topic&gt;
31764 </BODY>
31765 </HTML>
31766 ====== h_config_sort_fcc_alpha =====
31767 <HTML>
31768 <HEAD>
31769 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
31770 </HEAD>
31771 <BODY>
31772 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
31774 This feature controls an aspect of Alpine's FOLDER LIST screen.
31775 If set, the default Fcc folder will be sorted alphabetically with the other
31776 folders instead of appearing right after the INBOX.
31778 &lt;End of help on this topic&gt;
31779 </BODY>
31780 </HTML>
31781 ====== h_config_sort_save_alpha =====
31782 <HTML>
31783 <HEAD>
31784 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
31785 </HEAD>
31786 <BODY>
31787 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
31789 This feature controls an aspect of Alpine's FOLDER LIST screen.
31790 If set, the default save folder will be sorted alphabetically with the other
31791 folders instead of appearing right after the INBOX (and default FCC folder).
31793 &lt;End of help on this topic&gt;
31794 </BODY>
31795 </HTML>
31796 ====== h_config_single_list =====
31797 <HTML>
31798 <HEAD>
31799 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
31800 </HEAD>
31801 <BODY>
31802 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
31804 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
31805 the folders will be listed one per line instead of several per line
31806 in the FOLDER LIST display.
31808 &lt;End of help on this topic&gt;
31809 </BODY>
31810 </HTML>
31811 ====== h_config_vertical_list =====
31812 <HTML>
31813 <HEAD>
31814 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
31815 </HEAD>
31816 <BODY>
31817 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
31819 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
31820 the folders will be listed alphabetically down the columns rather
31821 than across the columns as is the default.
31823 &lt;End of help on this topic&gt;
31824 </BODY>
31825 </HTML>
31826 ====== h_config_verbose_post =====
31827 <HTML>
31828 <HEAD>
31829 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
31830 </HEAD>
31831 <BODY>
31832 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
31833 This feature controls an aspect of Alpine's message sending.  When enabled,
31834 Alpine will send a VERB (i.e., VERBose) command early in the posting process
31835 intended to cause the SMTP server to provide a more detailed account of
31836 the transaction.  This feature is typically only useful to system
31837 administrators and other support personnel as an aid in troubleshooting
31838 problems.
31840 Note, this feature relies on a specific capability of the system's mail
31841 transport agent or configured 
31842 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
31843 It is possible that this
31844 feature will cause problems for some transport agents, and may result in
31845 sending failure.  In addition, as the verbose output comes from the mail
31846 transport agent, it is likely to vary from one system to another. 
31847 <P><UL>
31848 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31849 </UL><P>
31850 &lt;End of help on this topic&gt;
31851 </BODY>
31852 </HTML>
31853 ====== h_config_auto_reply_to =====
31854 <HTML>
31855 <HEAD>
31856 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
31857 </HEAD>
31858 <BODY>
31859 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
31861 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
31862 will not prompt when a message being replied to contains a "Reply-To:"
31863 header value, but will simply use its value (as opposed to using the
31864 "From:" field's value).
31868 Note: Using the "Reply-To:" address is usually the preferred behavior,
31869 however, some mailing list managers choose to place the list's address in
31870 the "Reply-To:" field of any message sent out to the list.  In such
31871 cases, this feature makes it all too easy for personal replies to be
31872 inadvertently sent to the entire mail list, so be careful! 
31874 &lt;End of help on this topic&gt;
31875 </BODY>
31876 </HTML>
31877 ====== h_config_del_skips_del =====
31878 <HTML>
31879 <HEAD>
31880 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
31881 </HEAD>
31882 <BODY>
31883 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
31885 This feature controls an aspect of Alpine's Delete command.  If set, this
31886 feature will cause the Delete command to advance past following messages that
31887 are marked deleted.  In other words, pressing "D" will both mark the
31888 current message deleted and advance to the next message that is not marked
31889 deleted.
31890 This feature is set by default.
31892 &lt;End of help on this topic&gt;
31893 </BODY></HTML>
31894 ====== h_config_expunge_manually =====
31895 <HTML>
31896 <HEAD>
31897 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
31898 </HEAD>
31899 <BODY>
31900 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
31902 Normally, when you close a folder that contains deleted messages you are
31903 asked if you want to expunge those messages from the folder permanently.
31904 If this feature is set, you won't be asked and the deleted messages will
31905 remain in the folder.
31906 If you choose to set this feature you will have to expunge the
31907 messages manually using the eXpunge command, which you can use while
31908 in the MESSAGE INDEX screen.
31909 If you do not expunge deleted messages the size of your
31910 folder will continue to increase until you are out of disk space.
31912 <UL>   
31913 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31914 </UL><P>
31915 &lt;End of help on this topic&gt;
31916 </BODY>
31917 </HTML>
31918 ====== h_config_auto_expunge =====
31919 <HTML>
31920 <HEAD>
31921 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
31922 </HEAD>
31923 <BODY>
31924 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
31926 This features controls an aspect of Alpine's eXpunge command.  If set, you
31927 will <B>not</B> be prompted to confirm your intent before the expunge takes 
31928 place.
31929 Actually, this is only true for the INBOX folder and for folders in the
31930 Incoming Folders collection. See the feature
31931 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
31933 <UL>   
31934 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31935 </UL><P>
31936 &lt;End of help on this topic&gt;
31937 </BODY>
31938 </HTML>
31939 ====== h_config_full_auto_expunge =====
31940 <HTML>
31941 <HEAD>
31942 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
31943 </HEAD>
31944 <BODY>
31945 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
31947 This features controls an aspect of Alpine's eXpunge command.  If set, you
31948 will <B>not</B> be prompted to confirm your intent before the expunge 
31949 takes place.  This feature sets this behavior for all folders, unlike the
31950 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
31951 feature that works only for incoming folders.
31953 <UL>   
31954 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31955 </UL><P>
31956 &lt;End of help on this topic&gt;
31957 </BODY>
31958 </HTML>
31959 ====== h_config_auto_read_msgs =====
31960 <HTML>
31961 <HEAD>
31962 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
31963 </HEAD>
31964 <BODY>
31965 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
31966 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
31967 and the 
31968 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
31969 option is also set, then Alpine will
31970 automatically transfer all read messages to the designated folder and mark
31971 them as deleted in the INBOX.  Messages in the INBOX marked with an 
31972 &quot;N&quot; (meaning New, or unseen) are not affected.
31974 <UL>   
31975 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31976 </UL><P>
31977 &lt;End of help on this topic&gt;
31978 </BODY>
31979 </HTML>
31980 ====== h_config_auto_fcc_only =====
31981 <HTML>
31982 <HEAD>
31983 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
31984 </HEAD>
31985 <BODY>
31986 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
31987 This features controls an aspect of Alpine's composer.
31988 The only time this feature will be used is if you attempt to send mail
31989 that has no recipients but does have an Fcc.
31990 Normally, Alpine will ask if you really mean to copy the message only to
31991 the Fcc.
31992 That is, it asks if you really meant to have no recipients.
31993 If this feature is set, you
31994 will <B>not</B> be prompted to confirm your intent to make only a copy
31995 of a message with no recipients.
31997 This feature is closely related to
31998 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
31999 The difference between this feature and that feature is that this feature
32000 considers a Bcc to be a recipient while that feature will ask for confirmation
32001 even if there is a Bcc when there is no To, Cc, or Newsgroup.
32002 The default values also differ. This feature defaults to asking the question
32003 and you have to turn it off.
32004 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
32005 unless you turn it on.
32008 <UL>   
32009 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32010 </UL><P>
32011 &lt;End of help on this topic&gt;
32012 </BODY>
32013 </HTML>
32014 ====== h_config_mark_fcc_seen =====
32015 <HTML>
32016 <HEAD>
32017 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
32018 </HEAD>
32019 <BODY>
32020 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
32022 This features controls the way Fccs (File carbon copies) are
32023 made of the messages you send.
32026 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
32027 copy will be marked as Unseen.
32028 When you look at the folder it was saved in the message will appear to
32029 be a New message until you read it.
32030 When this feature is enabled, the message will be marked as having
32031 been Seen.
32034 <UL>   
32035 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32036 </UL><P>
32037 &lt;End of help on this topic&gt;
32038 </BODY>
32039 </HTML>
32040 ====== h_config_no_fcc_attach =====
32041 <HTML>
32042 <HEAD>
32043 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
32044 </HEAD>
32045 <BODY>
32046 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
32048 This features controls the way Fcc's (File carbon copies) are
32049 made of the messages you send.
32052 Normally, Alpine saves an exact copy of your message as it was sent.
32053 When this feature is enabled, the &quot;body&quot; of the message
32054 you send (the text you type in the composer) is preserved in the 
32055 copy as before, however all attachments are replaced with text
32056 explaining what had been sent rather than the attachments themselves.
32059 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
32060 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
32061 allows you to interactively set whether or not attachments are saved
32062 to the Fcc'd copy.
32065 <UL>   
32066 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32067 </UL><P>
32068 &lt;End of help on this topic&gt;
32069 </BODY>
32070 </HTML>
32071 ====== h_config_read_in_newsrc_order =====
32072 <HTML>
32073 <HEAD>
32074 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
32075 </HEAD>
32076 <BODY>
32077 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
32079 This feature controls the order in which newsgroups will be presented.  If
32080 set, they will be presented in the same order as they occur in your 
32081 <!--chtml if pinemode="os_windows"-->
32082 &quot;NEWSRC&quot;
32083 <!--chtml else-->
32084 &quot;.newsrc&quot;
32085 <!--chtml endif-->
32086 file (the default location of which can be changed with the 
32087 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
32089 If not set, the newsgroups will be presented in alphabetical order.
32091 <UL>   
32092 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32093 </UL><P>
32094 &lt;End of help on this topic&gt;
32095 </BODY>
32096 </HTML>
32097 ====== h_config_quell_tz_comment =====
32098 <HTML>
32099 <HEAD>
32100 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
32101 </HEAD>
32102 <BODY>
32103 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
32105 Normally, when Alpine generates a Date header for outgoing mail,
32106 it will try to include the symbolic timezone at the end of the
32107 header inside parentheses.
32108 The symbolic timezone is often three characters long, but on
32109 some operating systems, it may be longer.
32110 Apparently there are some SMTP servers in the world that will reject an
32111 incoming message if it has a Date header longer than about 80 characters.
32112 If this feature is set, the symbolic timezone normally generated by
32113 Alpine will not be included.
32114 You probably don't need to worry about this feature unless you run into
32115 the problem described above.
32118 &lt;End of help on this topic&gt;
32119 </BODY>
32120 </HTML>
32121 ====== h_config_post_wo_validation =====
32122 <HTML>
32123 <HEAD>
32124 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
32125 </HEAD>
32126 <BODY>
32127 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
32129 This feature controls whether the NNTP server is queried as newsgroups
32130 are entered for posting.  Validation over slow links (e.g. dialup using
32131 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
32133 &lt;End of help on this topic&gt;
32134 </BODY>
32135 </HTML>
32136 ====== h_config_send_wo_confirm =====
32137 <HTML>
32138 <HEAD>
32139 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
32140 </HEAD>
32141 <BODY>
32142 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
32144 By default, when you send or post a message you will be asked to confirm
32145 with a question that looks something like:
32148 <CENTER><SAMP>Send message?</SAMP></CENTER>
32151 If this feature is set, you
32152 will <B>not</B> be prompted to confirm your intent to send
32153 and your message will be sent.
32155 If this feature is set it disables some possibilities and renders some
32156 other features meaningless.
32157 You will not be able to use
32158 <A HREF="h_config_sending_filter">Sending Filters</A>,
32159 Verbose sending mode,
32160 <A HREF="h_config_compose_bg_post">Background Sending</A>,
32161 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
32162 or ^V to turn off the generation of flowed text for this message.
32163 These options are normally available as suboptions in the Send prompt, but
32164 with no Send prompt the options are gone.
32167 A somewhat related feature is
32168 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
32169 which may be used to eliminate the extra confirmation
32170 question when posting to a newsgroup.
32172 <UL>   
32173 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32174 </UL><P>
32175 &lt;End of help on this topic&gt;
32176 </BODY>
32177 </HTML>
32178 ====== h_config_quell_filtering_done_message =====
32179 <HTML>
32180 <HEAD>
32181 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
32182 </HEAD>
32183 <BODY>
32184 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
32186 If you use Filter Rules that move messages or set status of messages
32187 you sometimes see a message from Alpine that looks like
32190 <CENTER><SAMP>filtering done</SAMP></CENTER>
32193 If this feature is set, this message will be suppressed.
32194 If the feature
32195 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
32196 is set then this message will be suppressed regardless.
32199 <UL>   
32200 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32201 </UL><P>
32202 &lt;End of help on this topic&gt;
32203 </BODY>
32204 </HTML>
32205 ====== h_config_quell_filtering_messages =====
32206 <HTML>
32207 <HEAD>
32208 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
32209 </HEAD>
32210 <BODY>
32211 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
32213 If you use Filter Rules that move messages or set status of messages
32214 you sometimes see messages from Alpine that look like
32217 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
32223 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
32229 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
32232 If this feature is set, these messages will be suppressed.
32233 The feature
32234 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
32235 is related.
32238 <UL>   
32239 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32240 </UL><P>
32241 &lt;End of help on this topic&gt;
32242 </BODY>
32243 </HTML>
32244 ====== h_config_quell_post_prompt =====
32245 <HTML>
32246 <HEAD>
32247 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
32248 </HEAD>
32249 <BODY>
32250 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
32252 By default, when you post a message to a newsgroup you are asked to confirm
32253 that you want to post with the question
32256 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
32259 If this feature is set, you
32260 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
32261 and your message will be posted.
32264 <UL>   
32265 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32266 </UL><P>
32267 &lt;End of help on this topic&gt;
32268 </BODY>
32269 </HTML>
32270 ====== h_config_check_mail_onquit =====
32271 <HTML>
32272 <HEAD>
32273 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
32274 </HEAD>
32275 <BODY>
32276 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
32278 If this feature is set, Alpine will check for new mail after you give the
32279 Quit command.
32280 If new mail has arrived since the previous check, you will be notified
32281 and given the choice of quitting or not quitting.
32283 <UL>   
32284 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32285 </UL><P>
32286 &lt;End of help on this topic&gt;
32287 </BODY>
32288 </HTML>
32289 ====== h_config_inbox_no_confirm =====
32290 <HTML>
32291 <HEAD>
32292 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
32293 </HEAD>
32294 <BODY>
32295 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
32297 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
32298 command and there are no more folders or newsgroups to visit, you are asked
32299 if you want to return to the INBOX.
32300 If this feature is set you will not be asked.
32301 It will be assumed that you do want to return to the INBOX.
32303 <UL>   
32304 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32305 </UL><P>
32306 &lt;End of help on this topic&gt;
32307 </BODY>
32308 </HTML>
32309 ====== h_config_dates_to_local =====
32310 <HTML>
32311 <HEAD>
32312 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
32313 </HEAD>
32314 <BODY>
32315 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
32317 Normally, the message dates that you see in the
32318 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
32319 For example, if a message was sent to you from a few timezones to the east
32320 it might appear that it was sent from the future;
32321 or if it was sent from somewhere to the west it might appear
32322 as if it is from yesterday even though it was sent only a few minutes ago.
32323 If this feature is set an attempt will be made to convert the dates
32324 to your local timezone to be displayed.
32326 Note that this does not affect the results of Select by Date or of
32327 anything else other than these displayed dates.
32328 When viewing the message you may look at the original unconverted value of the Date
32329 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
32331 <UL>   
32332 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32333 </UL><P>
32334 &lt;End of help on this topic&gt;
32335 </BODY>
32336 </HTML>
32337 ====== h_config_tab_no_prompt =====
32338 <HTML>
32339 <HEAD>
32340 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
32341 </HEAD>
32342 <BODY>
32343 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
32345 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
32346 command and there is a problem checking a folder, you are asked
32347 whether you want to continue with the search in the following folder or not.
32348 This question gives you a chance to stop the NextNew processing.
32349 (The checking problem might be caused by the fact that the folder does not
32350 exist, or by an authentication problem, or by a server problem
32351 of some sort.)
32354 If this feature is set you will not be asked.
32355 It will be assumed that you do want to continue.
32357 <UL>   
32358 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32359 </UL><P>
32360 &lt;End of help on this topic&gt;
32361 </BODY>
32362 </HTML>
32363 ====== h_config_input_history =====
32364 <HTML>
32365 <HEAD>
32366 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
32367 </HEAD>
32368 <BODY>
32369 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
32371 Many of the prompts that ask for input in the status line near the
32372 bottom of the screen will respond to Up Arrow and Down Arrow
32373 with the history of previous entries.
32374 For example, in the MESSAGE INDEX screen when you use the WhereIs
32375 command the text you entered will be remembered and can be recalled
32376 by using the Up Arrow key.
32377 Another example, when saving a message the folders saved to will
32378 be remembered and can be recalled using the arrow keys.
32380 In the Save prompt, some users prefer that the Up and Down arrow keys
32381 be used for the Previous Collection and Next Collection commands
32382 instead of for a history of previous saves.
32383 If this option is set the Up and Down arrow keys will become synonyms for the
32384 Previous Collection and Next Collection (^P and ^N) commands in the
32385 prompt for the name of a folder to Save to or in the prompt for the
32386 name of a folder to GoTo.
32387 When this feature is not set (the default), ^P and ^N will change the
32388 collection and the arrow keys will show the history.
32390 <UL>   
32391 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32392 </UL><P>
32393 &lt;End of help on this topic&gt;
32394 </BODY>
32395 </HTML>
32396 ====== h_config_confirm_role =====
32397 <HTML>
32398 <HEAD>
32399 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
32400 </HEAD>
32401 <BODY>
32402 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
32404 If you have roles, when you Reply to or Forward a message, or Compose
32405 a new message, Alpine
32406 will search through your roles for one that matches.
32407 Normally, if no matches are found you will be placed into the composer
32408 with no opportunity to select a role.
32409 If this feature is set, then you will be asked to confirm that you don't
32410 want a role.
32411 This will give you the opportunity to select a role (with the ^T command).
32412 If you confirm no role with a Return, you will be placed in
32413 the composer with no role.
32414 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
32415 These behave the same as if you pressed the Return.
32416 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
32417 match what you might type if there was a role match.)
32419 If you are using the alternate form of the Compose command called
32420 &quot;Role&quot;, then all of your roles will be available to you,
32421 independent of the value of this feature and of the values set for all of
32422 Reply Use, Forward Use, and Compose Use.
32424 <UL>   
32425 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32426 </UL><P>
32427 &lt;End of help on this topic&gt;
32428 </BODY>
32429 </HTML>
32430 ====== h_config_news_cross_deletes =====
32431 <HTML>
32432 <HEAD>
32433 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
32434 </HEAD>
32435 <BODY>
32436 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
32438 This feature controls what Alpine does when you delete a message in a
32439 newsgroup that appears in more than one newsgroup.  Such a message
32440 is sometimes termed a &quot;crossposting&quot; in that it was posted
32441 across several newsgroups.
32444 Alpine's default behavior when you delete such a message is to remove
32445 only the copy in the current newsgroup from view when you use the
32446 &quot;Exclude&quot; command or the next time you visit the newsgroup.
32449 Enabling this feature causes Alpine to remove every occurrence of the
32450 message from all newsgroups it appears in and to which you are
32451 subscribed.
32454 NOTE: As currently implemented, enabling this feature may increase the
32455 time it takes the Expunge command and newsgroup closing to complete.
32458 <UL>   
32459 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32460 </UL><P>
32461 &lt;End of help on this topic&gt;
32462 </BODY>
32463 </HTML>
32464 ====== h_config_news_catchup =====
32465 <HTML>
32466 <HEAD>
32467 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
32468 </HEAD>
32469 <BODY>
32470 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
32472 This feature controls what Alpine does as it closes a newsgroup.
32473 When set, Alpine will offer to delete all messages from the newsgroup
32474 as you are quitting Alpine or opening a new folder.
32477 This feature is useful if you typically read all the interesting messages
32478 in a newsgroup each time you open it.  This feature saves you from
32479 having to delete each message in a newsgroup as you read it or from
32480 selecting all the messages and doing an
32481 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
32482 move on to the next folder or newsgroup.
32485 <UL>   
32486 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32487 </UL><P>
32488 &lt;End of help on this topic&gt;
32489 </BODY>
32490 </HTML>
32491 ====== h_config_next_thrd_wo_confirm =====
32492 <HTML>
32493 <HEAD>
32494 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
32495 </HEAD>
32496 <BODY>
32497 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
32499 This feature controls an aspect of Alpine's Next and Prev commands in
32500 the case where you are using one of the
32501 &quot;separate-index-screen&quot; styles for the configuration option
32502 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
32503 and currently have the folder sorted by a Threaded or OrderedSubject sort.
32504 When you are Viewing a particular thread you have a
32505 MESSAGE INDEX of only the messages in that thread.
32506 If you press the Next command with the last message in the thread highlighted
32507 you will normally be asked if you want to &quot;View next thread?&quot;,
32508 assuming there is a next thread to view.
32509 If this feature is set it will be assumed that you always want to view the
32510 next thread and you won't be asked to confirm that.
32511 Similarly, if the first message of the thread is highlighted and you
32512 press the Prev command, this feature will prevent the question
32513 &quot;View previous thread&quot;.
32515 This feature only has an effect in the MESSAGE INDEX screen.
32516 If you then view a particular message from that screen and press the
32517 Next command, you will be sent to the next thread without being asked,
32518 independent of the setting of this feature.
32520 The feature
32521 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
32523 &lt;End of help on this topic&gt;
32524 </BODY>
32525 </HTML>
32526 ====== h_config_kw_braces =====
32527 <HTML>
32528 <HEAD>
32529 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
32530 </HEAD>
32531 <BODY>
32532 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
32534 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
32535 TEXT screens.
32536 If you have modified the
32537 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
32538 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
32539 are used to display keywords or their initials along with the Subject; then
32540 this option may be used to modify the resulting display slightly.
32541 By default, the keywords or initials displayed for these tokens will be
32542 surrounded with curly braces ({ and }) and a trailing space.
32543 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
32544 a message, the &quot;SUBJKEY&quot; token will normally look like
32546 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
32548 and the SUBJKEYINIT token would look like
32550 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
32552 The default character before the keywords is the left brace ({) and the
32553 default after the keywords is the right brace followed by a space (} ).
32555 This option allows you to change that.
32556 You should set it to two values separated by a space.
32557 The values may be quoted if they include space characters.
32558 So, for example, the default value could be specified explicitly by setting this
32559 option to
32561 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
32563 The first part wouldn't need to be quoted (but it doesn't hurt).
32564 The second part does need the quotes because it includes a space character.
32565 If you wanted to change the braces to brackets you could use
32567 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
32569 Inside the quotes you can use backslash quote to mean quote, so
32571 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
32573 would produce
32575 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
32577 It is also possible to color keywords in the index using the
32578 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
32580 It is not possible to change the fact that a space character is used to
32581 separate the keywords if more than one keyword is set for a message.
32582 It is also not possible to change the fact that there are no separators
32583 between the keyword initials if more than one keyword is set.
32585 &lt;End of help on this topic&gt;
32586 </BODY>
32587 </HTML>
32588 ====== h_config_opening_sep =====
32589 <HTML>
32590 <HEAD>
32591 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
32592 </HEAD>
32593 <BODY>
32594 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
32596 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
32597 With some setups the text of the subject is followed
32598 by the opening text of the message if there is any room available in the index line.
32599 If you have configured your
32600 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32601 to include one of the Subject tokens that causes this behavior
32602 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
32603 to modify what is displayed slightly.
32604 By default, the Subject is separated from the opening text of the message by
32605 the three characters space dash space;
32607 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
32609 Use this option to set it to something different.
32610 The value must be quoted if it includes any space characters.
32611 For example, the default value could be specified explicitly by setting this
32612 option to
32614 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
32616 &lt;End of help on this topic&gt;
32617 </BODY>
32618 </HTML>
32619 ====== h_config_select_wo_confirm =====
32620 <HTML>
32621 <HEAD>
32622 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
32623 </HEAD>
32624 <BODY>
32625 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
32627 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
32628 These commands all take text input to specify the name of the folder or
32629 file to be used, but allow you to press ^T for a list of possible names.
32630 If set, the selected name will be used immediately, without further
32631 opportunity to confirm or edit the name.
32633 Some related help topics are
32634 <UL>
32635 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
32636 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
32637 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
32638 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
32639 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
32640 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
32641 </UL>
32643 &lt;End of help on this topic&gt;
32644 </BODY>
32645 </HTML>
32646 ====== h_config_save_part_wo_confirm =====
32647 <HTML>
32648 <HEAD>
32649 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
32650 </HEAD>
32651 <BODY>
32652 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
32654 This feature controls an aspect of Alpine's Save command.
32655 By default, when you Save a message that has some deleted parts, you will
32656 be asked to confirm that you want to Save with a prompt that looks like:
32658 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
32660 If this feature is set, you will not be asked.
32662 &lt;End of help on this topic&gt;
32663 </BODY>
32664 </HTML>
32665 ====== h_config_use_resentto =====
32666 <HTML>
32667 <HEAD>
32668 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
32669 </HEAD>
32670 <BODY>
32671 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
32673 This feature is turned off by default because turning it on causes problems
32674 with some deficient IMAP servers.
32675 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
32676 <A HREF="h_rule_patterns">Pattern</A>
32677 contains a To header pattern and this feature is turned on,
32678 then a check is made in the message to see
32679 if a Resent-To header is present, and that is used instead of the To header.
32680 If this feature is not turned on, then the regular To header will always
32681 be used.
32684 &lt;End of help on this topic&gt;
32685 </BODY>
32686 </HTML>
32687 ====== h_config_use_reg_start_for_stayopen =====
32688 <HTML>
32689 <HEAD>
32690 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
32691 </HEAD>
32692 <BODY>
32693 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
32695 This feature affects which message is selected as the current message
32696 when you enter a
32697 <A HREF="h_config_permlocked">Stay Open</A> folder.
32699 Normally, the starting position for an incoming folder (which most Stay Open
32700 folders will likely be) is controlled by the
32701 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
32702 However, if a folder is a Stay Open folder, when you re-enter the folder
32703 after the first time the current message will be the same as it was when
32704 you left the folder.
32705 An exception is made if you use the TAB command to get to the folder.
32706 In that case, the message number will be incremented by one from what it
32707 was when you left the folder.
32709 The above special behavior is thought to be useful.
32710 However, it is special and different from what you might at first expect.
32711 If this feature is set, then Stay Open folders will not be treated specially
32712 as far as the startup rule is concerned.
32715 &lt;End of help on this topic&gt;
32716 </BODY>
32717 </HTML>
32718 ====== h_config_use_current_dir =====
32719 <HTML>
32720 <HEAD>
32721 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
32722 </HEAD>
32723 <BODY>
32724 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
32726 This feature controls an aspect of several commands. 
32727 If set, your &quot;current working directory&quot; 
32728 <!--chtml if pinemode="running"-->
32729 (which, at least for your current Alpine &quot;session,&quot; 
32730 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
32731 <!--chtml endif-->
32732 will be used instead of your home directory 
32733 <!--chtml if pinemode="running"-->
32734 (which, in the present configuration of your system, is
32735  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
32736 <!--chtml endif-->
32737 for all of the following operations:<UL>
32738     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
32739     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
32740     <LI> <!--chtml if pinemode="function_key"-->F4
32741          <!--chtml else-->Ctrl-R
32742          <!--chtml endif--> file inclusion in the COMPOSER
32743     <LI> <!--chtml if pinemode="function_key"-->F5
32744          <!--chtml else-->Ctrl-J
32745          <!--chtml endif--> file attachment in the COMPOSER
32746 </UL>
32747 <!--chtml if pinemode="os_windows"-->
32749 If you are starting PC-Alpine from a desktop icon or the Start menu, 
32750 you can set the &quot;current drive&quot; 
32751 by specifying it in the &quot;Start in:&quot; 
32752 box found in the Shortcut tab of the Properties.  
32753 <!--chtml endif-->
32755 <UL>   
32756 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32757 </UL>
32760 &lt;End of help on this topic&gt;
32761 </BODY>
32762 </HTML>
32763 ====== h_config_save_wont_delete =====
32764 <HTML>
32765 <HEAD>
32766 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
32767 </HEAD>
32768 <BODY>
32769 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
32771 This feature controls one aspect of the Save command.  If set, Save will
32772 not mark the message &quot;deleted&quot; (its default behavior) after
32773 it has been copied to the designated folder.
32776 &lt;End of help on this topic&gt;
32777 </BODY>
32778 </HTML>
32779 ====== h_config_use_boring_spinner =====
32780 <HTML>
32781 <HEAD>
32782 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
32783 </HEAD>
32784 <BODY>
32785 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
32787 When Alpine is delayed for some reason it usually shows that
32788 something is happening with a small animated display in the status
32789 message line near the bottom of the screen.
32790 Setting this feature will cause that animation to be the same
32791 each time instead of having Alpine choose a random animation.
32792 You may turn the animation off altogether by setting the
32793 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
32794 option to zero.
32797 &lt;End of help on this topic&gt;
32798 </BODY>
32799 </HTML>
32800 ====== h_config_unsel_wont_advance =====
32801 <HTML>
32802 <HEAD>
32803 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
32804 </HEAD>
32805 <BODY>
32806 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
32808 This feature controls one aspect of the Unselect Current message command.
32809 Normally, when the Unselect current message command (:) is typed when the
32810 current message is selected, the message will be unselected and the next
32811 message will become the current message.
32812 If this feature is set, the cursor will not advance to the next message.
32813 Instead, the current message will remain the current message after
32814 unselecting.
32817 &lt;End of help on this topic&gt;
32818 </BODY>
32819 </HTML>
32820 ====== h_config_prune_uses_iso =====
32821 <HTML>
32822 <HEAD>
32823 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
32824 </HEAD>
32825 <BODY>
32826 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
32828 By default, Alpine asks monthly whether or not you would like to rename
32829 some folders to a new name containing the date.
32830 It also asks whether or not you would like to delete some old folders.
32831 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
32832 explanation.
32835 By default, the name used when renaming a folder looks like
32837 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
32839 For example, the first time you run Alpine in May of 2004,
32840 the folder &quot;sent-mail&quot; might be renamed to
32842 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
32844 If this feature is set, the name used will be of the form
32846 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
32848 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
32849 month (01, 02, ..., 12).
32850 For the April, 2004 example above, it would instead be
32852 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
32854 because April is the 4th month of the year.
32855 A reason you might want to set this feature is so that the folders
32856 will sort in chronological order.
32859 &lt;End of help on this topic&gt;
32860 </BODY>
32861 </HTML>
32862 ====== h_config_save_advances =====
32863 <HTML>
32864 <HEAD>
32865 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
32866 </HEAD>
32867 <BODY>
32868 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
32870 This feature controls one aspect of the Save command.  If set, Save will
32871 (in addition to copying the current message to the designated folder) also
32872 advance to the next message.
32875 &lt;End of help on this topic&gt;
32876 </BODY>
32877 </HTML>
32878 ====== h_config_force_arrow =====
32879 <HTML>
32880 <HEAD>
32881 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
32882 </HEAD>
32883 <BODY>
32884 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
32886 This feature affects Alpine's MESSAGE INDEX display routine.
32887 If set, the normal inverse-video cursor will be
32888 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
32889 second column of the index display.
32891 This is the same index cursor you get if you turn on
32892 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
32893 line coloring will still be present if this feature is turned on and
32894 <!--#echo var="FEAT_assume-slow-link"--> is off.
32896 An alternative version of the Arrow cursor is available by including the
32897 <A HREF="h_config_index_arrow_color">ARROW</A>
32898 token in the
32899 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32901 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
32902 but that is not implemented.
32905 &lt;End of help on this topic&gt;
32906 </BODY>
32907 </HTML>
32908 ====== h_config_ignore_size =====
32909 <HTML>
32910 <HEAD>
32911 <TITLE>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></TITLE>
32912 </HEAD>
32913 <BODY>
32914 <H1>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></H1>
32916 When you have an account residing in an IMAP server, Alpine records the 
32917 size of each message as reported by the server. However, when Alpine saves 
32918 a message in such IMAP server, Alpine will compute the size of the message 
32919 independently, from the data it received. If these two numbers do not 
32920 match for a message, Alpine asks you if you still want to take the risk of 
32921 saving such message, since data corruption or loss of data could result 
32922 from this save.
32925 Sometimes the root of this problem is that the IMAP server does not 
32926 compute sizes correctly, and there will not be loss of information when 
32927 saving such message. Enabling this feature will make Alpine ignore such 
32928 error and continue saving the message without producing any warnings or 
32929 ever stopping the process, as if there had not been any error. This option 
32930 applies to all IMAP servers that you use, so if you enable this feature, 
32931 size discrepancy warnings will not be given for any IMAP server you 
32932 connect to.
32935 Example of a server where you could reproduce this problem is the Gmail 
32936 IMAP server. Another example can be found in some versions of the Exchange 
32937 server.
32940 It is recommended that this feature be disabled most of the time and only 
32941 enabled when you find a server which you can determine that has the above 
32942 mentioned defect, but be disabled again after making the save operation 
32943 succeed.
32946 &lt;End of help on this topic&gt;
32947 </BODY>
32948 </HTML>
32949 ====== h_config_force_low_speed =====
32950 <HTML>
32951 <HEAD>
32952 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
32953 </HEAD>
32954 <BODY>
32955 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
32957 UNIX Alpine only.
32959 This feature affects Alpine's display routines.  If set, the normal
32960 inverse-video cursor (used to highlight the current item in a list) will be
32961 replaced by an &quot;arrow&quot; cursor and other
32962 screen update optimizations for
32963 low-speed links (e.g. 2400 bps dialup connections) will be activated.
32964 One of the optimizations is that colored index lines (set up with Indexcolor
32965 Rules) will not be colored.
32966 If you are just turning this feature on because you like using
32967 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
32968 coloring by turning this feature off and the
32969 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
32972 &lt;End of help on this topic&gt;
32973 </BODY>
32974 </HTML>
32975 ====== h_config_show_delay_cue =====
32976 <HTML>
32977 <HEAD>
32978 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
32979 </HEAD>
32980 <BODY>
32981 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
32983 If set, this feature will cause an asterisk to appear in the upper
32984 left-hand corner of the screen whenever Alpine checks for new mail.
32985 Two asterisks whenever Alpine saves (checkpoints) the state of the current
32986 mailbox to disk.
32988 <!--chtml if pinemode="os_windows"-->
32990 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
32991 it is trying to open a network connection (e.g, to open your INBOX
32992 on an IMAP
32993 server) or read from the network connection.  A greater-than symbol,
32994 will be displayed when PC-Alpine is trying to write to the network
32995 connection (e.g, sending a command to your IMAP server).
32996 <!--chtml endif-->
32999 &lt;End of help on this topic&gt;
33000 </BODY>
33001 </HTML>
33002 ====== h_config_color_style =====
33003 <HTML>
33004 <HEAD>
33005 <TITLE>OPTION: Color Style</TITLE>
33006 </HEAD>
33007 <BODY>
33008 <H1>OPTION: Color Style</H1>
33010 UNIX Alpine only.
33012 If the terminal or terminal emulator you are using is capable of displaying
33013 colors, this option controls whether or not color will be used in Alpine.
33014 If you turn color on and things are set up correctly,
33015 you should see color appear on the screen immediately.
33016 Modern terminal emulators are usually capable of displaying colors.
33018 The available options include:
33021 <DL>
33022 <DT>no-color</DT>
33023 <DD>Don't use color.
33024 </DD>
33026 <DT>use-termdef</DT>
33027 <DD>In order to decide if your terminal is capable of color, Alpine looks in
33028 the terminal capabilities database, TERMINFO or TERMCAP, depending on
33029 how Alpine was compiled.
33030 This is a good option to choose if you switch between a color and a non-color
33031 terminal with the same Alpine configuration.
33032 Alpine will know to use color on the color terminal because it is described
33033 in the termcap entry, and Alpine will know to use black and white on the
33034 non-color terminal.
33035 The Alpine Technical Notes, distributed with the source code of Alpine
33036 have more information on configuring a TERMCAP or TERMINFO
33037 entry for color Alpine.
33038 This is usually something a system administrator does.
33039 </DD>
33041 <DT>force-ansi-8color</DT>
33042 <DD>This is probably the setting that most people should use.
33043 Because setting up a termcap entry is confusing and because the
33044 terminal capabilities database is often not correctly configured for color,
33045 this choice and the next may be easier for you to use.
33046 If your terminal emulator responds to ANSI color escape sequences, which
33047 many do, this option will cause Alpine to believe your terminal will respond
33048 to the escape sequences that produce eight different foreground and background
33049 colors.
33050 The escape sequences used to set the foreground colors are
33052   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
33054 where the color_number is an ASCII digit between 0 and 7.
33055 The numbers 0 through 7 should correspond to the colors black, red, green,
33056 yellow, blue, magenta, cyan, and white.
33057 Some terminal emulators use a pre-ANSI scheme that swaps
33058 the colors blue and red and the colors yellow and cyan.
33059 This will cause the default colors to be different, but other than that
33060 things should work fine.
33061 There is also a 9th color available, the last one shown, which is the default
33062 color from the terminal emulator.
33063 When used as a background color some people refer to this color as
33064 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
33065 shown in the color swatch of the SETUP COLOR screen.
33066 The foreground transparent color is shown as
33067 the color of the &quot;TRAN&quot; text.
33068 (The transparent color will not work correctly in a PC-Alpine configuration.)
33069 The escape sequences used to set the background colors are the same
33070 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
33071 The escape sequences for foreground and background default colors (transparent)
33072 are 39m and 49m.
33074 Note: With the Tera Term terminal emulator this setting works well.
33075 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
33076 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
33077 menu, in the &quot;Window&quot; submenu.
33078 </DD>
33080 <DT>force-ansi-16color</DT>
33081 <DD>Many terminal emulators know about the same eight colors above
33082 plus eight more.
33083 This option attempts to use all 16 colors.
33084 The same escape sequences as for the eight-color terminal are used
33085 for the first eight colors.
33086 The escape sequences used to set foreground colors 8-15 are the same as
33087 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
33088 The background color sequences for colors 8-15 are the same as for 0-7
33089 except the &quot;4&quot; is replaced with &quot;10&quot;.
33090 You can tell if the 16 colors are working by turning on this option
33091 and then going into one of the color configuration screens, for example,
33092 the configuration screen for Normal Color.
33093 If you see 16 different colors to select from (plus a 17th for
33094 the transparent color), it's working.
33095 </DD>
33097 <DT>force-xterm-256color</DT>
33098 <DD>Some versions of xterm (and some other terminal emulators)
33099 have support for 256 colors.
33100 The escape sequences used to set the foreground colors are
33102   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
33104 where the color_number is an ASCII digit between 0 and 255.
33105 Background colors are the same with the 38 replaced with a 48.
33106 The numbers 0 through 15 are probably similar to the 16 color version
33107 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
33108 The terminal default (transparent) color is the 257th color at the bottom.
33109 Some terminal emulators will misinterpret these escape sequences causing
33110 the terminal to blink or overstrike characters or to do something else
33111 undesirable.
33113 The PuTTY terminal emulator has an option called &quot;Allow terminal to
33114 use xterm 256-colour mode&quot; which allows PuTTY to work well with
33115 this 256-color setting.
33117 </DD>
33118 </DL>
33121 The normal default is &quot;no-color&quot;.
33124 Once you've turned on color you may set the
33125 colors of many objects on the screen individually.
33126 For example, you may add colors to the status letters on the MESSAGE
33127 INDEX page.
33128 Most categories of color that Alpine supports are configurable here.
33129 For example, &quot;Normal Color&quot;
33130 is the color used to display most of the text in Alpine, and
33131 &quot;Reverse Color&quot; is used to display highlighted text, such as the
33132 current message in the MESSAGE INDEX.
33134 Lines in the MESSAGE INDEX may also be colored.
33135 Use Setup Rules to get to the Indexcolor configuration screen.
33138 <UL>   
33139 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33140 </UL><P>
33141 &lt;End of help on this topic&gt;
33142 </BODY>
33143 </HTML>
33144 ====== h_config_disable_index_locale_dates =====
33145 <HTML>
33146 <HEAD>
33147 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
33148 </HEAD>
33149 <BODY>
33150 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
33152 This feature affects the display of dates in the MESSAGE INDEX.
33153 Normally an attempt is made to localize the dates
33154 used in the MESSAGE INDEX display to your locale.
33155 This is controlled with the
33156 LC_TIME locale setting on a UNIX system.
33157 On Windows the Regional Options control panel may be used to set the date format.
33158 At the programming level, Alpine is using the strftime routine
33159 to print the parts of a date.
33161 If this feature is set, dates are displayed in English and
33162 with the conventions of the United States.
33165 <UL>   
33166 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33167 </UL><P>
33168 &lt;End of help on this topic&gt;
33169 </BODY>
33170 </HTML>
33171 ====== h_config_auto_open_unread =====
33172 <HTML>
33173 <HEAD>
33174 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
33175 </HEAD>
33176 <BODY>
33177 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
33179 This feature controls the behavior of the TAB key when traversing folders
33180 in the optional 
33181 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
33182 collection or in optional <!--#echo var="VAR_news-collections"-->.
33184 When the TAB
33185 (<A HREF="h_common_nextnew">NextNew</A>)
33186 key is pressed, and there
33187 are no more unseen messages in the current (incoming message or news)
33188 folder, Alpine will search the list of folders in the current collection for
33189 one containing New or Recent (new since the last time the folder was
33190 opened) messages.
33191 This behavior may be modified slightly with the
33192 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
33193 feature that causes Alpine to look for Unseen messages instead of Recent
33194 messages.
33195 Normally, when such a folder is found, Alpine will ask
33196 whether you wish to open the folder.  If this feature is set, Alpine will
33197 automatically open the folder without prompting.
33199 This feature also affects some other similar situations.
33200 If you have a
33201 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
33202 that is equal to one of the &quot;separate-&quot; values, and you are
33203 viewing a thread; then when you type the NextNew command and are at the
33204 end of the current thread you will automatically go to the next thread
33205 if this feature is set.
33206 By default, you would be asked if you want to view the next thread.
33207 You will also be asked at times whether or not you want to view the next
33208 thread after you delete the last message in the thread.
33209 Setting this feature will also cause that question to be skipped.
33212 <UL>   
33213 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33214 </UL><P>
33215 &lt;End of help on this topic&gt;
33216 </BODY>
33217 </HTML>
33218 ====== h_config_auto_include_reply =====
33219 <HTML>
33220 <HEAD>
33221 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
33222 </HEAD>
33223 <BODY>
33224 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
33226 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
33227 will ask whether you wish to include the original message in your reply.
33228 If this feature is set and the feature
33229 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
33230 is <EM>not</EM> set, then the original message will be included in the reply
33231 automatically, without prompting.
33233 &lt;End of help on this topic&gt;
33234 </BODY>
33235 </HTML>
33236 ====== h_config_select_in_bold =====
33237 <HTML>
33238 <HEAD>
33239 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
33240 </HEAD>
33241 <BODY>
33242 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
33244 This feature controls an aspect of Alpine's 
33245 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
33246 commands; in
33247 particular, the Select and WhereIs commands. Select and WhereIs (with the
33248 ^X subcommand) will search the current folder for messages meeting a
33249 specified criteria, and &quot;tag&quot; the resulting messages with an 
33250 &quot;X&quot; in the
33251 first column of the applicable lines in the MESSAGE INDEX.  If this feature
33252 is set, instead of using the &quot;X&quot; to denote a selected message, 
33253 Alpine will
33254 attempt to display those index lines in boldface. Whether this is
33255 preferable to the &quot;X&quot; will depend on personal taste and the type of
33256 terminal being used.
33258 <UL>   
33259 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33260 </UL><P>
33261 &lt;End of help on this topic&gt;
33262 </BODY>
33263 </HTML>
33264 ====== h_config_alt_auth =====
33265 <HTML>
33266 <HEAD>
33267 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
33268 </HEAD>
33269 <BODY>
33270 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
33272 This feature affects how Alpine connects to IMAP servers.
33273 Its utility has largely been overtaken by events,
33274 but it may still be useful in some circumstances.
33275 If you only connect to modern IMAP servers that support
33276 &quot;STARTTLS&quot; you can ignore this feature.
33279 Details:
33282 By default, Alpine will attempt to connect to an IMAP server on the
33283 normal IMAP service port (143), and if the server offers &quot;Transport Layer
33284 Security&quot; (STARTTLS) and Alpine has been compiled with encryption capability,
33285 then a secure (encrypted) session will be negotiated.
33288 With this feature enabled, before connecting on the normal IMAP port, Alpine
33289 will first attempt to connect to an alternate IMAP service port (993) used
33290 specifically for encrypted IMAP sessions via the Secure Sockets Layer
33291 (SSL) or Transport Layer Security (TLS) method.
33292 If the SSL attempt fails, Alpine will then try the default
33293 behavior described in the previous paragraph.
33296 STARTTLS negotiation on the normal port is preferred, and supersedes the use of
33297 SSL on port 993, but older servers may not provide STARTTLS support.
33298 This feature may be convenient when accessing IMAP servers that do not support
33299 STARTTLS, but do support SSL or TLS connections on port 993.
33300 However, it is important to understand that with this feature enabled,
33301 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
33302 but it will proceed to make an insecure connection if that is the only
33303 option offered by the server, or if the Alpine in question has been built
33304 without encryption capability.
33307 Note that this feature specifies a per-user (or system-wide) default
33308 behavior, but host/folder specification flags may be used to control the
33309 behavior of any specific connection.
33310 This feature interacts with some of
33311 the possible host/folder path specification flags as follows:
33314 The <SAMP>/starttls</SAMP> host flag, for example,
33317 <CENTER><SAMP>{foo.example.com/starttls}INBOX</SAMP></CENTER>
33319 will over-ride this feature for the specified host by bypassing the
33320 SSL or TLS connection attempt.
33321 Moreover, with <SAMP>/starttls</SAMP> specified,
33322 the connection attempt will fail if the
33323 service on port 143 does not offer TLS support.
33326 The <SAMP>/ssl</SAMP> host flag, for example,
33329 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
33331 will insist on an SSL or TLS connection for the specified host,
33332 and will fail if the SSL or TLS service on port 993 is not available.
33333 Alpine will not subsequently retry a connection
33334 on port 143 if <SAMP>/ssl</SAMP> is specified.
33337 <UL>   
33338 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33339 </UL><P>
33340 &lt;End of help on this topic&gt;
33341 </BODY>
33342 </HTML>
33343 ====== h_config_file_dir ======
33344 <HTML>
33345 <HEAD>
33346 <TITLE>OPTION: File Directory</TITLE>
33347 </HEAD>
33348 <BODY>
33349 <H1>OPTION: File Directory</H1>
33351 PC-Alpine only.
33353 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
33354 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
33355 Message Index's &quot;E&nbsp;Export&quot; command.
33358 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
33359 component, Alpine assumes the file exists in the user's home directory.
33360 Under Windows operating systems, this definition isn't always clear.  This 
33361 feature allows you to explicitly set where Alpine should look for files
33362 without a leading path.
33365 NOTE: this feature's value is ignored if either 
33366 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
33367 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
33370 <UL>   
33371 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33372 </UL><P>
33373 &lt;End of help on this topic&gt;
33374 </BODY>
33375 </HTML>
33376 ====== h_config_quote_all_froms =====
33377 <HTML>
33378 <HEAD>
33379 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
33380 </HEAD>
33381 <BODY>
33382 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
33384 This feature controls an aspect of the Save command (and also the way
33385 outgoing messages are saved to an FCC folder).  If set, Alpine will add
33386 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
33387 when they are saved to another folder, including lines syntactically
33388 distinguishable from the type of message separator line commonly used on
33389 Unix systems.
33392 The default behavior is that a &quot;>&quot; will be prepended only to lines
33393 beginning with &quot;From &quot; that might otherwise be confused with a message
33394 separator line on Unix systems.  If pine is the only mail program you use,
33395 this default is reasonable.  If another program you use has trouble
33396 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
33397 enable this feature.  This feature only applies to the common Unix mailbox
33398 format that uses message separator lines beginning with &quot;From &quot;.  If
33399 Alpine has been configured to use a different mailbox format (possibly
33400 incompatible with other mail programs), then this issue does not arise,
33401 and the feature is irrelevant.
33404 &lt;End of help on this topic&gt;
33405 </BODY>
33406 </HTML>
33407 ====== h_config_normal_color =====
33408 <HTML>
33409 <HEAD>
33410 <TITLE>OPTION: Normal Color</TITLE>
33411 </HEAD>
33412 <BODY>
33413 <H1>OPTION: Normal Color</H1>
33415 Sets the color Alpine normally uses.
33416 The foreground color is the color of the actual character and the
33417 background color is the color of the area behind the character.
33418 By default this color is black characters on a white background.
33420 <A HREF="h_color_setup">Descriptions of the available commands</A>
33422 Look <A HREF="h_edit_nav_cmds">here</A>
33423 to see the available Editing and Navigation commands.
33425 &lt;End of help on this topic&gt;
33426 </BODY>
33427 </HTML>
33428 ====== h_config_reverse_color =====
33429 <HTML>
33430 <HEAD>
33431 <TITLE>OPTION: Reverse Color</TITLE>
33432 </HEAD>
33433 <BODY>
33434 <H1>OPTION: Reverse Color</H1>
33436 Sets the color Alpine uses for reverse video characters.
33437 The foreground color is the color of the actual character and the
33438 background color is the color of the area behind the character.
33440 <A HREF="h_color_setup">Descriptions of the available commands</A>
33442 Look <A HREF="h_edit_nav_cmds">here</A>
33443 to see the available Editing and Navigation commands.
33445 &lt;End of help on this topic&gt;
33446 </BODY>
33447 </HTML>
33448 ====== h_config_title_color =====
33449 <HTML>
33450 <HEAD>
33451 <TITLE>OPTION: Title Color</TITLE>
33452 </HEAD>
33453 <BODY>
33454 <H1>OPTION: Title Color</H1>
33456 Sets the color Alpine uses for the titlebar (the top line on the screen).
33457 The foreground color is the color of the actual character and the
33458 background color is the color of the area behind the character.
33459 By default, the Title Color is black characters on a yellow background.
33461 The actual titlebar color may be different from the Title Color if
33462 the option
33463 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
33464 is set to some value other than the default.
33465 It may also be different if the current folder is closed and the
33466 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
33467 color is set to something different from the Title Color.
33469 <A HREF="h_color_setup">Descriptions of the available commands</A>
33471 Look <A HREF="h_edit_nav_cmds">here</A>
33472 to see the available Editing and Navigation commands.
33474 &lt;End of help on this topic&gt;
33475 </BODY>
33476 </HTML>
33477 ====== h_config_titleclosed_color =====
33478 <HTML>
33479 <HEAD>
33480 <TITLE>OPTION: Title Closed Color</TITLE>
33481 </HEAD>
33482 <BODY>
33483 <H1>OPTION: Title Closed Color</H1>
33485 Sets the color Alpine uses for the titlebar (the top line on the screen)
33486 when the current folder is closed.
33487 The foreground color is the color of the actual character and the
33488 background color is the color of the area behind the character.
33489 By default, the Title Color Closed Color is white characters on a red background.
33491 By setting this color to something noticeable you will be alerted to the
33492 fact that the current folder is closed, perhaps unexpectedly.
33494 &lt;End of help on this topic&gt;
33495 </BODY>
33496 </HTML>
33497 ====== h_config_status_color =====
33498 <HTML>
33499 <HEAD>
33500 <TITLE>OPTION: Status Color</TITLE>
33501 </HEAD>
33502 <BODY>
33503 <H1>OPTION: Status Color</H1>
33505 Sets the color Alpine uses for status messages written to the message
33506 line near the bottom of the screen.
33507 The foreground color is the color of the actual character and the
33508 background color is the color of the area behind the character.
33509 By default, the Status Color is the same as the Reverse Color.
33511 <A HREF="h_color_setup">Descriptions of the available commands</A>
33513 Look <A HREF="h_edit_nav_cmds">here</A>
33514 to see the available Editing and Navigation commands.
33516 &lt;End of help on this topic&gt;
33517 </BODY>
33518 </HTML>
33519 ====== h_config_index_opening_color =====
33520 <HTML>
33521 <HEAD>
33522 <TITLE>OPTION: Index Opening Color</TITLE>
33523 </HEAD>
33524 <BODY>
33525 <H1>OPTION: Index Opening Color</H1>
33527 With some setups the text of the subject is followed
33528 by the opening text of the message if there is any room available in the index line.
33529 If you have configured your
33530 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
33531 to include one of the Subject tokens that causes this behavior
33532 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
33533 this opening text with this option.
33534 This coloring takes place for all but the current index line, and the Opening
33535 Color appears to be in front of any color from an Index Color Rule.
33537 By default the Index Opening Color is gray characters on a white background.
33540 <A HREF="h_color_setup">Descriptions of the available commands</A>
33542 Look <A HREF="h_edit_nav_cmds">here</A>
33543 to see the available Editing and Navigation commands.
33545 &lt;End of help on this topic&gt;
33546 </BODY>
33547 </HTML>
33548 ====== h_config_index_pri_color =====
33549 <HTML>
33550 <HEAD>
33551 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
33552 </HEAD>
33553 <BODY>
33554 <H1>OPTION: Index Priority Symbol Colors</H1>
33556 The X-Priority header is a non-standard header that is used in a
33557 somewhat standard way by many mail programs.
33558 Alpine expects the value of this header to be a digit with a value
33559 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
33560 Alpine can be made to display an indication of this priority in
33561 messages by use of one of the tokens
33562 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
33563 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
33564 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
33567 You may set the color used to draw these tokens by use of the colors
33568 Index High Priority Symbol Color and Index Low Priority Symbol Color.
33569 This coloring takes place for all but the current index line, and the Priority
33570 Color appears to be in front of any color from an Index Color Rule.
33571 If the priority has a value of 1 or 2 the High Priority color will be
33572 used,
33573 and if the value is 4 or 5 the Low Priority color will be used.
33575 If you don't set these colors the index line will be colored in the same color as
33576 the bulk of the index line.
33579 <A HREF="h_color_setup">Descriptions of the available commands</A>
33581 Look <A HREF="h_edit_nav_cmds">here</A>
33582 to see the available Editing and Navigation commands.
33584 &lt;End of help on this topic&gt;
33585 </BODY>
33586 </HTML>
33587 ====== h_config_index_subject_color =====
33588 <HTML>
33589 <HEAD>
33590 <TITLE>OPTION: Index Subject Color</TITLE>
33591 </HEAD>
33592 <BODY>
33593 <H1>OPTION: Index Subject Color</H1>
33595 You may set the color used to draw the Subject part of the index line.
33596 This coloring takes place for all but the current index line, and the Subject
33597 Color appears to be in front of any color from an Index Color Rule.
33599 If you don't set this color it will be colored in the same color as
33600 the bulk of the index line.
33603 <A HREF="h_color_setup">Descriptions of the available commands</A>
33605 Look <A HREF="h_edit_nav_cmds">here</A>
33606 to see the available Editing and Navigation commands.
33608 &lt;End of help on this topic&gt;
33609 </BODY>
33610 </HTML>
33611 ====== h_config_index_from_color =====
33612 <HTML>
33613 <HEAD>
33614 <TITLE>OPTION: Index From Color</TITLE>
33615 </HEAD>
33616 <BODY>
33617 <H1>OPTION: Index From Color</H1>
33619 You may set the color used to draw the From part of the index line.
33620 This coloring takes place for all but the current index line, and the From
33621 Color appears to be in front of any color from an Index Color Rule.
33623 If you don't set this color it will be colored in the same color as
33624 the bulk of the index line.
33627 <A HREF="h_color_setup">Descriptions of the available commands</A>
33629 Look <A HREF="h_edit_nav_cmds">here</A>
33630 to see the available Editing and Navigation commands.
33632 &lt;End of help on this topic&gt;
33633 </BODY>
33634 </HTML>
33635 ====== h_config_index_arrow_color =====
33636 <HTML>
33637 <HEAD>
33638 <TITLE>OPTION: Index Arrow Color</TITLE>
33639 </HEAD>
33640 <BODY>
33641 <H1>OPTION: Index Arrow Color</H1>
33643 If you have configured your
33644 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
33645 to include the &quot;ARROW&quot; token, you may set the color of
33646 the arrow displayed with this option.
33647 If you don't set the color it will be colored in the same color as
33648 the bulk of the index line.
33651 <A HREF="h_color_setup">Descriptions of the available commands</A>
33653 Look <A HREF="h_edit_nav_cmds">here</A>
33654 to see the available Editing and Navigation commands.
33656 &lt;End of help on this topic&gt;
33657 </BODY>
33658 </HTML>
33659 ====== h_config_index_color =====
33660 <HTML>
33661 <HEAD>
33662 <TITLE>OPTION: Index Colors</TITLE>
33663 </HEAD>
33664 <BODY>
33665 <H1>OPTION: Index Colors</H1>
33667 You may add color to the single character symbols that give the status
33668 of each message in the MESSAGE INDEX.
33669 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
33670 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
33671 screen depending on whether the message is addressed to you, and whether
33672 the message is marked Important, is Deleted, is Answered, or is New.
33673 The color for each of those characters may be specified by setting the
33674 &quot;Index-to-me&quot; Symbol Color,
33675 the &quot;Index-important&quot; Symbol Color,
33676 the &quot;Index-deleted&quot; Symbol Color,
33677 the &quot;Index-answered&quot; Symbol Color,
33678 and the &quot;Index-new&quot; Symbol Color.
33679 There are also two other symbol colors called &quot;Index-recent&quot;
33680 and &quot;Index-unseen&quot;.
33681 These two colors will only be used if you have configured your
33682 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
33683 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
33685 The default colors for these symbols are:
33686 <TABLE>
33687 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
33688 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
33689 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33690 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
33691 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
33692 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33693 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33694 </TABLE>
33696 Besides coloring the message status symbols, you may also color the
33697 entire index line.
33698 This is done by using the
33699 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
33700 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
33701 When the entire line is colored that color will be &quot;behind&quot; the
33702 status symbol colors talked about in the paragraph above.
33704 You may also color
33705 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
33706 in the index using the
33707 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
33708 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
33709 the Subject using
33710 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
33711 the From field using
33712 <A HREF="h_config_index_from_color">Index From Color</A>;
33713 and the
33714 <A HREF="h_config_index_opening_color">Index Opening</A> text.
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_metamsg_color =====
33725 <HTML>
33726 <HEAD>
33727 <TITLE>OPTION: Meta-Message Color</TITLE>
33728 </HEAD>
33729 <BODY>
33730 <H1>OPTION: Meta-Message Color</H1>
33732 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
33733 that aren't part of the message itself.
33734 For example, an attachment that isn't shown might produce a meta
33735 message something like:
33737 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
33739 If you set the
33740 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
33741 option you might see
33743 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
33745 Warnings about suspicious looking URLs in HTML will also be colored
33746 with this color.
33748 The foreground color is the color of the actual character and the
33749 background color is the color of the area behind the character.
33750 By default, the Meta-Message Color is black characters on a yellow background.
33752 <A HREF="h_color_setup">Descriptions of the available commands</A>
33754 Look <A HREF="h_edit_nav_cmds">here</A>
33755 to see the available Editing and Navigation commands.
33757 &lt;End of help on this topic&gt;
33758 </BODY>
33759 </HTML>
33760 ====== h_config_keylabel_color =====
33761 <HTML>
33762 <HEAD>
33763 <TITLE>OPTION: KeyLabel Color</TITLE>
33764 </HEAD>
33765 <BODY>
33766 <H1>OPTION: KeyLabel Color</H1>
33768 Sets the color Alpine uses for the labels of the keys in the two-line
33769 menu at the bottom of the screen.
33770 For example, some of the screens have a &quot;P PrevMsg&quot; command.
33771 This option sets the color used when displaying &quot;PrevMsg&quot;.
33772 The foreground color is the color of the actual character and the
33773 background color is the color of the area behind the character.
33774 By default, the KeyLabel Color is the same as the Normal Color.
33776 WARNING: Some terminal emulators have the property that the screen will scroll
33777 down one line whenever a character is written to the character cell in the
33778 lower right corner of the screen.
33779 Alpine can usually avoid writing a character in that corner of the screen.
33780 However, if you have defined a KeyLabel Color then Alpine does have to write
33781 a character in that cell in order to color the cell correctly.
33782 If you find that your display sometimes scrolls up a line this could be
33783 the problem.
33784 The most obvious symptom is probably that the titlebar at the top of the
33785 screen scrolls off the screen.
33786 Try setting KeyLabel Color to Default to see if that fixes the problem.
33788 <A HREF="h_color_setup">Descriptions of the available commands</A>
33790 Look <A HREF="h_edit_nav_cmds">here</A>
33791 to see the available Editing and Navigation commands.
33793 &lt;End of help on this topic&gt;
33794 </BODY>
33795 </HTML>
33796 ====== h_config_keyname_color =====
33797 <HTML>
33798 <HEAD>
33799 <TITLE>OPTION: KeyName Color</TITLE>
33800 </HEAD>
33801 <BODY>
33802 <H1>OPTION: KeyName Color</H1>
33804 Sets the color Alpine uses for the names of the keys in the two-line
33805 menu at the bottom of the screen.
33806 For example, some of the screens have a &quot;P PrevMsg&quot; command.
33807 This option sets the color used when displaying the &quot;P&quot;.
33808 The foreground color is the color of the actual character and the
33809 background color is the color of the area behind the character.
33810 By default, the KeyName Color is the same as the Reverse Color.
33812 <A HREF="h_color_setup">Descriptions of the available commands</A>
33814 Look <A HREF="h_edit_nav_cmds">here</A>
33815 to see the available Editing and Navigation commands.
33817 &lt;End of help on this topic&gt;
33818 </BODY>
33819 </HTML>
33820 ====== h_config_slctbl_color =====
33821 <HTML>
33822 <HEAD>
33823 <TITLE>OPTION: Selectable Item Color</TITLE>
33824 </HEAD>
33825 <BODY>
33826 <H1>OPTION: Selectable Item Color</H1>
33828 Sets the color Alpine uses for selectable items, such as URLs.
33829 The foreground color is the color of the actual character and the
33830 background color is the color of the area behind the character.
33831 By default, the Selectable Item Color is the same as the Normal Color,
33832 except that it is bold.
33834 <A HREF="h_color_setup">Descriptions of the available commands</A>
33836 Look <A HREF="h_edit_nav_cmds">here</A>
33837 to see the available Editing and Navigation commands.
33839 &lt;End of help on this topic&gt;
33840 </BODY>
33841 </HTML>
33842 ====== h_config_quote_color =====
33843 <HTML>
33844 <HEAD>
33845 <TITLE>OPTION: Quote Colors</TITLE>
33846 </HEAD>
33847 <BODY>
33848 <H1>OPTION: Quote Colors</H1>
33850 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
33851 screen.
33852 If a line begins with a &gt; character (or space followed by &gt;)
33853 it is considered a quote.
33854 That line will be given the Quote1 Color (first level quote).
33855 If there is a second level of quoting then the Quote2 Color will be used.
33856 Alpine considers there to be a second level of quoting if that first &gt; is
33857 followed by another &gt; (or space followed by &gt;).
33858 If there are characters other than whitespace and &gt; signs, then it isn't
33859 considered another level of quoting.
33860 Similarly, if there is a third level of quoting the Quote3 Color will be
33861 used.
33862 If there are more levels after that the Quote Colors are re-used.
33863 If you define all three colors then it would repeat like Color1, Color2, Color3,
33864 Color1, Color2, Color3, ...
33865 If you only define the first two it would be
33866 Color1, Color2, Color1, Color2, ...
33867 If you define only the Quote1 Color, then the entire quote would be that
33868 color regardless of the quoting levels.
33869 By default, the Quote1 Color is black characters on a greenish-blue background;
33870 the Quote2 Color is black characters on a dull yellow background; and
33871 the Quote3 Color is black characters on a green background.
33873 <A HREF="h_color_setup">Descriptions of the available commands</A>
33875 Look <A HREF="h_edit_nav_cmds">here</A>
33876 to see the available Editing and Navigation commands.
33878 &lt;End of help on this topic&gt;
33879 </BODY>
33880 </HTML>
33881 ====== h_config_folder_color =====
33882 <HTML>
33883 <HEAD>
33884 <TITLE>OPTION: Folder Color</TITLE>
33885 </HEAD>
33886 <BODY>
33887 <H1>OPTION: Folder Color</H1>
33889 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
33890 screen. By default, the Folder Color is the normal text color.
33893 If you set a color for this feature, other than the normal color
33894 (the default), or a color for
33895 <A HREF="h_config_directory_color">Directory Color</A>, then directories
33896 will be colored according to the color specified in the
33897 <A HREF="h_config_directory_color">Directory Color</A> option. In this
33898 case, the color will be the only indication that the colored name
33899 refers to a directory. The normal behavior is that Alpine
33900 indicates that a name refers to a directory by appending a
33901 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
33902 the folder.
33905 If a folder is a directory, then the folder name will be painted
33906 according to the color defined by this variable, and a separator
33907 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
33908 to the name. That
33909 indicator will be painted according to the color defined in the
33910 <A HREF="h_config_directory_color">Directory Color</A> option.
33913 &lt;End of help on this topic&gt;
33914 </BODY>
33915 </HTML>
33916 ====== h_config_directory_color =====
33917 <HTML>
33918 <HEAD>
33919 <TITLE>OPTION: Directory Color</TITLE>
33920 </HEAD>
33921 <BODY>
33922 <H1>OPTION: Directory Color</H1>
33924 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
33925 screen. By default, the Folder Color is the normal text color.
33927 If you set a color for this feature, other than the normal color
33928 (the default), or a color for
33929 <A HREF="h_config_folder_color">Folder Color</A>, then folders
33930 will be colored according to the color specified in the
33931 <A HREF="h_config_folder_color">Folder Color</A> option. In this
33932 case, the color will be the only indication that the colored name
33933 refers to a directory. The normal behavior is that Alpine
33934 indicates that a name refers to a directory by appending a
33935 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
33936 the folder.
33938 If a folder is a directory, then the folder name will be painted
33939 according to the color defined by the option
33940 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
33941 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
33942 after the name. That
33943 indicator will be painted according to the color defined in this
33944 option.
33946 &lt;End of help on this topic&gt;
33947 </BODY>
33948 </HTML>
33949 ====== h_config_folder_list_color =====
33950 <HTML>
33951 <HEAD>
33952 <TITLE>OPTION: Folder-List Color</TITLE>
33953 </HEAD>
33954 <BODY>
33955 <H1>OPTION: Folder-List Color</H1>
33957 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
33958 screen. By default, the Folder-List Color is the normal text color.
33960 This text refers to the informative text that Alpine displays so you
33961 can recognize each collection. The color of the content of each collection
33962 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
33963 and <A HREF="h_config_directory_color">Directory Color</A>.
33965 Unlike the options
33966 <A HREF="h_config_folder_color">Folder Color</A>
33967 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
33968 this option does not affect the way that Alpine reports folders,
33969 directories and folders that are directories.
33971 &lt;End of help on this topic&gt;
33972 </BODY>
33973 </HTML>
33974 ====== h_config_incunseen_color =====
33975 <HTML>
33976 <HEAD>
33977 <TITLE>OPTION: Incoming Unseen Color</TITLE>
33978 </HEAD>
33979 <BODY>
33980 <H1>OPTION: Incoming Unseen Color</H1>
33982 If the option
33983 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
33984 is turned on it is possible to highlight the folders that contain
33985 unseen messages by coloring them with this color.
33986 By default, this is the same as the Normal Color and no highlighting is done.
33988 Usually the &quot;current&quot; folder (the folder the cursor is on)
33989 is highlighted using reverse video.
33990 If the current folder is colored because it contains unseen messages then
33991 the color used to show that it is also the current folder is controlled
33992 by the
33993 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
33994 feature at the top of the SETUP COLOR screen.
33996 <A HREF="h_color_setup">Descriptions of the available commands</A>
33998 Look <A HREF="h_edit_nav_cmds">here</A>
33999 to see the available Editing and Navigation commands.
34001 &lt;End of help on this topic&gt;
34002 </BODY>
34003 </HTML>
34004 ====== h_config_signature_color =====
34005 <HTML>
34006 <HEAD>
34007 <TITLE>OPTION: Signature Color</TITLE>
34008 </HEAD>
34009 <BODY>
34010 <H1>OPTION: Signature Color</H1>
34012 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
34013 screen. According to USENET conventions, the signature is defined as the
34014 paragraph following the &quot;sigdashes&quot;, that is, the special line
34015 consisting of the three characters
34016 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
34017 empty line right after the sigdashes to be considered as part of the
34018 signature.
34019 By default, the Signature Color is blue characters on a white background.
34021 <A HREF="h_color_setup">Descriptions of the available commands</A>
34023 Look <A HREF="h_edit_nav_cmds">here</A>
34024 to see the available Editing and Navigation commands.
34026 &lt;End of help on this topic&gt;
34027 </BODY>
34028 </HTML>
34029 ====== h_config_prompt_color =====
34030 <HTML>
34031 <HEAD>
34032 <TITLE>OPTION: Prompt Color</TITLE>
34033 </HEAD>
34034 <BODY>
34035 <H1>OPTION: Prompt Color</H1>
34037 Sets the color Alpine uses for confirmation prompts and questions that
34038 appear in the status line near the bottom of the screen.
34039 The foreground color is the color of the actual character and the
34040 background color is the color of the area behind the character.
34041 By default, the Prompt Color is the same as the Reverse Color.
34043 <A HREF="h_color_setup">Descriptions of the available commands</A>
34045 Look <A HREF="h_edit_nav_cmds">here</A>
34046 to see the available Editing and Navigation commands.
34048 &lt;End of help on this topic&gt;
34049 </BODY>
34050 </HTML>
34051 ====== h_config_header_general_color =====
34052 <HTML>
34053 <HEAD>
34054 <TITLE>OPTION: Header General Color</TITLE>
34055 </HEAD>
34056 <BODY>
34057 <H1>OPTION: Header General Color</H1>
34059 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
34060 screen.
34061 The foreground color is the color of the actual character and the
34062 background color is the color of the area behind the character.
34063 By default, this is the same as the Normal Color.
34065 It is also possible to set the colors for specific header fields, for
34066 example the Subject, using
34067 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
34068 If both a Header General Color and a specific Viewer Header Color are set
34069 the specific color will override the general color, as you would expect.
34071 <A HREF="h_color_setup">Descriptions of the available commands</A>
34073 Look <A HREF="h_edit_nav_cmds">here</A>
34074 to see the available Editing and Navigation commands.
34076 &lt;End of help on this topic&gt;
34077 </BODY>
34078 </HTML>
34079 ====== h_config_incol =====
34080 <HTML>
34081 <HEAD>
34082 <TITLE>Index Line Color</TITLE>
34083 </HEAD>
34084 <BODY>
34085 <H1>Index Line Color</H1>
34087 This option is used to set the color of a line in the index when the
34088 message for that line matches the Pattern.
34089 This colors the whole index line, except possibly the status letters,
34090 which may be colored separately using the
34091 <A HREF="h_color_setup">Setup Kolor</A> screen.
34092 The foreground color is the color of the actual characters and the
34093 background color is the color of the area behind the characters.
34095 <A HREF="h_color_setup">Descriptions of the available commands</A>
34097 Look <A HREF="h_edit_nav_cmds">here</A>
34098 to see the available Editing and Navigation commands.
34100 &lt;End of help on this topic&gt;
34101 </BODY>
34102 </HTML>
34103 ====== h_config_usetransparent_color =====
34104 <HTML>
34105 <HEAD>
34106 <TITLE>OPTION: Use Transparent Color</TITLE>
34107 </HEAD>
34108 <BODY>
34109 <H1>OPTION: Use Transparent Color</H1>
34111 This is a special color supported by some terminal emulators.
34112 It is intended to result in the default foreground or background color
34113 from the terminal emulator.
34114 This is the color the terminal was displaying characters in before you started Alpine.
34115 The reason it is called Transparent is because you could set the foreground color
34116 to some specific color, like Red, and then set the background color to the
34117 Transparent Color. If it works as expected, the background color from the terminal
34118 window in which Alpine is running will show through but with the Red characters
34119 in the foreground.
34121 <A HREF="h_color_setup">Descriptions of the available commands</A>
34123 Look <A HREF="h_edit_nav_cmds">here</A>
34124 to see the available Editing and Navigation commands.
34126 &lt;End of help on this topic&gt;
34127 </BODY>
34128 </HTML>
34129 ====== h_config_usenormal_color =====
34130 <HTML>
34131 <HEAD>
34132 <TITLE>OPTION: Use Normal Color</TITLE>
34133 </HEAD>
34134 <BODY>
34135 <H1>OPTION: Use Normal Color</H1>
34137 When you use this color value, the actual color used will be the same
34138 as the corresponding Normal Color.
34139 For example if your Normal Color is black on white and you set both
34140 the foreground and background colors here to use the Normal Color, you'll
34141 get black on white. If you later change the Normal Color to red on blue
34142 this color will also change to red on blue.
34144 <A HREF="h_color_setup">Descriptions of the available commands</A>
34146 Look <A HREF="h_edit_nav_cmds">here</A>
34147 to see the available Editing and Navigation commands.
34149 &lt;End of help on this topic&gt;
34150 </BODY>
34151 </HTML>
34152 ====== h_config_usenone_color =====
34153 <HTML>
34154 <HEAD>
34155 <TITLE>OPTION: Use None Color</TITLE>
34156 </HEAD>
34157 <BODY>
34158 <H1>OPTION: Use None Color</H1>
34160 This is a special color that simply means to leave the color alone.
34161 It is useful for Index symbols and for Keyword Colors used in the Subject
34162 field of an index line.
34163 The most likely use is to set an explicit foreground color and then set
34164 the background color to the None Color.
34165 That will cause the symbol or keyword to be drawn in the foreground color
34166 with a background equal to whatever color the rest of the index line is already
34167 drawn in.
34168 You will see no visible effect unless you have assigned Indexcolor Rules to
34169 color index lines or you have set an actual color for the Reverse Color.
34171 <A HREF="h_color_setup">Descriptions of the available commands</A>
34173 Look <A HREF="h_edit_nav_cmds">here</A>
34174 to see the available Editing and Navigation commands.
34176 &lt;End of help on this topic&gt;
34177 </BODY>
34178 </HTML>
34179 ====== h_config_dflt_color =====
34180 <HTML>
34181 <HEAD>
34182 <TITLE>OPTION: Default Color</TITLE>
34183 </HEAD>
34184 <BODY>
34185 <H1>OPTION: Default Color</H1>
34187 Setting default will cause the color to be the default color.
34188 Unsetting default is normally done by choosing a color, but in some cases
34189 you may want to declare the current default color to be your non-default
34190 choice.
34191 For example, the default Keyname Color is the same as the Reverse Color.
34192 Whenever the Reverse Color changes the Keyname Color will also change, unless
34193 you've changed it or unset the default box.
34195 <A HREF="h_color_setup">Descriptions of the available commands</A>
34197 Look <A HREF="h_edit_nav_cmds">here</A>
34198 to see the available Editing and Navigation commands.
34200 &lt;End of help on this topic&gt;
34201 </BODY>
34202 </HTML>
34203 ====== h_config_bold_slctbl =====
34204 <HTML>
34205 <HEAD>
34206 <TITLE>OPTION: Bold</TITLE>
34207 </HEAD>
34208 <BODY>
34209 <H1>OPTION: Bold</H1>
34211 The color for this particular section may have the Bold attribute turned
34212 on or off.
34213 Setting bold will cause the characters to be bold.
34215 <A HREF="h_color_setup">Descriptions of the available commands</A>
34217 Look <A HREF="h_edit_nav_cmds">here</A>
34218 to see the available Editing and Navigation commands.
34220 &lt;End of help on this topic&gt;
34221 </BODY>
34222 </HTML>
34223 ====== h_config_kw_color =====
34224 <HTML>
34225 <HEAD>
34226 <TITLE>OPTION: Keyword Colors</TITLE>
34227 </HEAD>
34228 <BODY>
34229 <H1>OPTION: Keyword Colors</H1>
34231 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
34232 Keywords are displayed as part of the Subject by default.
34233 They are also displayed as part of the Subject if the tokens
34234 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
34235 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
34236 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
34237 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
34239 For example, you might have set up a Keyword
34240 &quot;Work&quot; using the
34241 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
34242 You could cause that Keyword to show up as a special color
34243 by setting up the Keyword Color using this option, and then including it
34244 in the MESSAGE INDEX screen using one of the tokens listed above in the
34245 <!--#echo var="VAR_index-format"-->.
34247 <A HREF="h_color_setup">Descriptions of the available commands</A>
34249 Look <A HREF="h_edit_nav_cmds">here</A>
34250 to see the available Editing and Navigation commands.
34252 &lt;End of help on this topic&gt;
34253 </BODY>
34254 </HTML>
34255 ====== h_config_customhdr_color =====
34256 <HTML>
34257 <HEAD>
34258 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
34259 </HEAD>
34260 <BODY>
34261 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
34263 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
34264 For example, you may set the color of the Subject header or the From header.
34265 The foreground color is the color of the actual character and the
34266 background color is the color of the area behind the character.
34268 In addition to setting the colors for particular headers (like the Subject)
34269 you may also set a color to be used for all headers unless overridden by a
34270 more specific Viewer Header Color.
34271 To do this use the
34272 <A HREF="h_config_header_general_color">Header General Color</A>.
34274 For Header Colors,
34275 there is an additional line on the
34276 screen labeled &quot;Pattern to match&quot;.
34277 If you leave that blank, then the whole field for that header will
34278 be colored.
34279 However, if you give a pattern to match, the coloring will only take place
34280 if there is a match for that pattern in the value of the field.
34281 For example, if you are working on a color for the Subject header and
34282 you fill in a pattern of &quot;important&quot;, then only Subjects that
34283 contain the word &quot;important&quot; will be colored.
34285 If the pattern you enter is a comma-separated list of patterns, then coloring
34286 happens if any of those patterns matches.
34288 <A HREF="h_color_setup">Descriptions of the available commands</A>
34290 Look <A HREF="h_edit_nav_cmds">here</A>
34291 to see the available Editing and Navigation commands.
34293 &lt;End of help on this topic&gt;
34294 </BODY>
34295 </HTML>
34296 ====== h_config_indextoken_color =====
34297 <HTML>
34298 <HEAD>
34299 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
34300 </HEAD>
34301 <BODY>
34302 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
34304 This option allows you to set up the color in which any token, not specified by the
34305 previous options, will be colored in the MESSAGE INDEX screen. 
34307 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
34308 a token that can be used in the index format. 
34309 The list of available tokens is <A HREF="h_index_tokens">here</A>.
34311 If you fail to enter a valid token your entry will be ignored, and you will be asked to
34312 enter a new one. Once you have entered a valid token, a line will be added to the
34313 configuration screen that you can use to set up the colors in which that token will
34314 be painted. This is done in the same way that you configure colors for other
34315 variables.
34317 <A HREF="h_color_setup">Descriptions of the available commands</A>
34319 Look <A HREF="h_edit_nav_cmds">here</A>
34320 to see the available Editing and Navigation commands.
34322 &lt;End of help on this topic&gt;
34323 </BODY>
34324 </HTML>
34325 ====== h_config_customhdr_pattern =====
34326 <HTML>
34327 <HEAD>
34328 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
34329 </HEAD>
34330 <BODY>
34331 <H1>OPTION: Viewer Header Color Pattern</H1>
34333 If you leave this blank, then the whole field for the header will
34334 be colored.
34335 If you give a pattern to match, the coloring will only take place
34336 if there is a match for that pattern in the value of the field.
34337 For example, if you are working on a color for the Subject header and
34338 you fill in a pattern of &quot;important&quot;, then only Subjects that
34339 contain the word &quot;important&quot; will be colored.
34341 For address headers (like From and To) and for the Newsgroups header,
34342 a pattern match will cause only the matched addresses or newsgroups to be
34343 colored.
34344 If there is no pattern to match, then all of the addresses or newsgroups
34345 in the relevant header will be colored.
34347 The matching pattern may be a comma-separated list of patterns to match
34348 instead of a single pattern.
34349 For example, you could use the pattern &quot;important,urgent&quot; which would
34350 cause a match if either the word &quot;important&quot; or the word
34351 &quot;urgent&quot; appeared in the value of the header.
34352 You could list several comma-separated email addresses in the Header
34353 From Color pattern so that those addresses will be colored when any of
34354 them appear in the From header.
34356 To add a new matching pattern or change the existing pattern use the 
34357 <!--chtml if pinemode="function_key"-->
34358 &quot;F4&quot;
34359 <!--chtml else-->
34360 &quot;C&quot;
34361 <!--chtml endif-->
34362 &quot;Change&quot; command that is available when the &quot;Pattern to
34363 match&quot; line is highlighted.
34365 <!--chtml if pinemode="function_key"-->
34366 &quot;F10&quot;
34367 <!--chtml else-->
34368 &quot;D&quot;
34369 <!--chtml endif-->
34370 &quot;Delete&quot; command may be used to quickly remove all patterns
34371 for a particular header.
34373 &lt;End of help on this topic&gt;
34374 </BODY>
34375 </HTML>
34376 ====== h_color_setup =====
34377 <HTML>
34378 <HEAD>
34379 <TITLE>SETUP COLOR COMMANDS</TITLE>
34380 </HEAD>
34381 <BODY>
34382 <H1>SETUP COLOR COMMANDS</H1>
34383 <!--chtml if pinemode="function_key"-->
34384 <PRE>
34385 Available Commands -- Group 1
34386 -------------------------------
34387 F1  Display this help text
34388 F2  Show other available commands
34389 F3  Exit to MAIN MENU
34390 F4  Select the highlighted foreground or background color
34391 F5  Move to previous line
34392 F6  Move to next line
34393 F7  Previous page
34394 F8  Next page
34395 F9  Add a config section for a header field
34396 F10 Restore all default colors (for all sections)
34397 F11 Print color configuration screen
34398 F12 Whereis (search for word)
34400 Available Commands -- Group 2
34401 -------------------------------
34402 F1  Display this help text
34403 F2  Show other available commands
34404 F5  Delete config section for highlighted header field
34405 F6  Shuffle the order of Header Color sections
34406 </PRE>
34407 <!--chtml else-->
34408 <PRE>
34409 General commands
34410 -------------------------------------------------
34411  ?  Display this help text     E  Exit back to MAIN MENU
34412  P  Previous Line              N  Next Line
34413  -  Previous page             Spc (space bar) Next page
34414  W  WhereIs (search for word)  %  Print color configuration screen
34416 Color Setup Commands
34417 ------------------------------------------------
34418  *  Select the highlighted foreground or background color
34419  A  Add a config section for a header field
34420  D  Delete config section for highlighted header field
34421  R  Restore all default colors (for all sections)
34422  $  Shuffle the order of Header Color sections
34423 </PRE>
34424 <!--chtml endif-->
34426 <H2>Description of the Setup Color Screen</H2>
34428 From this screen you may turn on color and set the colors of
34429 various parts of the Alpine display.
34430 For help on turning on color move your cursor into the Color Style section
34431 at the top of the Setup Color screen and ask for help.
34434 There are several sections in the Setup Color Screen.
34435 At the top are some settings that handle the style of color used
34436 with your terminal emulator (UNIX only), and some settings that
34437 control how the current indexline and the titlebar are colored.
34438 After that comes a long section called GENERAL COLORS that allows
34439 you to set the color of many elements in the Alpine screens.
34440 For example, the color of the titlebar, status messages,
34441 selectable links, quotes and signatures in messages, and so on.
34442 After that is a section called INDEX COLORS that allows you to
34443 set the colors of various pieces of the displayed index lines in
34444 the MESSAGE INDEX screen.
34445 The next section is HEADER COLORS. This is for coloring headers of
34446 messages in the MESSAGE TEXT screen in just about any way you would like.
34447 Finally, the KEYWORD COLORS section allows you to highlight
34448 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
34449 in the MESSAGE INDEX screen.
34452 To change a color, highlight the color you want to change (for example,
34453 the Status Color) by moving
34454 the cursor into it.
34455 You may want to read the help text for the color to see a brief description
34456 of what you are coloring.
34457 Then press &quot;C&quot; for Change to set the color to something new.
34458 That will put you into a screen with two columns of colors, one for
34459 the foreground color and one for the background color.
34460 The foreground color is just the color you want the actual characters
34461 to be and the background color is the color of the rest of the rectangle
34462 behind the characters.
34463 Select the foreground and background colors desired by using the Next and
34464 Prev keys to highlight the color, and the * command to select it.
34466 To set a color to its default value, set the X in the Default line at
34467 the bottom of the list of colors.
34470 The HEADER COLORS section is a little bit different from the others.
34471 Besides coloring the specific fields that Alpine knows about, you may also
34472 color specific header fields when viewing a message in the MESSAGE TEXT
34473 screen.
34474 For example, you may color the Subject header a particular color.
34475 There are a few commands for use with headers.
34476 The &quot;AddHeader&quot; command adds a section to the color
34477 configuration screen that allows you to set the color for that header.
34478 You'll be asked for the name of the header field you want to color.
34479 If you wanted to color the Subject, you would answer
34480 with the word &quot;subject&quot;.
34481 Once you've added a header field, the color setting works just like the
34482 other color fields, except that there is an additional line on the
34483 configuration screen labeled &quot;Pattern to match&quot;.
34484 If you leave that blank, then the whole field for that header will always
34485 be colored.
34486 However, if you give a pattern to match, the coloring will only take place
34487 if there is a match for that pattern in the value of the field.
34488 For example, if you are working on a color for the Subject header and
34489 you fill in a pattern of &quot;important&quot;, then only Subjects that
34490 contain the word &quot;important&quot; will be colored.
34492 The &quot;DeleteHdr&quot; command removes a header section from the
34493 configuration altogether.
34494 The &quot;Shuffle&quot; command changes the order of header sections.
34495 This is only necessary if you use header sections with pattern fields.
34496 For example, if you have two Subject sections, one with one pattern and
34497 another with another pattern, and the subject for a particular message
34498 happens to match both, then the color from the first match is used.
34501 The command &quot;RestoreDefs&quot; will restore all of the default colors.
34502 Each section will change to the default value used for that section when
34503 color is first enabled.
34504 When you restore all default colors the color settings for the Header Colors
34505 will be unset (since that's the default), but the header fields you've
34506 added will remain so that you may easily reset them.
34507 In order to get rid of them completely you'd have to use
34508 the &quot;DeleteHdr&quot; command.
34511 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
34512 may be set with matching rules and that is configured separately from
34513 the rest of the color settings described here.
34514 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
34515 instead of in the Setup/Kolor section.
34517 <P><UL>
34518 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34519 </UL><P>
34520 &lt;End of help on this topic&gt;
34521 </BODY>
34522 </HTML>
34523 ====== h_config_news_uses_recent ======
34524 <HTML>
34525 <HEAD>
34526 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
34527 </HEAD>
34528 <BODY>
34529 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
34531 This feature causes certain messages to be marked as "New" in the
34532 MESSAGE INDEX of newsgroups.
34533 This feature is set by default.
34537 When opening a newsgroup, Alpine will consult your "newsrc" file and
34538 determine the last message you have previously disposed of via the "D"
34539 key.  If this feature is set, any subsequent messages will be shown in the
34540 Index with an "N", and the first of these messages will be highlighted.
34541 Although this is only an approximation of true "New" or "Unseen"
34542 status, it provides a useful cue to distinguish more-or-less recent
34543 messages from those you have seen previously, but are not yet ready to
34544 mark deleted.
34548 Background: your "newsrc" file (used to store message status information
34549 for newsgroups) is only capable of storing a single flag, and Alpine uses
34550 this to record whether or not you are "done with" a message, as
34551 indicated by marking the message as "Deleted".  Unfortunately, this
34552 means that Alpine has no way to record exactly which messages you have
34553 previously seen, so it normally does not show the "N" status flag for
34554 any messages in a newsgroup. This feature enables a starting
34555 *approximation* of seen/unseen status that may be useful.
34557 &lt;End of help on this topic&gt;
34558 </BODY>
34559 </HTML>
34560 ====== h_config_expose_hidden_config =====
34561 <HTML>
34562 <HEAD>
34563 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
34564 </HEAD>
34565 <BODY>
34566 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
34568 If set, this causes configuration options and features that are normally
34569 hidden from view to be editable in the Setup/Config screen.
34572 The purpose of this feature is to allow you to change configuration
34573 features and variables that are normally hidden.
34574 This is particularly useful if you are using a remote configuration,
34575 where it is difficult to edit the contents manually, but it may also be used
34576 on a local pinerc configuration file.
34578 If set, several configuration variables and features that are normally
34579 hidden from view will show up in the Setup/Configuration screen.
34580 They will be at the bottom of the configuration screen.
34581 You can find them by searching for the words &quot;hidden configuration&quot;.
34584 Note that this is an advanced feature that should be used with care.
34585 The reason that this part of the configuration is normally hidden is because
34586 there is a significant potential for causing problems if you change these
34587 variables.
34588 If something breaks after a change try changing it back to see if that is
34589 what is causing the problem.
34590 There are also some variables that are normally hidden because they are
34591 manipulated through Alpine in other ways.
34592 For example, colors are normally set using the Setup/Kolors screen and
34593 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
34594 the Setup/AddressBooks screen, so there is little reason to edit these directly.
34595 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
34596 the Add, Delete, and Rename commands in the FOLDER LIST screen,
34597 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
34598 internally by Alpine and not set directly by the user.
34600 <UL>   
34601 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34602 </UL><P>
34603 &lt;End of help on this topic&gt;
34604 </BODY>
34605 </HTML>
34606 ====== h_config_disable_signature_edit =====
34607 <HTML>
34608 <HEAD>
34609 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
34610 </HEAD>
34611 <BODY>
34612 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
34614 If set, this disables the editing of signature files from within
34615 the Setup/Config screen.
34617 <UL>   
34618 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34619 </UL><P>
34620 &lt;End of help on this topic&gt;
34621 </BODY>
34622 </HTML>
34623 ====== h_config_delete_before_writing =====
34624 <HTML>
34625 <HEAD>
34626 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></TITLE>
34627 </HEAD>
34628 <BODY>
34629 <H1>FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></H1>
34631 This feature controls a behavior of Alpine intended to workaround problems in
34632 terminals where the marker for the end of inverse video cannot be overwritten,
34633 but must be deleted, as a way to start inverse video again.
34636 When this feature is enabled, Alpine will delete a line before writing it,
34637 therefore deleting the end of reverse video. Modern terminals do not require
34638 enabling this feature, but some old terminals might require it.
34640 <UL>
34641 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34642 </UL><P>
34643 &lt;End of help on this topic&gt;
34644 </BODY>
34645 </HTML>
34646 ====== h_config_disable_roles_templateedit =====
34647 <HTML>
34648 <HEAD>
34649 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
34650 </HEAD>
34651 <BODY>
34652 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
34654 If set, this disables the editing of template files within the
34655 Role setup screen.
34657 <UL>   
34658 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34659 </UL><P>
34660 &lt;End of help on this topic&gt;
34661 </BODY>
34662 </HTML>
34663 ====== h_config_disable_roles_sigedit =====
34664 <HTML>
34665 <HEAD>
34666 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
34667 </HEAD>
34668 <BODY>
34669 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
34671 If set, this disables the editing of signature files within the
34672 Role setup screen.
34674 <UL>   
34675 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34676 </UL><P>
34677 &lt;End of help on this topic&gt;
34678 </BODY>
34679 </HTML>
34680 ====== h_config_disable_roles_setup =====
34681 <HTML>
34682 <HEAD>
34683 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
34684 </HEAD>
34685 <BODY>
34686 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
34688 If set, this disables the Setup/Rules/Roles command.
34690 <UL>   
34691 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34692 </UL><P>
34693 &lt;End of help on this topic&gt;
34694 </BODY>
34695 </HTML>
34696 ====== h_config_disable_pipes_in_templates =====
34697 <HTML>
34698 <HEAD>
34699 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
34700 </HEAD>
34701 <BODY>
34702 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
34704 By default, if a template file name is followed by a vertical bar (|) then
34705 that causes the file to be executed to produce the text for the template.
34706 If this feature is set, then this is not allowed.
34708 <UL>   
34709 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34710 </UL><P>
34711 &lt;End of help on this topic&gt;
34712 </BODY>
34713 </HTML>
34714 ====== h_config_disable_pipes_in_sigs =====
34715 <HTML>
34716 <HEAD>
34717 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
34718 </HEAD>
34719 <BODY>
34720 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
34722 By default, if a signature file name is followed by a vertical bar (|) then
34723 that causes the file to be executed to produce the text for the signature.
34724 If this feature is set, then this is not allowed.
34726 <UL>   
34727 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34728 </UL><P>
34729 &lt;End of help on this topic&gt;
34730 </BODY>
34731 </HTML>
34732 ====== h_config_disable_password_cmd =====
34733 <HTML>
34734 <HEAD>
34735 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
34736 </HEAD>
34737 <BODY>
34738 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
34740 If set, then the Setup/Newpassword command is disabled.
34742 <UL>   
34743 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34744 </UL><P>
34745 &lt;End of help on this topic&gt;
34746 </BODY>
34747 </HTML>
34748 ====== h_config_disable_password_caching =====
34749 <HTML>
34750 <HEAD>
34751 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
34752 </HEAD>
34753 <BODY>
34754 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
34756 Normally, loginname/password combinations are cached in Alpine so that
34757 you do not have to enter the same password more than once in a session.
34758 A disadvantage to this approach is that the password must be stored in
34759 the memory image of the running Alpine in order that it can be re-used.
34760 In the event that Alpine crashes and produces a core dump, and that core
34761 dump is readable by others, the loginname and password could be read
34762 from the core dump.
34764 If this feature is set, then the passwords will not be cached and you
34765 will have to retype the password whenever Alpine needs it.
34766 Even with this feature set there is still some chance that the core
34767 file will contain a password, so care should be taken to make the
34768 core files unreadable.
34770 NOTE: If PASSFILE caching is enabled, this does not disable it.
34771 That is a separate and independent feature.
34772 <UL>   
34773 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34774 </UL><P>
34775 &lt;End of help on this topic&gt;
34776 </BODY>
34777 </HTML>
34778 ====== h_config_disable_password_file_saving =====
34779 <HTML>
34780 <HEAD>
34781 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
34782 </HEAD>
34783 <BODY>
34784 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
34786 <P> This feature disables caching of passwords, even if your version of Alpine allows
34787 saving passwords. For MAC OS users saving passwords is done using the Apple Key Chain, for
34788 Windows users caching passwords is done using the internal Windows Credentials, and for
34789 other users this is done by using the password file. In this feature, the phrase
34790 &quot;password file&quot; is a misnomer and represents the way in which your system
34791 stores passwords.
34794 Specifically, this feature changes the behavior of Alpine when a login name and password combination
34795 for a specific server is not found in the password file. The default behavior is that
34796 Alpine will ask the user if they wish to save this information in the password file for future
34797 use. It is assumed that if a user created a password file it is because they intend
34798 to use it, but in some instances a user might want to save some passwords and not others.
34799 In this case, enabling this feature will make Alpine not add any more passwords to the
34800 password file and will only use the passwords that it already saved. If you wish to allow
34801 Alpine to save more passwords in the password file, disable this feature.
34803 <P> Regardless of which method Alpine uses to store passwords, this is done in a secure
34804 way when compiled with OpenSSL or LibreSSL. This is very likely to be your version, and
34805 you can check this by reading the encryption features
34806 <A HREF="X-Alpine-Config:">supported</A> by Alpine.
34809 <UL>   
34810 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34811 </UL><P>
34812 &lt;End of help on this topic&gt;
34813 </BODY>
34814 </HTML>
34815 ====== h_config_disable_kb_lock =====
34816 <HTML>
34817 <HEAD>
34818 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
34819 </HEAD>
34820 <BODY>
34821 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
34823 If set, then the Keyboard Lock command is removed from the MAIN MENU.
34825 <UL>   
34826 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34827 </UL><P>
34828 &lt;End of help on this topic&gt;
34829 </BODY>
34830 </HTML>
34831 ====== h_config_disable_config_cmd =====
34832 <HTML>
34833 <HEAD>
34834 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
34835 </HEAD>
34836 <BODY>
34837 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
34839 If set, then the Setup/Config screen is disabled.
34841 <UL>   
34842 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34843 </UL><P>
34844 &lt;End of help on this topic&gt;
34845 </BODY>
34846 </HTML>
34847 ====== h_config_allow_chg_from =====
34848 <HTML>
34849 <HEAD>
34850 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
34851 </HEAD>
34852 <BODY>
34853 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
34855 This feature affects Alpine's handling of the &quot;From:&quot; header field
34856 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
34857 option.
34859 If this feature is set then the From line can be changed just like
34860 all the other header fields that can be changed.
34861 This feature defaults to <EM>ON</EM>.
34863 Even with this feature turned ON (the default) you will not be able 
34864 to change the From header unless you add it to your list of
34865 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
34866 You may also want to change the
34867 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
34868 if you want the From header to always show up in the composer without
34869 having to type the Rich Headers command first.
34871 Note that many sites restrict the use of this feature in order to
34872 reduce the chance of falsified addresses and misdirected mail.
34873 If you want to change the value of what gets included in the From header
34874 in messages you send
34875 look <A HREF="h_config_change_your_from">here</A> for a description.
34877 <UL>   
34878 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34879 </UL><P>
34880 &lt;End of help on this topic&gt;
34881 </BODY>
34882 </HTML>
34883 ====== h_config_disable_collate =====
34884 <HTML>
34885 <HEAD>
34886 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
34887 </HEAD>
34888 <BODY>
34889 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
34891 This is a hard to understand feature that should only be used in rare cases.
34892 Normally, the C function call
34894 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
34896 is used by Alpine.
34897 If you want to try turning it off,
34898 setting this feature will turn it off.
34899 This part of the locale has to do with the sort order
34900 of characters in your locale.
34902 <UL>   
34903 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34904 </UL><P>
34905 &lt;End of help on this topic&gt;
34906 </BODY>
34907 </HTML>
34908 ====== h_config_quell_attach_extra_prompt =====
34909 <HTML>
34910 <HEAD>
34911 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
34912 </HEAD>
34913 <BODY>
34914 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
34916 By default, when you attempt to view an attachment externally
34917 from the &quot;Attachment View&quot; screen, you are asked if you
34918 really want to view the selected attachment.
34921 If this feature is set, you will <B>not</B> be prompted to confirm
34922 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
34923 prompt. This feature was added for those wanting to preserve that
34924 behavior (along with 
34925 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
34928 <UL>   
34929 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34930 </UL><P>
34931 &lt;End of help on this topic&gt;
34932 </BODY>
34933 </HTML>
34934 ====== h_config_quell_attach_ext_warn =====
34935 <HTML>
34936 <HEAD>
34937 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
34938 </HEAD>
34939 <BODY>
34940 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
34943 This feature suppresses the extra warning you can get when trying
34944 to view an attachment for which there is no mime-type match.  Turning
34945 on this feature will just run the program according to extension
34946 instead of first warning the user that it will run according to the
34947 file's extension.
34949 This feature can be used along side 
34950 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
34951 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
34953 <UL>   
34954 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34955 </UL><P>
34956 &lt;End of help on this topic&gt;
34957 </BODY>
34958 </HTML>
34959 ====== h_config_mailcap_params =====
34960 <HTML>
34961 <HEAD>
34962 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
34963 </HEAD>
34964 <BODY>
34965 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
34967 If set, this will allow mailcap named parameter substitution to occur
34968 in mailcap entries.
34969 By default, this is turned off to prevent security problems that may occur
34970 with some incorrect mailcap configurations.
34971 For more information, see RFC1524 and look for "named parameters" in the
34972 text of the RFC.
34974 <UL>   
34975 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34976 </UL><P>
34977 &lt;End of help on this topic&gt;
34978 </BODY>
34979 </HTML>
34980 ====== h_config_disable_shared =====
34981 <HTML>
34982 <HEAD>
34983 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
34984 </HEAD>
34985 <BODY>
34986 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
34988 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
34989 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
34990 will be disabled.
34991 The reason this feature exists is because there are some implementations
34992 of system password lookup routines that are very slow when presented with
34993 a long loginname that does not exist.
34994 This feature could be set to prevent the delay at startup time when the
34995 names above are searched for in the password file.
34997 <UL>   
34998 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34999 </UL><P>
35000 &lt;End of help on this topic&gt;
35001 </BODY>
35002 </HTML>
35003 ====== h_config_hide_nntp_path =====
35004 <HTML>
35005 <HEAD>
35006 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
35007 </HEAD>
35008 <BODY>
35009 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
35011 Normally the Path header that Alpine generates when posting to a newsgroup
35012 contains the name of the computer from which the message is being sent and
35013 the user name.
35014 Some believe that this information is used by spammers.
35015 If this feature is set, that information will be replaced with the text
35017 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
35019 instead.
35021 It should be noted that many servers being connected to will still reveal
35022 the information that this feature attempts to protect.
35024 <UL>   
35025 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35026 </UL><P>
35027 &lt;End of help on this topic&gt;
35028 </BODY>
35029 </HTML>
35030 ====== h_config_no_bezerk_zone =====
35031 <HTML>
35032 <HEAD>
35033 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
35034 </HEAD>
35035 <BODY>
35036 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
35038 POSIX mandates a timezone in UNIX mailbox format folder delimiters
35039 (the line that begins with From <SPACE>).
35040 Some versions of Berkeley mail have trouble with this, and don't recognize
35041 the line as a message delimiter.
35042 If this feature is set, the timezone will be left off the delimiter line.
35044 <UL>   
35045 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35046 </UL><P>
35047 &lt;End of help on this topic&gt;
35048 </BODY>
35049 </HTML>
35050 ====== h_config_quell_domain_warn =====
35051 <HTML>
35052 <HEAD>
35053 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
35054 </HEAD>
35055 <BODY>
35056 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
35058 When your configuration is set up so that your domain name contains no dots,
35059 it is usually a configuration error.
35060 By default, Alpine will warn you about this when you start it up.
35061 You will see a warning message that looks like
35064 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
35067 If this feature is set, the warning is turned off.
35069 <UL>   
35070 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35071 </UL><P>
35072 &lt;End of help on this topic&gt;
35073 </BODY>
35074 </HTML>
35075 ====== h_config_quell_imap_env =====
35076 <HTML>
35077 <HEAD>
35078 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
35079 </HEAD>
35080 <BODY>
35081 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
35083 In the MESSAGE INDEX screen, if the open folder is being accessed
35084 using IMAP, Alpine normally tries to paint the index lines on the screen
35085 as soon as the information arrives from the IMAP server.
35086 This means that the index information makes it onto the screen more quickly
35087 than it otherwise would.
35088 This sometimes results in behavior that bothers some users.
35089 For example, when paging to a new page of the index, it may be possible for
35090 the lines to be painted on the screen in a random order, rather than from
35091 top to bottom.
35094 Setting this feature causes Alpine to wait for all of the information
35095 to be gathered before it paints the index screen.
35096 Once it collects all of the information, the screen will be painted quickly
35097 from top to bottom.
35099 <UL>   
35100 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35101 </UL><P>
35102 &lt;End of help on this topic&gt;
35103 </BODY>
35104 </HTML>
35105 ====== h_config_quell_news_env =====
35106 <HTML>
35107 <HEAD>
35108 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
35109 </HEAD>
35110 <BODY>
35111 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
35113 In the MESSAGE INDEX screen, if the open folder is being accessed
35114 using NNTP (News), Alpine normally tries to paint the index lines on the screen
35115 as soon as the information arrives from the NNTP server.
35116 This means that the index information makes it onto the screen more quickly
35117 than it otherwise would.
35118 This sometimes results in behavior that bothers some users.
35119 For example, when paging to a new page of the index, it may be possible for
35120 the lines to be painted on the screen in a random order, rather than from
35121 top to bottom.
35124 Setting this feature causes Alpine to wait for all of the information
35125 to be gathered before it paints the index screen.
35126 Once it collects all of the information, the screen will be painted quickly
35127 from top to bottom.
35129 <UL>   
35130 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35131 </UL><P>
35132 &lt;End of help on this topic&gt;
35133 </BODY>
35134 </HTML>
35135 ====== h_config_quell_content_id =====
35136 <HTML>
35137 <HEAD>
35138 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
35139 </HEAD>
35140 <BODY>
35141 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
35143 This feature changes the behavior of Alpine when sending messages.
35144 It is intended to work around a bug in Microsoft's Outlook XP mail user
35145 agent.
35146 As of this writing, Microsoft has acknowledged the bug but
35147 has not added it to the Knowledge Base.
35148 We have been told that there will be a post-SP1 hotfix for Outlook XP.
35149 This particular bug has bug fix number OfficeQFE:4781.
35150 The nature of the bug is that messages with attachments that
35151 contain a Content-ID header (which standard Alpine attachments do)
35152 do not show the attachment indicator (a paperclip) when viewed with
35153 Outlook XP.
35154 So the user has no indication that the message contains an attachment.
35157 If this feature is set then Alpine will remove most Content-ID headers
35158 before sending a message.
35159 If an attachment is of type MESSAGE, then the existing Content-ID headers
35160 inside the message will be left intact.
35161 This would only happen with Alpine if a message was forwarded as an attachment
35162 or if a message with a message attached was forwarded.
35163 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
35164 the Content-ID headers of the alternative parts will not be removed.
35167 Because the Content-ID header is a standard part of MIME it is possible
35168 that setting this feature will break something.
35169 For example, if an attachment has a Content-ID header that is necessary
35170 for the correct functioning of that attachment, it is possible that Alpine
35171 may remove that header when the attachment is forwarded.
35172 However, it seems fairly safe at this time.
35175 <UL>   
35176 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35177 </UL><P>
35178 &lt;End of help on this topic&gt;
35179 </BODY>
35180 </HTML>
35181 ====== h_config_winpos_in_config =====
35182 <HTML>
35183 <HEAD>
35184 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
35185 </HEAD>
35186 <BODY>
35187 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
35189 PC-Alpine only.
35192 Normally, PC-Alpine will store its window size and position in the
35193 Windows Registry.
35194 This is convenient if you want to use the same remote
35195 configuration from more than one PC.
35196 If you use multiple configuration files to start PC-Alpine, you may want
35197 to store the window size and position in the configuration file instead
35198 of in the Registry.
35199 Setting this feature causes the value to be stored in 
35200 <A HREF="h_config_window_position">Window-Position</A>.
35203 <UL>   
35204 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35205 </UL><P>
35206 &lt;End of help on this topic&gt;
35207 </BODY>
35208 </HTML>
35209 ====== h_config_quell_ssl_largeblocks =====
35210 <HTML>
35211 <HEAD>
35212 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
35213 </HEAD>
35214 <BODY>
35215 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
35217 PC-Alpine only.
35219 This feature changes the behavior of fetching messages
35220 and attachments so that the message data is fetched in chunks no larger
35221 than 12K bytes.
35222 This works around a bug in Microsoft's SSL/TLS support.
35223 Some versions of Microsoft SSL are not able to read full-sized (16K)
35224 SSL/TLS packets.
35225 Some servers will send such packets and this will
35226 cause PC-Alpine to crash with the error
35229 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
35232 Microsoft is aware of the problem and has developed a hotfix for it, it is
35233 discussed in article 300562 in the Microsoft Knowledge Base.
35235 <UL>   
35236 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35237 </UL><P>
35238 &lt;End of help on this topic&gt;
35239 </BODY>
35240 </HTML>
35241 ====== h_config_quell_partial =====
35242 <HTML>
35243 <HEAD>
35244 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
35245 </HEAD>
35246 <BODY>
35247 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
35249 Partial fetching is a feature of the IMAP protocol.
35250 By default, Alpine
35251 will use partial fetching when copying the contents of a message or attachment
35252 from the IMAP server to Alpine.
35253 This means that the fetch will be done in many
35254 small chunks instead of one big chunk. The main benefit of this approach is
35255 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
35256 to stop the fetch early. In some cases partial fetching may cause a performance
35257 problem so that the fetching of data takes significantly longer when partial
35258 fetching is used. Turning on this feature will turn off partial fetching.
35260 <UL>   
35261 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35262 </UL><P>
35263 &lt;End of help on this topic&gt;
35264 </BODY>
35265 </HTML>
35266 ====== h_config_quell_personal_name_prompt =====
35267 <HTML>
35268 <HEAD>
35269 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
35270 </HEAD>
35271 <BODY>
35272 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
35274 PC-Alpine only.  This feature quells the prompting for a 
35275 <A HREF="h_config_pers_name">personal name</A>.  This
35276 prompt normally happens before composing a message, and only happens when
35277 there is no personal name already set.
35279 <UL>   
35280 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35281 </UL><P>
35282 &lt;End of help on this topic&gt;
35283 </BODY>
35284 </HTML>
35285 ====== h_config_quell_user_id_prompt =====
35286 <HTML>
35287 <HEAD>
35288 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
35289 </HEAD>
35290 <BODY>
35291 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
35293 PC-Alpine only.  This feature quells the prompting for a 
35294 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
35295 if the information can be obtained from the login name used
35296 to open the INBOX.  Normally, this prompt happens before composing
35297 a message, and only happens when there is no user-id already set
35298 in the configuration.
35300 With this feature set, composing a message is only possible after
35301 establishing a connection to the INBOX.
35303 <UL>   
35304 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35305 </UL><P>
35306 &lt;End of help on this topic&gt;
35307 </BODY>
35308 </HTML>
35309 ====== h_config_save_aggregates =====
35310 <HTML>
35311 <HEAD>
35312 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
35313 </HEAD>
35314 <BODY>
35315 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
35317 This feature will optimize an aggregate copy operation, if
35318 possible, by issuing a single IMAP <EM>COPY</EM> command with a
35319 list of the messages to be copied.
35320 This feature is set by default.
35321 This may reduce network traffic and elapsed time for the Save.
35322 <EM>However, many IMAP servers (including the UW IMAP server) do
35323 not preserve the order of messages when this optimization is applied.</EM>
35324 If this feature is not set, 
35325 Alpine will copy each message individually and the order of the messages
35326 will be preserved.
35328 <UL>   
35329 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35330 </UL><P>
35331 &lt;End of help on this topic&gt;
35332 </BODY>
35333 </HTML>
35334 ====== h_config_use_system_translation =====
35335 <HTML>
35336 <HEAD>
35337 <TITLE>FEATURE: Use System Translation</TITLE>
35338 </HEAD>
35339 <BODY>
35340 <H1>FEATURE: Use System Translation</H1>
35342 UNIX Alpine only.
35344 Alpine normally uses its own internal software to convert between the multi-byte
35345 representation of characters and the Unicode representation of those
35346 same characters.
35347 It converts from the multi-byte characters your keyboard produces to Unicode,
35348 and from Unicode to the multi-byte characters your display expects.
35349 Alpine also uses its own internal software to decide how much space on
35350 the screen a particular Unicode character will occupy.
35353 Setting this feature tells Alpine to use the system-supplied routines to
35354 perform these tasks instead.
35355 In particular there are three tasks and three system routines that will
35356 be used for these tasks.
35359 To convert from multi-byte to Unicode the routine
35362 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
35365 is used.
35366 To convert from Unicode to multi-byte the routine
35369 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
35372 is used, if available, otherwise
35375 <CENTER><SAMP>wctomb</SAMP></CENTER>
35378 is used.
35380 And to find the screen width a particular Unicode character will
35381 occupy the routine used is
35384 <CENTER><SAMP>wcwidth</SAMP></CENTER>
35387 This feature has been only lightly tested.
35388 The internal routines should normally be used unless you run into
35389 a problem that you think may be solved by using the system routines.
35390 Note that your environment needs to be set up for these
35391 routines to work correctly.
35392 In particular, the LANG or LC_CTYPE variable in your environment will
35393 need to be set.
35396 <UL>   
35397 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35398 </UL><P>
35399 &lt;End of help on this topic&gt;
35400 </BODY>
35401 </HTML>
35402 ====== h_config_suspend_spawns =====
35403 <HTML>
35404 <HEAD>
35405 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
35406 </HEAD>
35407 <BODY>
35408 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
35410 This feature affects Alpine's behavior when process suspension is enabled
35411 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
35412 temporarily interact with the operating system command &quot;shell&quot; 
35413 without
35414 quitting Alpine, and then subsequently resume the still-active Alpine session.
35417 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
35418 is set and subsequently the Ctrl-Z key
35419 is pressed, Alpine will normally suspend itself and return temporary control
35420 to Alpine's parent shell process.  However, if this feature is set, Alpine
35421 will instead create an inferior subshell process.  This is useful when the
35422 parent process is not intended to be used interactively.  Examples include
35423 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
35424 or via a menu system.<P>
35426 Note that one typically resumes a suspended Alpine by entering the Unix
35427 &quot;fg&quot; command, but if this feature is set, it will be necessary to
35428 enter the &quot;exit&quot; command instead.
35430 <UL>   
35431 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35432 </UL><P>
35433 &lt;End of help on this topic&gt;
35434 </BODY>
35435 </HTML>
35436 ====== h_config_8bit_smtp =====
35437 <HTML>
35438 <HEAD>
35439 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
35440 </HEAD>
35441 <BODY>
35442 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
35444 This feature affects Alpine's behavior when sending mail.
35445 By default, this feature is set.
35446 Internet standards
35447 require that all electronic mail messages traversing the global Internet
35448 consist of 7bit ASCII characters unless a pair of cooperating mail 
35449 transfer agents explicitly agree to allow 8bit messages.  In general, 
35450 then, exchanging messages in non-ASCII characters requires MIME encoding.
35452 However, there are now Internet standards that allow for unencoded 8bit
35453 exchange of messages between cooperating systems.  When this feature is set
35454 Alpine will try to negotiate unencoded 8bit transmission during the
35455 sending process.  Should the negotiation fail, Alpine will fall back to its
35456 ordinary encoding rules. 
35458 Note, this feature relies on your system's mail transport agent or
35459 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
35460 having the negotiation mechanism introduced in
35461 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
35462 &quot;8BITMIME&quot;. 
35464 ESMTP allows for graceful migration to upgraded mail transfer agents, but
35465 it is possible that this feature might cause problems for some servers. 
35466 <P><UL>
35467 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35468 </UL>
35469 <P>&lt;End of help on this topic&gt;
35470 </BODY>
35471 </HTML>
35472 ====== h_config_8bit_nntp =====
35473 <HTML>
35474 <HEAD>
35475 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
35476 </HEAD>
35477 <BODY>
35478 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
35480 This feature affects Alpine's behavior when posting news.  
35484 The Internet standard for exchanging USENET news messages (RFC-1036)
35485 specifies that USENET messages should conform to Internet mail standards
35486 and contain only 7bit characters, but much of the news transport software
35487 in use today is capable of successfully sending messages containing 8bit
35488 characters.  Hence, many people believe that it is appropriate to send 8bit
35489 news messages without any MIME encoding.
35493 Moreover, there is no Internet standard for explicitly negotiating 8bit
35494 transfer, as there is for Internet email.  Therefore, Alpine provides the
35495 option of posting unencoded 8bit news messages, though not as the default.
35496 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
35497 postings that contain 8bit characters. 
35501 Note, articles may cross a path or pass through news transport software
35502 that is unsafe or even hostile to 8bit characters.  At best this will only
35503 cause the posting to become garbled.  The safest way to transmit 8bit
35504 characters is to leave Alpine's MIME encoding turned on, but recipients
35505 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
35506 messages.
35508 &lt;End of help on this topic&gt;
35509 </BODY>
35510 </HTML>
35511 ====== h_config_mark_for_cc =====
35512 <HTML>
35513 <HEAD>
35514 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
35515 </HEAD>
35516 <BODY>
35517 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
35519 This feature affects Alpine's MESSAGE INDEX display.
35520 By default, a '+' is displayed in the first column if the
35521 message is addressed directly to you.
35522 When this feature is set and the message is not addressed to you, then a
35523 '-' character is displayed if the message is instead Cc'd directly
35524 to you.
35527 <UL>   
35528 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35529 </UL><P>
35530 &lt;End of help on this topic&gt;
35531 </BODY>
35532 </HTML>
35533 ====== h_config_tab_uses_unseen =====
35534 <HTML>
35535 <HEAD>
35536 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
35537 </HEAD>
35538 <BODY>
35539 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
35541 This feature affects Alpine's behavior when using the TAB
35542 <A HREF="h_common_nextnew">NextNew Command</A>
35543 to move from one folder to the next.
35544 Alpine's usual behavior is to search for folders
35545 with <EM>Recent</EM> messages in them.
35546 Recent messages are messages that have arrived since the last time the
35547 folder was opened.
35550 Setting this feature causes Alpine to search for <EM>Unseen</EM>
35551 messages instead of Recent messages.
35552 Unseen messages remain Unseen until you view them (or flag then as Seen with
35553 the <A HREF="h_common_flag">Flag Command</A>).
35554 Setting this feature allows you to locate messages you have not read
35555 instead of only recently received messages.
35556 When this feature is set, the feature
35557 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
35558 will have no effect, so the checking may be slower.
35561 Another reason why you might want to use this feature is that Alpine sometimes
35562 opens folders implicitly behind the scenes, and this clears the
35563 Recent status of all messages in the folder.
35564 One example where this happens is when Saving or filtering a
35565 message to another folder.
35566 If that message has some <A HREF="h_config_keywords">keywords</A>
35567 set, then because of some shortcomings
35568 in the IMAP specification, the best way to ensure that those keywords are
35569 still set in the saved copy of the message is to open the folder and
35570 set the keywords explicitly.
35571 Because this clears the Recent status of all messages in that folder the
35572 folder will not be found by the NextNew command unless this feature is set.
35575 &lt;End of help on this topic&gt;
35576 </BODY>
35577 </HTML>
35578 ====== h_config_tab_new_only =====
35579 <HTML>
35580 <HEAD>
35581 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
35582 </HEAD>
35583 <BODY>
35584 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
35586 This feature affects Alpine's behavior when using the TAB key to move from
35587 one message to the next.  Alpine's usual behavior is to select the next
35588 unread message or message flagged as "Important".
35592 Setting this feature causes Alpine to skip the messages flagged as important,
35593 and select unread messages exclusively.  Tab behavior when there are no
35594 new messages left to select remains unchanged.
35596 &lt;End of help on this topic&gt;
35597 </BODY>
35598 </HTML>
35599 ====== h_config_warn_if_subj_blank =====
35600 <HTML>
35601 <HEAD>
35602 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
35603 </HEAD>
35604 <BODY>
35605 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
35607 This feature affects Alpine's behavior when you send a message being
35608 composed.
35609 If this option is set, Alpine will check to see if the message about to be sent
35610 has a subject or not.
35611 If not, you will be asked if you want to send the message anyway.
35614 <UL>   
35615 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35616 </UL><P>
35617 &lt;End of help on this topic&gt;
35618 </BODY>
35619 </HTML>
35620 ====== h_config_warn_if_fcc_blank =====
35621 <HTML>
35622 <HEAD>
35623 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
35624 </HEAD>
35625 <BODY>
35626 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
35628 This feature affects Alpine's behavior when you send a message being
35629 composed.
35630 If this option is set, Alpine will check to see if the message about to be sent
35631 has an Fcc or not.
35632 If not, you will be asked if you want to send the message anyway.
35635 <UL>   
35636 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35637 </UL><P>
35638 &lt;End of help on this topic&gt;
35639 </BODY>
35640 </HTML>
35641 ====== h_config_warn_if_no_to_or_cc =====
35642 <HTML>
35643 <HEAD>
35644 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
35645 </HEAD>
35646 <BODY>
35647 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
35649 This feature affects Alpine's behavior when you send a message being
35650 composed.
35651 If this option is set, Alpine will check to see if the message about to be sent
35652 has either a To address, a Cc address, or a Newsgroup.
35653 If none of these is set,
35654 you will be asked if you want to send the message anyway.
35657 This feature is closely related to
35658 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
35659 Alpine will normally ask if you want to copy a message only to the Fcc.
35660 This feature also applies to cases where there is a Bcc but still no To, Cc,
35661 or Newsgroup.
35662 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
35663 message with only an Fcc, then you won't be asked about sending with
35664 a blank To and Cc and Newsgroups header even if this feature is set.
35665 Similarly, if you have already been asked if you want to send to the Fcc
35666 only and you have answered Yes, then you won't be asked again about sending with
35667 blank To, Cc, and Newsgroups headers even if this feature is set.
35670 <UL>   
35671 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35672 </UL><P>
35673 &lt;End of help on this topic&gt;
35674 </BODY>
35675 </HTML>
35676 ====== h_config_quell_dead_letter =====
35677 <HTML>
35678 <HEAD>
35679 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
35680 </HEAD>
35681 <BODY>
35682 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
35684 This feature affects Alpine's behavior when you cancel a message being
35685 composed.  Alpine's usual behavior is to write the canceled message to
35686 a file named 
35687 <!--chtml if pinemode="os_windows"-->
35688 &quot;DEADLETR&quot;,
35689 <!--chtml else-->
35690 &quot;dead.letter&quot; in your home directory,
35691 <!--chtml endif-->
35692 overwriting any previous message. Under
35693 some conditions (some routine), this can introduce a noticeable delay.
35694 Setting this feature will cause Alpine NOT to write canceled compositions
35695 into the file.
35697 NOTE: Enabling this feature means NO record of canceled messages is
35698 maintained.
35700 This feature affects the newer option
35701 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
35702 number of dead letter files to keep around.
35703 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
35705 <UL>   
35706 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35707 </UL><P>
35708 &lt;End of help on this topic&gt;
35709 </BODY>
35710 </HTML>
35711 ====== h_config_quell_beeps =====
35712 <HTML>
35713 <HEAD>
35714 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
35715 </HEAD>
35716 <BODY>
35717 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
35719 This feature affects Alpine's behavior when it displays status message
35720 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
35721 will not affect the display of such messages, but will cause those that
35722 emit a beep to become silent.
35725 <UL>   
35726 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35727 </UL><P>
35728 &lt;End of help on this topic&gt;
35729 </BODY>
35730 </HTML>
35731 ====== h_config_suppress_user_agent =====
35732 <HTML>
35733 <HEAD>
35734 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
35735 </HEAD>
35736 <BODY>
35737 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
35739 If this feature is set then Alpine will not generate a
35740 <CODE>User-Agent</CODE> header in outgoing messages.
35742 <UL>   
35743 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35744 </UL><P>
35745 &lt;End of help on this topic&gt;
35746 </BODY>
35747 </HTML>
35748 ====== h_config_quell_lock_failure_warnings =====
35749 <HTML>
35750 <HEAD>
35751 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
35752 </HEAD>
35753 <BODY>
35754 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
35756 This feature affects Alpine's behavior when it encounters a problem
35757 acquiring a mail folder lock.  Typically, a secondary file associated
35758 with the mail folder being opened is created as part of the locking
35759 process.  On some systems, such file creation has been administratively
35760 precluded by the system configuration.
35762 Alpine issues a warning when such failures occur, which can become bothersome
35763 if the system is configured to disallow such actions.  Setting this
35764 feature causes Alpine to remain silent when this part of lock creation fails.
35766 WARNING: systems that have been configured in a way that precludes locking
35767 introduce some risk of mail folder corruption when more than one program
35768 attempts to modify the mail folder.  This is most likely to occur to one's
35769 INBOX or other incoming message folder. 
35771 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
35773 <UL>   
35774 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35775 </UL><P>
35776 &lt;End of help on this topic&gt;
35777 </BODY>
35778 </HTML>
35779 ====== h_config_enable_role_take ======
35780 <HTML>
35781 <HEAD>
35782 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
35783 </HEAD>
35784 <BODY>
35785 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
35787 Normally, the Take command takes addresses from a message and helps you
35788 put them into your Address Book.
35789 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
35790 you may find it useful
35791 to be able to Take information from a message's headers and put it into
35792 a new Rule.
35793 When this feature is set, you will be given an extra prompt that gives
35794 you the choice to Take into the Address Book or Take into a rule.
35795 <P><UL>
35796 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35797 </UL>
35799 &lt;End of help on this topic&gt;
35800 </BODY>
35801 </HTML>
35802 ====== h_config_enable_take_export ======
35803 <HTML>
35804 <HEAD>
35805 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
35806 </HEAD>
35807 <BODY>
35808 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
35810 Normally, the Take command takes addresses from a message and helps you
35811 put them into your Address Book.
35812 When this feature is set, you will be given an extra prompt that gives you
35813 the choice to Take addresses into a file instead of your Address
35814 Book.
35815 Only the user@domain_name part of the address is put in the file.
35816 <P><UL>
35817 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35818 </UL>
35820 &lt;End of help on this topic&gt;
35821 </BODY>
35822 </HTML>
35823 ====== h_config_quell_folder_internal_msg ======
35824 <HTML>
35825 <HEAD>
35826 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
35827 </HEAD>
35828 <BODY>
35829 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
35831 This feature determines whether or not Alpine will create 
35832 &quot;pseudo messages&quot; in folders that are in standard Unix or 
35833 MMDF format. <P> 
35835 Alpine will normally create these pseudo messages when they are not already
35836 present in a standard Unix or MMDF folder.  Their purpose is to record
35837 certain mailbox state data needed for correct IMAP and POP server
35838 operation, and also for Alpine to be able to mark messages as Answered when
35839 the Reply has been postponed.<P>
35841 Sites that do not use IMAP/POP for remote mail access, and that need to
35842 support mail tools that are adversely affected by the presence of the
35843 pseudo-messages (e.g. some mail notification tools) may enable this
35844 feature to tell Alpine not to create them.  Note that Alpine's 
35845 &quot;Answered&quot; flag
35846 capability will be adversely affected if this is done.<P>
35848 Note too that, even if this feature is enabled, Alpine will not remove
35849 pseudo-messages when it encounters them (e.g. those created by UW's imapd
35850 or ipopd servers.) This feature has no effect on folders that are not in
35851 standard Unix or MMDF format, as pseudo-messages are not needed in the
35852 other formats to record mailbox state information.
35853 <P><UL>
35854 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35855 </UL>
35857 &lt;End of help on this topic&gt;
35858 </BODY>
35859 </HTML>
35860 ====== h_config_mulnews_as_typed ======
35861 <HTML>
35862 <HEAD>
35863 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
35864 </HEAD>
35865 <BODY>
35866 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
35868 This feature will be of little use to most users.
35869 It has no effect unless the feature
35870 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
35871 is set.
35873 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
35874 then the setting of this feature may have an effect on the names of the
35875 newsrc files used.
35876 Normally, the name of the news server will be canonicalized before it is
35877 used in the newsrc file name.
35878 For example, if you type the news server name
35881 <CENTER><SAMP>servername</SAMP></CENTER>
35884 it is likely that the canonical name will be something like
35887 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
35890 Or it may be the case that
35893 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
35896 is really an alias (a DNS CNAME) for
35899 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
35902 If this feature is not set, then the canonicalized names will be used.
35903 If this feature is set, then the name you typed in (or put in your
35904 configuration) will be used.
35906 <P><UL>
35907 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35908 </UL>
35910 &lt;End of help on this topic&gt;
35911 </BODY>
35912 </HTML>
35913 ====== h_config_quell_empty_dirs ======
35914 <HTML>
35915 <HEAD>
35916 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
35917 </HEAD>
35918 <BODY>
35919 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
35921 This feature causes Alpine to remove from the display any directories
35922 that do not contain at least one file or directory.  This can be useful
35923 to prevent overly cluttered folder lists when a collection is stored on
35924 a server that treats all names as both a folder and a directory.
35927 Note, enabling this feature can cause surprising behavior!  For example,
35928 you can still use Add to create a directory, but unless you immediately
35929 enter that directory and create a folder, that newly created directory
35930 may not be displayed next time you enter the folder list.
35933 The description above is not quite correct.
35934 Only directories which potentially may hold messages are hidden if empty.
35935 That is, a directory which is really just a directory and is not selectable
35936 as a folder will not be hidden.
35937 Such directories can occur on servers that treat most names as both a folder
35938 and a directory.
35939 These directories are typically created implicitly when a folder is created
35940 inside a directory that does not yet exist.
35943 <UL>   
35944 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35945 </UL><P>
35946 &lt;End of help on this topic&gt;
35947 </BODY>
35948 </HTML>
35949 ====== h_config_termcap_wins =====
35950 <HTML>
35951 <HEAD>
35952 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
35953 </HEAD>
35954 <BODY>
35955 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
35957 This feature may affect Alpine's low-level input routines.  Termcap (or
35958 terminfo, depending on how your copy of Alpine was compiled and linked)
35959 is the name of the database that describes terminal capabilities.  In
35960 particular, it describes the sequences of characters that various keys
35961 will emit.
35964 An example would be the Up Arrow key on the keyboard.  Up
35965 Arrow is not a distinct character on most Unix systems.  When you press
35966 the Up Arrow key a short sequence of characters are produced.  This
35967 sequence is supposed to be described in the termcap database by the
35968 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
35969 are using terminfo instead of termcap).
35972 By default, Alpine defines some terminal
35973 escape sequences that are commonly used.  For example, the sequence
35974 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
35975 &quot;ESC&nbsp;[&nbsp;A&quot;
35976 is also recognized as an Up Arrow key.  These are chosen because common
35977 terminals like VT100's or ANSI standard terminals produce these
35978 sequences when you press the Up Arrow key.
35981 If your system's termcap
35982 (terminfo) database assigns some other function to the sequence
35983 &quot;ESC&nbsp;O&nbsp;A&quot;
35984 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
35985 database assigns a sequence that doesn't begin with an escape
35986 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
35987 This usually works fine
35988 because most terminals emit the escape sequences that Alpine has defined
35989 by default.  We have also found that it is usually better to have these
35990 defaults take precedence over the definitions contained in the database
35991 because the defaults are more likely to be correct than the database.
35994 There are some terminals where this breaks down.  If you want Alpine to
35995 believe the definitions given in your termcap (terminfo) database in
35996 preference to the defaults the Alpine itself sets up, then you may turn
35997 this feature on.  Then, sequences of characters that are defined in
35998 both termcap (terminfo) and in Alpine's set of defaults will be
35999 interpreted the way that termcap (terminfo) says they should be
36000 interpreted.  Also, if your terminal capabilities database assigns a
36001 sequence that doesn't begin with escape, it will not be ignored.
36004 <UL>   
36005 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36006 </UL><P>
36007 &lt;End of help on this topic&gt;
36008 </BODY>
36009 </HTML>
36010 ====== h_config_cruise_mode =====
36011 <HTML>
36012 <HEAD>
36013 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
36014 </HEAD>
36015 <BODY>
36016 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
36018 This feature affects Alpine's behavior when you hit the
36019 &quot;Space&nbsp;Bar&quot; at
36020 the end of a displayed message.  Typically, Alpine complains that the end
36021 of the text has already been reached.  Setting this feature causes such
36022 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
36023 taking you to the next &quot;interesting&quot; message,
36024 or scanning ahead to the 
36025 next incoming folder with &quot;interesting&quot; messages.
36028 <UL>   
36029 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36030 </UL><P>
36031 &lt;End of help on this topic&gt;
36032 </BODY>
36033 </HTML>
36034 ====== h_config_cruise_mode_delete =====
36035 <HTML>
36036 <HEAD>
36037 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
36038 </HEAD>
36039 <BODY>
36040 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
36042 This feature modifies the behavior of Alpine's 
36043 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
36044 Setting this feature causes Alpine to implicitly delete read
36045 messages when it moves on to display the next &quot;interesting&quot; message.
36047 NOTE: Beware when enabling this feature AND the 
36048 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
36049 feature.
36051 <UL>   
36052 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36053 </UL><P>
36054 &lt;End of help on this topic&gt;
36055 </BODY>
36056 </HTML>
36057 ====== h_config_slash_coll_entire =====
36058 <HTML>
36059 <HEAD>
36060 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
36061 </HEAD>
36062 <BODY>
36063 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
36065 The slash (/) command is available from the MESSAGE INDEX screen when
36066 the folder is sorted by either Threads or OrderedSubject, and the
36067 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
36068 is set to something other than &quot;none&quot;.
36069 Normally, the slash command Collapses or Expands the subthread that
36070 starts at the currently highlighted message, if any.
36071 If this option is set, then the slash command Collapses or Expands the
36072 <EM>entire</EM> current thread instead of just the subthread.
36073 The current thread is simply the top-level thread that contains the
36074 current message.
36077 <UL>   
36078 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36079 </UL><P>
36080 &lt;End of help on this topic&gt;
36081 </BODY>
36082 </HTML>
36083 ====== h_config_color_thrd_import =====
36084 <HTML>
36085 <HEAD>
36086 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
36087 </HEAD>
36088 <BODY>
36089 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
36091 This option affects only the THREAD INDEX screen.
36092 Whether or not you ever see a THREAD INDEX screen depends on the setting
36093 of the configuration option
36094 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
36095 and on the sort order of the index.
36098 If a message within a thread is flagged as Important
36099 and this option is set, then
36100 the entire line in the THREAD INDEX will be colored the color of the
36101 Index-important Symbol, which can be set using the
36102 <A HREF="h_color_setup">Setup Kolor</A> screen.
36105 <UL>   
36106 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36107 </UL><P>
36108 &lt;End of help on this topic&gt;
36109 </BODY>
36110 </HTML>
36111 ====== h_config_allow_goto =====
36112 <HTML>
36113 <HEAD>        
36114 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
36115 </HEAD>
36116 <BODY>
36117 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
36119 This feature modifies the behavior of Alpine's file browser.  Setting this
36120 feature causes Alpine to offer the "G Goto" command in the file browser.
36121 That is the default.
36125 The Goto command allows you to explicitly type in the desired directory.
36127 &lt;End of help on this topic&gt;
36128 </BODY></HTML>
36129 ====== h_config_add_ldap =====
36130 <HTML>
36131 <HEAD>
36132 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
36133 </HEAD>
36134 <BODY>
36135 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
36137 If both the Directory option
36138 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
36139 and this feature are set,
36140 then when an implicit directory lookup is done from the
36141 composer you will automatically be prompted to add the result of the
36142 directory lookup to your address book.
36144 <UL>   
36145 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36146 </UL><P>
36147 &lt;End of help on this topic&gt;
36148 </BODY>
36149 </HTML>
36150 ===== h_patterns_compat_behavior =====
36151 <HTML>
36152 <HEAD>
36153 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
36154 </HEAD>
36155 <BODY>
36156 <H1>Rules Behavior Changes in Pine 4.50</H1>
36158 In Alpine, Rules that contain unrecognized elements
36159 are ignored.
36160 In most cases, the unrecognized elements will be something that was
36161 added as a new Rules feature in a later version of Alpine.
36162 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
36163 ignore rules that contained unrecognized elements.
36164 For example, a new element of Rules that was added in Pine 4.50 is
36165 Age interval.
36166 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
36167 all messages older than a week red.
36168 Now, if you run Pine 4.44 using that same configuration file, it will not
36169 recognize the Age interval and so will just ignore it.
36170 That means that all messages will match that rule so all messages will
36171 be colored red when using Pine version 4.44.
36174 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
36175 However, since the behavior still exists in versions prior to Pine 4.50 and
36176 since Filtering is a potentially destructive operation, another measure
36177 was taken to attempt to avoid unintentional Filtering of messages.
36178 The first time that you run Alpine or a Pine that is version 4.50 or greater,
36179 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
36180 will be copied to a new Filters configuration variable
36181 with a different name (&quot;Patterns-Filters2&quot;).
36182 From then on, Alpine will continue to use the new
36183 variable.
36184 Of course, Pine version 4.44 or lower will continue to use the old
36185 variable.
36186 That means that if you are using Alpine
36187 and also using a version of Pine that is older than 4.50, they will not
36188 share the configuration information about Filters.
36189 If you make a change in one version you won't see it in the other version.
36192 Since Scoring can be used to trigger Filtering, the same thing has been
36193 done for Score rules.
36194 The old configuration variable name is (&quot;Patterns-Scores&quot;)
36195 and the new name is (&quot;Patterns-Scores2&quot;).
36196 The same is not true of Role, Indexcolor, and Other rules that are
36197 thought to be less harmful when a mistake is made.
36200 &lt;End of help on this topic&gt;
36201 </BODY>
36202 </HTML>
36203 ======= h_config_filt_opts_sentdate =======
36204 <HTML>
36205 <HEAD>
36206 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
36207 </HEAD>
36208 <BODY>
36209 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
36211 By default, the Age interval of a Pattern uses a message's time of
36212 arrival to compute the age of the message.
36213 If this feature is set, the date in the message's Date header will
36214 be used instead.
36216 &lt;End of help on this topic&gt;
36217 </BODY>
36218 </HTML>
36219 ======= h_config_filt_opts_notdel =======
36220 <HTML>
36221 <HEAD>
36222 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
36223 </HEAD>
36224 <BODY>
36225 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
36227 If this option is set then a message will be moved into the
36228 specified folder only if it is not marked for deletion.
36229 This is useful if you have multiple Alpine sessions running
36230 simultaneously and you don't want messages to be filtered into a
36231 folder more than once.
36232 It is also useful if you want to filter
36233 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
36234 This method is not foolproof.
36235 There may be cases where a message
36236 gets marked deleted and so it is never filtered into the folder.
36237 For example, if you deleted it in another Alpine session or another mail
36238 program that didn't use the filtering rule.
36240 This option has no effect if the Filter Action is not set to Move.
36242 &lt;End of help on this topic&gt;
36243 </BODY>
36244 </HTML>
36245 ======= h_config_filt_opts_nonterm =======
36246 <HTML>
36247 <HEAD>
36248 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
36249 </HEAD>
36250 <BODY>
36251 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
36253 If this option is set then this is a non-terminating rule.
36254 Usually, for each message, Alpine searches through the Filter Rules until
36255 a match is found and then it performs the action associated with that rule.
36256 Rules following the match are not considered.
36257 If this option is set then the search for matches will continue at the next
36258 rule.
36260 If a non-terminating rule matches then the actions associated with
36261 that rule, except for any implied deletion of the message, are performed
36262 before the match for the next rule is checked.
36263 For example, if the non-terminating rule sets the Important status, then that
36264 status will be set when the next rule is considered.
36265 However, if the non-terminating rule Moves the message, the message will
36266 actually be copied instead of copied and deleted so that it is still there
36267 for the next rule.
36268 A moved message is deleted after all the relevant rules have been checked.
36269 The name of the &quot;Move&quot; action is confusing in this case because
36270 a single message can be moved to more than one folder.
36271 It turns the Move into a Copy instead, but it is still followed by a deletion
36272 at the end.
36274 This option may be useful if you want to have a single message filtered to
36275 two different folders because it matches two different Patterns.
36276 For example, suppose you normally filter messages to a particular mailing
36277 list into one folder, and messages addressed directly to you into a second
36278 folder.
36279 If a message is sent to both you and the list (and you can tell that by
36280 looking at the headers of the message) this option may give you a convenient
36281 way to capture a copy to each folder.
36282 (It may also cause you to capture two copies to each folder,
36283 depending on whether your mail system delivers one or two copies of the
36284 message to you and on how the list works.)
36286 &lt;End of help on this topic&gt;
36287 </BODY>
36288 </HTML>
36289 ====== h_command_external_browser =====
36290 <HTML>
36291 <HEAD>
36292 <TITLE>The External Browser Command</TITLE>
36293 </HEAD>
36294 <BODY>
36295 <H1>The External Browser Command</H1>
36298 A new command was added to Alpine that allows users to send HTML messages to be displayed
36299 by a web browser. This is helpful when a user wants to see images in the context of the
36300 message, or get a better display of the message than Alpine provides.
36303 The simplest way to use this command is to do as follows. While reading a message,
36304 press the &quot;V&quot; to go to the <A href="h_attachment_screen">ATTACHMENT SCREEN</A>.
36305 In that screen move the cursor until it is on top of a TEXT/HTML attachment and press the
36306 &quot;X&quot; key. This will make Alpine launch the browser you have configured for
36307 in the <a href="h_config_browser"><!--#echo var="VAR_url-viewers"--></a> variable, and
36308 you should be able to read the message in your browser, as well as in Alpine.
36310 <P> If the message you sent to your browser has inline images, then the images attached to
36311 the message that are necessary for the display of the message are also sent to the browser
36312 for its display.
36314 <P> The text that follows will explain more details about this command, and is only
36315 recommended for more advanced users.
36317 <h1><CENTER>Displaying Images</CENTER></h1>
36319 <P> First, we will talk about displaying images in an HTML file. Typically, HTML images
36320 are displayed as the result of some specific code of the form
36321 <center>
36322 <PRE>
36323 &lt;img src=&quot;...&quot;&gt;,
36324 </PRE>
36325 </center>
36326 where the text between the quotes tells Alpine how to find the image.
36327 If the source of the image is internal to the message, Alpine passes that image to the
36328 browser. Otherwise Alpine erases the link to the image. This is done so that
36329 you can be protected from a bad use of external images. Images can be used to track
36330 that you read the message, or your location, devices you own, etc.. Since Alpine does
36331 not open images in any messages, your
36332 privacy is always protected this way. Therefore, when you do not pass the links to
36333 external images to a browser, your privacy is being protected. However, doing this
36334 might make the message not be displayed correctly, since when the message was
36335 created the images were part of the formatted message, and not having images might make
36336 this formatting look awkward.
36338 <P> If you would like that Alpine display all images, regardless of their source, and
36339 regardless of the sender, then you need to disable the feature <a
36340 href="h_external_loads_inline_images_only"><!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>.
36341 The message will display as intended, but you will leak information to the sender of the
36342 message, as well as to your internet service provider, which could be your employer, or
36343 school, etc.
36345 <P> Alpine provides an alternative mechanism to either send all links to the images to the
36346 external browser or to send only those that are attached to the message you are trying to
36347 display. In order to use this mechanism you must first enable
36348 <a href="h_config_enable_view_attach"><!--#echo var="FEAT_enable-msg-view-attachments"--></a>.
36349 This allows Alpine to add direct links to each attachments. If you want to send an HTML
36350 attachment to an external browser, you would place the cursor over the attachment and press
36351 the &quot;Return&quot; or &quot;Enter&quot; key to open the attachment. When you do that
36352 you will see a prompt and menu which says
36354 <pre>
36355 View selected Attachment  ?
36356 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X External
36357 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No
36358 </pre>
36360 <P>In order to send this message to an external browser, you would press the &quot;X&quot;
36361 key. This will change the prompt and menu to
36363 <pre>
36364 View selected Attachment using external viewer including inline images only ?
36365 &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
36366 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I All images
36367 </pre>
36369 <P>This is telling you that if you answer &quot;Yes&quot; to this question, and external
36370 browser will be used to send this messages, and only inline images, that is, those attached
36371 in the message will be sent to the browser. If you would like to send all images in
36372 this case, the menu tells you that you must press the &quot;I&quot; key. Pressing
36373 that key changes the prompt and menu to
36375 <pre>
36376 View selected Attachment using external viewer including all images ?
36377 &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
36378 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I Inline imgs
36379 </pre>
36381 <P>and as you can see the prompt says that if you press &quot;Yes&quot; then the message
36382 will be sent to the browser including the source of all images, including those in
36383 external servers. Notice that the &quot;X&quot; command now is a toggle. If you
36384 were to press it now, you would return to the original prompt,
36386 <pre>
36387 View selected Attachment  ?
36388 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X External
36389 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No
36390 </pre>
36392 <P>which means that if you answer &quot;Yes&quot; at this time your message would not
36393 be sent to your external browser for display, unless you have configured a mailcap
36394 entry to display HTML files.
36396 <P> One of the lessons of this discussion is that if you never press the &quot;X&quot;
36397 command in the ATTACHMENT SCREEN, and you never press the &quot;X&quot; command when
36398 launching a viewer for an attachment in the MESSAGE TEXT screen, you will never use this
36399 mechanism, and Alpine will resort to your already configured mechanisms to open HTML
36400 text.This means you can live your life without worrying that Alpine will do anything
36401 different because of this new feature. You do not have to use it, but if you do, you should
36402 know the risks and advantages and decide when and how to use it.
36404 <h1><CENTER>Saving HTML Messages to Disk</CENTER></h1>
36407 No matter what your reason to send a message to an external web browser is, Alpine must
36408 write your message to a file (and also all related inline images), and point your browser
36409 to open that file. Alpine saves all your messages and auxiliary images in a subdirectory
36410 of the ~/.alpine-html directory in unix-like Alpine, or the alpine-html folder in your home
36411 directory in PC-Alpine. If Alpine cannot access these directories, or create folders
36412 in them, then the full mechanism described above will fail, and you will not be able
36413 to send messages to an external browser for display.
36416 Unfortunately browsers do not remove the file that Alpine created, nor the images
36417 that Alpine saved in order to display this message, so if you use this mechanism often
36418 you will create many directories and files which the browser will not remove. Alpine
36419 will remove these files when you exit Alpine. Any temporary directory that Alpine
36420 created that has existed for longer than 10 minutes will be automatically erased.
36421 Alpine also erases these directories upon exiting.
36424 When Alpine creates a directory to house the files associated to a message that will
36425 pass to an external browser, it tries to delete that directory later on, according to
36426 the discussion above. What this means is that you should consider the contents of the
36427 ~/.alpine-html directory in unix-like Alpine and the alpine-html folder in PC-Alpine
36428 as temporary, and not rely on their existence. If you attempt to save files in one of
36429 these directories, chances are your data will be deleted by Alpine. Since deleting is
36430 a destructive action,
36431 every session of Alpine that you have open will only attempt to remove the directories
36432 it created, with their content in them. If this operation fails, Alpine will not try
36433 to investigate, nor will report to you, why the operation failed. Therefore, users
36434 should periodically check their html directory to see if there is content there that
36435 they wish to delete.
36438 <UL>
36439 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36440 </UL><P>
36441 &lt;End of help on this topic&gt;
36442 </BODY>
36443 </HTML>
36444 ===== h_mainhelp_smime ======
36445 <HTML>
36446 <HEAD>
36447 <TITLE>S/MIME Overview</TITLE>
36448 </HEAD>
36449 <BODY>
36450 <H1>S/MIME Overview</H1>
36452 S/MIME is a standard for the public key encryption and signing of email.
36453 UNIX Alpine contains a basic implementation of S/MIME based on
36454 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries. The
36455 same support can be provided using the 
36456 <A HREF="http://www.libressl.org/">LibreSSL</A> libraries. The
36457 support for S/MIME in PC-Alpine is fully based on the LibreSSL libraries.
36458 To check if this version of Alpine supports S/MIME look at
36459 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
36460 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
36462 Some limitations:
36463 <UL>
36464    <LI> There is no provision for checking for CRLs
36465         (Certificate Revocation Lists) in Alpine.
36466    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
36467    <LI> There is no mechanism available for feeding either an entire incoming
36468         or an entire outgoing message to an external
36469         filter and using that external filter to do S/MIME or PGP processing.
36470    <LI> Because the implementation currently uses OpenSSL, there is only a very
36471         limited integration with the Mac OS Keychain (the storing and access of
36472         public certificates).
36473 </UL>
36475 The S/MIME configuration screen is reached by going to the Main Menu and typing
36476 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
36479 <H2>S/MIME BASICS</H2>
36481 In order to digitally sign messages you send you must have a public/private key-pair.
36482 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
36483 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
36484 users or a company which provides certificates for its workers.
36485 These certificates are bound to an email address, so the identity being verified is the
36486 email address not a person's name.
36488 Mail is signed by using the sender's private key, which only the owner of the private key
36489 has access to.
36490 The signature is verified using the signer's public key, which anyone can
36491 have access to.
36492 With Alpine, the first time you receive a signed message the public key of the
36493 sender will be stored for future use.
36496 Mail is encrypted using the recipient's public key and decrypted by
36497 the recipient with their private key.
36500 You need a key of your own in order to sign outgoing messages and to have others
36501 encrypt messages sent to you.
36502 You do not need a key of your own to verify signed messages sent by others or to
36503 encrypt messages sent to others.
36505 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
36507 By default UNIX Alpine stores the certificates it uses in a directory in your
36508 home directory.
36509 The directory name is
36511 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
36513 For PC-Alpine, the equivalent directory is called 
36514 <CENTER><SAMP>alpine-smime</SAMP></CENTER>
36515 and is also located under your home directory.
36517 Within that directory are three subdirectories.
36518 Each of the three subdirectories contains files with PEM-encoded contents,
36519 the default format for OpenSSL.
36520 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
36521 The files within that directory have names that are email addresses with the
36522 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
36523 An example filename is
36525 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
36527 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
36528 your private key.
36529 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
36530 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
36531 Authorities that you want to trust but that aren't contained in the set of system CAs.
36532 Those files may have arbitrary names as long as they end with the
36533 suffix &quot;<SAMP>.crt</SAMP>&quot;.
36535 <H2>HOW TO SIGN AND ENCRYPT</H2>
36537 If you have a certificate you may sign outgoing messages.
36538 After typing the Ctrl-X command to send a message you will see the prompt
36540 <CENTER><SAMP>Send message?</SAMP></CENTER>
36542 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
36543 Typing the &quot;G&quot; command will change the prompt to
36545 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
36547 Typing the &quot;E&quot; command will change the prompt to
36549 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
36551 You may even type both to get
36553 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
36556 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
36558 The reading of a signed message should not require any special action on
36559 your part.
36560 There should be an editorial addition at the start of the message which
36561 says either
36563 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
36567 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
36569 If an encrypted message is sent to you the encrypted text will not
36570 be shown.
36571 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
36572 you are viewing the message) and supply your passphrase when asked.
36574 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
36575 which gives you some information about the certificate used to sign or encrypt the message.
36577 <H2>MISCELLANEOUS</H2>
36579 If you have access to a private certificate in the PKCS12 format, which 
36580 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
36581 use the following commands to generate private keys, public and certificate
36582 authorities certificates. In the examples below, we assume that the 
36583 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
36584 that your email address is &quot;your@address.com&quot;.
36587 In order to create a private key use the command
36589 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
36591 In order to create a public certificate use the command
36593 <CENTER><SAMP>
36594 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
36595 </SAMP></CENTER>
36597 In order to create a certificate authority certificate use the command
36599 <CENTER><SAMP>
36600 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
36601 </SAMP></CENTER>
36603 <P> If the previous command produces an empty file, it means that the 
36604 certificate authority was not included in the .p12 file, so you will have 
36605 to get it from some other sources. You will need these certificates, so 
36606 that you can validate correctly signatures.
36609 After you have exported these certificates and keys, you can  use the import 
36610 command in Alpine, from the S/MIME configuration screen,
36611 to import these certificates into Alpine. They will be available for use
36612 as soon as you import them.
36614 &lt;End of help on this topic&gt;
36615 </BODY>
36616 </HTML>
36617 ====== h_config_smime_pubcertdir =====
36618 <HTML>
36619 <HEAD>
36620 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
36621 </HEAD>
36622 <BODY>
36623 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
36626 If the option
36627 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
36628 is set then this option will have no effect.
36630 Normally, Public Certificates for use with S/MIME will be stored in the directory
36631 which is the value of this option.
36632 Those certificates will be stored in PEM format, one certificate per file.
36633 The name of the file for the certificate corresponding to
36635 <CENTER><SAMP>emailaddress</SAMP></CENTER>
36637 should be
36639 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
36641 For example, a file for user@example.com would be in the file
36643 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
36645 in this directory.
36647 Use the Setup/SMIME screen to modify this variable.
36649 Typically, the public certificates that you have will come from S/MIME signed
36650 messages that are sent to you.
36651 Alpine will extract the public certificate from the signed message and store
36652 it in the certificates directory.
36653 These PEM format public certificates look something like:
36654 <PRE>
36655 -----BEGIN CERTIFICATE-----
36656 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
36657 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
36658 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
36660 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
36661 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
36662 -----END CERTIFICATE-----
36663 </PRE>
36665 <UL>   
36666 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36667 </UL><P>
36669 <UL>   
36670 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36671 </UL><P>
36672 &lt;End of help on this topic&gt;
36673 </BODY>
36674 </HTML>
36675 ====== h_config_smime_pubcertcon =====
36676 <HTML>
36677 <HEAD>
36678 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
36679 </HEAD>
36680 <BODY>
36681 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
36684 If this option is set it will be used instead of
36685 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
36687 This option gives you a way to store certificates remotely on an IMAP server
36688 instead of storing the certificates one per file locally.
36689 In order to do that you just give this option a remote folder name for a folder
36690 which does not yet exist.
36691 The name is similar to the name you might use for a remote configuration file.
36692 A remote folder name might look something like:
36694 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
36697 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36698 about the syntax of folder names.
36700 Use the Setup/SMIME screen to modify this variable.
36702 <UL>   
36703 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36704 </UL><P>
36706 <UL>   
36707 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36708 </UL><P>
36709 &lt;End of help on this topic&gt;
36710 </BODY>
36711 </HTML>
36712 ====== h_config_smime_privkeydir =====
36713 <HTML>
36714 <HEAD>
36715 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
36716 </HEAD>
36717 <BODY>
36718 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
36721 In order to sign outgoing S/MIME messages you will need a
36722 personal digital ID certificate.
36723 You will usually get such a certificate from a certificate authority such as
36724 Thawte or CAcert.
36725 (In order to encrypt outgoing messages you don't need a personal digital ID, you
36726 need the public certificate of the recipient instead.)
36727 If the option
36728 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
36729 is set then this option will have no effect.
36731 Normally, Private Keys for use with S/MIME will be stored in the directory
36732 which is the value of this option.
36733 Those certificates will be stored in PEM format, one certificate per file.
36734 The name of the file for the certificate corresponding to your
36736 <CENTER><SAMP>emailaddress</SAMP></CENTER>
36738 should be
36740 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
36742 For example, if your address is user@example.com the name of the file would be
36744 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
36746 in this directory.
36748 Use the Setup/SMIME screen to modify this variable.
36750 Typically, the private key that you have will come from a Certificate
36751 Authority.
36752 The private key should be stored in a PEM format file that
36753 looks something like:
36754 <PRE>
36755 -----BEGIN RSA PRIVATE KEY-----
36756 Proc-Type: 4,ENCRYPTED
36757 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
36759 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
36760 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
36761 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
36763 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
36764 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
36765 -----END RSA PRIVATE KEY-----
36766 </PRE>
36768 <UL>   
36769 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36770 </UL><P>
36772 <UL>   
36773 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36774 </UL><P>
36775 &lt;End of help on this topic&gt;
36776 </BODY>
36777 </HTML>
36778 ====== h_config_smime_privkeycon =====
36779 <HTML>
36780 <HEAD>
36781 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
36782 </HEAD>
36783 <BODY>
36784 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
36787 If this option is set it will be used instead of
36788 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
36790 This option gives you a way to store keys remotely on an IMAP server
36791 instead of storing the keys one per file locally.
36792 In order to do that you just give this option a remote folder name for a folder
36793 which does not yet exist.
36794 The name is similar to the name you might use for a remote configuration file.
36795 A remote folder name might look something like:
36797 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
36800 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36801 about the syntax of folder names.
36803 Use the Setup/SMIME screen to modify this variable.
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_cacertdir =====
36816 <HTML>
36817 <HEAD>
36818 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
36819 </HEAD>
36820 <BODY>
36821 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
36824 If the option
36825 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
36826 is set then this option will have no effect.
36828 CACert is a shorthand name for certification authority certificate.
36829 Normally Alpine will use the CACerts that are located in the standard system
36830 location for CACerts.
36831 It may be the case that one of your correspondents has a Digital ID which has
36832 been signed by a certificate authority that is not in the regular set of system certificate
36833 authorities.
36834 You may supplement the system list by adding further certificates of your own.
36835 These should  be stored in the directory
36836 which is the value of this option.
36837 The certificates will be stored in PEM format, one certificate per file.
36838 The names of the files can be anything ending in &quot;.crt&quot;.
36840 Use the Setup/SMIME screen to modify this variable.
36842 These PEM format CA certificates look very similar to your public
36843 certificates for particular email addresses
36844 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
36846 <UL>   
36847 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36848 </UL><P>
36850 <UL>   
36851 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36852 </UL><P>
36853 &lt;End of help on this topic&gt;
36854 </BODY>
36855 </HTML>
36856 ====== h_config_smime_cacertcon =====
36857 <HTML>
36858 <HEAD>
36859 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
36860 </HEAD>
36861 <BODY>
36862 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
36865 If this option is set it will be used instead of
36866 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
36868 This option gives you a way to store certificates remotely on an IMAP server
36869 instead of storing the certificates one per file locally.
36870 In order to do that you just give this option a remote folder name for a folder
36871 which does not yet exist.
36872 The name is similar to the name you might use for a remote configuration file.
36873 A remote folder name might look something like:
36875 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
36878 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36879 about the syntax of folder names.
36881 Use the Setup/SMIME screen to modify this variable.
36883 <UL>   
36884 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36885 </UL><P>
36887 <UL>   
36888 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36889 </UL><P>
36890 &lt;End of help on this topic&gt;
36891 </BODY>
36892 </HTML>
36893 ========== h_config_smime_sign_by_default ==========
36894 <HTML>
36895 <HEAD>
36896 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
36897 </HEAD>
36898 <BODY>
36899 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
36902 This feature only has an effect if your version of Alpine includes
36903 support for S/MIME.
36904 It affects Alpine's behavior when you send a message.
36905 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
36907 Only the default value is affected.
36908 In any case, you may still toggle the Signing option on or off before sending
36909 with the &quot;G Sign&quot; command (provided you have a personal digital ID
36910 certificate).
36912 <UL>   
36913 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36914 </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_use_cert_store ==========
36924 <HTML>
36925 <HEAD>
36926 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
36927 </HEAD>
36928 <BODY>
36929 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
36932 This feature only has an effect if your version of Alpine includes
36933 support for S/MIME.
36934 It affects Alpine's behavior when you validate a message, and should
36935 not be disabled, unless you are performing a test.
36937 There are two important aspects of validation: validation of the message
36938 (that is, the message was not modified after it was sent) 
36939 as well as validation of the identity of the sender. This option has to 
36940 do with the latter. 
36942 In order to validate that the message came from the sender in the message
36943 and not an impersonator, Alpine can 
36944 either use the certificates that come in the message, or the ones that 
36945 you have personally stored. If this feature is enabled (the default) then 
36946 Alpine will use certificates that you have already saved in your store 
36947 and not those that come in the message to validate the sender of the 
36948 message. In particular, the first time that you receive a signed message
36949 from a sender, and their certificate does not validate against your
36950 store, then you will be asked if you wish to save such certificate. If
36951 you do not wish to save the certificate, then Alpine will fail to validate
36952 the signature of the message. Otherwise, Alpine will proceed to validate
36953 the signature of the message. This behavior helps you prevent against impersonation, because 
36954 it is assumed that you trust the certificates that you have saved, and 
36955 might not trust those that came with the message that you are validating.
36957 <UL>   
36958 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36959 </UL><P>
36962 <UL>   
36963 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36964 </UL><P>
36965 &lt;End of help on this topic&gt;
36966 </BODY>
36967 </HTML>
36968 ========== h_config_smime_pubcerts_in_keychain ==========
36969 <HTML>
36970 <HEAD>
36971 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
36972 </HEAD>
36973 <BODY>
36974 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
36977 If this feature is set the Mac OS X default keychain will be used as the place
36978 to store public certificates instead of a
36979 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
36980 or a
36981 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
36983 <UL>   
36984 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36985 </UL><P>
36987 <UL>   
36988 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36989 </UL><P>
36990 &lt;End of help on this topic&gt;
36991 </BODY>
36992 </HTML>
36993 ========== h_config_smime_dont_do_smime ==========
36994 <HTML>
36995 <HEAD>
36996 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
36997 </HEAD>
36998 <BODY>
36999 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
37002 Setting this feature turns off all of Alpine's S/MIME support.
37003 You might want to set this if you are having trouble due to the S/MIME support.
37005 <UL>   
37006 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37007 </UL><P>
37010 <UL>   
37011 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37012 </UL><P>
37013 &lt;End of help on this topic&gt;
37014 </BODY>
37015 </HTML>
37016 ========== h_config_smime_encrypt_by_default ==========
37017 <HTML>
37018 <HEAD>
37019 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
37020 </HEAD>
37021 <BODY>
37022 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
37025 This feature only has an effect if your version of Alpine includes
37026 support for S/MIME.
37027 It affects Alpine's behavior when you send a message.
37028 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
37030 Only the default value is affected.
37031 In any case, you may still toggle the Encrypt option on or off before sending
37032 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
37033 for the recipient).
37035 <UL>   
37036 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37037 </UL><P>
37040 <UL>   
37041 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37042 </UL><P>
37043 &lt;End of help on this topic&gt;
37044 </BODY>
37045 </HTML>
37046 ========== h_config_smime_remember_passphrase ==========
37047 <HTML>
37048 <HEAD>
37049 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
37050 </HEAD>
37051 <BODY>
37052 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
37055 This feature only has an effect if your version of Alpine includes
37056 support for S/MIME.
37057 If this option is set, you will only have to enter your passphrase for your private key
37058 once during an Alpine session.
37060 <UL>   
37061 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37062 </UL><P>
37065 <UL>   
37066 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37067 </UL><P>
37068 &lt;End of help on this topic&gt;
37069 </BODY>
37070 </HTML>
37071 ====== h_config_smime_transfer_pub_to_con =====
37072 <HTML>
37073 <HEAD>
37074 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
37075 </HEAD>
37076 <BODY>
37077 <H1>S/MIME: Transfer Public Certs to Container</H1>
37080 The Transfer command will copy the public certificates in your configured
37081 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
37082 to the container in your configured
37083 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
37084 This might be useful if you decide to switch from using a cert directory to a cert
37085 container.
37087 Warning: Any previous contents in the container will be lost.
37089 <UL>   
37090 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37091 </UL><P>
37093 <UL>   
37094 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37095 </UL><P>
37096 &lt;End of help on this topic&gt;
37097 </BODY>
37098 </HTML>
37099 ====== h_config_smime_transfer_pub_to_dir =====
37100 <HTML>
37101 <HEAD>
37102 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
37103 </HEAD>
37104 <BODY>
37105 <H1>S/MIME: Transfer Public Certs to Directory</H1>
37108 The Transfer command will copy the public certificates in your configured
37109 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37110 to the directory in your configured
37111 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
37112 This might be useful if you decide to switch from using a cert container to a cert
37113 directory.
37115 <UL>   
37116 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37117 </UL><P>
37119 <UL>   
37120 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37121 </UL><P>
37122 &lt;End of help on this topic&gt;
37123 </BODY>
37124 </HTML>
37125 ====== h_config_smime_transfer_priv_to_con =====
37126 <HTML>
37127 <HEAD>
37128 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
37129 </HEAD>
37130 <BODY>
37131 <H1>S/MIME: Transfer Private Keys to Container</H1>
37134 The Transfer command will copy the private keys in your configured
37135 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
37136 to the container in your configured
37137 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
37138 This might be useful if you decide to switch from using a key directory to a key
37139 container.
37141 Warning: Any previous contents in the container will be lost.
37143 <UL>   
37144 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37145 </UL><P>
37147 <UL>   
37148 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37149 </UL><P>
37150 &lt;End of help on this topic&gt;
37151 </BODY>
37152 </HTML>
37153 ====== h_config_smime_transfer_priv_to_dir =====
37154 <HTML>
37155 <HEAD>
37156 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
37157 </HEAD>
37158 <BODY>
37159 <H1>S/MIME: Transfer Private Keys to Directory</H1>
37162 The Transfer command will copy the private keys in your configured
37163 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
37164 to the directory in your configured
37165 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
37166 This might be useful if you decide to switch from using a key container to a key
37167 directory.
37169 <UL>   
37170 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37171 </UL><P>
37173 <UL>   
37174 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37175 </UL><P>
37176 &lt;End of help on this topic&gt;
37177 </BODY>
37178 </HTML>
37179 ====== h_config_smime_transfer_cacert_to_con =====
37180 <HTML>
37181 <HEAD>
37182 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
37183 </HEAD>
37184 <BODY>
37185 <H1>S/MIME: Transfer CA Certs to Container</H1>
37188 The Transfer command will copy the CA certificates in your configured
37189 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
37190 to the container in your configured
37191 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
37192 This might be useful if you decide to switch from using a CA cert directory to a CA cert
37193 container.
37195 Warning: Any previous contents in the container will be lost.
37197 <UL>   
37198 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37199 </UL><P>
37201 <UL>   
37202 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37203 </UL><P>
37204 &lt;End of help on this topic&gt;
37205 </BODY>
37206 </HTML>
37207 ====== h_config_smime_transfer_cacert_to_dir =====
37208 <HTML>
37209 <HEAD>
37210 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
37211 </HEAD>
37212 <BODY>
37213 <H1>S/MIME: Transfer CA Certs to Directory</H1>
37216 The Transfer command will copy the CA certificates in your configured
37217 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
37218 to the directory in your configured
37219 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
37220 This might be useful if you decide to switch from using a CA cert container to a CA cert
37221 directory.
37223 <UL>   
37224 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37225 </UL><P>
37227 <UL>   
37228 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37229 </UL><P>
37230 &lt;End of help on this topic&gt;
37231 </BODY>
37232 </HTML>
37233 ====== h_config_smime_transfer_pubcon_to_key =====
37234 <HTML>
37235 <HEAD>
37236 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
37237 </HEAD>
37238 <BODY>
37239 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
37241 Mac OS X Alpine only.
37243 The Transfer command will copy the public certificates in your configured
37244 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37245 to your default Mac OS X Keychain.
37246 This might be useful if you decide to switch from using a cert container to using
37247 the Keychain to store your public certs, which you may do by using the
37248 feature
37249 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
37251 <UL>   
37252 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37253 </UL><P>
37255 <UL>   
37256 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37257 </UL><P>
37258 &lt;End of help on this topic&gt;
37259 </BODY>
37260 </HTML>
37261 ====== h_config_smime_transfer_pubkey_to_con =====
37262 <HTML>
37263 <HEAD>
37264 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
37265 </HEAD>
37266 <BODY>
37267 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
37270 The Transfer command will copy the public certificates in your configured
37271 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37272 to your default Mac OS X Keychain.
37273 This might be useful if you decide to switch from using a cert container to using
37274 the Keychain to store your public certs.
37276 <UL>   
37277 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37278 </UL><P>
37280 <UL>   
37281 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37282 </UL><P>
37283 &lt;End of help on this topic&gt;
37284 </BODY>
37285 </HTML>
37286 ====== h_config_smime_public_certificates =====
37287 <HTML>
37288 <HEAD>
37289 <TITLE>S/MIME: Manage Public Certificates</TITLE>
37290 </HEAD>
37291 <BODY>
37292 <H1>S/MIME: Manage Public Certificates</H1>
37295 This menu item allows you to manage your public certificates, this
37296 may include your own public certificate, but it normally includes
37297 certificates of people you correspond with. These certificates are
37298 saved by Alpine automatically when they are found in signed messages
37299 that you receive. This interface allows you to manage them, by
37300 giving you the option to delete them, or trust them (in the case
37301 of self-signed certificates).
37304 Please note that Alpine will not validate a message that was sent to you
37305 using a self-signed certificate, unless you decide to trust that certificate.
37306 Internally, a certificate is trusted by copying it to the
37307 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
37308 collection. If you decide that you want to stop trusting a self-signed
37309 certificate, you must delete such certificate from such collection.
37311 The <B>I</B> Import command available in this screen allows you to 
37312 import a command to this collection.
37314 <UL>   
37315 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37316 </UL><P>
37318 <UL>   
37319 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37320 </UL><P>
37321 &lt;End of help on this topic&gt;
37322 </BODY>
37323 </HTML>
37324 ====== h_config_smime_private_keys =====
37325 <HTML>
37326 <HEAD>
37327 <TITLE>S/MIME: Manage Private Keys</TITLE>
37328 </HEAD>
37329 <BODY>
37330 <H1>S/MIME: Manage Private Keys</H1>
37333 This option allows you to manage your private key. Normally a person has only
37334 one key, in the same way that a person only has one valid passport, or ID card,
37335 at any given time. This option allows you to manage private keys. You can
37336 delete them or import them. Additionally, you can view information
37337 about your public certificate, such as the issuer and the dates of validity
37338 of such certificate, among others.
37341 If you have more than one e-mail address for which you want to use the 
37342 same private key, you must add all those addresses to the private key at 
37343 the moment that the key is generated. When you receive a signed message using 
37344 a key generated for several e-mail addresses, Alpine will save a 
37345 certificate for each e-mail address included in such certificate.
37347 The <B>I</B> Import command available in this screen allows you to 
37348 import a command to this collection.
37350 <UL>   
37351 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37352 </UL><P>
37354 <UL>   
37355 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37356 </UL><P>
37357 &lt;End of help on this topic&gt;
37358 </BODY>
37359 </HTML>
37360 ====== h_config_smime_certificate_authorities =====
37361 <HTML>
37362 <HEAD>
37363 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
37364 </HEAD>
37365 <BODY>
37366 <H1>S/MIME: Manage Certificate Authorities</H1>
37369 This collection contains certificates that are needed to validate the 
37370 certificate of another person, and therefore contains certificates that 
37371 you trust. Typically a certificate is signed by another entity, called a 
37372 certificate authority. This option allows you to manage which certificates 
37373 you trust, allowing you to import them and to delete them or view information
37374 about each certificate, such as the issuer and the dates of validity
37375 of such certificate.
37377 The <B>I</B> Import command available in this screen allows you to 
37378 import a command to this collection.
37380 <UL>   
37381 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37382 </UL><P>
37384 <UL>   
37385 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37386 </UL><P>
37387 &lt;End of help on this topic&gt;
37388 </BODY>
37389 </HTML>
37390 ====== h_config_smime_password_file_certificates =====
37391 <HTML>
37392 <HEAD>
37393 <TITLE>S/MIME: Manage Password File Certificates</TITLE>
37394 </HEAD>
37395 <BODY>
37396 <H1>S/MIME: Manage Password File Certificates</H1>
37399 This option allows you to manage the certificates that are used to
37400 encrypt and decrypt your password file. This is useful in case you
37401 want to change the certificates used to encrypt your password file.
37403 Depending on the version of Alpine that you used for the first time
37404 to set this up, you might have had to enter a password to enter this
37405 screen. In the case that you did not enter a password to enter this
37406 screen, you should know two things that are important:
37407 <UL>
37408 <LI> If anyone takes control of your computer (for example, if you 
37409 left it unattended) then that person can add a password to your
37410 password file and make it unreadable to you in the future.
37411 <LI> If anyone can access your computer (this includes remote access)
37412 then that person can steal your password file and decrypt it without
37413 your help. This gives access to that person to the same services you
37414 have access and such person can use your name to access that service.
37415 In particular, that person can try to hack into your service provider
37416 with your name on it, or that person could try to send spam with
37417 your name.
37418 </UL>
37419 <P> Needless to say, this is not advisable. You should keep your
37420 password file protected. In order to do so, all you need to do is use
37421 the &quot;Create Key&quot; command to create a key. Once you do this,
37422 Alpine will use that key, encrypted with the password used to create that
37423 key, to protect your password file.
37425 In this screen you can import a new key to encrypt your password file, 
37426 and read cryptographic information on your current key.
37428 To import a new key press &quot;RETURN&quot; and enter the location of
37429 the new key. You will be asked to enter the password of the new key. If
37430 this part of the process is successful, Alpine will search for the 
37431 certificate that matches that key. If your key is named 
37432 &quot;your_email@address.com.key&quot;, then Alpine will look for your
37433 certificate in the same directory in the file named
37434 &quot;your_email@address.com.crt&quot;, otherwise it will look for it
37435 as part of your key (that is, it will look to see if your certificate
37436 is in the file &quot;your_email@address.com.key&quot;), if all of this
37437 fails, Alpine will ask you to enter the location of the certificate
37438 that matches the key you unlocked. If a certificate is found, it will be 
37439 used, and in this case, the password file will be read, decrypted with the 
37440 old key and encrypted with the new key. Once this is done, the new key and 
37441 certificates are saved, and the old keys are permanently deleted.
37443 Alpine does not create a backup of your password file, or your old keys
37444 that will be replaced. If you need to keep old copies, you will have to do
37445 this operation outside Alpine.
37447 Observe that you can use this screen to remove the password for the key.
37448 As explained earlier, this is not advisable, but you can always restore the
37449 password to encrypt your password file by creating a new key.
37451 Be safe and keep your password file encrypted with a password.
37452 <UL>   
37453 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37454 </UL><P>
37456 <UL>   
37457 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37458 </UL><P>
37459 &lt;End of help on this topic&gt;
37460 </BODY>
37461 </HTML>
37462 ====== h_certificate_information =====
37463 <HTML>
37464 <HEAD>
37465 <TITLE>S/MIME: Certificate Information Screen</TITLE>
37466 </HEAD>
37467 <BODY>
37468 <H1>S/MIME: Certificate Information Screen</H1>
37471 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
37472 such as its owner, e-mail address, issuer, and interval of validity, 
37473 among others.
37475 In the case of public certificates, this screen shows you if there was a
37476 failure when attempting to validate such message. If the certificate is
37477 self-signed, then the <B>T</B> Trust command will be available, which
37478 you can use to trust such certificate and make Alpine not fail validating 
37479 signatures signed with such certificate.
37481 You can also mark a certificate deleted, with the <B>D</B> command, or 
37482 remove the deleted mark with the <B>U</B> undelete command.
37484 In the case of your private key, Alpine shows you the information
37485 from your public key. Additionally, Alpine allows you to see public
37486 and private information about your key, with the <B>B</B> and
37487 <B>R</B> commands respectively.
37488 <UL>   
37489 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37490 </UL><P>
37492 <UL>   
37493 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37494 </UL><P>
37495 &lt;End of help on this topic&gt;
37496 </BODY>
37497 </HTML>
37498 ====== h_config_smime_manage_public_menu =====
37499 <HTML>
37500 <HEAD>
37501 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
37502 </HEAD>
37503 <BODY>
37504 <H1>S/MIME: Commands that Manage Public Certificates</H1>
37507 This screen allows you to manage your public certificates. 
37509 The format of this screen is as follows. There are five fields: The 
37510 leftmost field is normally empty, but it could contain the letter 
37511 &quot;D&quot; to indicate that that certificate has been marked for 
37512 deletion. The next field is the e-mail address of the owner of the 
37513 certificate, shown in its entirety. The third and fourth field are the 
37514 first and last day validity for that certificate, respectively. The date
37515 is displayed in the user's locale unless the option 
37516 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
37517 is set. In this case, the month, day and year are represented by two
37518 digits, and the format used is mm/dd/yy. Finally, the fifth 
37519 field is what can be displayed of the MD5 hash of the certificate. You can 
37520 use any of the last three fields to distinguish between two certificates 
37521 for the same owner.
37523 Available commands in this screen and a short description of what they 
37524 do follows.
37525 <UL>
37526 <LI> <B>I</B> Imports a public certificate to this collection.
37527 <LI> <B>V</B> View information about a certificate such as the name of the person the
37528 certificate was issued to, its dates of validity, and validity status.
37529 <LI> <B>D</B> Marks a certificate deleted.
37530 <LI> <B>U</B> Removes the deletion mark on a certificate.
37531 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
37532 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
37533 trust a certificate by copying it to the collection of trusted certificates.
37534 </UL>
37536 All commands provide feedback to let you know about their success or failure.
37538 <UL>   
37539 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37540 </UL><P>
37542 <UL>   
37543 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37544 </UL><P>
37545 &lt;End of help on this topic&gt;
37546 </BODY>
37547 </HTML>
37548 ====== h_config_smime_manage_private_menu =====
37549 <HTML>
37550 <HEAD>
37551 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
37552 </HEAD>
37553 <BODY>
37554 <H1>S/MIME: Commands that Manage Private Keys</H1>
37557 This screen allows you to manage your private key.
37559 The format of this screen is as follows. There are five fields: The 
37560 leftmost field is normally empty, but it could contain the letter 
37561 &quot;D&quot; to indicate that that certificate has been marked for 
37562 deletion. The next field is the e-mail address of the owner of the 
37563 certificate, shown in its entirety. The third field is the first day of 
37564 validity for that certificate; the fourth field in the last day that that 
37565 certificate is valid, and the fifth field is what can be displayed of the 
37566 MD5 hash of the public certificate corresponding to this private key. You 
37567 can use any of the last three fields to distinguish between two 
37568 certificates for the same owner.
37570 Available commands and a short description of what they do follows.
37571 <UL>
37572 <LI> <B>I</B> Imports a new public key to this collection.
37573 <LI> <B>V</B> View information about the public certificate corresponding to this
37574 key.
37575 <LI> <B>D</B> Marks a key to be deleted.
37576 <LI> <B>U</B> Removes the deletion mark on a key.
37577 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
37578 Note that expunging a private key does not remove the public key, which must
37579 be removed separately.
37580 </UL>
37582 All commands provide feedback to let you know about their success or failure.
37584 <UL>   
37585 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37586 </UL><P>
37588 <UL>   
37589 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37590 </UL><P>
37591 &lt;End of help on this topic&gt;
37592 </BODY>
37593 </HTML>
37594 ====== h_config_smime_manage_cacerts_menu =====
37595 <HTML>
37596 <HEAD>
37597 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
37598 </HEAD>
37599 <BODY>
37600 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
37603 This screen allows you to manage your collection of certificates that you
37604 trust. 
37606 The format of this screen is as follows. There are five fields: The 
37607 leftmost field is normally empty, but it could contain the letter 
37608 &quot;D&quot; to indicate that that certificate has been marked for 
37609 deletion. The next field is the e-mail address of the owner of the 
37610 certificate, shown in its entirety. The third field is the first day of 
37611 validity for that certificate; the fourth field in the last day that that 
37612 certificate is valid, and the fifth field is what can be displayed of the 
37613 MD5 hash of the certificate. You can use any of the last three fields to 
37614 distinguish between two certificates for the same owner.
37616 Available commands and a short description of what they do follows.
37617 <UL>
37618 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
37619 done by reading the certificate and validating it. Once a certificate
37620 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
37621 to the certificate, if necessary.
37622 <LI> <B>V</B> View information about this certificate, such as its issuer 
37623 and validity dates.
37624 <LI> <B>D</B> Marks a certificate to be deleted.
37625 <LI> <B>U</B> Removes the deletion mark on a certificate.
37626 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
37627 </UL>
37629 All commands provide feedback to let you know about their success or failure.
37631 <UL>
37632 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37633 </UL><P>
37635 <UL>   
37636 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37637 </UL><P>
37638 &lt;End of help on this topic&gt;
37639 </BODY>
37640 </HTML>
37641 ====== h_config_lame_list_mode =====
37642 <HTML>
37643 <HEAD>
37644 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
37645 </HEAD>
37646 <BODY>
37647 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
37649 This feature modifies the method Alpine uses to ask your IMAP
37650 server for folder names to display in the FOLDER LIST screen.
37651 It is intended to compensate for a small set of IMAP servers that
37652 are programmed to ignore a part of the request, and thus respond
37653 to Alpine's query with nonsensical results.
37656 If you find that Alpine is erroneously displaying blank folder lists,
37657 try enabling this feature.
37660 NOTE: Enabling this feature has consequences for the Goto and Save
37661 commands.  Many servers allow access to folders outside the area
37662 reserved for your personal folders via some reserved character,
37663 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
37664 allows, at the Goto and Save prompts, quick access to folders
37665 outside your personal folder collection without requiring a specific
37666 collection definition.  This behavior will generally not be available
37667 when this feature is enabled.
37670 <UL>   
37671 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37672 </UL><P>
37673 &lt;End of help on this topic&gt;
37674 </BODY>
37675 </HTML>
37676 ====== h_config_enable_mulnewsrcs =====
37677 <HTML>
37678 <HEAD>
37679 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
37680 </HEAD>
37681 <BODY>
37682 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
37684 This feature makes it so Alpine can use multiple newsrcs based on
37685 the news server being connected to, which allows for separate lists
37686 of subscribed-to newsgroups. When this feature is not set, there is only
37687 one list of newsgroups.
37689 Under this feature, the name of a newsrc is based on the news server.
37690 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
37691 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
37692 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
37693 Setting this feature for the first time will allow for the option of using
37694 your old newsrc the next time you read news.
37696 If this feature is set, then the feature
37697 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
37698 also may affect the name of the newsrc file that is used.
37700 <UL>   
37701 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37702 </UL><P>
37703 &lt;End of help on this topic&gt;
37704 </BODY>
37705 </HTML>
37706 ======= h_ab_export_vcard =======
37707 <HTML>
37708 <HEAD>
37709 <TITLE>Address Book Export Format</TITLE>
37710 </HEAD>
37711 <BODY>
37712 <H1>Address Book Export Format</H1>
37714 You are exporting address book data from Alpine to a file outside of Alpine.
37715 You are being asked to choose the format of the export.
37716 Here are the choices:
37718 <DL>
37719 <DT><EM>A</EM>ddress List</DT>
37720 <DD>
37721 The addresses from the address book entries you are saving
37722 from will be saved one address per line.
37723 Address book lists (those with more than one address) will have
37724 all of their addresses saved separately.
37725 </DD>
37727 <DT><EM>V</EM>Card</DT>
37728 <DD>
37729 The entries will be saved in
37730 <A HREF="h_whatis_vcard">vCard</A> format.
37731 </DD>
37733 <DT><EM>T</EM>ab Separated</DT>
37734 <DD>
37735 The entries will be saved in tab-separated columns.
37736 There will be just 4 columns of data that correspond to Alpine's
37737 Nickname field, Full Name field, Address field, and Comment field.
37738 It might prove useful to Select only the Simple, non-List address book
37739 entries before Saving.
37740 </DD>
37742 <DT><EM>^C</EM> Cancel</DT>
37743 <DD>
37744 Cancel out of the Save.
37745 </DD>
37747 </DL>
37751 &lt;End of help on this topic&gt;
37752 </BODY>
37753 </HTML>
37754 ====== h_config_predict_nntp_server =====
37755 <HTML>
37756 <HEAD>
37757 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
37758 </HEAD>
37759 <BODY>
37760 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
37762 This feature allows Alpine to assume that the open NNTP server at the
37763 time of composition is the NNTP server to which the message should be
37764 posted.  This is especially recommended when there are multiple News
37765 collections.  If this feature is not set, Alpine will try to post to the first server in
37766 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
37767 this feature also negates the need to add News collection servers to
37768 the <!--#echo var="VAR_nntp-server"--> variable.
37770 This feature can be especially handy when used in conjunction with
37771 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
37773 <UL>   
37774 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37775 </UL><P>
37776 &lt;End of help on this topic&gt;
37777 </BODY>
37778 </HTML>
37779 ====== h_config_nntp_search_uses_overview =====
37780 <HTML>
37781 <HEAD>
37782 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
37783 </HEAD>
37784 <BODY>
37785 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
37787 This feature should probably be turned on unless it causes trouble.
37788 The results of the NNTP overview command (XOVER) may be used to help
37789 with some searches in news groups.
37790 It should result in quicker response time.
37791 Turning this feature on apparently causes search results which are
37792 different from what you would get with the feature turned off on some
37793 servers.
37795 <UL>   
37796 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37797 </UL><P>
37798 &lt;End of help on this topic&gt;
37799 </BODY>
37800 </HTML>
37801 ====== h_config_thread_sorts_by_arrival =====
37802 <HTML>
37803 <HEAD>
37804 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
37805 </HEAD>
37806 <BODY>
37807 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
37809 This feature affects how a threading sort arranges threads.  The default way
37810 to arrange threads is by the date of the earliest message in the thread.
37811 This feature arranges threads by the last message to arrive in a thread.
37813 This feature causes old threads that get recent messages to sort to the bottom,
37814 where previously a message arrival to a thread would not rearrange the order of
37815 that thread.
37817 <UL>   
37818 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37819 </UL><P>
37820 &lt;End of help on this topic&gt;
37821 </BODY>
37822 </HTML>
37823 ====== h_config_textplain_int =====
37824 <HTML>
37825 <HEAD>
37826 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
37827 </HEAD>
37828 <BODY>
37829 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
37831 This feature modifies the method Alpine uses to display Text/Plain
37832 MIME attachments from the Attachment Index screen.  Normally, the
37833 &quot;View&quot; command searches for any externally defined (usually
37834 via the
37835 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
37836 and displays the selected text within that viewer.
37839 Enabling this feature causes Alpine to ignore any external viewer
37840 settings and always display text with Alpine's internal viewer.
37843 <UL>   
37844 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37845 </UL><P>
37846 &lt;End of help on this topic&gt;
37847 </BODY>
37848 </HTML>
37849 ====== h_config_wp_columns =====
37850 <HTML>
37851 <HEAD>
37852 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
37853 </HEAD>
37854 <BODY>
37855 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
37857 Web Alpine only.
37859 This configuration setting specifies the number of horizontal characters
37860 used to format various WebAlpine pages.  Smaller values will tend to reduce
37861 the amount of horizontal scrolling required to view pages within narrow
37862 browsers, such as those found on PDAs, and larger values will tend to 
37863 spread more information across the page.
37866 The Message List page uses the width to determine how many characters
37867 to assign each field.  Note, a smaller value may result in a disproportionate
37868 amount of blank space between fields on each line.  Similarly, a large
37869 value may result in cramped fields or horizontal scrolling.
37872 The Message View page uses this value to determine when to wrap lines
37873 in displayed message text.  Note, a smaller value may result in jagged
37874 right margins or confusing quoting.  A larger value may cause lines of text to
37875 run beyond the browser's right edge, requiring horizontal scrolling.
37878 <UL>   
37879 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37880 </UL><P>
37881 &lt;End of help on this topic&gt;
37882 </BODY>
37883 </HTML>
37884 ====== h_config_wp_state =====
37885 <HTML>
37886 <HEAD>
37887 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
37888 </HEAD>
37889 <BODY>
37890 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
37892 Web Alpine only.
37894 Various aspects of cross-session state.
37897 <UL>   
37898 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37899 </UL><P>
37900 &lt;End of help on this topic&gt;
37901 </BODY>
37902 </HTML>
37903 ====== h_config_wp_aggstate =====
37904 <HTML>
37905 <HEAD>
37906 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
37907 </HEAD>
37908 <BODY>
37909 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
37911 Web Alpine only.
37913 Aggregate operations tab state.
37916 <UL>   
37917 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37918 </UL><P>
37919 &lt;End of help on this topic&gt;
37920 </BODY>
37921 </HTML>
37922 ====== h_config_wp_indexlines =====
37923 <HTML>
37924 <HEAD>
37925 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
37926 </HEAD>
37927 <BODY>
37928 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
37930 Web Alpine only.
37932 Number of index lines in table.
37935 <UL>   
37936 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37937 </UL><P>
37938 &lt;End of help on this topic&gt;
37939 </BODY>
37940 </HTML>
37941 ====== h_config_wp_indexheight =====
37942 <HTML>
37943 <HEAD>
37944 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
37945 </HEAD>
37946 <BODY>
37947 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
37949 Web Alpine only.
37951 Index table row height.
37954 <UL>   
37955 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37956 </UL><P>
37957 &lt;End of help on this topic&gt;
37958 </BODY>
37959 </HTML>
37960 ====== h_config_rss_news =====
37961 <HTML>
37962 <HEAD>
37963 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
37964 </HEAD>
37965 <BODY>
37966 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
37968 Web Alpine only.
37970 RSS News feed.
37973 <UL>   
37974 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37975 </UL><P>
37976 &lt;End of help on this topic&gt;
37977 </BODY>
37978 </HTML>
37979 ====== h_config_rss_weather =====
37980 <HTML>
37981 <HEAD>
37982 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
37983 </HEAD>
37984 <BODY>
37985 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
37987 Web Alpine only.
37989 RSS Weather feed.
37992 <UL>   
37993 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37994 </UL><P>
37995 &lt;End of help on this topic&gt;
37996 </BODY>
37997 </HTML>
37998 ====== h_config_send_confirms_only_expanded =====
37999 <HTML>
38000 <HEAD>
38001 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
38002 </HEAD>
38003 <BODY>
38004 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
38006 This Web Alpine option specifies whether or not a Send confirmations
38007 happens when a composed message is readied for sending or not.  The
38008 default behavior is to not confirm that the nicknames were expanded to
38009 the intended addresses.
38012 <UL>   
38013 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38014 </UL><P>
38015 &lt;End of help on this topic&gt;
38016 </BODY>
38017 </HTML>
38018 ====== h_config_enable_jump_command =====
38019 <HTML>
38020 <HEAD>
38021 <TITLE>FEATURE: enable-jump-command</TITLE>
38022 </HEAD>
38023 <BODY>
38024 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
38026 This Web Alpine option specifies whether or not a Jump command is
38027 offered in the Message List and Message View pages.  The command is
38028 implemented as an input field in the left column of the List and View
38029 screens. 
38032 When enabled and a number is entered in the input field while the
38033 Message List is displayed, the Message List is reframed with the
38034 specified message.  While viewing a message, the message associated
38035 with the specified message number is displayed.
38038 <UL>   
38039 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38040 </UL><P>
38041 &lt;End of help on this topic&gt;
38042 </BODY>
38043 </HTML>
38044 ====== h_config_enable_newmail_sound =====
38045 <HTML>
38046 <HEAD>
38047 <TITLE>FEATURE: enable-newmail-sound</TITLE>
38048 </HEAD>
38049 <BODY>
38050 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
38052 This Web Alpine option specifies whether or not a sound file is sent
38053 to the web browser along with the newmail notification message.
38057 <UL>   
38058 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38059 </UL><P>
38060 &lt;End of help on this topic&gt;
38061 </BODY>
38062 </HTML>
38063 ====== h_config_render_html_internally =====
38064 <HTML>
38065 <HEAD>
38066 <TITLE>FEATURE: render-html-internally</TITLE>
38067 </HEAD>
38068 <BODY>
38069 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
38071 By default, Web Alpine will pass cleansed HTML text you receive in messages 
38072 to the browser for display (rendering).  This feature causes Web Alpine to convert 
38073 the HTML text into plain text in the same way Unix and PC-Alpine do.
38077 <UL>   
38078 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38079 </UL><P>
38080 &lt;End of help on this topic&gt;
38081 </BODY>
38082 </HTML>
38083 ====== h_config_role_undo =====
38084 Yes, remember changes and exit back to list of roles; No, discard changes
38085 made in this screen; ^C, cancel exit and stay in this config screen.
38086 ====== h_exit_editor =====
38087 S, save changes and exit from the editor; D, do not save changes but
38088 do exit from the editor; or ^C, cancel exit and stay in the editor.
38089 ====== h_config_undo =====
38090 Yes, save changes and exit; No, exit without saving any changes made since
38091 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
38092 ====== h_os_index_whereis =====
38093 Enter ^V or ^Y to go immediately to the last or first message in the index.
38094 Or, enter the match string followed by RETURN.
38095 ====== h_os_index_whereis_agg =====
38096 Enter ^V or ^Y to go immediately to the last or first message in the index,
38097 Or, enter the match string followed by RETURN (or ^X to select all matches).
38098 =========== h_oe_add_full ==================
38099 Type the full name of the person being added and press the RETURN key.
38100 Press ^C to cancel addition.
38101 =========== h_oe_add_nick ==================
38102 Type a short nickname and press RETURN.  A nickname is a short easy-to-
38103 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
38104 ========== h_oe_add_addr ================
38105 Type the e-mail address and press RETURN.
38106 Press ^C to cancel addition.
38107 ========== h_oe_crlst_full ==============
38108 Type a long name or description for the list that you are creating and
38109 press RETURN.  Press ^C to cancel creation of list.
38110 =========== h_oe_crlst_nick =============
38111 Type a nickname (short, easy-to-remember name or single word) for the list
38112 you are creating and press RETURN.  Press ^C to cancel.
38113 ========== h_oe_crlst_addr ==============
38114 Type an e-mail address, or a nickname already in the address book that you
38115 want to be part of this list and press RETURN.
38116 ========== h_oe_adlst_addr =============
38117 Type an e-mail address or a nickname already in the address book that you
38118 want to add to this list and press RETURN.
38119 ========== h_oe_editab_nick ============
38120 Change the nickname using the arrow keys and delete key.  Press RETURN
38121 when done.  Press ^C to cancel editing and leave the nickname as it was.
38122 ========== h_oe_editab_full ============
38123 Change the full name using the arrow keys and delete key.  Press RETURN
38124 when done.  Press ^C to cancel editing and leave the full name as it was.
38125 ========== h_oe_editab_addr ============
38126 Change the address using the arrow keys and delete key.  Press RETURN
38127 when done.  Press ^C to cancel editing and leave the address as it was.
38128 ========== h_oe_editab_fcc ============
38129 Change the fcc using the arrow keys and delete key.  Press RETURN when
38130 done.  Press ^C to cancel editing and leave the fcc as it was.
38131 ========== h_oe_editab_comment ============
38132 Change the comment field using the arrow keys and delete key.  Press RETURN
38133 when done.  Press ^C to cancel editing and leave the comment as it was.
38134 ====== h_ab_forward =====
38135 Yes, expand nicknames and qualify local names with your current domain name;
38136 No, leave nicknames and local names as is;  ^C, cancel.
38137 ========== h_ab_export ==========
38138 Type the name of a file to write the addresses into and
38139 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
38140 ========== h_ab_edit_a_field ==========
38141 Edit any of the fields of the currently selected entry by typing one of the
38142 letters at the bottom of the screen.  Press ^C to cancel edit.
38143 ====== h_ab_del_data_revert =====
38144 Press B to completely delete addrbook and revert to default, C to delete config
38145 and revert while leaving data, or D to only delete data (make it empty).
38146 ====== h_ab_del_data_modify =====
38147 Press B to completely delete addrbook, C to delete configuration while leaving
38148 data, or D to delete data (make it empty) but leave config. ^C to cancel.
38149 ====== h_ab_del_config_modify =====
38150 Yes, remove this address book from my configuration.
38151 No, make no changes now.
38152 ====== h_ab_del_config_revert =====
38153 Yes, remove this address book from my config and revert to default.
38154 No, make no changes now.
38155 ====== h_ab_del_default =====
38156 Yes, remove this default address book from my configuration.
38157 No, make no changes now.
38158 ====== h_ab_really_delete =====
38159 Yes, delete the actual contents of the address book, not just the 
38160 configuration.  No, don't delete the data after all, cancel and start over.
38161 ====== h_ab_del_ignore =====
38162 Press I to ignore all the default address books for this category.  Press R to
38163 remove this one address book and add the others to your personal list.
38164 ====== h_ab_del_dir_ignore =====
38165 Press I to ignore all the default directory servers for this category.
38166 Press R to remove this one server and add the others to your personal list.
38167 ====== h_ab_copy_dups =====
38168 Yes, overwrite the existing entry.
38169 No, skip duplicates but save the rest. Press ^C to cancel.
38170 ====== h_confirm_cancel =====
38171 Type C to Confirm that you want to abandon the message you are composing.
38172 Type N or ^C to cancel out of the cancel and keep composing.
38173 ====== h_ab_text_or_vcard =====
38174 Text, start composer with displayed text already included.
38175 VCard, start composer with address book entry attached as a vCard. ^C cancels.
38176 ====== h_ab_backup_or_ldap =====
38177 Backup, copy email address from entry and allow editing of it.
38178 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
38179 ====== h_ldap_text_or_vcard =====
38180 Text: export displayed text for selected entry. Address: export only the
38181 email address. VCard: export entry in vCard format. ^C cancels.
38182 ====== h_ab_save_exp =====
38183 Save, save entry or entries to an address book.
38184 Export, save to file outside of pine. ^C cancels save.
38185 ====== h_ab_add =====
38186 A, add a brand new entry to this address book.
38187 E, edit the entry that is currently highlighted. ^C to cancel.
38188 ====== h_ab_shuf =====
38189 U, swap order of highlighted address book and the one above it.
38190 D, swap order of highlighted address book and the one below it. ^C to cancel.
38191 ====== h_ab_shuf_up =====
38192 U, swap order of highlighted address book and the one above it.
38193 Press ^C to cancel.
38194 ====== h_ab_shuf_down =====
38195 D, swap order of highlighted address book and the one below it.
38196 Press ^C to cancel.
38197 ====== h_folder_prop =====
38198 Count is # of messages in the folder, Unseen means messages that have not
38199 been read, New means messages that were Recently added to the folder.
38200 ====== h_role_shuf =====
38201 U, swap order of highlighted rule and the one above it.
38202 D, swap order of highlighted rule and the one below it. ^C to cancel.
38203 ====== h_role_shuf_up =====
38204 U, swap order of highlighted rule and the one above it.
38205 Press ^C to cancel.
38206 ====== h_role_shuf_down =====
38207 D, swap order of highlighted rule and the one below it.
38208 Press ^C to cancel.
38209 ====== h_incoming_shuf =====
38210 B, swap order of highlighted directory and the one before it.
38211 F, swap order of highlighted directory and the one after it. ^C to cancel.
38212 ====== h_incoming_shuf_up =====
38213 B, swap order of highlighted directory and the one before it.
38214 Press ^C to cancel.
38215 ====== h_incoming_shuf_down =====
38216 F, swap order of highlighted directory and the one after it.
38217 Press ^C to cancel.
38218 ====== h_dir_shuf =====
38219 U, swap order of highlighted directory and the one above it.
38220 D, swap order of highlighted directory and the one below it. ^C to cancel.
38221 ====== h_dir_shuf_up =====
38222 U, swap order of highlighted directory and the one above it.
38223 Press ^C to cancel.
38224 ====== h_dir_shuf_down =====
38225 D, swap order of highlighted directory and the one below it.
38226 Press ^C to cancel.
38227 ====== h_hdrcolor_shuf =====
38228 U, swap order of highlighted Header Color and the one above it.
38229 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
38230 ====== h_hdrcolor_shuf_up =====
38231 U, swap order of highlighted Header Color and the one above it.
38232 Press ^C to cancel.
38233 ====== h_hdrcolor_shuf_down =====
38234 D, swap order of highlighted Header Color and the one below it.
38235 Press ^C to cancel.
38236 ========== h_oe_editab_al ============
38237 Change the address using the arrow keys and delete key.  Press RETURN
38238 when done.  Press ^C to cancel editing and leave the address as it was.
38239 ========== h_dir_comp_search ===============
38240 Type a string to look for just like you would in the composer. Your configured
38241 rules for the servers with the implicit flag set will be used.
38242 ========== h_oe_searchab ===============
38243 Type the word or name you want to search for and press RETURN.  If you press
38244 RETURN without entering anything the word in [] will be searched for.
38245 ========== h_oe_chooseabook ==========
38246 Choose the address book you want to save the new entry in.
38247 Use ^N or ^P to change address books.  ^C to cancel.
38248 ========== h_oe_takeaddr ==========
38249 Edit the e-mail address using the arrow and delete keys.  Press RETURN
38250 when done.  Press ^C to cancel adding this entry to the address book.
38251 ========== h_oe_take_replace ==========
38252 Press R to replace the old entry with this new data.  You will still have
38253 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
38254 ========== h_oe_take_replace_or_add ==========
38255 Press R to replace the old entry.  Press A to add the selected addresses to
38256 the old existing list.  N to enter another nickname. ^C to cancel now.
38257 ========== h_oe_takename ==========
38258 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
38259 when done.  Press ^C to cancel adding this entry to the address book.
38260 ========== h_oe_takenick ==========
38261 Type a nickname (short easy-to-remember name, initials or single word) for this
38262 entry in the address book and press RETURN.  Press ^C to cancel addition.
38263 ========== h_oe_jump ==========
38264 Type the message number you want to jump to and press RETURN.  The word "end"
38265 represents the last message. Press ^C to cancel jumping to another message.
38266 ========== h_oe_jump_thd ==========
38267 Type the thread number you want to jump to and press RETURN.  The word "end"
38268 represents the last thread. Press ^C to cancel jumping to another thread.
38269 ========== h_oe_debuglevel ==========
38270 Higher number shows more debugging details.
38271 Press ^C if you want to cancel the change.
38272 ========== h_oe_broach ==========
38273 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
38274 to go to the previous/next collections in the list.  Press ^C to cancel goto.
38275 ========== h_oe_foldsearch ==========
38276 Type the text you want to search for in foldernames and press RETURN.  If you
38277 press RETURN without entering anything, any text in [] will be searched for.
38278 ========== h_oe_foldrename ==========
38279 Change the old name of the folder to the new name using the arrow and
38280 delete keys and press RETURN.  Press ^C to cancel rename.
38281 ========== h_oe_login ==========
38282 Enter your login name for the host you are opening the mailbox on.  Just press
38283 RETURN to use your login from this host as is, or edit it with delete key.
38284 ========== h_oe_passwd ==========
38285 Type your password for the host and login shown as part of the prompt.
38286 Press ^C to cancel opening folder.
38287 ========== h_oe_choosep ==========
38288 Enter the number associated with the printer you want to select.  Press ^C to
38289 cancel the printer selection.  The current selection is highlighted.
38290 ========== h_oe_customp ==========
38291 Type the name of the Unix print command and press RETURN.  Press ^C to
38292 cancel the printer selection.
38293 ========== h_oe_searchview ==========
38294 Type the word or name you want to search for and press RETURN.  If you press
38295 RETURN without entering anything the word in [] will be searched for.
38296 ========== h_oe_keylock ==========
38297 The keyboard is in use and locked by another user.  Only that user can
38298 unlock this keyboard by typing the password.
38299 ========== h_wt_expire ==========
38300 At the beginning of each month Alpine offers to rename your current sent-mail
38301 folder to one named for the month so you have a sent-mail folder for each month
38302 ========== h_wt_delete_old ==========
38303 It is the beginning of the month, and we need to conserve disk
38304 space.  Please delete any sent-mail that you do not need.
38305 ========== h_select_sort ==========
38306 Select the order for sorting the index by typing the capitalized letter.
38307 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
38308 ========== h_no_F_arg ============
38309 Enter name of file to be opened.
38311 ========== h_sticky_personal_name ==========
38312 Type in your name as you want it to appear on outgoing email.  This entry
38313 will be saved into your Alpine configuration file.
38314 ========== h_sticky_inbox ============
38315 INBOX syntax is usually {complete.machine.name}INBOX
38316 This entry will be saved in your Alpine configuration file.
38317 ========== h_sticky_smtp ============
38318 The name of the computer on your campus that relays your outgoing email
38319 to the Internet.  This entry will be saved in your Alpine configuration file.
38320 ========== h_sticky_user_id ==========
38321 The username or login-id part of your email address.  This entry will be
38322 saved in your Alpine configuration file.
38323 ========== h_sticky_domain ==========
38324 The domain part of your email address, NOT the name of your PC.  This
38325 entry will be saved in your Alpine configuration file.
38326 ========== h_bounce =========
38327 Enter the address or nickname of the intended recipient.  Alpine will resend
38328 the message, which will retain the original author's From: address.
38329 ========== h_incoming_add_folder_nickname =========
38330 Enter an (optional) nickname that will be used in lieu of the actual
38331 host and folder names in the FOLDER LIST display.
38332 ========== h_anon_forward ==========
38333 Enter the address of your intended recipient, or ^C to cancel.
38334 Example: jsmith@somewhere.edu
38335 ========== h_news_subscribe ==========
38336 Enter the name of the newsgroup to which you wish to subscribe,
38337 or ^C to cancel.  Example: comp.mail.pine
38338 ========== h_pipe_msg ==========
38339 Enter the name of the Unix command to which you wish to send this
38340 message, or ^C to cancel.
38341 ========== h_pipe_attach ==========
38342 Enter the name of the Unix command to which you wish to send this
38343 attachment, or ^C to cancel.
38344 ========== h_select_by_num ==========
38345 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
38346 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
38347 ========== h_select_by_gm_content ==========
38348 Enter your search key in the same way that you would enter a search
38349 key in the web interface for Gmail.
38350 ========== h_select_by_thrdnum ==========
38351 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
38352 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
38353 ========== h_select_txt_from ==========
38354 Messages with From: headers containing the entered string will be selected.
38355 ^C to cancel. ^G again to see original options.
38356 ========== h_select_txt_not_from ==========
38357 Messages without From: headers containing the entered string will be selected.
38358 ^C to cancel. ^G again to see original options.
38359 ========== h_select_txt_to ==========
38360 Messages with To: headers containing the entered string will be selected.
38361 ^C to cancel. ^G again to see original options.
38362 ========== h_select_txt_not_to ==========
38363 Messages without To: headers containing the entered string will be selected.
38364 ^C to cancel. ^G again to see original options.
38365 ========== h_select_txt_cc ==========
38366 Messages with Cc: headers containing the entered string will be selected.
38367 ^C to cancel. ^G again to see original options.
38368 ========== h_select_txt_not_cc ==========
38369 Messages without Cc: headers containing the entered string will be selected.
38370 ^C to cancel. ^G again to see original options.
38371 ========== h_select_txt_subj ==========
38372 Messages with Subject: headers containing the entered string will be selected.
38373 ^C to cancel.  ^X enters Subject: line of current message.
38374 ========== h_select_txt_not_subj ==========
38375 Messages without Subject headers containing the entered string will be selected.
38376 ^C to cancel.  ^X enters Subject: line of current message.
38377 ========== h_select_txt_all ==========
38378 All messages containing the entered string will be selected.  Headers and body,
38379 but not encoded attachments, will be compared.  Enter ^C to cancel.
38380 ========== h_select_txt_not_all ==========
38381 All messages that don't contain the entered string will be selected.  Headers
38382 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
38383 ========== h_select_txt_body ==========
38384 All messages containing the entered string will be selected. Body text, but
38385 not headers or encoded attachments, will be compared. ^C to cancel.
38386 ========== h_select_txt_not_body ==========
38387 All messages that don't contain the entered string will be selected. Body
38388 text, but not headers or encoded attachments, will be compared. ^C to cancel.
38389 ========== h_select_txt_recip ==========
38390 Messages with Cc: or To: headers containing the entered string will be selected.
38391 ^C to cancel. ^G again to see original options.
38392 ========== h_select_txt_not_recip ==========
38393 Messages without Cc: or To: headers containing the string will be selected.
38394 ^C to cancel. ^G again to see original options.
38395 ========== h_select_txt_partic ==========
38396 Messages with Cc, To, or From headers containing the string will be selected.
38397 ^C to cancel. ^G again to see original options.
38398 ========== h_select_txt_not_partic ==========
38399 Messages without Cc, To, or From headers containing the string will be selected.
38400 ^C to cancel. ^G again to see original options.
38401 ========== h_select_date ==========
38402 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
38403 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
38404 ========== h_attach_index_whereis ==========
38405 Enter some text that appears in the Attachment Index entry for the desired
38406 attachment.  The first attachment containing that text will be highlighted.
38407 ========== h_kb_lock ==========
38408 Keystrokes entered here (up to a RETURN) comprise a password that must
38409 be entered again later in order to unlock the keyboard.
38410 ========== h_compose_default ==========
38411 N, compose a new message. R, set a role.
38412 ^C to cancel.
38413 ========== h_untranslatable ==========
38414 Send using UTF-8 character set; Send but replace untranslatable characters
38415 with question marks; return to the composer; or cancel message altogether.
38416 ========== h_compose_intrptd ==========
38417 N, compose a new msg. I, continue interrupted msg. R, set a role.
38418 ^C to cancel.
38419 ========== h_compose_postponed ==========
38420 N, compose a new message. P, continue postponed msg. R, set a role.
38421 ^C to cancel.
38422 ========== h_compose_intrptd_postponed ==========
38423 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
38424 R, set a role. ^C to cancel.
38425 ========== h_compose_form ==========
38426 N, compose a new message. F, use form letter. R, set a role.
38427 ^C to cancel.
38428 ========== h_compose_intrptd_form ==========
38429 N, compose a new msg. I, continue interrupted msg. F, use form letter.
38430 R, set a role. ^C to cancel.
38431 ========== h_compose_postponed_form ==========
38432 N, compose a new message. P, continue postponed msg. F, use form letter.
38433 R, set a role. ^C to cancel.
38434 ========== h_compose_intrptd_postponed_form ==========
38435 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
38436 F, use form letter. R, set a role. ^C to cancel.
38437 ========== h_config_context_del_except ==========
38438 If you delete the last exceptional collection you can only add it back by
38439 manually editing the exceptions config file.
38440 ========== h_config_whereis ==========
38441 To move quickly to a particular line, enter a search string or
38442 ^C to cancel.
38443 ========== h_config_edit_scorei ==========
38444 Enter interval in the form (min,max). -INF and INF may be used to represent
38445 -infinity and infinity. ^C to cancel change. RETURN to accept change.
38446 ========== h_config_add ==========
38447 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
38448 pressing RETURN sets the Empty Value (this turns off any global default).
38449 ========== h_config_add_custom_color ==========
38450 Enter a header fieldname. For example, "subject" or "from".
38452 ========== h_config_add_pat_hdr ==========
38453 Enter a header fieldname. For example, "reply-to" or "organization" or
38454 any fieldname you want that isn't included already.
38455 ========== h_config_print_opt_choice ==========
38456 You may edit either the initialization string (characters printed before
38457 printing starts) or the trailer string.  Choose one or ^C to cancel.
38458 ========== h_config_print_init ==========
38459 Enter a C-style string for this.  You may use common backslash escapes like
38460 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
38461 ========== h_config_change ==========
38462 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
38463 delete current (highlighted) character, etc.  Enter ^C to cancel change.
38464 ========== h_config_replace_add ==========
38465 Replace ignores the current default, Add places the current default in your
38466 editing buffer as if you had typed it in.
38467 ========== h_config_insert_after ==========
38468 Enter a nickname for this print command.  (InsertBefore puts the new item
38469 before the current line, InsertAfter puts it after the current line.)
38470 ========== h_config_print_cmd ==========
38471 Enter command to be executed for the printer.  Use normal editing keys
38472 to modify, ^C to cancel, carriage return to accept current value.
38473 ========== h_config_role_del ==========
38474 Answering Yes will remove this rule completely from your rules list.
38475 ========== h_config_role_addfile ==========
38476 Type the name of a file to add to your configuration. You don't need to
38477 use a file, you may add rules directly (with Add) without using a file.
38478 ========== h_config_role_delfile ==========
38479 Answering Yes will remove this rule file completely from your rules list.
38480 The rules data file itself will not be removed.
38481 ========== h_config_print_del ==========
38482 Answering Yes will remove this printer completely from your printer list.
38483 ========== h_config_print_name_cmd ==========
38484 You may edit the Nickname of this printer, the Command to be executed when
38485 printing, or change the Options associated with this printer.
38486 ========== h_send_check_fcc ==========
38487 Yes, send message without an Fcc.
38488 No, return to composer.
38489 ========== h_send_check_subj ==========
38490 Yes, send message without a Subject.
38491 No, return to composer.
38492 ========== h_send_check_to_cc ==========
38493 Yes, send message without a To address, or a Cc address, or a Newsgroup.
38494 No, return to composer.
38495 ========== h_send_fcc_only ==========
38496 Yes, copy message to Fcc only and send to NO recipients.
38497 No, return to composer.
38498 ========== h_send_prompt ==========
38499 Yes, send the message.
38500 No or ^C, return to composer.
38501 ========== h_send_prompt_flowed ==========
38502 Yes, send the message.  No or ^C, return to composer.
38503 What's Flowed? See Do Not Send Flowed Text in config screen.
38504 ========== h_send_prompt_dsn ==========
38505 Yes, send the message.  No or ^C, return to composer.
38506 What's DSNOpts? See Enable Delivery Status Notification in config screen.
38507 ========== h_send_prompt_dsn_flowed ==========
38508 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
38509 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
38510 ========== h_role_confirm ==========
38511 Yes, use displayed role. No, compose without a role.
38512 ^C, cancel the message. ^T, select a role from your other eligible roles.
38513 ========== h_norole_confirm ==========
38514 Return, compose without a role.
38515 ^C, cancel the message. ^T, select a role from your eligible roles.
38516 ========== h_custom_print ==========
38517 Enter a Unix command that accepts its data on standard input.
38518 Alpine will display any information the command sends to standard output.
38519 ========== h_convert_abooks_and_sigs ==========
38520 You will be given the opportunity to convert address books and signature files
38521 to remote configurations.
38522 ========== h_convert_abooks ==========
38523 You will be given the opportunity to convert address books to remote
38524 configurations.
38525 ========== h_flag_keyword ==========
38526 Enter the name of the keyword you want to add for this folder.
38527 No spaces, parentheses, braces, percents or asterisks are allowed.
38528 ========== h_select_keyword ==========
38529 Enter the keyword you want to match, or use ^T to select a keyword from a list
38530 of possible keywords for this folder. Use ! to look for non-matches instead.
38531 ========== h_type_keyword ==========
38532 Enter the keyword you want to add. You may add a nickname in the next step.
38533 No spaces, parentheses, braces, percents or asterisks are allowed.
38534 ========== h_type_keyword_nickname ==========
38535 Enter an optional nickname for the keyword you want to add.
38536 Type Carriage return to use the keyword name instead of a nickname.
38537 ========== h_convert_sigs ==========
38538 You will be given the opportunity to convert signature files to remote
38539 configurations.
38540 ========== h_convert_abook ==========
38541 Yes is fairly safe. You will be ADDing a remote address book that is a copy
38542 of the current address book. The current abook won't be removed automatically.
38543 ========== h_convert_sig ==========
38544 Answering Yes copies the contents of the signature file into your Alpine
38545 configuration file. After that, the contents of the file will not be used.
38546 ========== h_save_addman ==========
38547 Enter the simple name of the folder you want to add. Carriage return to
38548 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
38549 ========== h_reopen_folder ==========
38550 Yes reopens the folder, as if you were starting over. This uncovers new mail.
38551 No leaves the folder index as it was without discovering new mail.
38552 ========== h_convert_pinerc_server ==========
38553 This is the name of the host (computer) where the remote Alpine configuration
38554 will be stored. This should be an IMAP server that you have permission to use.
38555 ========== h_convert_pinerc_folder ==========
38556 Enter the correct remote folder name. This folder is special and should
38557 contain only configuration data. It shouldn't contain other mail messages.
38558 ========== h_role_compose ==========
38559 Compose a New message, Reply to current message, Forward current message, or
38560 Bounce message. Then you will be asked to choose one of your Roles to be used.
38561 ========== h_role_aggregate ==========
38562 Compose a reply, or forward, or bounce the selected messages. Then you 
38563 will be asked to choose one of your Roles to be used for this operation.
38564 ========== h_save_size_changed ==========
38565 The reported size of a message is not the same as the actual size. Answer Yes
38566 to continue and hope for the best or No to Cancel the entire Save.
38567 ========== h_select_by_larger_size ==========
38568 Enter a number or ^C to cancel. All messages greater than this many characters
38569 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
38570 ========== h_select_by_smaller_size ==========
38571 Enter a number or ^C to cancel. All messages less than this many characters
38572 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
38573 ========== h_preserve_field ==========
38574 Use 'p' to toggle between preserving or not preserving the original To:
38575 and Cc: fields of the message. Enter ^C to cancel message.
38576 ========== h_privacy_policy ==========
38577 x-alpine-http:http://alpine.x10host.com/privacy.html
38578 ========== h_apache_license ==========
38579 x-alpine-http:http://alpine.x10host.com/legal/apache_license.html