* When a user configures a mailbox without specifying the username,
[alpine.git] / pith / pine.hlp
blobe5e1775fe0f0a9d5fefaef073482fd05ca0ae767
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-2022 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 1d) Other operating systems added to 1c) above are
76     os_unix_and_osx means all unices, incluing mac
77     os_unix  means all unices except mac
78     os_osx   means only mac
80 2a) Several "server side include" commented elements are supported:
82 <!--#include file="textfile"--> 
84 The file "textfile" will be inserted into the HTML text directly.
85 Alpine does no formatting of the text.  At some point we might want to
86 look at the first line for <HTML> but not today.
88 2b) Various bits of Alpine's running state can be inserted into the
89 HTML text as well using the special comment:
91 <!--#echo var="variable"--> 
93 Where "variable" is one of either:
95     ALPINE_VERSION
96     ALPINE_REVISION
97     ALPINE_COMPILE_DATE
98     ALPINE_TODAYS_DATE
99     C_CLIENT_VERSION
100     _LOCAL_FULLNAME_
101     _LOCAL_ADDRESS_
102     _BUGS_FULLNAME_
103     _BUGS_ADDRESS_
104     CURRENT_DIR
105     HOME_DIR
106     PASSWORD_FILE
107     PINE_CONF_PATH
108     PINE_CONF_FIXED_PATH
109     PINE_INFO_PATH
110     MAIL_SPOOL_PATH
111     MAIL_SPOOL_LOCK_PATH
112     VAR_<VARNAME> - where <VARNAME> is config variable name
113     FEAT_<FEATURENAME> - where <FEATURENAME> is config feature name
115 3) The URL scheme "X-Alpine-Gripe:" is available to insert links to
116    pine's composer such that various debugging data can be attached to the
117    message. Aside from normal email addresses, this can be set to
118    either "_LOCAL_ADDRESS_" for the configured local help address, or
119    "_BUGS_ADDRESS_" for the configured local bug reporting address.
120    Aside from the special tokens above, the default behavior only differs
121    from "mailto:" by the insertion of a special Subject: prefix that
122    consists of a randomly-generated token for tracking purposes.
123    Several optional parameters can be included to control what is
124    attached or offered for attachment to the message:
126         ?config  --  Automatically attaches the user's configuration
127                      information to the trouble report
128         ?keys    --  Automatically attaches the user's most recent
129                      keystrokes
130         ?curmsg  --  Causes the user to get an offer to attach the
131                      current message to the trouble report
132         ?local   --  Automatically attaches the result of the script 
133                      defined by VAR_BUGS_EXTRAS
135 For HTML-format sections, the help screen dividers  "===== xxxx ====" must 
136 contain one and only one space after the first and before the second set of 
137 equal signs.
139 Note to authors of this file: to mark sections that need further revision, 
140 please use the text string on the following line consistently so that it is 
141 easy to find those places again in this file:
142 *revision needed*
144 NOTE: Several sections of help text which weren't being used were removed
145 at RCS version number 4.122.  In particular, there were some placeholders
146 with help text for the config screen and the composer that didn't have any
147 reasonable place to be called from.
148 Dummy change to get revision in pine.hlp
149 ============= h_revision =================
150 Alpine Commit 666 2022-10-09 10:37:24
151 ============= h_news =================
152 <HTML>
153 <HEAD>
154 <TITLE>RELEASE NOTES for Alpine</TITLE>
155 </HEAD>
156 <BODY>                 
157 <H1>Alpine Release Notes</H1>
158 <DIV ALIGN=CENTER>
159 Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
160 <BR>
161 <!--chtml if pinemode="running"-->
162 (built <!--#echo var=ALPINE_COMPILE_DATE-->)
163 <!--chtml endif-->
165 <BR>
166 <BR>Copyright 2013-2022 Eduardo Chappa
167 <BR>Copyright 2006-2008 University of Washington
168 </DIV>
171 Alpine is an &quot;Alternatively Licensed Program for Internet
172 News and Email&quot; produced until 2009 by the University of Washington.
173 It is intended to be an easy-to-use program for
174 sending, receiving, and filing Internet electronic mail messages and
175 bulletin board (Netnews) messages.  Alpine is designed to run on a wide
176 variety of Unix&reg; operating systems.  A version for Microsoft Windows&reg;
177 is available as is a world wide web based version designed to run under the
178 Apache web server.
181 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
182 href="h_apache_license">Apache License 2.0</A>.
185 Alpine's privacy policy is a living, online only, document, which can be found at
186 <A href="h_privacy_policy">https://alpineapp.email/privacy.html</A>.
187 By following the previous link,  Alpine
188 will connect to an external server, and will download it and display
189 it for you. Please take some time to read it and understand it.
190 Since the Privacy Policy could be amended to take into consideration
191 new additions to Alpine, please check it periodically.
193 <P> Changes since the release of version 2.26 include:
194 <!-- Changes since the release of version <!--#echo var="ALPINE_VERSION"-->
195 <!-- include: -->
196 <P> New features include:
197 <UL>
198 <LI> Microsoft servers do not deal well with a message that is forwarded
199      as an attachment by Alpine due to the way Alpine constructs the cookie
200      to separate parts of the message due to the presence of a colon. To
201      be safe, remove all non-numeric characters in the cookie. In addition,
202      lowercase values for the charset.
203 <LI> When selecting messages based on either a previously defined rule or
204      based on a previously configured keyword, and when the feature
205      <a href="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></a>
206      is enabled, add the ability of using the TAB command to complete
207      a partial match. Contributed by Peter Tirsek.
208 </UL>
210 <P> Bugs addressed include:
211 <UL>
212 <LI> When a user configures a mailbox without specifying the username, PC-Alpine
213 does not allow a user to input their password. Reported by Michelle McPeek.
214 <LI> Crash in PC-Alpine when postponing a message. Reported by Paolo Ienne.
215 <LI> Crash in Alpine after a user tried to repaint the screen after failing
216      to select a rule from a menu. Reported by Peter Tirsek. Crash also 
217      reproducible when selecting by keyword or charset.
218 </UL>
220 <P>Version 2.26 adds new features and addresses bugs found in previous
221 releases.
223 <P> New features include:
224 <UL>
225 <!--chtml if pinemode="os_unix"-->
226 <LI> Unix version of Alpine (not including OSX). Alpine is built with password
227      file support by default. If Alpine is built with SMIME support and the
228      password file does not exist, then Alpine will create it by default and
229      encrypt it. For this version of Alpine, Alpine saves its passwords in the file
230      &quot;<!--#echo var="PASSWORD_FILE"-->&quot; which is in the same directory that
231      your .pinerc is located.
232 <!--chtml endif-->
234 <LI> In the past Alpine did not recognize images embedded
235      in an HTML file, so now it does and a link to open them is
236      given. Additionally, Alpine did not pass these images to an
237      external browser for display using the external command, and
238      now it will.
240 <LI> Support for code_verifier and code_challenge when generating a
241      refresh token and access token in Gmail and Outlook using the
242      S256 method and plain method.
244 <LI> Change the redirect_uri scheme for Gmail, as Google is deprecating the use
245      of oob. Changed to http://localhost. Users are supposed to enter the URL
246      they see in their browser in place of the code.
248 <LI> Some servers do not allow the Drafts folder to be removed, even when
249      it is empty. Alpine, however, assumes that if the folder exists, it
250      must contain a draft message. This joint collaboration with Thomas
251      Uhle modifies alpine to not to attempt to continue a draft message if
252      the draft folder is empty.
254 <LI> Contributions by Thomas Uhle:
255 <UL>
256   <LI> Add support for the LDAP attribute "userCertificate";
257   <LI> Move voiceMailTelephoneNumber from the TCL side to ldap_translate;
258   <LI> XOAUTH2 state generator changes format specifier from %x to %02x;
259   <LI> Web Alpine will not attempt to continue a postponed message if the
260        postponed-msgs folder is empty.
261 </UL>
263 <LI> Improvements to the screen that allows a user to select the client-id when
264      a user attempts to login to a server and more than one client-id
265      is available for that server. In this case additional information is
266      given: The method to use (device or authorize), a user id that uses the
267      suggested client-id or a report that the client-id has not been used.
269 <LI> To protect the privacy of a user, the message-id of a message will be
270      generated using the domain in the From field of the message.
272 <LI> When saving to a folder in the unix format, Alpine parses the
273      destination folder to assign uids to all messages in the folder. When
274      the destination folder is large this could significantly slow down
275      alpine. Fix based on a patch submitted to the alpine-info list by
276      Chris Caputo.
278 <LI> Add the LOGOUT command to the list of commands that can be
279      automatically interrupted in case the connection becomes unstable
280      during that command and Alpine times out its connection to the server.
282 <LI> If new mail has arrived when a user is closing a mailbox, Alpine will
283      also announce how many new messages have arrived. Suggested by Chime Hart.
285 <LI> When an invitation does not have a timezone in the date of the event,
286      but the date is in GMT, adjust the date to local time.
287 </UL>
290 Bugs addressed include:
292 <UL>
293 <LI> Crash when invoking Alpine from the command line and an attempt to authorize
294      alpine to use XOAUTH2 is done. Alpine crashes because of a missing optional
295      parameter -xoauth2-flow and because no screen has been configured yet. Reported
296      by Baron Fujimoto.
298 <LI> Alpine crashes when it cannot retrieve the privacy policy due to
299      failure connecting to the external server.
301 <LI> Alpine might delete all passwords from the password file if the
302      password file is not unlocked by cancellation, or the authentication
303      for an XOAUTH2 server is cancelled, or the password of an account
304      is changed.
306 <LI> When the personal name of an address is encoded, and the personal name
307      is surrounded by quotes, these are not removed by Alpine at the time
308      to offer to take an address from a message to the addressbook. Reported
309      by David Prager Branner.
311 <LI> If a user configures the sendmail-path variable, and does not use a
312      global smtp-server, then Alpine will use the sendmail-path even when
313      the user configured a smtp-server for a role. Reported by Gregory
314      Heytings.
316 <LI> Crash in PC-Alpine when creating a mail collection and no username is
317      indicated in the server path. Reported by Sandy Schuman.
319 <LI> Crash in Alpine when running a filter that moves deleted messages the
320      INBOX in a Gmail account. Reported by Jyrki Voutilainen.
321 </UL>
323 <P>Version 2.25 adds new features and addresses bugs found in previous
324 releases.
327 New features include:
328 <UL>
329 <LI> Unix Alpine: New configuration variable <a href="h_config_ssl_ciphers"><!--#echo var="VAR_ssl-ciphers"--></a> that allows
330      users to list the ciphers to use when connecting to a SSL server.
331      Based on a collaboration with Professor Martin Trusler.
333 <LI> New hidden feature <a href="h_config_delete_before_writing"><!--#echo var="FEAT_enable-delete-before-writing"--></a>
334      to add support for terminals that need lines to be deleted
335      before being written. Based on a collaboration with Professor
336      Martin Trusler.
338 <LI> Experimental: The instruction to remove the double quotes from the processing of
339      customized headers existed in pine, but it was removed in alpine. Restoring
340      old Alpine behavior. See
341      <A href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981781">this</A>
342      report for more background information.
344 <LI> Add the capability to record http debug. This is necessary to debug XOAUTH2
345      authentication, and records sensitive login information. Do not share your
346      debug file if you use this form of debug.
348 <LI> Remove the ability to choose between the device and authorize methods
349      to login to outlook, since the original client-id can only be used
350      for the device method. One needs a special client-id and client-secret
351      to use the authorize method in Outlook.
353 <LI> PC-Alpine only: Some service providers produce access tokens that are
354      too long to save in the Windows Credentials, so the access tokens will
355      be split and saved as several pieces. This means that old versions of
356      Alpine will NOT be able to use saved passwords once this new version of
357      Alpine is used.
359 <LI> PC-Alpine: Debug files used to be created with extension .txt1, .txt2, etc.
360      Rename those files so that they have extension .txt.
362 <LI> Always follow â€˜suppress-asterisks-in-password-prompt’ setting in the
363      various password prompts. Submitted by &Eacute;tienne Deparis.
365 <LI> Use 'alpine -F' instead of 'pine -F' as the browser default pager.
366      Submitted by &Eacute;tienne Deparis.
368 <LI> Introduction of OTHER CMDS menu for the browser/pilot to let
369      people discover the two new commands: &quot;1&quot; is a toggle that
370      switches between 1 column and multicolumn mode. The &quot;.&quot; command
371      toggles between hiding or showing hidden files, and the &quot;G&quot;
372      command to travel between directories. Contributed by &Eacute;tienne
373      Deparis.
375 <LI> Add option -xoauth2-flow to the command line, so that users can specify the
376      parameters to set up an xoauth2 connection through the command line.
378 <LI> Alpine deletes, from its internal memory and external cache, passwords
379      that do not work, even if they were saved by the user.
381 <LI> New format for saving passwords in the windows credential manager
382      for PC-Alpine. Upon starting this new version of Alpine the passwords 
383      saved in the credential manager are converted to the new format and 
384      they will not be recognized by old versions of Alpine, but only by 
385      this and newer versions of Alpine.
387 <LI> Enabled encryption protocols in PC-Alpine are based on those enabled
388      in the system, unless one is specified directly.
389 </UL>
392 Bugs addressed include:
394 <UL>
395 <LI> The c-client library parses information from an IMAP server during
396      non-authenticated state which could lead to denial of service.
397      Reported by Damian Poddebniak from M&uuml;nster University of Applied
398      Sciences.
400 <LI> Memory corruption when alpine searches for a string that is
401      an incomplete utf8 string in a local folder. This could happen by
402      chopping a string to make it fit a buffer without regard to its content.
403      We fix the string so that chopping it does not damage it. Reported
404      by Andrew.
406 <LI> Crash in the ntlm authenticator when the user name does not include
407      a domain. Reported and fixed by Anders Skargren.
409 <LI> When forwarding a message, replacing an attachment might make Alpine
410      re-attach the original attachment. Reported by Michael Traxler.
412 <LI> When an attachment is deleted, the saved message with the deleted
413      attachment contains extra null characters after the end of the
414      attachment boundary.
416 <LI> Tcp and http debug information is not printed unless the default
417      debug level is set to 1. Print this if requested, regardless of what
418      the default debug level is.
420 <LI> When trying to select a folder for saving a message, one can only enter
421      a subfolder by pressing the &quot;>&quot; command, rather than the normal
422      navigation by pressing &quot;Return&quot;. Reported by Ulf-Dietrich Braunmann.
424 <LI> Crash when attempting to remove a configuration for a XOAUTH2 server
425      that has no usernames configured.
427 <LI> Crash caused by saving (and resaving) XOAUTH2 refresh and access tokens
428      in PC-Alpine. Reported by Karl Lindauer.
429 </UL>
431 <P> Version 2.24 adds new features and addresses bugs found in previous
432 releases.
434 <P> 
435 New features include:
437 <UL>
438 <LI> Experimental: The instruction to remove the double quotes from the processing of
439      customized headers existed in pine, but it was removed in alpine. Restoring
440      old Alpine behavior. See 
441      <A href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981781">this</A>
442      report for more background information.
443 <LI> Add the capability to record http debug. This is necessary to debug XOAUTH2
444      authentication, and records sensitive login information. Do not share your
445      debug file if you use this form of debug.
446 <LI> Remove the ability to choose between the device and authorize methods
447      to login to outlook, since the original client-id can only be used
448      for the device method. One needs a special client-id and client-secret
449      to use the authorize method in Outlook.
450 <LI> PC-Alpine only: Some service providers produce access tokens that are
451      too long to save in the Windows Credentials, so the access tokens will
452      be split and saved as several pieces. This means that old versions of
453      Alpine will NOT be able to use saved passwords once this new version of
454      Alpine is used.
455 <LI> PC-Alpine: Debug files used to be created with extension .txt1, .txt2, etc.
456      Rename those files so that they have extension .txt.
457 <LI> Always follow â€˜suppress-asterisks-in-password-prompt’ setting in the
458      various password prompts. Submitted by &Eacute;tienne Deparis.
459 <LI> Use 'alpine -F' instead of 'pine -F' as the browser default pager.
460      Submitted by &Eacute;tienne Deparis.
461 <LI> Introduction of OTHER CMDS menu for the browser/pilot to let
462      people discover the two new commands: &quot;1&quot; is a toggle that 
463      switches between 1 column and multicolumn mode. The &quot;.&quot; command 
464      toggles between hiding or showing hidden files, and the &quot;G&quot; 
465      command to travel between directories. Contributed by &Eacute;tienne 
466      Deparis.
467 <LI> Implementation of XOAUTH2 for Yahoo! Mail. <A href="h_yahoo_configuration">Learn More</A>
469 <LI> Expansion of the configuration screen for XOAUTH2 to include
470      username, authorization flow, and tenant.
472 <LI> XOAUTH2: automatic renew of access token and connection to a server
473      within 60 seconds of expiration of the access token.
475 <LI> If a user has more than one client-id for a service, Alpine
476      asks the user which client-id to use and associates that client-id to
477      the credentials in the XOAUTH2 configuration screen.
478      <A HREF="h_xoauth2_config_screen">Learn more</A>.
480 <LI> Addition of Yandex.com to the list of services that Alpine can use XOAUTH2 to
481      authenticate for reading and sending email. <A href="h_yandex_configuration">Learn More</A>
483 <LI> Addition of a link to the Apache License 2.0 (see above). This is 
484      available from the Release Notes as well as the welcome screen.
486 <LI> Modifications to protect the privacy of users:
487 <UL>
488 <LI> Alpine does not generate Sender or X-X-Sender by default
489      by enabling  <a href="h_config_disable_sender"><!--#echo var="FEAT_disable-sender"--></a>
490      as the default.
491 <LI> Alpine does not disclose User Agent by default by enabling
492      <A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A>
493      by default.
494 <LI> Alpine uses the domain in the From: header of a message
495      to generate a message-id and suppresses all information
496      about Alpine, version, revision, and time of generation
497      of the message-id from this header. This information is
498      replaced by a random string.
499 </UL>
500 <LI> Unix Alpine displays configure options and flags when 
501      invoked as &quot;alpine -v&quot;. Suggested by Matt Ackeret.
502 <LI> Alpine will ding the terminal bell when asking  about quitting
503      when new mail arrives. This is consistent with Alpine dinging the
504      bell when new mail arrives. The bell will not ding if it is disabled
505      for status messages. Suggested by Chime Hart.
507 <LI> When messages are selected, pressing the &quot;;&quot; command to broaden or narrow
508      a search, now offers the possibility to completely replace the search, and
509      is almost equivalent to being a shortcut to &quot;unselect all messages, and select
510      again&quot;. The difference is that cancelling this command will not unselect
511      all currently selected messages. Suggested by Holger Trapp.
513 <LI> Alpine will not write debug files unless started with the option -d, 
514      so for example &quot;alpine -d 2&quot; will generate a debug file at level 2, 
515      but just issuing the alpine command will not write any debug to a file.
517 <LI> Experimental: Attempt to implement the Encryption Range in Windows. It works
518      in Windows 10, and it should work in Windows 8.1. It needs testing in
519      Windows 7 and Windows Vista.
521 <LI> Addition of variables <A HREF="h_config_user_certs_path"><!--#echo var="VAR_user-certs-path"--></A>
522      and <A HREF="h_config_user_certs_file"><!--#echo var="VAR_user-certs-file"--></A>
523      which allow a user to specify locations for certificates that the user
524      trusts.
526 <LI> Ignore non-empty initial challenge in the GSSAPI authenticator. Based
527      on a patch written by Jarek Polok, but submitted by Ignacio Reguero.
529 <LI> When a server expires a refresh token, Alpine needs to cancel it
530     internally. Alpine will attempt to get a new one when it  reopens the
531     folder after it cancels it.
533 <LI> Set up the IMAP ID at the moment of logging in to the server, rather than
534      as a one time option, in case we need to use a special IMAP ID.
535 </UL>
538 Bugs addressed:
540 <UL>
541 <LI> When Alpine starts a PREAUTH connection, it might still ask the user
542      to login. Reported by Frank Tobin.
544 <LI> Crash while resizing the screen when viewing a calendar event.
546 <LI> When Alpine opens a folder in a server whose address is given numerically
547      it might crash due to an incorrect freeing of memory. Reported by Wang Kang.
549 <LI> Crash when Alpine frees memory on a system where LC_CTYPE is not 
550      configured, and the user calls the file browser to attach files to
551      a message. Reported by Luis Gerardo Tejero.
553 <LI> Invalid signatures created by Alpine, when built with recent
554      releases of the Openssl-1.1.1 series (but not in the Openssl-1.0.1 series).
555      Fix contributed by Bernd Edlinger.
557 <LI> After returning from the directory side of a dual-folder, sometimes 
558      Alpine would return to the first folder in the parent directory or to 
559      the dual-folder. The fix is to return to the original dual-folder as 
560      intended. Reported by Holger Trapp.
562 <LI> When an attachment is deleted and the original message is saved, Alpine
563      might write only a part of the name of the file deleted. Reported by Holger
564      Trapp.
566 <LI> URLs that are surrounded by white space are not cleaned by Alpine before
567      passing them to the browser, resulting in no display of the URL when Alpine
568      tries to open it. Reported by Gregory Heytings.
570 <LI>  When Alpine is built without smime, password file functionality might
571       fail. Reported by Andres Fehr.
573 <LI> Crash in PC-Alpine when using the eXternal command.
575 <LI> Fix in Macs that made Alpine abort a ssh connection to an imap server.
576      Reported and assisted by Wang Kang.
577 </UL>
580 Version 2.23 has new additions and addresses bugs found in previous releases.
583 Additions include:
585 <UL>
586 <LI> Implementation of XOAUTH2 authentication support for Outlook.
587      Based on documentation suggested by Andrew C Aitchison. <A href="h_outlook_configuration">Learn More</A>
589 <LI> Add support for the OAUTHBEARER authentication method in Gmail. Thanks to
590      Alexander Perlis for suggesting it and explaining how the method works. <A href="h_gmail_configuration">Learn More</A>
592 <LI> Creation of Alpine's Privacy Policy. This is presented as a link to
593     an online document from the Release Notes (Link at the top of this
594     document.) Upon user request, Alpine downloads and displays this
595     document. Links to the privacy policy are also displayed when a user
596     starts Alpine for the first time, or when a user starts a new version
597     of Alpine. There is no default exit greeting command for these
598     screens, and to exit the user must press "E", instead of the old
599     default, which was the RETURN command. The RETURN command will open
600     the handle on which the cursor is on, which by default is the Privacy
601     Policy.
603 <LI> Support for the SASL-IR IMAP extension that avoids a round trip during
604      authentication. Similar support added for the SMTP, NNTP and POP3 
605      protocols. Thanks to Geoffrey Bodwin for a report that lead to this
606      implementation.
608 <LI> Alpine can pass an HTML message to an external web browser, by using the
609      &quot;External&quot; command in the <a href="h_attachment_screen">ATTACHMENT INDEX</a>
610      screen. <A href="h_command_external_browser">Learn more</A>.
612 <LI> New configuration variable
613      <a href="h_external_loads_inline_images_only"><!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>
614      that controls if Alpine will keep the source link to all the images in the
615      HTML message, or will only pass a link to inline images included in the message. For your
616      privacy and security this feature is enabled by default.
618 <LI> When reading an email and a user selects an email address to which to compose
619      a message from the message, the user will be able to select a role to compose
620      that message.
622 <LI> New variable system-certs-path that allows users to indicate the 
623      location of the directory where certificates are located. In PC-Alpine 
624      this must be C:\\libressl\\ssl\\certs. The C: drive can be replaced 
625      by the name of the drive where the binary and DLL files are located.
627 <LI> New variable system-certs-file that allows users to configure the
628      location of a container of certificate authority (CA) certificates
629      to be used to validate certificates of remote servers.
631 <LI> Remove sleep of 5 seconds for mailcap programs that use the terminal
632      to display content. Suggested by Carl Edquist. In addition, remove the
633      configurable process table command and its corresponding sleep time.
634 </UL>
637 Bugs addressed:
639 <UL>
640  <LI> Security Bug: Alpine can be configured to start a secure connection using /tls
641       on an insecure connection. However, if the connection is PREAUTH, Alpine
642       will not upgrade the connection to a secure connection, because a client
643       must not issue a STARTTLS to a server that supports it in authenticated
644       state. This makes Alpine continue to use an insecure connection with the
645       server, exposing user data. Reported by Damian Poddebniak and Fabian
646       Ising from Münster University of Applied Sciences.
648    <LI> Selecting by subject might not copy the subject of the current message
649      to the selection text correctly. Reported by Iosif Fettich.
651    <LI> Alpine does not set the return path correctly when using a role while bouncing
652     a message. Reported by Dr. C. Griewatsch.
654 <LI>Bug in PC-Alpine that made Alpine go into an infinite loop and
655     consume CPU when it was iconized. Reported by Holger Schieferdecker in
656     comp.mail.pine.
658 <LI>Crash in Alpine when attempting to reply to a multipart/alternative 
659     message that is malformed, and the option to include attachments in
660     reply is enabled. Reported and patched by Peter Tirsek.
662 <LI>Bug that makes Alpine split encoded words in the subject of a message
663     in the middle of a utf-8 character into two encoded words, breaking the
664     encoding. Reported by Jean Chevalier.
666 <LI> Alpine would not redraw the screen when a check for new mail in an
667     incoming folder failed due to a failure while validating the server 
668     certificate, and the user did not allow the connection to proceed.
670 <LI> Crash in Alpine while resizing the screen when using any of the tokens
671     SUBJKEYTEXT, SUBJECTTEXT, or SUBJKEYINITTEXT in the index format, and 
672     the screen was resized. Reported by Iggy Mogo.
674 <LI> When Alpine is trying to authenticate to Gmail, using the XOAUTH2 method,
675     it does not display the url the user needs to open, in order to authorize
676     Alpine to access Gmail using XOAUTH2 when Alpine still has not created
677     a screen. Reported by Baron Fujimoto.
679 <LI> When an html anchor does not quote the link in the href parameter,
680     alpine does not link to it.
682 <LI> Attempt to fix a bug that breaks scrolling of a message in Alpine when
683      the screen is resized. Reported in the Debian bug system at
684      <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956361">https://bugs.debian.org/cgi-bin/bugreport.cgie?bug=956361</A>.
685 </UL>
688 Version 2.22 addresses bugs found in previous releases and has several
689 additions as well.
692 Additions include:
694 <UL>
695 <LI> Support for <A HREF="h_xoauth2">XOAUTH2</A> authentication method in Gmail.
696      <A href="h_gmail_configuration">Learn More</A>
698 <LI> PC-Alpine builds with LibreSSL and supports S/MIME.
700 <LI> NTLM authentication support with the ntlm library, in Unix systems.
701 Based on code provided by Maciej W. Rozycki.
703 <LI> Add /tls1_3 flag for servers that support it. Read more information
704 in the secure protocols <A HREF="h_network_encryption_security">help</A>.
706 <LI> To increase user's privacy, remove phone-home code that would prompt 
707 users to send an email message upon starting Alpine for the first time for 
708 purposes of counting. Your use of Alpine does not disclose information about 
709 you or your use of Alpine to the developers of Alpine.
711 <LI> New variable 
712 <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> 
713 that allows users to configure versions of the SSL/TLS protocol that Alpine is 
714 restricted to try when establishing a secure connection SSL/TLS to a remote 
715 server. The default can be set at compilation time.
717 <LI> Add -dict option to PC-Pico, which allows users to choose a dictionary
718 when spelling. Sample usage: -dict "en_US, de_DE, fr_FR".
720 <LI> Improvements to the configure stage of compilation. Some of
721 these contributed by Helmut Grohne. See
722 <A href="https://bugs.debian.org/876164">Bug 876164</A> in Debian.
724 <LI> Add &quot;remove password&quot; command to the management screen for the 
725 password file encryption key. This allows users to use their password file
726 without entering a master password.
728 <LI> Add the &quot;g&quot; option to the select command that works in IMAP 
729 servers that implement the X-GM-EXT-1 capability (such as the one offered 
730 by Gmail.) This allows users to do selection in Alpine as if they were 
731 doing a search in the web interface for Gmail.
733 <LI> New variable close-connection-timeout, which tells Alpine to close
734 a connection that is having problems being kept alive after the number
735 of seconds configured in this variable, if the connection has not
736 recovered. The default is 0, which means to keep the connection alive
737 and wait for the connection to recover.
739 <LI> When a message is of type multipart/mixed, and its first part is
740 multipart/signed, Alpine will include the text of the original message
741 in a reply message, instead of including a multipart attachment.
742 Suggested by Barry Landy.
744 <LI> S/MIME: Some clients do not transform messages to canonical form when 
745 signing first and encrypting second, which makes Alpine fail to parse the 
746 signed data after encryption. Reported by Holger Trapp.
748 <LI> Add /auth=XYZ to the way to define a server. This allows users to  
749 select the method to authenticate to an IMAP, SMTP or POP3 server.
750 Examples are /auth=plain, or /auth=gssapi, etc.
752 <LI> Add backward search in the index screen. Based on patch by Astyanax Foo, 
753 submitted in 2009, but resubmitted by Erich Eckner on 2019.
755 <LI> SMIME: When Alpine is set to validate a message using the user's store, and
756      user agrees to save a certificate of another user, use the saved 
757      certificate immediately to verify the smime message. Reported by 
758      Stefan Mueller.
760 <LI> Do not use a delay when printing messages to screen when the initial
761      keystroke sequence of commands is active. Based on a report from Holger
762      Trapp.
764 <LI> In PC-Alpine, when the decoded name of an attachment does not agree
765      with its encoded name, Alpine will offer to save the file using the
766      UTF8 encoded name.
767 </UL>
770 Bugs that have been addressed include:
771 <UL>
772    <LI> Width of characters is not always determined correctly when wcwidth
773         is used. Revert to using code for the Windows operating system. 
774         Reported by Andrew Ho.
776    <LI> The call realpath(..., NULL) gives an error in Solaris, which means that
777         we need to allocate memory for storing the resolved path. Reported by
778         Fabian Schmidt.
780    <LI> Crash when attempting to bounce a message due to lack of space in
781         allocated space for key menu array. Reported by David Sewell.
783    <LI> Crash when a CA certificate failed to load, and user attempted to
784         view certificate information of other certificate authorities.
786    <LI> Crash in the S/MIME configuration screen when a user turned off S/MIME, and
787         then re-enabled it. Also crash when attempting to enter the S/MIME 
788         configuration screen if S/MIME was turned off.
790    <LI> Deactivate some color code from Pico (as standalone editor in the
791         windows version) until I find a way to activate it again. This is 
792         not critical and it is not something that PC-Pico must have (some 
793         of it already exists in other ways, like color support, what does 
794         not exist is the more complex code that Unix-Pico has with color 
795         codes for specific colors.)
797    <LI> When a message is multipart, and the first part is flowed text, 
798         then forwarding the message will set the first part to be flowed, 
799         and sent that way even when the option Do Not Send Flowed Text is 
800         enabled. Reported by Holger Trapp.
802    <LI> When a message/rfc822 part of a message is encoded with
803         Content-Transfer-Encoding: QUOTED-PRINTABLE, Alpine will stop 
804         processing that message. Later this causes Alpine to crash because 
805         when it displays messages, it assumes that both header and body 
806         parts are processed. Reported by Mark Crispin in 2010, in the 
807         Alpine-info list (message with subject "crash bug in 
808         alpine/mailpart.c:format_msg_att()") with no example, and reported 
809         now by Holger Trapp, with an example.
811    <LI> In addition to the previous report, Alpine encodes message/rfc822
812         messages as QUOTED-PRINTABLE, in contradiction with RFC 2045, 
813         when it receives a report that its encoding is 8bit. We preserve 
814         the encoding reported by the IMAP server, and do not encode in 
815         QUOTED-PRINTABLE.
817    <LI> Update build.bat file to add /DWINVER=0x0501 so that Alpine can 
818         build when using Visual Studio 2017. Fix contributed by 
819         Ulf-Dietrich Braunmann.
821    <LI> When the locale is not set up to UTF-8, alpine might determine the 
822         width of a character incorrectly. Reported by Alexandre Fedotov.
824    <LI> In some rare cases, when attachments are deleted before saving 
825         emails, the filenames will be displayed in RFC1522 representation, 
826         instead of in decoded form. Reported and patched by Wang Kang.
828    <LI> When colors are edited from the main setup configuration screen, some
829         color settings are not updated until Alpine is restarted. Reported by
830         Andrew Hill.
832    <LI> If the first part of a message is multipart/alternative, and the 
833         first part of this is also a multipart type, then Alpine might 
834         fail to select the first text part when replying to a message. 
835         Reported by Lucio Chiappetti.
837    <LI> TLS 1.2 works does not work if Alpine is compiled with openssl &gt;= 1.1.0.
838         Reported and patched by Kyle George.
840    <LI> If the directory where Alpine saves the certificates is empty,
841         alpine would not create a self-signed certificate to encrypt the 
842         password file.
844    <LI> S/MIME: The list of public certificates is freed before it is 
845         reused when a signature fails to verify. This causes Alpine to 
846         crash. Patch submitted by Linus Torvalds.
848    <LI> S/MIME: A message could fail to verify its signature even if the
849         certificate was saved when the message was open. Based on a report 
850         by David Woodhouse to the RedHat bugzilla system.
852    <LI> When there are time changes in the clock, Alpine might go to sleep
853         for big amounts of time while displaying messages in the screen. 
854         Reset sleep time to 5 seconds in case it finds it needs to sleep 
855         more than 5 seconds or a negative amount of time.
857    <LI> Restore recognition of empty directories. It was deleted by mistake
858         when added support for internationalization in folders. Based on a 
859         report by Michael Rutter.
861    <LI> Alpine stops parsing the mailcap file when it finds an invalid entry.
862         Reported by Matt Roberds to the Debian bug system at 
863         <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370</A>.
865    <LI> Crash with error "Lock when already locked" when an attempt to check
866         for new mail on a locked stream that is being used for a save 
867         operation. Reported by Carlos E.R.
869    <LI> Alpine removes trailing spaces from passwords, making a longin attempt
870         fail. Reported by R. Lyons.
872    <LI> Alpine crashes when opening a remote imap folder and computing scores.
873         Reported by Paul DeStefano.
875    <LI> When more than one server was given in the server-name configuration
876         option of rldap servers, none of them worked. Reported by Robert Wolf.
877 </UL>
880 Version 2.21 addresses bugs found in previous releases and has several 
881 additions as well.
884 Additions include:
885 <UL>
886   <LI> PC-Alpine: New configuration option "Aspell Dictionaries" allows a
887        user to choose the dictionary used to spell check, in case the user 
888        communicates in more than one language. Examples of values for the 
889        variable are "en_US" or "de_DE", etc. Only the first 10 
890        dictionaries are offered.
892   <LI> Unix-Alpine: Connect securely to a LDAP server on a secure port. 
893        Based on a contribution by Wang Kang.
895   <LI> Colors configured in Alpine are inherited in the composer.
897   <LI> When Alpine is compiled with password file and SMIME support 
898        the password file is encrypted using a private key/public 
899        certificate pair. If one such pair cannot be found, one will be 
900        created. <A HREF="h_password_file_support">Learn more</A>.
902   <LI> Alpine builds with any version of OpenSSL greater than or equal
903        to 1.0.0c. This includes version 1.1.0. Alpine also builds with
904        LibreSSL.
906   <LI> New SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT token for index 
907        format, which removes text in the SUBJECT between &quot;[&quot; and 
908        &quot;]&quot;.
910   <LI> New SMARTTIME24 token for index screen. It is close to SMARTDATETIME
911        but it differns in that it gives the time in which the message was
912        sent for messages that are less than a week old. it uses a 24 hour
913        format.
915   <LI> Alpine will include attachments when forwarding some 
916        multipart/alternative messages for which it did not use to include 
917        attachments.
919   <LI> New configuration option 
920        <a href="h_config_alt_reply_menu"><!--#echo var="FEAT_alternate-reply-menu"--></a>
921        which adds more ways to control features and variables when you
922        start to reply to a message.
924   <LI> Added support for RFC 2971 - IMAP ID extension.
926   <LI> Add configuration <A href="h_config_ignore_size"><!--#echo var="FEAT_ignore-size-changes"--></A>
927        that allows users to ignore errors in the computation of the size
928        of a message from defective servers.
930   <LI> SMIME: Upgrade the default signature digest from sha1 to sha-256, since 
931        clients such as Thunderbird do not validate signatures that use sha1 digest.
933   <LI> Add the configuration variable "default-directories", which is called
934        <A href="h_config_history"><!--#echo var="VAR_default-directories"--></A>
935        variable saves a list of directories that are readily accessible 
936        for save or export of attachments. This makes it easier to save 
937        attachments in directories that are hard to navigate to, or that 
938        are accessed frequently.
940   <LI> When a filename is attached and its name is encoded, the save 
941        attachment command will offer to save the file in the encoded form. 
942        This might work for some users, but the save command will have a 
943        subcommand ^N to decode the file name and save the file with the 
944        decoded name.
946   <LI> The TAB key allows autocomplete in the Fcc field in the composer headers,
947        as well as autocompletes automatically when only one possibility exists 
948        for the ^J attach command.
950   <LI> Add support for the &quot;TYPE&quot; and &quot;VALUE&quot; attributes of
951        the html OL tag.
953   <LI> Ignore message from smtp server after a successful authentication
954        challenge.
956   <LI> When a message is saved in the Form Letter folder, add the ability
957        to save the role being used to compose such message so that settings
958        such as the SMTP server set in the role can be used when sending
959        such form message. Suggested and patched by Frank Doepper.
961   <LI> If SSLDIR is defined somehow, do not disable S/MIME if the
962        SSLCERTSDIR is not found.
964   <LI> When Alpine sends an attachment, it will set the boundary attribute
965        in lower case, as some SMTP servers, such as those of libero.it 
966        reject messages if the boundary attribute is in uppercase.
968   <LI> Add the ability to change the private key and certificates used
969        to encrypt a password file in the SMIME setup configuration screen.
970        <A HREF="h_config_smime_password_file_certificates">Learn more</A>
972   <LI> SMIME: The ctrl-E command that gives information on the certificate
973        is only available for messages that have a signed or encrypted 
974        part.
976   <LI> SMIME: If a message contains a RFC822 attachment that is
977        signed/decrypted add the ability to view its SMIME information.
979   <LI> SMIME: Certificate information in the S/MIME screen is available 
980        for certificates stored in a container.
982   <LI> SMIME: Offer the common name of the person, instead of the name of
983        file containing the certificate, as the name to be displayed in the 
984        certificate management screen for certificate authorities. 
985        Suggested by Matthias Rieber.
987   <LI> SMIME: Management of several alternate name (SAN) certificates is 
988        improved. When importing a SAN certificate, also import a certificate
989        for the filename, besides for the e-mail addresses in the
990        certificate. Suggested by Matthias Rieber.
992   <LI> SMIME: add full year when displaying information about a certificate
993        in the certificate management screen. Suggested by Matthias Rieber.
995   <LI> SMIME: sort certificates by some type of alphabetical order in the
996        displayed name.
998   <LI> SMIME: Alpine will ask users if they wish to save S/MIME 
999        certificates included in signatures, when the option "Validate 
1000        Using Certificate Store Only" is enabled. If the user does not wish 
1001        to save it, validation will fail.
1003   <LI> HTML: Add support for decoding entities in hexadecimal notation.
1004        Suggested by Tulip&aacute;nt Gergely.
1006   <LI> The &quot;#&quot; command, when used as part of an aggregate
1007        operation will allow users to select the role used in either 
1008        replying, forwarding or replying to the group of selected messages, 
1009        Suggested by Hisashi T Fujinaka.
1011   <LI> If the charset of a message can not be determined, use the value set
1012        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
1014   <LI> Resizing setup screen will redraw screen.
1016   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
1017        in the width ambiguous zone, it will use other means to determine
1018        the width, such as call wcwidth.
1020   <LI> Pico: Code reorganization in the search command to make it easier to
1021        add subcommands of the search command.
1023   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
1024        subcommand of the search command to bring this choice into view.
1026   <LI> Pico: Add the ability to search for strings in the beginning or end
1027        of a line. Use the Ctrl-^ subcommand of the search command to bring 
1028        this choice into view.
1030   <LI> For a multipart/alternative message, the Take Address command will 
1031        work on the part that is being read.
1033   <LI> When sending a message, allow for 512 characters of consecutive 
1034        non-white space before folding the subject line.
1036   <LI> Make sure titlebar (the line at the top of the screen) always 
1037        contains the name of the folder/newsgroup that is open, if this 
1038        fits in the title.
1040   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
1041        will also scramble the name, version and operating system in the 
1042        message-id header. Based on a contribution by Dennis Davis, which 
1043        is itself based on a contribution by Mark Hills.
1045   <LI> Change in logic in imap_set_password function to make Alpine ask if
1046        a user wants to save a password before reading the password file.
1048   <LI> When exporting all parts of a message, if two attachments have the same
1049        name, do not overwrite a file more than once, but instead add a counter
1050        number to the filename to make a new file that does not exist in the file
1051        system.
1053   <LI> Add the Control-R subcommand to the save command for attachments. 
1054        This subcommand toggles if the saving will be done in binary mode 
1055        for text attachments. When a user saves an attachment using binary
1056        mode it will be saved as it was sent, otherwise the attachment will
1057        be transformed to UTF-8 for further transformation through internal
1058        and user defined filters for saving.
1060   <LI> Add command line argument -smimedir, which allows users to specify
1061        the default path for a directory that contains the public, private, 
1062        and ca directories. This is useful in case a user has a backup of 
1063        old certificates that cannot be installed in the ~/.alpine-smime 
1064        dir.
1066   <LI> Reimplementation of the code that allows the .pinerc file to be a
1067        symbolic link by Kyle George from tcpsoft.com to use realpath.
1069   <LI> When saving an attachment, the "^T" command leads to a screen where the
1070        "A" command can be used to add a file. A directory can be added by
1071        pressing "^X" after the "A" command. Added after a suggestion by
1072        Stefan Goessling.
1074   <LI> When saving an attachment, the ^Y and ^V commands allow a user to 
1075        scroll through the history of directories used to save attachments, 
1076        while preserving the given name of the file. Suggested by Peter 
1077        Koellner.
1079   <LI> SMIME: Turn off automatic signing and encrypting of a message when
1080        bouncing. Suggested after a discussion with Matthias Rieber.
1082   <LI> When messages are selected, warn the user if a message that is not
1083        selected will be bounced, or if not all selected messages will be 
1084        bounced. Suggested by Ulf-Dietrich Braumann.
1086   <LI> The bounce command adds a subcommand to choose a role.
1088   <LI> When selecting messages by number, the &quot;.&quot; character can 
1089        be used to specify the message on which the cursor is on.
1091   <LI> When Alpine opens an attachment, it sometimes changes the extension 
1092        of the file that is being opened and replaces it by another for the 
1093        same mime type. If Alpine finds that the extension of the file 
1094        corresponds with the mime type, according to the mime-types file, 
1095        then it will keep it, and no substitution will be made.
1097   <LI> Set no restrictions on the length of encoded subjects, but encode
1098        words in length of no more than 75 characters.
1099 </UL>
1103 Bugs that have been addressed include:
1104 <UL>
1105   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
1106        Alpine will use the function ASN1_TIME_print to determine the date 
1107        of validity. Reported by Ben Stienstra.
1109   <LI> SMIME: Crash when attempting to unlock the password file and an
1110        incorrect password is entered.
1112   <LI> SMIME: Crash when checking the signature of a message that contains
1113        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
1114        Krellner.
1116   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
1118   <LI> SMIME: fix a bug that did not allow users to transfer certificates to
1119        remote containers. Reported by Matthias Rieber.
1121   <LI> SMIME: certificates included in messages were not being transferred
1122        to a remote container.
1124   <LI> SMIME: Crash if public certificates are located in an inaccessible
1125        remote server and the private key is not available.
1127   <LI> SMIME: Alpine does not remove temporary files created when adding a 
1128        CA certificate to a container. Reported by Holger Trapp.
1130   <LI> SMIME: When reading a local certificate, Alpine converts the name 
1131        of the certificate to lowercase, which may make Alpine not be able 
1132        to read such certificate. Reported by Dennis Davis.
1134   <LI> SMIME: If the option "Remember S/MIME Passphrase" is disabled, then
1135        entering a password to read an encrypted message will make Alpine 
1136        forget the key and not ask the password to unlock it again in case 
1137        it is necessary to unlock it again. Reported by Ulf-Dietrich 
1138        Braumann.
1140   <LI> Alpine would use freed memory while trying to compute the color
1141        of the titlebar. This happened when trying to continue a postponed 
1142        message.
1144   <LI> Alpine failed to read an encrypted password file if too many
1145        passwords were saved in the password file.
1147   <LI> When selecting messages while in Threaded Index Screen, some 
1148        messages other than top of threads could appear in the index, making
1149        Alpine display messages &quot;out of the screen.&quot;
1151   <LI> The index format would be chopped at the position of an unrecognized 
1152        token, instead of skipping the token as intended.
1154   <LI> Work in progress: Avoid calling non-safe functions when Alpine
1155        receives a signal. See bug report 
1156        <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825772">here.</A>
1158   <LI> Crash when attempting to read a message after a bounce command. 
1159        In order to produce a crash one needed to use the ^T subcommand and 
1160        do a search in a LDAP directory. The crash is produced by changes 
1161        to the text in the title bar. Reported by Heinrich Mislik in the 
1162        Alpine-info list.
1164   <LI> HTML messages that contain UTF-8 may wrap at the wrong position,
1165        making Alpine not display the correct character at the position 
1166        that wrapping is done. Reported by Wang Kang.
1168   <LI> Pico: Searching for a string that is too long causes Pico to crash
1169        in the next search.
1171   <LI> Fix vulnerability in regex library. This only affects those who use
1172        this library, such as the windows version of Alpine. See 
1173        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
1174        for more details.
1176   <LI> Alpine would not set include and lib paths for OpenSSL if this was
1177        installed in /usr/local/ssl.
1179   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
1180        contents when saving its configuration.
1182   <LI> The _INIT_ token does not skip over non-alphanumeric characters in
1183        the name. Reported by Andreas Fehr.
1185   <LI> When opening an INBOX folder in a context different from the 
1186        incoming folders collection, from the command line, Alpine would 
1187        open the INBOX folder from the incoming folders collection.
1189   <LI> Mismatch in size of UCS and CELL caused a corruption in the
1190        content of a pointer, which made the speller in PC-Alpine get the 
1191        content of a word incorrectly.
1193   <LI> Skip testing openssl compatibility version when cross-compilation
1194        is detected. Fix contributed by Antti Sepp&auml;l&auml;
1196   <LI> Alpine fails to remove temporary files used during a display or sending
1197        filter. Fix contributed by Phil Brooke.
1199   <LI> When the index is in zoomed state, adding new messages to the 
1200        selection would not show those messages if those messages are on 
1201        top of the current message in the top of the screen. Reported by
1202        Ulf-Dietrich Braumann. In addition, when the user scrolls through
1203        the index, this scroll smoothly, without jumping pages. Reported
1204        by Holger Trapp.
1206   <LI> Crash when reviewing history of saving attachments.
1208   <LI> Crash when canceling a goto command on a local collection that has
1209        not been expanded and attempting to expand such collection.
1211   <LI> Crash in Pico when forwarding messages that contain a direction mark
1212        at the end of a line. Reported by James Mingo.
1214   <LI> Solve compilation errors when Alpine is built with Visual Studio 2015.
1215 </UL>
1219 Version 2.20 addresses bugs found in previous releases and has several 
1220 additions as well.
1223 Additions include:
1226 <UL>
1227   <LI> Upgrade UW-IMAP to Panda IMAP from 
1228        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
1229   <LI> S/MIME: Add screen to manage certificates.
1230   <LI> S/MIME: Signatures are validated using the user's certificates instead
1231        of the ones included in the message. Behavior can be disabled by
1232        disabling the option <A href="h_config_smime_use_cert_store">
1233         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
1234        by default.
1235   <LI> S/MIME: sign messages using intermediate certificates when needed 
1236        and possible.
1237   <LI> S/MIME: validation of certificates for servers that modify signed 
1238        content.
1239   <LI> S/MIME: signed and encrypted messages will be signed first and 
1240        encrypted second, so that they can be decoded by other clients.
1241   <LI> S/MIME: add the sender certificate to the list of certificates in
1242        encrypted messages to make it possible for the sender to decrypt
1243        the message they sent.
1244   <LI> S/MIME: When transferring certificates to a local container, create 
1245        container with default names PublicContainer, PrivateContainer and 
1246        CAContainer, as appropriate for these files, unless the user has 
1247        provided some other names.
1248   <LI> S/MIME: Forwarding a message will include the signed part as part
1249        of the text and not as a multipart message, just as the reply
1250        command does.
1251   <LI> HTML: Style tag in body of html message causes Alpine to not write
1252        its content until a new &lt;/style&gt;
1253   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
1254        the same inline tag; the same is valid for the &lt;HR&gt; tag.
1255   <LI> Add support to selective expunge through a subcommand of the 
1256        select-apply commands. Read more in the <A 
1257        HREF="h_index_cmd_expunge">help</A> for the expunge command.
1258   <LI> Pico: New subcommand of the search command, allows to reverse the
1259        direction of search.
1260   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
1261        the key and certificate used to encrypt the password file are saved 
1262        in the ~/.alpine-smime/.pwd directory, or in the directory specified
1263        by the -pwdcertdir command line option. 
1264        <A HREF="h_password_file_support">Learn more</A>.
1265   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
1266        server to use different ways to connect using ssl, for 
1267        example {server.com/tls1} will attempt to connect to 
1268        server.com at the ssl imap port (port 993) and establish a 
1269        connection using TLSv1. These flags can be used in 
1270        conjunction with the /ssl flag, the ssl flag is redundant. 
1271        Conversely, however, the /ssl flag does not imply any of 
1272        these flags; the /ssl flag means SSLv3 or, if not available, 
1273        SSLv2 in the SSL port.
1274   <LI> Alpine does not attempt to automatically reopen a collection 
1275        that was not opened due to cancellation by the user. 
1276        Instead, the user must try to open it explicitly.
1277   <LI> Alpine searches for a certificate that matches an email address in
1278        all addresses in a certificate (instead of just the first 
1279        one) but when it tries to unlock the certificate, it asks 
1280        for the password for the first email address in that 
1281        certificate.
1282   <LI> Style tag in body of html message causes Alpine to not write its content
1283        until a new &lt;/style&gt;
1284   <LI> Experimental: Write the content-type of a message in 
1285        lowercase, as some non-compliant servers do not understand 
1286        uppercase content-type, such as those of GMX.de.
1287   <LI> Experimental: Do not send the RSET command before attempting
1288        to send a message, as this causes a delay in some evily managed
1289        servers.
1290   <LI> Opening a folder updates recent count in maildrops (this 
1291        already works for other types of folders)
1292   <LI> Automatically redraw screen after opening an attachment 
1293        instead of simply clearing it.
1294   <LI> Pico: Justification works without need of a predefined quote 
1295        string. This allows justification of blocks of text that are 
1296        indented with spaces.
1297   <LI> Decode the name of attachment names, so they can be written as part   
1298        of the description of the part. 
1299   <LI> Check bounds and tie strings off to improve security. Contributed 
1300        by James Jerkins.
1301   <LI> Replace tabs by spaces in From and Subject fields to control for
1302        size in screen of these fields. Change only in index screen display.
1303   <LI> Aggregate operations allows bouncing a list of messages using a role.
1304        Suggested by Ulf-Dietrich Braumann.
1305   <LI> Disable saving new passwords to the password file. Implemented
1306        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
1307   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
1308      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
1309      Charles M. Register.
1310 </UL>
1314 Bugs that have been addressed include:
1315 <UL>
1316   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
1317        in personal names. Reported by Lev Gorenstein.
1318   <LI> When writing the .pinerc file, lines were truncated if they were longer
1319        than 10,000 characters. This could cause data corruption, so now lines
1320        are allowed to be of any length.
1321   <LI> S/MIME: signed messages that contained an attachment would not validate.
1322   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
1323        validate. Thanks to Andreas Schamanek for testing, debugging and 
1324        advising during the process of fixing this problem.
1325   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
1326        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
1327        and Stefan Mueller.
1328   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
1329        home directory.
1330   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
1331        SMIME making it not possible to sign or encrypt messages.
1332   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
1333        information that is not part of the body, and hence making the body
1334        of the message seem wrong.
1335   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
1336        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
1337        enabled, the message contains 8bit characters and the smtp server 
1338        supports 8bit sending.
1339   <LI> When replying to several messages, subject will be decoded first,
1340        and then stripped from re/fwd before they are compared to determine
1341        the subject of the replied message.
1342   <LI> Crash when tcp connection to NNTP server was lost after connection
1343        had been established, but lost immediately afterwards.
1344   <LI> Crash with message &quot;lock when already locked&quot;, when painting
1345        an index was based on scores that needed information from a remote
1346        addressbook in the same server as the folder opened. Reported by
1347        Peter Koellner.
1348   <LI> Crash in message/rfc822 attachments encoded in base64.
1349   <LI> Postponed messages whose content-type is text/html, text/enriched and
1350        text/richtext are sent with that content-type, even though, after
1351        resuming composition, Alpine had changed its type to text/plain.
1352   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
1353        character set, which might lead to a crash or a corruption in the 
1354        screen. Work was done to contain the bug. A more complete fix will 
1355        be done in a future release. Reported by Professor Robert Funnell.
1356   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
1357   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
1358   <LI> Save command did not warn of existence of a message with a deleted 
1359        attachment in an aggregate save, unless cursor was positioned on a message 
1360        with a deleted attachment. Reported by Florian Herzig.
1361   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
1362        in an IMAP server.
1363   <LI> DATE tokens were not internally transformed to UTF-8, which made their
1364        values not appear complete in the screen. Reported by Werner Scheinast.
1365   <LI> Fixes to configure script so that it will not require PAM for every system.
1366   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
1367        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
1368        during the build. Fix by Ulf-Dietrich Braumann.
1369   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
1370        needs to use tcl_getstringresult() instead. Reported by 
1371        Ulf-Dietrich Braumann.
1372   <LI> Quoted string in URL Viewers configuration variable were not 
1373        unquoted before passing to viewer.
1374   <LI> Fix in configure script to detect location of tcl library; add
1375        /usr/local in FreeBSD and fix a bug in configure script that used 
1376        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
1377        by Werner Scheinast.
1378   <LI> Move SSL configurations from UW-IMAP to configure script, and
1379        update OpenSSL configuration for Mac OS X.
1380   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
1381   <LI> When the download of an attachment is interrumpted, Alpine stills
1382      caches what was downloaded, making the download incomplete for 
1383      subsequent calls of Alpine attempting to open the attachment. In the 
1384      future, Alpine will not cache any downloaded part of the attachment 
1385      when it is interrupted.
1386 </UL>
1391 Version 2.11 addresses bugs found in previous releases and has a few 
1392 additions as well.
1395 Additions include:
1398 <UL>
1399    <LI> Alpine requires version 1.0.0c of Openssl to build.
1400    <LI> Increase encryption of S/MIME encrypted messages.
1401    <LI> Pico: Improvements in justification of paragraphs: lines that begin
1402 with a quote string, followed by a space were considered individual paragraphs,
1403 now they are considered part of a paragraph. Based on earlier joint work
1404 with Jeff Franklin.
1405    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
1406    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
1407 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
1408    <LI> Added recognition of ws and wss URIs.
1409    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
1410  <A HREF="h_config_directory_color">directory names</A>,
1411  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
1412    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
1413 used in the display of the INDEX SCREEN.
1414    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
1415 that adds the ability to preserve To: and Cc: fields when replying to a 
1416 message, as specified by original sender.
1417    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
1418  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
1419    <LI> Quota command includes subcommands for printing, forwarding, etc.
1420 </UL>
1423 Bugs that have been addressed include:
1425 <UL>
1426   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
1427   <LI> Crash when resizing the screen in a configuration screen.
1428   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
1429   <LI> Do not use a shell to open a browser.
1430   <LI> Configure script did not test for crypto or pam libraries.
1431   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
1432   <LI> Change Cygwin directory separator to &quot;/&quot;.
1433   <LI> Alpine could set List- headers, contrary to RFC 2369.
1434 </UL>
1437 Version 2.10 addresses bugs found in previous releases and has a few 
1438 additions as well.
1441 Additions include:
1444 <UL>
1445    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
1446    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
1447    <LI> Foreign characters are decoded correctly in IMAP folder names.
1448    <LI> Question about breaking connection to slow servers includes their name.
1449    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
1450    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
1451    <LI> Cygwin: Alpine builds without need of patch.
1452    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
1453    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
1454    <LI> Add support for strong encryption of password file when S/MIME is built in.
1455 </UL>
1458 Bugs that have been addressed include:
1461 <UL>
1462    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
1463    <LI> Double allocation of memory in Pico.
1464    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
1465    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
1466    <LI> Not recognition of environment variables in some options.
1467    <LI> Not display of login prompt during initial keystrokes.
1468    <LI> justification of long urls breaks them.
1469    <LI> Incorrect New Mail message when envelope is not available.
1470    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
1471    <LI> Crash when resizing the screen after display of LDAP search.
1472    <LI> Crash when redrawing screen while opening a remote folder collection.
1473    <LI> Infinite loop in scrolltool function during notification of new mail.
1474    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
1475    <LI> No display of signed and encrypted S/MIME messages.
1476    <LI> Alpine will not build with OpenSSL.
1477    <LI> Crash for double locking in calls to c-client.
1478    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
1479    <LI> Ignore the references header when threading messages
1480    <LI> No update of colors in index screen after update to addressbook.
1481 </UL>
1484 Version 2.01 addresses bugs found in previous releases and has a few 
1485 additions as well.
1488 Additions include:
1491 <UL>
1492    <LI> Fixed non-ASCII web alpine handling
1493    <LI> Added web alpine help.
1494    <LI> Allow web alpine inbox on second IMAP server.
1495    <LI> Allow web alpine config reset after bad inbox-path gets set.
1496    <LI> Added web alpine ability to create group contact from contact list members.
1497    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
1498    <LI> Tidied up web alpine script layout.
1499    <LI> Fixed web alpine status message ordering
1500    <LI> Added web alpine Fcc setting via Contacts in Compose
1501    <LI> Fixed web alpine autodraft attachment issues
1502    <LI> Fixed web alpine problems with recent count maintenance
1503    <LI> Fixed web alpine newmail arrival display in message list
1504    <LI> Added web alpine confirmation to folder create for Move/Copy
1505    <LI> Added web alpine user-domain support
1506    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
1507 </UL>
1510 Bugs that have been addressed include:
1513 <UL>
1514    <LI> In web alpine fixed delete all selected within a search result to reorient
1515         correctly to whole-mailbox message list.
1516    <LI> Fixed web alpine delete in view page to be sensitive to sort
1517    <LI> Fixed web alpine open of folder within directory from folder manager page.
1518    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
1519    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
1520    <LI> Fixed web alpine adding contacts from message list and view
1521    <LI> Fixed web alpine create of non-existent fcc
1522    <LI> Remove mistakenly left debugger statement in web alpine javascript.
1523    <LI> Some UNIX alpine build problems fixed
1524    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
1525         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
1526         by locale charmap call on some Solaris 8 systems.
1527    <LI> MacOS Keychain logins were not working correctly with generic host names, like
1528         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
1529         new password requests when not needed
1530    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
1531         last folder in the list
1532    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
1533         looked for along with the email address
1534    <LI> Changes to configure to get spellcheck options with work with arguments.
1535    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
1536         returned by gethostname (iPhone can do this)
1537    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
1538         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
1539    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
1540         Jake Scott of marganstanley.com.
1541    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
1542         is not used in alpine.
1543    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
1544         Apparently this causes RIM Blackberry BIS service problems. This is not
1545         used in alpine.
1546    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
1547    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
1548         Fix from Ludwig Nussel of SUSE and from Crispin.
1549    <LI> Include whole filename in export filename history
1550    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
1551 </UL>
1554 Version 2.00
1555 addressed bugs found in previous releases and had a few additions as well.
1557 Additions included:
1560 <UL>
1561    <LI> Redesigned Web Alpine interface
1562    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
1563         in UNIX versions of Alpine
1564    <LI> Attempt to include the attachment filename as part of the name of the
1565         temporary file used when viewing an attachment with an external program.
1566         Add some randomness to that filename to make it hard to predict the filename.
1567         Add a filename extension, usually derived from the type/subtype, to the
1568         temporary filename. This was previously done only on Windows and MacOS X.
1569    <LI> Enhance address completion in the composer (TAB command) so that it looks
1570         through nicknames, fullnames, and addresses from the address book; addresses
1571         from the message being viewed, if any; and the results from
1572         <A HREF="h_direct_config">LDAP Directory Server</A>
1573         lookups for all of the defined directory servers that have the
1574         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
1575         feature set.
1576    <LI> Make the default character set setting more liberal in what it will accept
1577         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
1578    <LI> Remove the Alpine revision number from the titlebar in released versions
1579         while leaving it there in snapshot versions
1580    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
1581         display of asterisks when you type a password for Alpine
1582    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
1583    <LI> When the
1584         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
1585         feature is turned on convert not only the dates in the index screen but also
1586         the dates in the MESSAGE VIEW
1587 </UL>
1590 Bugs addressed in the 2.00 release included:
1593 <UL>
1594    <LI> Crash when using tab-completion for selecting a Save filename
1595    <LI> Make Web Alpine help text images relative for more portability
1596    <LI> Fixed attach save of html parts in Web Alpine
1597    <LI> Viewing, printing, exporting, replying, and bouncing of message
1598         digests was broken. Replying and bouncing should not have been
1599         allowed at all for digests. It would be nice to have a more standard
1600         index-like view of a message digest but that has not been addressed
1601         with this minor bug fix.
1602    <LI> Adjust wrapping of HTML messages so that the margins specified by
1603         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
1604         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
1605         are observed correctly
1606    <LI> Interrupt of WhereIs command in index was broken
1607    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1608         option did not work correctly interpreting unknown characters in message headers
1609    <LI> Long address lines could cause blank continuation lines
1610    <LI> Save to a local default INBOX failed if the primary collection was also local,
1611         which it is by default. The save went to  ~/mail/inbox instead.
1612    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
1613         inbox, not the inbox in the primary collection
1614    <LI> Address book entries with lots of addresses would be truncated when
1615         entered in the composer with a screen size wider than 270 or so characters
1616    <LI> Some fields in the index screen were truncated when the screen width was
1617         wider than 256 characters
1618    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
1619         folder, and there is a more than 10 minute pause between typing the TAB
1620         and typing the Yes
1621 </UL>
1624 Version 1.10(962)
1625 addressed bugs found in previous releases and had a few additions as well.
1627 Additions included:
1630 <UL>
1631    <LI> Add the possibility of setting a default role
1632         (see <A HREF="h_role_select">Roles Screen</A>)
1633         which may be convenient if your work flow involves acting in one
1634         role for a while then switching to another role and staying in the
1635         new role for another period of time
1636    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
1637         is encountered, ask the user if he or she wants to continue with the
1638         risky Save anyway instead of aborting. This may be helpful if your
1639         IMAP server is broken in this way but be aware that it is possible there
1640         was a real error instead of just a broken server implementation.
1641    <LI> Some configure adjustments for Kerberos detection and
1642         for SCO OpenServer 5 support
1643    <LI> Hide INBOX in a collection if it also appears as an
1644         <A HREF="h_config_enable_incoming">Incoming Folder</A>
1645    <LI> Show asterisks for feedback when the user is typing a password
1646    <LI> Performance improvement for threading of large folders
1647    <LI> Previously, the search used to find
1648         Pattern matches containing To patterns searched for both To
1649         and Resent-To headers. The relatively complicated search this
1650         produces causes problems when using some deficient IMAP servers.
1651         Now the default is to look only for To headers and ignore the
1652         presence of Resent-To. The previous behavior may be restored
1653         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
1654    <LI> Add an
1655         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1656         to help with reading malformed unlabeled messages
1657    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
1658    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
1659    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
1660 </UL>
1663 Bugs addressed in the 1.10(962) release included:
1666 <UL>
1667    <LI> Crash when encountering certain errors from an SMTP server
1668    <LI> Crash in composer caused by overflow in replace_pat()
1669    <LI> Hang when authenticating to an SMTP server that fails with a
1670         &quot;connection disconnected&quot; error
1671    <LI> Bug in handling of trailing tab character in flowed text
1672    <LI> Security enhancement for mailcap parameter substitution
1673    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
1674         did not work if the message being replied to was not flowed text
1675         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
1676         was not turned on
1677    <LI> Don't allow printer to be changed through hidden config screen
1678         if system administrator didn't want it to be allowed
1679    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
1680         should know that it won't work, causing error messages to appear
1681    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
1682         of double-quote double-quote didn't work right
1683    <LI> Quoting wasn't being done to protect special characters from the
1684         MacOS X shell when
1685         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
1686         was not defined
1687    <LI> On MacOS X message attachments should be shown internally instead of
1688         being shown using the Mail application
1689    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
1690         sometimes set the outgoing charset to X-UNKNOWN, making the result
1691         unreadable
1692    <LI> When the sending of a message failed lines with leading spaces had one
1693         additional space inserted in each of those lines when the user
1694         was returned to the composer
1695    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
1696         that contained non-ascii characters because it was truncating the
1697         line being searched so that it was shorter than what was visible on
1698         the screen
1699    <LI> When composing, an attachment with a long name that causes wrapping in
1700         just the wrong place would generate an error and cause the send
1701         of the attachment to fail
1702    <LI> After calling the file browser to attach a file in the composer, a resize
1703         of the window when back in the composer would redraw the last screen that
1704         had been shown in the browser instead of the current composer screen
1705    <LI> Possible crash in index screen when encountering unparsable addresses
1706         or when using one of the PRIORITY tokens or the HEADER token in the
1707         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
1708    <LI> Problems with Header Color editing if the configuration option
1709         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
1710         was inadvertently changed to the Empty Value in the hidden config screen
1711    <LI> When resuming the final postponed message from an Exchange server the user
1712         could get a certificate validation failure because alpine was trying
1713         to validate the canonical name of the folder instead of the name the
1714         user used
1715    <LI> Windows line endings in a mimetypes file on a Unix system cause a
1716         failure to find a match
1717    <LI> Make matching of extension names case independent in mimetypes files
1718    <LI> Windows dialog boxes for entering text were not working correctly
1719    <LI> Replying to or Forwarding multipart/alternative messages which had a
1720         single text/html part did not work well
1721    <LI> Printing the print confirmation page caused a crash
1722    <LI> A To line with a long, quoted personal name could display incorrectly
1723         if it was close to the same width as the screen
1724    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
1725         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
1726         are turned on hide (0/0) when the folder is empty
1727    <LI> Folder completion while Saving didn't work if the collection being
1728         saved to was the local home directory
1729 </UL>
1732 Version 1.00
1733 was an evolutionary release based on Pine, which was also
1734 developed at the University of Washington.
1735 It is upwards-compatible for existing Pine users.
1738 Changes included:
1740 <UL>
1741    <LI> Ground-up reorganization of source code around addition
1742         of "pith/" core routine library.
1743    <LI> Fundamental improvement in Alpine's internal text handling, which
1744         is now based exclusively on Unicode. This allows displaying incoming
1745         messages and producing outgoing messages in many different languages.
1746    <LI> Ground-up reorganization of build and install procedures
1747         based on GNU Build System's autotools. NOTE, the included IMAP library
1748         build is not based on autotools, so some features will not work. However,
1749         it should get built automatically during the Alpine build process.
1750    <LI> Web-based version included built on TCL designed to run under
1751         a suitable CGI-supporting web server such as Apache.
1752 </UL>
1756 Details on changes in previous (prerelease) versions of Alpine
1757 may be found at the following URL:
1759 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1762 <HR WIDTH="75%"><P>
1764 <H2>Getting Help</H2>
1765 <DL>
1766 <DT>Online Help</DT>
1767 <DD>
1768 Every Alpine screen and command has associated help text
1769 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
1770 </DD>
1772 <DT>Web Help</DT>
1773 <DD>
1774 The most current source of information about Alpine,
1775 including new version availability, is the web page at
1777 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1778 </DD>
1779 </DL>
1781 <HR WIDTH="75%"><P>
1783 <H2>Additional Information</H2>
1785 General Alpine configuration information can be found
1786 <A HREF="h_news_config">here</A>.
1788 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
1789 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
1790 access is provided by the IMAP Toolkit Environment (c-client library)
1791 version <!--#echo var="C_CLIENT_VERSION"-->.
1792 <P> 
1793 Alpine was developed until 2009 by the Office of Computing 
1794 &amp; Communications at the University of Washington in Seattle.  
1795 Since then, the effort of developing Alpine has been continued by
1796 a community of volunteers who make good software even better!
1799 Alpine Copyright 2013-2021 Eduardo Chappa, 
1800 <BR> Copyright 2006-2008 University of Washington.
1803 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
1804 or instead you can find the Apache License, version 2.0 at the web URL:
1807 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
1810 &lt;End of Release Notes&gt;
1811 </BODY>
1812 </HTML>
1813 ====== h_password_file_support ======
1814 <HTML>
1815 <HEAD>
1816 <TITLE>Encryption for Password File Support Explained</TITLE>
1817 </HEAD>
1818 <BODY>
1819 <H1>Encryption for Password File Support Explained</H1>
1821 Index<BR>
1822 <OL>
1823 <LI><A HREF="#content">Explanation</A>
1824 <LI><A HREF="#example_existing_key">Example of Use of Existing Key and Certificate</A>
1825 <LI><A HREF="#example_self_signed">Example of Creating Master Password</A>
1826 </OL>
1828 <P><A NAME="content">Unix Alpine Only.</A>
1830 <P> If your version of Alpine has been built with password file support
1831 then you can use a special file to save your passwords, and avoid typing
1832 them every time you open a connection to a remote server.
1834 <P> If, in addition, your version of Alpine was built with SMIME support, then your 
1835 password file will be encrypted with a strong key. There are two ways in 
1836 which this can happen: Alpine will either use a matching private key and 
1837 public certificate pair that you already own, or it will create one for 
1838 you, just for purposes of encrypting this file. We describe both processes 
1839 below.
1841 <P> Initially, Alpine will scan your public and private directories for a 
1842 certificate/private key pair that works. Alpine will pick the first pair 
1843 that it finds that matches. 
1845 <P> Once a pair has been chosen, it will be copied to the directory 
1846 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
1847 that directory. The first time this process is done, this directory will 
1848 be created, a key/certificate pair will be copied to it, from then on 
1849 this pair will be used to encrypt and decrypt your password file. 
1851 <P> If you want to use a specific key and certificate pair to encrypt
1852 your password file, you can create the directory ~/.alpine-smime/.pwd 
1853 manually, and then create your preferred key/certificate pair there.
1854 Alpine will use this key regardless of if it has expired, or if it is
1855 self-signed. These issues do not affect the encryption or decryption
1856 of the password file.
1858 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
1859 your key/certificate pair, you can specify a different one with the 
1860 -pwdcertdir command line option in Alpine. If the directory specified by 
1861 this option is not found Alpine will fail to encrypt and decrypt your 
1862 password file. However if it exists, Alpine will search for a 
1863 key/certificate pair in that
1864 directory, and if it does not find one, it will create one and save it
1865 in that directory.
1867 <P> Alpine does not care about the names of the key and certificates in 
1868 this directory, but the private key must have &quot;.key&quot; extension 
1869 and your public certificate must have the &quot;.crt&quot; extension. The
1870 name of the private key will be used in the prompt when you are asked
1871 to unlock your key to decrypt your password.
1873 <P> If Alpine cannot find a suitable private key and public certificate 
1874 pair to encrypt your password, it will create one. You will be asked to 
1875 create a &quot;Master Password&quot; to protect such key. At this moment 
1876 there are no restrictions on passwords, other than they have to be at 
1877 least 8 characters long, but future versions of Alpine will include 
1878 functionality to restrict master passwords, as set up by the administrator 
1879 of the system in the pine.conf.fixed file.
1881 <P><A NAME="example_existing_key"><B>Example of Use of Existing Key and Certificate</B></A>
1883 <P>Assume you have a private key called peter@address.com.key in your, 
1884 ~/.alpine-smime/private directory, and a public certificate called 
1885 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
1886 are your only key/certificate pair.
1888 <P> When Alpine starts for the first time, without command line options, 
1889 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
1890 it will create it. Then it will go through your keys and certificates and 
1891 find a pair that it can use, and copy the files peter@address.com.key,
1892 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
1893 you can do the same by copying these files by yourself. This can be done
1894 with the sequence of commands
1896 <PRE>
1897 mkdir ~/.alpine-smime/.pwd
1898 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
1899 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
1900 </PRE>
1902 <P> When Alpine starts, you will be asked the password to unlock your
1903 private key with the prompt.
1905 <PRE>
1906 Enter password of key &lt;peter@address.com&gt; to unlock password file:
1907 </PRE>
1909 <P> If you prefer to use different names for your private and public keys 
1910 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
1911 preserve the extension of the files. For example, you can use the names 
1912 private_key.key and public_cert.crt instead. In this case, the prompt you 
1913 will see when you are asked to unlock your private key will read
1915 <PRE>
1916 Enter password of key &lt;private_key&gt; to unlock password file:
1917 </PRE>
1919 <P>Observe that you do not need to use an existing key/certificate pair, 
1920 and that you can create a new private key/public certificate pair to 
1921 encrypt and decrypt your password file. Alpine provides a mechanism to
1922 change the encryption key for this file in the S/MIME configuration
1923 screen.
1925 <P><A NAME="example_self_signed"><B>Example of Creating Master Password</B></A>
1927 <P> If Alpine cannot find a suitable private key and public certificate pair
1928 to encrypt your password file, it will create one. When doing so, it will
1929 start the process with the following warning:
1931 <PRE>
1932 Creating a Master Password for your Password file.
1933 </PRE>
1935 <P> Then Alpine will ask you to enter your Master Password:
1937 <PRE>
1938 Create master password (attempt 1 of 3):
1939 </PRE>
1941 <P> Once you enter this password, and it validates according to system policy,
1942 you will be asked to confirm this password. 
1944 <PRE>
1945 Confirm master password (attempt 1 of 3):
1946 </PRE>
1948 <P> If you input the same password, then Alpine will set that as your 
1949 Master Password, and you will use this password to unlock your key in the 
1950 future.
1952 <P> If you would like to switch your Master Password in the future, you can 
1953 do so by creating a new public key and public certificate pair. You can do 
1954 so in the S/MIME configuration screen, in the &quot;Manage Key and 
1955 Certificate for Password File&quot; section, simply enter your current 
1956 password to unlock your current key and then press &quot;C&quot; to create 
1957 a new key.
1960 &lt;End of help&gt;
1961 </BODY>
1962 </HTML>
1963 ====== h_network_encryption_security ======
1964 <HTML>
1965 <HEAD>
1966 <TITLE>Network Encryption Security Explained</TITLE>
1967 </HEAD>
1968 <BODY>
1969 <H1>Network Encryption Security Explained</H1>
1971 You can specify which encryption protocol you would like to try when
1972 creating a secure connection to a server. Alpine will attempt to use
1973 that encryption protocol, but in practice the protocol being used will
1974 default to the most secure protocol that both Alpine and the server
1975 support.
1977 <P> If you use the latest version of OpenSSL, the /ssl modifier to the 
1978 server definition will use the most secure version of the TLS encryption 
1979 protocol. The same will be true if you try /tls1_1 or /tls1_2, but in an 
1980 old version of OpenSSL (pre 1.1.0 series) /tls1_1 might mean to use 
1981 version 1.1 of the TLS protocol.
1983 <P> You will never go wrong by using the /ssl modifier. At the time of
1984 this writing OpenSSL had released version 1.1.1, with support for
1985 TLS version 1.3. If your version of OpenSSL does not support this version
1986 of the TLS protocol, then the /tls1_3 modifier will only mean to use
1987 the most secure version of the TLS protocol that OpenSSL and the
1988 server can negotiate. In future versions of OpenSSL, /tls1_3 might mean
1989 to try to negotiate a higher version of the TLS protocol.
1991 <P> In order to avoid confusion, the /ssl flag is the best way to guarantee
1992 the highest encryption protocol available, and it is the recommended
1993 modifier to the server definition to create a secure encrypted connection.
1996 &lt;End of help&gt;
1997 </BODY>
1998 </HTML>
1999 ====== h_gmail_configuration ======
2000 <HTML>
2001 <HEAD>
2002 <TITLE>Configuring Access to Gmail Using XOAUTH2</TITLE>
2003 </HEAD>
2004 <BODY>
2005 <H1>Configuring Access to Gmail Using XOAUTH2</H1>
2007 Gmail allows you to access their IMAP and SMTP server using either the XOAUTH2
2008 or OAUTHBEARER authentication method. You can choose any of them. A sample configuration for reading
2009 incoming mail is
2012 inbox-path = {imap.gmail.com/ssl/user=YourId@gmail.com/auth=xoauth2}INBOX<BR>
2013 smtp-server = smtp.gmail.com/ssl/user=YourId@gmail.com/auth=xoauth2
2016 Note that you can substitute /auth=xoauth2 by /auth=oauthbearer.
2019 Gmail implements the authorize method. This means that in order to use xoauth2, you must
2020 open a URL, login to your Gmail account, and authorize Alpine to access your email. As a
2021 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
2022 Once you have done that, Alpine will be able to get a refresh and access token, which
2023 Alpine will use later to read and send email.
2026 &lt;End of help&gt;
2027 </BODY>
2028 </HTML>
2029 ====== h_outlook_configuration ======
2030 <HTML>
2031 <HEAD>
2032 <TITLE>Configuring Access to Outlook Using XOAUTH2</TITLE>
2033 </HEAD>
2034 <BODY>
2035 <H1>Configuring Access to Outlook Using XOAUTH2</H1>
2037 Outlook allows you to access their IMAP and SMTP server using the XOAUTH2
2038 authentication method. A sample configuration for reading incoming mail is
2041 inbox-path = {outlook.office365.com/ssl/user=YourId@outlook.com/auth=xoauth2}INBOX<BR>
2042 smtp-server = smtp.office365.com/submit/user=YourId@outlook.com/auth=xoauth2
2045 Outlook implements the authorize and device methods to get your authorization to access
2046 your account. Alpine uses by default the device method, so try that one first.
2049 &lt;End of help&gt;
2050 </BODY>
2051 </HTML>
2052 ====== h_yahoo_configuration ======
2053 <HTML>
2054 <HEAD>
2055 <TITLE>Configuring Access to Yahoo! Using XOAUTH2</TITLE>
2056 </HEAD>
2057 <BODY>
2058 <H1>Configuring Access to Yahoo! Using XOAUTH2</H1>
2060 Yahoo! allows you to access their IMAP and SMTP server using either the XOAUTH2 or
2061 OAUTHBEARER authentication method. You can choose any of them. A sample configuration for
2062 reading incoming mail is
2065 inbox-path = {imap.mail.yahoo.com/ssl/user=YourId@yahoo.com/auth=xoauth2}INBOX<BR>
2066 smtp-server = smtp.mail.yahoo.com/ssl/user=YourId@yahoo.com/auth=xoauth2
2069 Note that you can substitute /auth=xoauth2 by /auth=oauthbearer.
2072 Yahoo! implements the authorize method. This means that in order to use xoauth2, you must
2073 open a URL, login to your Yahoo! account, and authorize Alpine to access your email. As a
2074 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
2075 Once you have done that, Alpine will be able to get a refresh and access token, which
2076 Alpine will use later to read and send email.
2079 &lt;End of help&gt;
2080 </BODY>
2081 </HTML>
2082 ====== h_yandex_configuration ======
2083 <HTML>
2084 <HEAD>
2085 <TITLE>Configuring Access to Yandex Using XOAUTH2</TITLE>
2086 </HEAD>
2087 <BODY>
2088 <H1>Configuring Access to Yandex Using XOAUTH2</H1>
2090 Yandex allows you to access their IMAP and SMTP server using the XOAUTH2
2091 authentication method. A sample configuration for reading incoming mail is
2094 inbox-path = {imap.yandex.com/ssl/user=YourId@yandex.com/auth=xoauth2}INBOX<BR>
2095 smtp-server = smtp.yandex.com/ssl/user=YourId@yandex.com/auth=xoauth2
2098 Yandex implements the authorize method. This means that in order to use xoauth2, you must
2099 open a URL, login to your Yandex account, and authorize Alpine to access your email. As a
2100 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
2101 Once you have done that, Alpine will be able to get a refresh and access token, which
2102 Alpine will use later to read and send email.
2105 &lt;End of help&gt;
2106 </BODY>
2107 </HTML>
2108 ====== h_xoauth2 ======
2109 <HTML>
2110 <HEAD>
2111 <TITLE>XOAUTH2 Authenticator Explained</TITLE>
2112 </HEAD>
2113 <BODY>
2114 <H1>XOAUTH2 Authenticator Explained</H1>
2116 The XOAUTH2 authenticator method is a way in which you can sign in to your
2117 account to read and send email. This method is different from the traditional
2118 username/password that users are accustomed to, and it needs to be set up
2119 by the user. This text will help you understand this authentication method.
2121 <P> A quick list of services supported by Alpine are (follow each link for
2122 specific configuration instructions)
2124 <UL>
2125 <LI> <A href="h_gmail_configuration">Gmail</A>
2126 <LI> <A href="h_outlook_configuration">Outlook</A>
2127 <LI> <A href="h_yahoo_configuration">Yahoo!</A>
2128 <LI> <A href="h_yandex_configuration">Yandex</A>
2129 </UL>
2132 The most important difference between this method and other authentication
2133 methods is what happens if someone steals your credentials. This method is
2134 attached to three components: Your username, your password and your email
2135 program.
2138 At the beginning of this process, the developer of the email program 
2139 registers the email program with the email service provider (Gmail, 
2140 Outlook, etc.) In return, the email service provider creates a client-id.
2141 In addition, some services provide a client-secret.
2142 Since Alpine is an open source program, these values are part
2143 of the source code, and are known to everyone, and cannot be obfuscated.
2146 After a program has been registered with an email service provider, the 
2147 user must authorize the email program access to their email account in 
2148 that service. Alpine helps you do that, but it cannot do all the process 
2149 for you, and you will need to use an external web browser to authorize
2150 Alpine to read and send email.
2153 This part of the process is simple. Alpine creates a URL based on the id 
2154 and secret created by the email service, which the user opens. Once the 
2155 URL has been opened, the user signs in to the server, and once signed into
2156 the account, the user is asked to authorize Alpine access to the email 
2157 account. If the user agrees, an &quot;<I>Access Code</I>&quot; will be
2158 generated.
2161 An Access Code is a very long string, and so the recommendation is to copy 
2162 and paste this code back into Alpine, at the time Alpine is helping you 
2163 set up this authenticator. This part of the process is done only once per 
2164 email program (If you run Alpine in several computers, you would do this 
2165 once per computer. Each computer gets its own Access Code.)
2168 Once Alpine has an Access Code, it goes back internally to the email 
2169 service and asks it to generate two strings, called the &quot;<I>Refresh 
2170 Token</I>&quot; and the &quot;<I>Access Token</I>&quot;. This part is 
2171 invisible to the user, and they will never see it, but in order for you to 
2172 understand what to do in case you lose them, you need to understand their 
2173 use.
2176 The <I>Access Token</I> is the equivalent of a temporary password. It 
2177 allows the user to access (and reaccess as many times as they would like)
2178 their email account for a limited amount of time, typically 1 hour after
2179 it was issued. After that time expires, users need a new Access Token.
2182 The <I>Refresh Token</I> is the equivalent of a password generator. With 
2183 this token, Alpine can go to the email service provider and request a new 
2184 Access Token. This part of the process does not need user intervention, 
2185 anyone can do this, as long as they have the Refresh Token, program id and 
2186 program secret, so it is important that users keep their Refresh Token as 
2187 secure as they can.
2190 Given that the Refresh Token and the Access Token are long strings, users 
2191 are not supposed to be able to memorize them and recall them later. Alpine 
2192 will store them in the password file, should a user have one. Otherwise, 
2193 the user will have to create one each time they run Alpine, starting by 
2194 creating the Access Code all over each time they try to sign in to their 
2195 email account. When Alpine is compiled with SSL and password file support, 
2196 it will default to saving this information using encryption and under a 
2197 master password, so unless they have made changes to this process, their 
2198 Refresh and Access Tokens are saved securely and persist from one session 
2199 to the next.
2202 Should any person steal your Refresh Token, you must login to your account 
2203 with your username and password and revoke Alpine authorization to your 
2204 account. This is enough to stop the person who stole your Refresh Token 
2205 from accessing your email service. In the case of Gmail, changing your 
2206 password will invalidate your Refresh Token, and this will be enough to 
2207 prevent others from using a stolen Refresh Token. Consult with your email
2208 service provider to learn what you can do if someone steals your Refresh
2209 Token.
2212 If, for any reason, Alpine cannot sign in to your email service for two 
2213 consecutive times with Access Codes generated by your Refresh Token, it 
2214 will remove the Refresh Token from your password file, forcing you to get 
2215 a new one, by getting an Access Code first, and granting authorization to
2216 Alpine to access your email once again.
2219 This implementation of XOAUTH2 knows the list of servers that it can
2220 access using the same credentials, so Alpine will be able to read and send
2221 emails using the same Access Token. You will not have to create
2222 Access and Refresh Tokens for the IMAP and SMTP servers separately.
2225 &lt;End of help&gt;
2226 </BODY>
2227 </HTML>
2228 ====== h_xoauth2_config_screen ======
2229 <HTML>
2230 <HEAD>
2231 <TITLE>XOAUTH2 Configuration Screen</TITLE>
2232 </HEAD>
2233 <BODY>
2234 <H1>XOAUTH2 Configuration Screen</H1>
2236 The XOAUTH2 configuration screen helps you connect your client-id and
2237 other configuration information about the service you want to use with
2238 Alpine.
2240 <P> Alpine provides a default configuration for you. For some providers
2241 this configuration does not work, and requires you to get your own
2242 Client-ID for Alpine. Depending on the service, you might need extra information,
2243 such as a Client-Secret or a Tenant.
2245 <P> If the default configuration of Alpine does not work for you, you can simply
2246 replace the default configuration of Alpine by your new configuration. If for
2247 any reason you need to have a second client-id, you can use the ^A command to
2248 add a new configuration for one of the supported services by Alpine.
2250 <P> If you wish to delete a configuration for a service, place the cursor
2251 on the configuration you want to delete and press ^D.
2253 <P> When you have more than one client-id for the same service, is is convenient
2254 to fill up the username field. This will tell Alpine that that specific configuration
2255 is to be used with the username(s) specified in that variable. If Alpine cannot
2256 determine which configuration to use, it will ask you to select the correct
2257 Client-ID for your connection. This could happen when you are trying to login to
2258 your account. The client-id you select will be used by Alpine for that and future
2259 connections to that server.
2263 &lt;End of help&gt;
2264 </BODY>
2265 </HTML>
2266 ====== h_tls_failure_details ======
2267 <HTML>
2268 <HEAD>
2269 <TITLE>Certificate Validation Details</TITLE>
2270 </HEAD>
2271 <BODY>
2272 <H1>Certificate Validation Details</H1>
2274 This screen gives details as to why the certificate validation failed: the
2275 name of the desired server system; the reason for failure; and the name on
2276 the certificate.  This is primarily of interest to experts.
2279 &lt;End of help&gt;
2280 </BODY>
2281 </HTML>
2282 ====== h_tls_failure ======
2283 <HTML>
2284 <HEAD>
2285 <TITLE>TLS or SSL Failure</TITLE>
2286 </HEAD>
2287 <BODY>
2288 <H1>TLS or SSL Failure</H1>
2290 An attempt was made to establish a secure, encrypted connection to the
2291 server system using either Transport Layer Security (TLS) or the older
2292 Secure Sockets Layer (SSL).  This attempt failed.
2295 You should contact your server system management for more assistance.
2296 The problem is probably at the server system and not in Alpine or your local
2297 system.  The text in this screen may be helpful for the server system
2298 management in debugging the problem,
2301 &lt;End of help&gt;
2302 </BODY>
2303 </HTML>
2304 ====== h_tls_validation_failure ======
2305 <HTML>
2306 <HEAD>
2307 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
2308 </HEAD>
2309 <BODY>
2310 <H1>TLS and SSL Certificate Validation Failures</H1>
2312 An attempt was made to establish a secure, encrypted connection to the
2313 server system using either Transport Layer Security (TLS) or the older
2314 Secure Sockets Layer (SSL).
2317 An important part of this procedure is server certificate validation.  A
2318 server certificate is an &quot;electronic identification card&quot; for the server
2319 system that is signed by a well-known certificate authority (CA).  Alpine
2320 compares the server system identity in the server certificate with the
2321 name of the server system to which it is trying to connect.  Alpine also
2322 verifies that the CA signature is authentic.
2325 Some common failure conditions are:
2328 <UL>
2329   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
2330 signed its own certificate.  This does not necessarily indicate anything
2331 bad; the server operators may simply have elected to not purchase a
2332 signed certificate from a certificate authority.
2334   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
2335 the signature on the server system is from an unknown certificate authority.
2336 It can also mean that no certificate authority certificates have been
2337 installed on the local UNIX system.
2339   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
2340 the same as either of the above two conditions in UNIX Alpine.  Note that
2341 Windows systems typically have a full set of certificate authority
2342 certificates installed, so it is more likely to be a self-signed
2343 certificate than an unknown certificate authority.
2345   <LI> Server name does not match certificate.  This means that the server
2346 presented a proper signed certificate for a name other than the desired
2347 name.
2348 </UL>
2351 Any of these conditions can indicate that you are being attacked and have
2352 been directed to an imposter server that will record your password and
2353 your private mail messages.  It can also mean something innocuous.
2356 If you are certain that the problem is innocuous, you can append the
2357 option
2360 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
2363 to the server system name where it appears in your configuration (e.g. the
2364 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
2365 a folder-collection, or a news or SMTP server).  This will
2366 disable certificate validation.  On the other hand, if you are attacked,
2367 you will get no warning if you do this.
2369 <P> When you get an error indicating a self-signed certificate from the 
2370 remote server, you can download and install the certificate for that 
2371 server. Avoid using the /NoValidate-Cert modifier. Alpine cannot help you 
2372 with this process because certificates are part of the system and are not 
2373 under the control of the user. Find directions on how to download and 
2374 install certificates for your system using your favorite search engine.
2377 &lt;End of Cert Validation Failures help&gt;
2378 </BODY>
2379 </HTML>
2380 ====== h_oauth2_start ======
2381 <HTML>
2382 <HEAD>
2383 <TITLE>Setting up XOAUTH2 Authentication</TITLE>
2384 </HEAD>
2385 <BODY>
2386 <H1>Setting up XOAUTH2 Authentication</H1>
2388 You are trying to connect to a server that uses the XOAUTH2 method of
2389 authentication.
2392 In order to complete this process use a browser in the same computer
2393 that you are using Alpine to open the given URL.
2396 You will be sent to authenticate and later to authorize Alpine access to
2397 your email. Once you have completed the authorization process you will get
2398 a code. Input this code into Alpine by pressing 'C'. If you do not see a
2399 code, but see an error message in your browser, copy and paste the URL of
2400 the error page and paste into alpine after pressing the 'C' key.
2403 After you have input the code, Alpine will conclude logging you into your
2404 account.
2407 If your version of Alpine was compiled to save passwords, then Alpine will save
2408 the refresh and access tokens securely, otherwise you will have to repeat this
2409 process every time you login to this server.
2412 &lt;End of setting up XOAUTH2 Authentication help&gt;
2413 </BODY>
2414 </HTML>
2415 ====== h_oauth2_start_device ======
2416 <HTML>
2417 <HEAD>
2418 <TITLE>Setting up XOAUTH2 Authentication Using the Device Flow</TITLE>
2419 </HEAD>
2420 <BODY>
2421 <H1>Setting up XOAUTH2 Authentication Using the Device Flow</H1>
2423 You are trying to connect to a server that uses the XOAUTH2 method of
2424 authentication.
2427 In order to complete this process use a browser in the same computer
2428 that you are using Alpine to open the given URL and enter the code that you
2429 were given by Alpine in that screen.
2432 You will be sent to authenticate and later to authorize Alpine access to
2433 your email. Once you have completed the authorization process Alpine will
2434 get the refresh and access tokens from the service servers and the authentication
2435 process will be completed by Alpine.
2438 If your version of Alpine was compiled to save passwords, then Alpine will save
2439 the refresh and access tokens securely, otherwise you will have to repeat this
2440 process every time you login to this server.
2443 &lt;End of setting up XOAUTH2 Authentication help&gt;
2444 </BODY>
2445 </HTML>
2446 ====== h_release_tlscerts ======
2447 <HTML>
2448 <HEAD>
2449 <TITLE>TLS and SSL usage note</TITLE>
2450 </HEAD>
2451 <BODY>
2452 <H1>TLS and SSL usage note</H1>
2455 When using Alpine from Unix or Windows 2000,
2456 server certificates must be signed by a trusted certificate authority.
2457 You may relax this requirement (at the cost of some security) by using
2459 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
2460 modifier in the mailbox name.
2463 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
2466 The fully-qualified host name of the server should be used
2467 so that it matches the host name in the server certificate.
2469 Here is an example of a host specification that directs Alpine to use
2470 the SSL port (993) and an encrypted data stream.
2472 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
2474 &lt;End of TLS usage help&gt;
2475 </BODY>
2476 </HTML>
2477 ====== h_news_config ======
2478 <HTML>
2479 <HEAD>
2480 <TITLE>Alpine Configuration</TITLE>
2481 </HEAD>
2482 <BODY>
2483 <H1>Alpine Configuration</H1>
2485 <H2>Using Environment Variables</H2>
2487 The values of Alpine configuration options may include environment variables
2488 that are replaced by the value of the variable at the time Alpine is run
2489 (and also at the time the config option is changed).
2490 The syntax to use environment variables is a subset of the common Unix
2491 shell dollar-syntax.
2492 For example, if
2494 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
2496 appears in the value of an Alpine configuration option it is looked up in the
2497 envirom ent (using getenv(&quot;VAR&quot;)) and its
2498 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
2499 To include a literal dollar sign you may precede the dollar sign with another
2500 dollar sign.
2501 In other words, if the text
2503 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
2505 is the value of a configuration option, it will be expanded to
2507 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
2509 and no environment lookup will be done.
2510 For Unix Alpine it will also work to use a backslash character to
2511 escape the special meaning of the dollar sign, but $$ is preferable since
2512 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
2513 to be in a shared configuration file.
2516 This all sounds more complicated than it actually is.
2517 An example may make it clearer.
2518 Unfortunately, the way in which environment variables are set is OS-dependent 
2519 and command shell-dependent.
2520 In some Unix command shells you may use
2522 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
2523    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
2525 Now, if you use Alpine's Setup/Config screen to set
2527 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
2529 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
2530 so that this would be equivalent to
2532 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
2534 Note, environment variable substitution happens after configuration
2535 options that are lists are split into the separate elements of the list,
2536 so a single environment variable can't contain a list of values.
2539 The environment variable doesn't have to be the only thing
2540 after the equal sign.
2541 However, if the name of the variable is not at the end of the line or
2542 followed by a space (so that you can tell where the variable name ends),
2543 it must be enclosed in curly braces like
2545 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
2547 It is always ok to use the braces even if you don't need to.
2549 It is also possible to set a default value for an environment variable.
2550 This default value will be used if the environment variable is not
2551 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
2552 The syntax used to set a default value is
2554 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
2556 If the config file contains
2558 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
2560 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
2561 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
2562 the value that <SAMP>VAR</SAMP> was set to, otherwise,
2563 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
2564 the default value.
2565 (Note that the variable is called &quot;personal-name&quot; in the config
2566 file but is displayed in the config screen as
2567 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
2568 In general, the value that goes into a config file is never exactly the
2569 same as the value you see on the screen.)
2572 An example where an environment variable might be useful is the
2573 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
2574 Suppose most users used the server
2576 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
2578 but that there were some exceptions who used
2580 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
2582 In this case, the system manager might include the following line in
2583 the systemwide default Alpine configuration file
2585 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
2587 For the exceptional users adding
2589 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
2591 to their environment should work.
2593 Another example might be the case where a user has to use a different
2594 SMTP server from work and from home.
2595 The setup might be something as simple as
2597 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
2599 or perhaps a default value could be given.
2600 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
2601 a list of SMTP servers.
2604 <H2>Configuration precedence</H2>
2606 There are several levels of Alpine configuration.  Configuration values at
2607 a given level override corresponding values at lower levels.  In order of
2608 increasing precedence:
2610 <UL>
2611  <LI> built-in defaults
2612  <LI> system-wide
2613 <!--chtml if pinemode="os_windows"-->
2614       config file from command line or provided
2615       by "PINECONF" environment variable
2616 <!--chtml else-->
2617       pine.conf file
2618 <!--chtml endif-->
2619  <LI> personal configuration file
2620  <LI> personal exceptions configuration file
2621  <LI> command-line options
2622  <!--chtml if pinemode="os_windows"--><!--chtml else-->
2623  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
2624 </UL>
2626 The values in both the personal configuration file and the
2627 <A HREF="h_config_exceptions">exceptions</A>
2628 configuration file may be set using the Setup command.
2629 Setup/Config is the command to change most of the personal configuration
2630 options.
2631 The other Setup subcommands are also used to change the configuration,
2632 for example, Setup/AddressBook, Setup/Rules, and so on.
2633 Changing the personal exceptions configuration is very similar.
2634 To change a value in the Config screen you would use the command
2635 Setup/eXceptions/Config.
2636 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
2638 There are a couple exceptions to the rule that configuration values are replaced
2639 by the value of the same option in a higher-precedence file.
2640 The Feature-List variable has values that are additive, but can be
2641 negated by prepending &quot;no-&quot; in front of an individual feature name.
2642 So for features, each individual feature's value is replaced by the value
2643 of the same feature in a higher-precedence file.
2644 Note that this is done automatically for you when you change these values via
2645 the Setup/Config command.
2646 The other exception to the <EM>replace</EM> semantics happens when you
2647 use <A HREF="h_config_inheritance">configuration inheritance</A>
2648 for option lists.
2651 <H2>File name defaults</H2>
2653 Notes:<P>
2655 <BR> &lt;exe dir&gt; = directory where pine.exe found.
2656 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
2657 <BR> # = default file name is overridable in pinerc.
2658 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
2659 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
2660 <BR> + between the mailcap paths implies that the two files are combined.
2661 <BR> ; between other default paths implies that the first one found is used.
2662 </P>
2663 Alpine looks for most support files in the same directory it finds its
2664 personal configuration file (pinerc).  The -p command-line flag may be
2665 used to specify a particular path name for the pinerc file.  If a
2666 pinerc file does not exist, it will be created (if directory permissions
2667 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
2668 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
2669 file does not exist in either one, it will create one in the first of those
2670 two directories that is writable.  In detail:
2671 <PRE>
2673 PC-Alpine:
2675  executable     &lt;DOS search path&gt;&#92;pine.exe
2676  help index     &lt;exe dir&gt;&#92;pine.ndx
2677  help text      &lt;exe dir&gt;&#92;pine.hlp
2679  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
2680  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
2681  global cfg     $PINECONF
2683  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
2684  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
2685  signature#     &lt;pinerc dir&gt;&#92;pine.sig
2686  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
2687  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
2688  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
2689  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
2690  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
2691  postponed#     $HOME&#92;mail&#92;postpond.mtx
2692  interrupted    $HOME&#92;mail&#92;intruptd
2694 Unix Alpine:
2696  executable     &lt;Unix search path&gt;/pine
2697  persnl cfg     ~/.pinerc
2698  except cfg     ~/.pinercex
2699  global cfg     <!--#echo var="PINE_CONF_PATH"-->
2700  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
2701  local help     <!--#echo var="PINE_INFO_PATH"-->
2703  interrupted    ~/.pine-interrupted-mail
2704  debug          ~/.pine-debugN
2705  crash          ~/.pine-crash
2706  newsrc#        ~/.newsrc
2707  signature#     &lt;pinerc dir&gt;/.signature
2708  addressbook#   &lt;pinerc dir&gt;/.addressbook
2709  postponed#     ~/mail/postponed-msgs
2710  sentmail#      ~/mail/sent-mail
2711  mailcap#       ~/.mailcap + /etc/mailcap
2712                            + /usr/etc/mailcap + /usr/local/etc/mailcap
2713  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
2715  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
2716  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
2717  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
2718  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
2719  password       /etc/passwd
2721 Unix Alpine and PC-Alpine:
2723  .ab*           remote addressbook support files
2724  a[1-9]*        temporary (while Alpine is running) addressbook files
2726 </PRE>
2729 <H2>Mailcap files</H2>
2731 Alpine honors the mailcap configuration system for specifying external
2732 programs for handling attachments.  The mailcap file maps MIME attachment
2733 types to the external programs loaded on your system that can display
2734 and/or print the file.  A sample mailcap file comes bundled with the Alpine
2735 distribution.  It includes comments that explain the syntax you need to
2736 use for mailcap.  With the mailcap file, any program (mail readers,
2737 newsreaders, WWW clients) can use the same configuration for handling
2738 MIME-encoded data.
2741 <H2>MIME-Types files</H2>
2743 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
2744 what Content-Type to use for labeling an attached file, based on
2745 the file extension.  That is, this file provides a mapping between
2746 filename extensions and MIME content-types.
2749 <H2>Environment variables</H2>
2751 PC-Alpine uses the following environment variables:
2752 <DL>
2753 <DT>PINERC</DT>
2754 <DD>Optional path to pinerc file.</DD>
2755 <DT>PINERCEX</DT>
2756 <DD>Optional path to personal exceptions configuration file.</DD>
2757 <DT>PINECONF</DT>
2758 <DD>Optional path to global pine config file.</DD>
2759 <DT>HOME</DT>
2760 <DT>TMPDIR, TMP, or TEMP</DT>
2761 <DT>COMSPEC</DT>
2762 <DT>MAILCAPS</DT>
2763 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
2764 <DT>USER_DICTIONARY</DT>
2765 <DD>Used to specify the file to contain the user's spell check
2766 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
2767 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
2768 </DL>
2770 Unix Alpine uses the following environment variables:
2771 <DL>
2772 <DT>TERM</DT>
2773 <DD>Tells Alpine what kind of terminal is being used.</DD>
2774 <DT>DISPLAY</DT>
2775 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
2776 <DT>SHELL</DT>
2777 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
2778 <DT>TMPDIR, TMP, or TEMP</DT>
2779 <DT>MAILCAPS</DT>
2780 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
2781 </DL>
2782 <!--chtml if pinemode="os_windows"-->
2784 <H2>Common PC-Alpine Configuration Problems</H2>
2786 <H3>Configuration settings aren't being saved</H3>
2788 <P>This problem can happen if you run pine from one directory and
2789 then decide to move your pine directory to another location.  PC-Alpine
2790 stores certain variables, including the configuration location, in the
2791 Windows Registry (which you shouldn't ever need to manually edit).  There
2792 are a couple of ways to go about removing or resetting the values in the
2793 registry.
2796 1) Run PC-Alpine's registry value deletion command.  This can be done by
2797 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
2798 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
2799 value to the above command.
2802 2) Tell PC-Alpine where to look for the configuration file.  Configuration
2803 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
2804 option, you can tell PC-Alpine the location of your pinerc.  An example of
2805 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;.
2806 Again, you can use the DOS prompt or the shortcut method explained in (1).
2809 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
2810 set registry values to the current setting, and is therefore useful with
2811 the &quot;-p&nbsp;PINERC&quot; option.
2813 <!--chtml endif-->
2815 &lt;End of Configuration Notes&gt;
2816 </BODY>
2817 </HTML>
2818 ====== h_news_legal ======
2819 <html>
2820 <head>
2821 <TITLE>Alpine Legal Notices</TITLE>
2822 </head>
2823 <body>
2825 <H1>Alpine Legal Notices</H1>
2827 Alpine and its constituent programs are covered by the Apache License Version 2.0.
2831 &lt;End of Alpine Legal Notices&gt;
2832 </BODY>
2833 </HTML>
2834 ===== h_info_on_mbox =====
2835 <HTML>
2836 <HEAD>
2837 <TITLE>Information on mbox driver</TITLE>
2838 </HEAD>
2839 <BODY>
2840 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
2842 Beginning with Pine 4.00 (Pine came before Alpine)
2843 a new INBOX access method is
2844 available as part of the standard configuration.  It is called the
2845 &quot;mbox&quot; driver and it works like this:<P>
2848 <BLOCKQUOTE>
2849 If the file &quot;mbox&quot; exists in the user's home directory, and
2850 is in Unix mailbox format, then when INBOX is opened this file will be
2851 selected as INBOX instead of the mail spool file.  Messages will be
2852 automatically transferred from the mail spool file into the mbox
2853 file.
2854 </BLOCKQUOTE>
2857 The advantage of this method is that, after new mail has been copied
2858 from the system mail spool, all subsequent access is confined to the
2859 user's home directory, which is desirable on some systems.  However, a
2860 possible disadvantage is that mail tools other than those from the
2861 University of Washington will not know to look for mail in the user's
2862 mbox file.  For example, POP or IMAP servers other than those from the
2863 University of Washington, and many &quot;new mail notification&quot;
2864 programs may not work as expected with this driver enabled.<P>
2866 To disable this behavior, either remove/rename the &quot;mbox&quot;
2867 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
2868 option in Setup/Config
2869 and add &quot;mbox&quot; to it:
2871 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
2873 &lt;End of help on this topic&gt;
2874 </BODY>
2875 </HTML>
2876 ===== h_info_on_locking =====
2877 <HTML>
2878 <HEAD>
2879 <TITLE>FAQs on Alpine Locking</TITLE>
2880 </HEAD>
2881 <BODY>
2882 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
2884 There is an extensive section on locking in the Alpine technical notes;
2885 this information is intended to provide answers to some common questions:<P>
2886 <OL>
2887 <LI> Why did locking change in Pine 4.00?<BR>
2888 The actual locking mechanisms did not change in 4.00.
2889 What changed is that when one particular locking mechanism used by Alpine 
2890 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
2891 failure would occur, but no warning was issued.<P>
2893 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
2894 Yes.  It means that Alpine was unable to create a lockfile in the
2895 spool directory, generally because of overly restrictive protections on the
2896 spool directory.  The correct permissions on the spool directory for
2897 running Alpine are 1777, i.e. read-write-execute permission for everyone,
2898 with the sticky-bit set, so only owners of a file can delete them.<P>
2900 <LI> Why does Alpine require that the mail spool directory have 1777
2901    protections?<BR>
2902 Alpine was designed to run without special privileges.  This means that in
2903 order to create a lockfile in the spool directory, it is necessary to have
2904 the spool directory permissions be world-writable.<P>
2906 <LI> Can't you create the lockfile somewhere else?<BR>
2907 No.  The lockfile in question must be in the mail spool directory, because
2908 that's where the mail delivery program expects to find it, and the purpose
2909 of the file is to coordinate access between the mail client (Alpine) and the
2910 mail delivery program.<P>
2912 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
2913 No.  Remember that the individual mail files in the spool directory are
2914 NOT world-writable, only the containing directory.  Setting the &quot;sticky
2915 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
2916 -- means that only the owner of the file (or root) can delete files in the 
2917 directory.  So the only bad behavior that is invited by the 1777 mode is that 
2918 anyone could
2919 create a random file in the spool directory.  If the spool directory is
2920 under quota control along with home directories, there is little incentive
2921 for anyone to do this, and even without quotas a periodic scan for
2922 non-mail files usually takes care of the problem.  <P>
2924 <LI> Why not run Alpine as setgid mail?<BR>
2925 Alpine was never designed to run with privileges, and to do so introduces a
2926 significant security vulnerability.  For example, if a user suspends Alpine,
2927 the resulting shell will have group privileges.  This is one example of
2928 why we strongly recommend against running Alpine as a privileged program.
2929 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
2930 users
2931 could not test Alpine versions or other mailers that had not been installed
2932 by the system administrators.<P>
2935 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
2936 There are, but they all have different sets of tradeoffs, and not all will
2937 work on all systems.  Some examples:<UL>
2938  <LI> Use lock system calls.  Works fine on a few systems, provided mail
2939    spool is local.   Doesn't work reliably if NFS is used.
2940    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
2941    use the same calls.
2942  <LI> Deliver mail to user's home directory.  An excellent solution, highly
2943    recommended -- but one which is incompatible with some &quot;legacy&quot; 
2944 mail tools that always look in the spool directory for the mail.
2945 </UL><P>
2947 <LI> Are these spool directory lock files the only kinds of locks used by
2948    Alpine?<BR>
2949 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
2950 mailbox format folders, these are used to coordinate access between
2951 multiple Alpine sessions.  <P>
2953 <LI> What about the 
2954 <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>
2955 This is for people who are content to live dangerously, or who have
2956 specific knowledge that the spool directory lockfiles are superfluous on
2957 their system (because both Alpine and the mail delivery program are using 
2958 system call file locking in a context that works reliably, e.g. not NFS.)<P>
2960 <LI> Where can I find more details on how Alpine locking works?<BR>
2961 See the Alpine Technical Notes.<P>
2963 </OL>
2965 &lt;End of help on this topic&gt;
2966 </BODY>
2967 </HTML>
2968 ===== h_finding_help ====
2969 <HTML>
2970 <HEAD>
2971 <TITLE>Finding more information and requesting help</TITLE>
2972 </HEAD>
2973 <BODY>
2974 <H1>Places to Look for More Answers</H1>
2975 If you have questions about or problems with Alpine that you cannot resolve 
2976 after consulting the program's internal, context-sensitive help screens, here 
2977 are additional information resources that you may find helpful:
2979 <UL>
2980   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
2982   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
2984   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
2985 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
2986   since the last version, which may be useful for you to be aware of, 
2987 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
2988 a change in the way an aspect of Alpine works.  There, you will also find notes 
2989 on Alpine configuration.<P>
2990   <LI> The main site for Alpine contains information on configuring and solving problems
2991        with Alpine, it can be found at
2993 <CENTER><A HREF="https://alpineapp.email">https://alpineapp.email</A></CENTER>  
2995   <LI> Archives of the Alpine-info mailing list, at <A 
2996 href="http://mailman13.u.washington.edu/pipermail/alpine-info/">http://mailman13.u.washington.edu/pipermail/alpine-info/</A>
2998   <LI>The newsgroup comp.mail.pine.
3000 </UL>
3001 <P><HR WIDTH="75%">
3002 <H1>Requesting help</H1>
3003 If the internal help, the Release Notes, and your 
3004 local online and print resources do not help you resolve a problem, please
3005 start by contacting your local computer support staff and asking for help.
3007 This is especially true if:
3008 <ul>
3009   <li>You suddenly have trouble sending or receiving mail.
3010   <li>You receive a "disk quota exceeded" message.
3011   <li>You have forgotten your password.
3012   <li>You think your account may have been compromised.
3013   <li>You need help viewing an attachment.
3014   <li>You need to know how to configure your:
3015       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
3016       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
3017       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
3018       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
3019   <li>You want to know what alternative editors or spellcheckers you may be able to use.
3020   <li>You want to block email from a particular person.
3021   <li>You're going on vacation and need to autorespond to incoming mail.
3022   <li>You want to automatically file or filter incoming messages.
3023 </ul>
3025 In all of these cases,
3026 you should contact <B>your</B> support staff, because <B>only they</B> 
3027 will be able to assist you effectively. Your support staff may be, depending on who 
3028 provides you with the email account you use Alpine with, for example:<UL>
3029 <LI> the computing help desk of (a department of) your university, school, 
3030 employer, ... ; or
3031 <LI> the customer service center of your Internet Service Provider; or
3032 <LI> the friendly volunteer helpers of your Freenet; or
3033 <LI> the person who setup your computer and internet connection.
3034 </UL>
3037 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
3038 newsgroup can be a valuable source of information and assistance for Alpine 
3039 user issues.
3041 For systems/email administrators, developers, trainers, user support
3042 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
3043 level, the mailing list alpine-info is available; for information on
3044 subscribing and posting to it, see
3046 <CENTER><A HREF="https://mailman13.u.washington.edu/mailman/listinfo/alpine-info">https://mailman13.u.washington.edu/mailman/listinfo/alpine-info</A></CENTER>
3049 Regardless of whom you are asking for help with Alpine, remember 
3050 to provide as much detail as you can about the
3051 nature of any problem you are encountering, such as
3052 <UL>
3053 <LI>when it first occurred;
3054 <LI>what, if anything, happened that might have brought it about;
3055 <LI>whether it still persists;
3056 <LI>whether it is reproducible, and if so, how;
3057 <LI>what, if anything, you already tried to solve it.
3058 </UL> 
3059 It may also be helpful if you specify what version of Alpine you are using 
3060 <!--chtml if pinemode="running"-->
3061 -- this is <!--#echo var="ALPINE_VERSION"--> --
3062 <!--chtml endif-->
3063 and on what system, and when the copy of Alpine you are using was created
3064 <!--chtml if pinemode="running"-->
3065 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
3066 <!--chtml endif-->
3068 <!--chtml if pinemode="running"-->
3069 <P>   
3070 When the Alpine program you are currently using was installed, a support
3071 contact email address may have been set up; in that case, you can simply select
3072 this link now to send a message to it:<BR>
3073 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
3074 <!--chtml endif-->
3075 <!--chtml if [ -r PINE_INFO_PATH ]-->
3076 <HR WIDTH="75%">Local Support Contacts:<P>
3077 <!--#include file="PINE_INFO_PATH"-->
3078 <HR WIDTH="75%">
3079 <!--chtml endif-->
3080 <P> 
3081 &lt;End of help on this topic&gt;
3082 </BODY>
3083 </HTML>
3084 ===== new_user_greeting ======
3085 <HTML>
3086 <HEAD>
3087 <TITLE>NEW USER GREETING</TITLE>
3088 </HEAD>
3089 <BODY>
3090 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
3091 <BR>
3092 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
3093 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
3094 select Setup/Config to see many of the options available to you. Also note
3095 that all screens have context-sensitive help text available.
3098 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
3099 href="h_apache_license">Apache License 2.0</A>.
3102 Alpine's privacy policy is a living, online only, document, which can be found at
3103 <A href="h_privacy_policy">https://alpineapp.email/privacy.html</A>.
3104 By following the previous link,  Alpine
3105 will connect to an external server, and will download it and display
3106 it for you. Please take some time to read it and understand it.
3107 Since the Privacy Policy could be amended to take into consideration
3108 new additions to Alpine, please check it periodically. You can always
3109 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
3112 To Exit this screen and continue your Alpine session press "E".
3113 </BODY>
3114 </HTML>
3115 ===== new_alpine_user_greeting ======
3116 <HTML>
3117 <HEAD>
3118 <TITLE>NEW ALPINE USER GREETING</TITLE>
3119 </HEAD>
3120 <BODY>
3121 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
3122 <BR>
3123 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
3124 Your Alpine configuration file indicates that you may have used Pine before
3125 but not Alpine.
3126 If you are familiar with the way Pine works, you should be comfortable
3127 using Alpine.
3128 Your Pine configuration file is automatically used for Alpine.
3129 The Release Notes may be viewed by pressing 
3130 &quot;R&quot; now or while in the MAIN MENU.
3133 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
3134 href="h_apache_license">Apache License 2.0</A>.
3137 Alpine's privacy policy is a living, online only, document, which can be found at
3138 <A href="h_privacy_policy">https://alpineapp.email/privacy.html</A>.
3139 By following the previous link,  Alpine
3140 will connect to an external server, and will download it and display
3141 it for you. Please take some time to read it and understand it.
3142 Since the Privacy Policy could be amended to take into consideration
3143 new additions to Alpine, please check it periodically. You can always
3144 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
3147 To Exit this screen and continue your Alpine session press "E".
3148 </BODY>
3149 </HTML>
3150 ===== new_version_greeting ======
3151 <HTML>
3152 <HEAD>
3153 <TITLE>NEW VERSION GREETING</TITLE>
3154 </HEAD>
3155 <BODY>
3156 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
3157 <BR>
3158 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
3159 Your Alpine configuration file indicates that you may not have used 
3160 this version of Alpine before.  This version's significant changes are
3161 documented in the Release Notes, which may be viewed by pressing 
3162 &quot;R&quot; now or while in the MAIN MENU.
3166 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
3167 href="h_apache_license">Apache License 2.0</A>.
3170 Alpine's privacy policy is a living, online only, document, which can be found at
3171 <A href="h_privacy_policy">https://alpineapp.email/privacy.html</A>.
3172 By following the previous link,  Alpine
3173 will connect to an external server, and will download it and display
3174 it for you. Please take some time to read it and understand it.
3175 Since the Privacy Policy could be amended to take into consideration
3176 new additions to Alpine, please check it periodically. You can always
3177 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
3180 To Exit this screen and continue your Alpine session press "E".
3181 </BODY>
3182 </HTML>
3184 ===== main_menu_tx ======
3185 <HTML>
3186 <HEAD>
3187 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
3188 </HEAD>
3189 <BODY>
3190 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
3191 <DIV ALIGN=CENTER>
3192 Version <!--#echo var="ALPINE_VERSION"-->
3193 <!--chtml if pinemode="running"-->
3194 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
3195 <!--chtml endif-->
3196 </DIV>
3197 <CENTER>Copyright 2013-2021 Eduardo Chappa,
3198 <BR>Copyright 2006-2008 University of Washington.
3199 </CENTER>
3202 When you are viewing a help screen, there may be links to
3203 other topics highlighted (in Reverse video) in the text.
3204 Here is an example.
3205 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
3206 highlighted.
3207 If you type carriage return (or V for View Link, see the commands at the
3208 bottom of the screen) you will be taken to a new help screen to view the
3209 Introduction.
3210 The commands at the bottom of the screen should then include
3211 &quot;P Prev Help&quot;.
3212 If you type &quot;P&quot; you will end up back here.
3213 If you type &quot;E&quot; for Exit, you will be back out of help and returned
3214 to the place you were in Alpine when you entered Help.
3215 In this case, you would go back to the MAIN MENU.
3216 There are also other links that are highlighted in bold (or the color used
3217 by your terminal to display bold).
3218 The items after the Introduction in the TABLE OF CONTENTS are all examples
3219 of such links.
3220 In order to view those links, you first have to make the link you want
3221 to view the current link.
3222 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
3223 (see bottom of screen) can do that for you.
3226 <H2>TABLE OF CONTENTS</H2>
3227 <OL>
3228   <LI> The Basics of Alpine
3229   <UL>
3230      <LI> <A HREF="h_mainhelp_intro">Introduction</A>
3231      <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
3232      <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
3233      <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
3234      <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
3235      <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
3236      <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
3237      <!--chtml if [ -r PINE_INFO_PATH ]-->
3238      <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
3239      <!--chtml endif-->
3240      <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
3241   </UL>
3243   <LI> Description of Alpine Screens
3244   <UL>
3245       <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
3246       <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
3247       <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
3248       <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
3249       <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
3250       <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
3251   </UL>
3253   <LI> Email Processing
3254   <UL>
3255       <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
3256       <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
3257       <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
3258   </UL>
3260   <LI> Configuring Additional Accounts
3261   <UL>
3262       <LI> <A HREF="h_mainhelp_folders">Folders</A>
3263       <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
3264       <LI> <A href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
3265       <LI> <A HREF="h_mainhelp_roles">Incoming and Outgoing Settings for other Accounts</A> (a.k.a Roles)
3266   </UL>
3268   <LI> Finding and Saving your Contacts
3269   <UL>
3270        <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
3271        <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
3272   </UL>
3274   <LI> Security
3275   <UL>
3276       <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
3277       <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
3278   </UL>
3280   <LI> Miscelaneous Configurations
3281   <UL>
3282       <LI> <A HREF="h_mainhelp_color">Color Setup</A>
3283       <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
3284       <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
3285   </UL>
3286 </OL>
3289 &lt;End of help on this topic&gt;
3290 </BODY>
3291 </HTML>
3292 ===== h_mainhelp_intro ======
3293 <HTML>
3294 <HEAD>
3295 <TITLE>Introduction</TITLE>
3296 </HEAD>
3297 <BODY>
3298 <H1>Introduction</H1>
3300 Alpine is an &quot;Alternatively Licensed Program for Internet
3301 News and Email&quot; produced until 2009 by the University of Washington.
3302 It is intended to be an easy-to-use program for
3303 sending, receiving, and filing Internet electronic mail messages and
3304 bulletin board (Netnews/Usenet) messages. Alpine supports the following
3305 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
3306 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
3307 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
3308 Directory Access Protocol).<p>
3310 Although originally designed for inexperienced email users, Alpine has
3311 evolved to support many advanced features.  There are an ever-growing
3312 number of configuration and personal-preference options, though which of
3313 them are available to you is determined by your local system managers. 
3315 <H2>WHAT ALPINE DOES...</H2>
3317 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
3318 allows you to
3319 compose and read messages using Internet mail standards.  (Whether you
3320 can correspond with others on the Internet depends on whether or not your
3321 computer is connected to the Internet.)  Alpine also allows reading and
3322 posting messages on the Internet &quot;net news&quot; system, provided
3323 that your site operates a suitable news server.
3325 <H2>WHAT ALPINE DOES NOT DO...</H2>
3327 A &quot;mail user agent&quot; such as Alpine is just one part of a
3328 messaging system. Here are some things that are <B>not</B> done by Alpine,
3329 but require other programs:<P>
3330 <UL>
3331  <LI> Actual relaying of email... which is done by &quot;message transfer 
3332 agents&quot;.
3333  <LI> Vacation messages... automatically responding to incoming messages
3334  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
3335 email.
3336  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
3337  <LI> List processing... resending one message to a list of recipients.
3338 </UL>
3341 &lt;End of help on this topic&gt;
3342 </BODY>
3343 </HTML>
3345 ===== h_mainhelp_pinehelp ======
3346 <HTML>
3347 <HEAD>
3348 <TITLE>Alpine Help</TITLE>
3349 </HEAD>
3350 <BODY>
3351 <H1>Alpine Help</H1>
3353 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
3354 use will have its own help text, explaining the choices available for that
3355 screen. This general help section, on the other hand, attempts to give an 
3356 overall picture of what Alpine is capable of doing, as well as pointers to 
3357 additional help sections about specific topics.<p>
3359 Much of the help text contains links to further help topics, similar to
3360 how the World Wide Web works.
3361 You may choose a link to view using the &quot;NextLink&quot; and
3362 &quot;PrevLink&quot; commands to change the link that is highlighted.
3363 The &quot;View Link&quot; command will then show you the highlighted link.
3364 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
3365 will return you to where you were before viewing the link, and &quot;Exit Help&quot
3366 will return you to the location in Alpine before you asked for help.
3367 For example, if you are reading this text in Alpine you may return to the
3368 help table of contents with the &quot;Prev Help&quot; command or you may view the
3369 Release notes link in the next paragraph and then return here with
3370 &quot;Prev Help&quot;.
3373 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
3374 on the current Alpine version are also available from the MAIN MENU: Press
3375 <!--chtml if pinemode="function_key"-->
3376 &quot;F9&quot;
3377 <!--chtml else-->
3378 &quot;R&quot;
3379 <!--chtml endif-->
3380 to browse the release notes.  These include changes since the last release,
3381 configuration information, the history of the Alpine
3382 project, credits, and legal notices.
3384 Alpine releases are available via the world wide web at
3386 <CENTER><SAMP><A 
3387 HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP
3388 ></CENTER>
3391 If you would like to print <EM>all</EM> of Alpine's internal help text
3392 (not recommended) for a little light bedtime reading, then press
3393 <!--chtml if pinemode="function_key"-->
3394 &quot;F12&quot;
3395 <!--chtml else-->
3396 &quot;Z&quot;
3397 <!--chtml endif-->
3398 now.  (This assumes that the
3399 copy of Alpine you are using has been properly configured for printing
3400 at your site.)
3402 &lt;End of help on this topic&gt;
3403 </BODY>
3404 </HTML>
3405 ===== h_mainhelp_localsupport ======
3406 <HTML>
3407 <HEAD>
3408 <TITLE>Local Support Contacts</TITLE>
3409 </HEAD>
3410 <BODY>
3411 <H1>Local Support Contacts</H1>
3413 <!--chtml if [ -r PINE_INFO_PATH ]-->
3414 <!--#include file="PINE_INFO_PATH"-->
3415 <!--chtml else-->
3416 No Local Support Contacts configured.
3417 <!--chtml endif-->
3420 &lt;End of help on this topic&gt;
3421 </BODY>
3422 </HTML>
3424 ===== h_mainhelp_cmds ======
3425 <HTML>
3426 <HEAD>
3427 <TITLE>Giving Commands in Alpine</TITLE>
3428 </HEAD>
3429 <BODY>
3430 <H1>Giving Commands in Alpine</H1>
3432 Unless configured otherwise
3433 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
3434 the bottom two lines of the screen are always used to list the
3435 commands you can give.  You press the keys that are highlighted to give
3436 the command.  The commands for getting help and going back to the main
3437 menu are always present (except when viewing help as you are now).
3438 <!--chtml if pinemode="function_key"-->
3439 <!--chtml else-->
3441 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
3442 you see at the bottom of any screen. In some cases there are 3 or
3443 even 4 different
3444 sets of keys that can be seen by using the O key. <EM>All commands are 
3445 active</EM>, even if they are not currently showing at the bottom of your 
3446 screen. In other words, you <EM>never</EM> need to press the O key, except to 
3447 remind yourself of the proper key to press to perform an operation.
3449 <H2>Control Key Commands</H2>
3450 When composing mail, and in a few other places, in Alpine you
3451 have to use Control keys. This means pressing the Control key (usually labeled 
3452 &quot;Ctrl&quot;) and the
3453 letter indicated at the same time.  Usually, this is shown with a
3454 &quot;^&quot; in front of the letter.  On some systems, certain control
3455 characters are intercepted before they get to Alpine.  As a work-around,
3456 you can press the ESCAPE key twice followed by the desired key.  For
3457 example, if Ctrl-O (^O) does not work on your system, try typing
3458 &quot;ESC ESC O&quot;.
3459 <!--chtml endif-->
3460 <H2>Paging Up and Down</H2>
3461 The &quot;+&quot; and &quot;-&quot; keys are used for
3462 moving to the next or previous page.  The space bar is a synonym for
3463 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
3464 up as you do in the message composer.  On screens with a WhereIs (search)
3465 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
3466 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
3467 of the message or list.
3469 <H2>Return Key</H2>
3470 The return key is usually a synonym for a frequently used
3471 command.  When viewing a message, there is currently not a default
3472 command, so RETURN does nothing; when in the index, it is synonymous with
3473 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
3474 enclosed in square brackets [] is the same as the return key.
3476 <H2>Control Keys Not Used By Alpine</H2>
3477 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
3478 value, but in places where Alpine is expecting text input, e.g. in the composer or 
3479 at prompts for file/folder names, control keys must be used for editing and 
3480 navigation functions.
3483 Alpine has used nearly all the control keys available.  There are, however,
3484 certain control keys that are reserved by other programs or for technical
3485 reasons.  Alpine does not use any of these keys:
3486 <DL>
3487  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
3488  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
3489  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
3490 </DL>
3492 Note: Ctrl-S and Ctrl-Q can be subject to 
3493 <A HREF="h_special_xon_xoff">special handling</A>.
3495 In addition, while the ESC key alone is not used for command input,
3496 Alpine will recognize two consecutive ESC key presses followed by a letter 
3497 key as a substitute for control key input.  For example, the control key
3498 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
3499 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
3500 This is useful if the communication program you are using
3501 (e.g. Telnet) has its own, conflicting, idea of what certain control
3502 characters mean.
3505 <H2>Repainting the Screen</H2>
3506 Sometimes what is displayed on the screen will be
3507 incorrect due to noise on the phone line or other causes and you will want
3508 to repaint the whole screen to make it correct.  You can use the Ctrl-L
3509 command to do this.  It never hurts to do it when in doubt.
3512 &lt;End of help on this topic&gt;
3513 </BODY>
3514 </HTML>
3515 ===== h_mainhelp_status ======
3516 <HTML>
3517 <HEAD>
3518 <TITLE>Titlebar Line</TITLE>
3519 </HEAD>
3520 <BODY>
3521 <H1>Titlebar Line</H1>
3523 The top line of the screen is Alpine's titlebar line.  It will always display
3524 the current version of Alpine and will also convey information about the
3525 status of the program.  This is where you look to find out what
3526 collection, folder and message number is active and where you are in Alpine.
3529 If the titlebar line says &quot;READONLY&quot; it means that the open folder
3530 (typically your INBOX) is &quot;locked&quot; by another mail session --
3531 most likely a more recent session of Alpine has taken the INBOX lock.
3534 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
3535 access a
3536 folder on a remote mail server, and for some reason, communication with
3537 the mail server has either been lost, or never successfully established.
3538 This can be a result of trying to open a non-existent folder, or one
3539 stored on an invalid or non-operational server, or it can mean that Alpine
3540 has been suspended for more that 30 minutes while accessing a remote mail
3541 server.
3544 &lt;End of help on this topic&gt;
3545 </BODY>
3546 </HTML>
3547 ===== h_mainhelp_mainmenu ======
3548 <HTML>
3549 <HEAD>
3550 <TITLE>Main Menu</TITLE>
3551 </HEAD>
3552 <BODY>
3553 <H1>Main Menu</H1>
3555 The Main Menu lists Alpine's main options.
3556 The key or keys you must type to enter your
3557 choice are to the left of each option or command name.
3558 You can type either uppercase or lowercase letters,
3559 and you should not press &lt;Return&gt; after typing the
3560 letter (unless you are specifically asking for the default,
3561 highlighted command).
3564 From the Main Menu you can choose to read online help, write (compose) and 
3565 send a message, look at an index of your mail messages, open or maintain
3566 your mail folders, update your address book, configure Alpine, and quit Alpine.
3567 There are additional options listed at
3568 the bottom of the screen as well.
3571 The Help command usually returns context-sensitive help information.
3572 However, in the Main Menu you get the most general help, which includes
3573 a Table of Contents.
3574 The last entry in the Table of Contents is an Index of help topics,
3575 so this is a good place to go if you are having trouble finding how
3576 to do something.
3578 <H2>Main Menu Commands</H2>
3579 The Alpine main menu lists the most common Alpine functions. A <a
3580 href="h_main_menu_commands">full list of these
3581 commands</a> and what they do is available.
3583 &lt;End of help on this topic&gt;
3584 </BODY>
3585 </HTML>
3586 ===== h_mainhelp_abooks ======
3587 <HTML>
3588 <HEAD>
3589 <TITLE>Address Books</TITLE>
3590 </HEAD>
3591 <BODY>
3592 <H1>Address Books</H1>
3595 As you use email, you can build a list of your regular email correspondents 
3596 in your Alpine
3597 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
3598 screen. Your
3599 personal address book will be highlighted. Press &lt;Return&gt; to view it.
3600 You can use the address book to store email addresses for individuals or
3601 groups, to create easily
3602 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
3603 address when you are composing a message.
3605 There are two ways to add addresses to your address book: you can add them 
3606 manually or take them from messages (by pressing T to access the Take command). 
3607 With either method, you specify nicknames for your correspondents. A single 
3608 address book entry (or nickname) can point to just one email address, or, it can
3609 point to more than one. When it points to more than one, it is called a 
3610 distribution list. Each distribution list has a nickname, a full name, and a 
3611 list of addresses. These
3612 addresses may be actual addresses, other nicknames in your address book, or 
3613 other
3614 distribution lists.
3617 Additional information is available in Alpine's online help:
3618 <ul>
3619   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
3620 </ul>
3622 &lt;End of help on this topic&gt;
3623 </BODY>
3624 </HTML>
3625 ===== h_mainhelp_ldap ======
3626 <HTML>
3627 <HEAD>
3628 <TITLE>LDAP</TITLE>
3629 </HEAD>
3630 <BODY>
3631 <H1>LDAP</H1>
3633 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
3634 an organization's shared
3635 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
3636 large address
3637 books, rather like the White Pages provided by the phone company. As an Alpine 
3638 user, it is not
3639 necessary to know much about how this works, only how to use it and how to 
3640 configure
3643 More information on configuring LDAP is available in Alpine's online help:
3644 <ul>
3645   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
3646 </ul>
3648 Additional help on using LDAP in Alpine is also available:
3649 <ul>
3650   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
3651 </ul>
3653 &lt;End of help on this topic&gt;
3654 </BODY>
3655 </HTML>
3656 ===== h_mainhelp_index ======
3657 <HTML>
3658 <HEAD>
3659 <TITLE>Index of Messages</TITLE>
3660 </HEAD>
3661 <BODY>
3662 <H1>Index of Messages</H1>
3664 In Alpine's message index, the selected message is highlighted. The first 
3665 column on the left is blank, shows a &quot;+&quot; if the message was
3666 sent directly to you (i.e., it is not a
3667 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
3669 The second column may be blank, or it may contain:
3670 <ul>
3671   <li>"N" if the message is new (unread), </li>
3672   <li>"A" if you have answered the message (using the Reply command), </li>
3673   <li>"D" if you have marked the message for deletion.</li>
3674 </ul>
3677 Note: If you answer a message as well as mark it deleted (in either order), 
3678 you will only see the &quot;D&quot;.
3681 The rest of the columns in the message line show you the message
3682 number, date sent, sender, size, and subject. For details, press ? (Help).  
3683 The behavior and appearance of the Index screen is highly configurable.
3684 In the Setup/Config screen search (with the WhereIs command) for options
3685 that contain the words &quot;index&quot; or &quot;thread&quot; to see
3686 many of the configuration possibilities.
3687 In particular, the
3688 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
3689 option may be used to configure the look of the standard MESSAGE INDEX lines
3690 in many different ways.
3691 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
3692 read the help text there for more information.
3694 Most of the commands you need to handle your messages are visible at the
3695 bottom of the screen, and you can press O (OTHER CMDS) to see additional
3696 commands that are available.
3697 You do not need to see these &quot;other commands&quot;
3698 on the screen to use them. That is, you never need to press O as a prefix
3699 for any other command.
3702 Additional information is available in Alpine's online help:
3703 <ul>
3704   <li><a href="h_mail_index">Message Index Commands</a></li>
3705 </ul>
3707 &lt;End of help on this topic&gt;
3708 </BODY>
3709 </HTML>
3710 ===== h_mainhelp_reading ======
3711 <HTML>
3712 <HEAD>
3713 <TITLE>Reading Messages</TITLE>
3714 </HEAD>
3715 <BODY>
3716 <H1>Reading Messages</H1>
3718 The message text screen shows you the text of the message along with
3719 its header. If a message has attachments, those will be listed (but not
3720 displayed) also.  The titlebar line displays information about the currently
3721 open message, folder and collection.  You see the name of the collection
3722 (if there is one) in angle brackets, then the name of the folder, then the
3723 message number and finally the position within the current message (in
3724 percent). If the message is marked for deletion
3725 &quot;DEL&quot; will appear in the
3726 upper right as well.
3729 As with every Alpine screen, the bottom two lines show you the commands 
3730 available.
3732 <P>Additional information is available in Alpine's online help:
3733 <ul>
3734   <li><a href="h_mail_view">Message Text Screen</a></li>
3735   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
3736   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
3737 </ul>
3739 &lt;End of help on this topic&gt;
3740 </BODY>
3741 </HTML>
3742 ===== h_mainhelp_composing ======
3743 <HTML>
3744 <HEAD>
3745 <TITLE>Composing Messages</TITLE>
3746 </HEAD>
3747 <BODY>
3748 <H1>Composing Messages</H1>
3750 To write a message, press C (Compose). You see the Compose Message
3751 screen, which is divided into two parts: the header area and the message
3752 text area. The header area is where information on the recipient (the To:
3753 field) and the subject line go, while the message text area contains the
3754 actual text of the email message. Different commands are available to you
3755 when your cursor is in different areas on this screen. To see additional
3756 help on commands in either the message text or header area, type
3757 <Control>G (Get help).
3760 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
3761 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
3763 <P>The following information from Alpine's online help may prove useful:
3764 <ul>
3765   <li><a href="h_composer_to">Message Header Commands</a></li>
3766   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
3767   <li><a href="h_composer">Composer Commands</a></li>
3768   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
3769   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
3770   <li><a href="h_compose_send">Send Command</a></li>
3771   <li><a href="h_compose_spell">Spell Check Command</a></li>
3772 </ul>
3774 &lt;End of help on this topic&gt;
3775 </BODY>
3776 </HTML>
3777 ===== h_mainhelp_collections ======
3778 <HTML>
3779 <HEAD>
3780 <TITLE>Collection Lists</TITLE>
3781 </HEAD>
3782 <BODY>
3783 <H1>Collection Lists</H1>
3785 Collection lists are Alpine's way of organizing groups of folders. Each
3786 "collection" can reside on a different server, for example, and contain a
3787 different group of mail folders.
3790 For more information on this, see:
3791 <ul>
3792   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
3793 </ul>
3795 Additional information relating to collection lists is also available in 
3796 Alpine's online
3797 help:
3798 <ul>
3799   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
3800   <li><a href="h_collection_screen">Collection List Screen</a></li>
3801 </ul>
3803 &lt;End of help on this topic&gt;
3804 </BODY>
3805 </HTML>
3806 ===== h_mainhelp_folders ======
3807 <HTML>
3808 <HEAD>
3809 <TITLE>Folders</TITLE>
3810 </HEAD>
3811 <BODY>
3812 <H1>Folders</H1>
3814 Messages can quickly accumulate in your INBOX folder. If you use email
3815 often, you soon could have hundreds. You need to delete messages you do
3816 not want, and you can use folders to organize messages you wish to save. A
3817 folder is a collection of one or more messages that are stored (just like
3818 the messages in your INBOX) so you can access and manage them.
3821 You can organize your email messages into different folders by topic,
3822 correspondent, date, or any other category that is meaningful to you. You
3823 can create your own folders, and Alpine automatically provides three:
3824 <ul>
3825   <li>The INBOX folder: messages sent to you are listed in this folder.
3826       When you first start Alpine and go to the Message Index screen, you are
3827 looking at the list of messages in your INBOX folder. Every incoming
3828 message remains in your INBOX until you delete it or save it in another
3829 folder. </li>
3830   <li>The sent-mail folder: copies of messages you send are stored in this 
3831 folder. This is
3832 convenient if you cannot remember whether you actually sent a message and want 
3833 to check, or
3834 if you want to send a message again.</li>
3835   <li>The saved-messages folder: copies of messages you save are stored in this 
3836 folder
3837 unless you choose to save them to other folders you create yourself.</li>
3838 </ul>
3841 More information about folders is available in Alpine's online help:
3842 <ul>
3843   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
3844   <li><a href="h_folder_maint">Help for Folder List</a></li>
3845   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
3846   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
3847 Explained</a></li>
3848   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
3849 </ul>
3851 &lt;End of help on this topic&gt;
3852 </BODY>
3853 </HTML>
3854 ===== h_mainhelp_color ======
3855 <HTML>
3856 <HEAD>
3857 <TITLE>Color</TITLE>
3858 </HEAD>
3859 <BODY>
3860 <H1>Color</H1>
3862 If the terminal emulator you are using is capable of displaying color or if
3863 you are using PC-Alpine, then it is possible to set up Alpine so that various
3864 parts of the display will be shown in colors you configure. This is done
3865 using the Setup Color screen, available from the MAIN MENU by selecting
3866 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
3867 stands for Config in this context).
3870 For example, you may color things like the titlebar, the current item,
3871 the keymenu, and the status messages.
3872 You may also color lines in the index, and headers and quoted text in the
3873 MESSAGE TEXT screen.
3874 You use the Color Setup screen for configuring most of this, but you must
3875 use the IndexColor setup for coloring whole index lines.
3876 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
3879 The following entries in Alpine's online help provide additional information 
3880 about how to use color:
3881 <UL>
3882   <LI> <A HREF="h_color_setup">Color Setup screen</A>
3883   <LI> <A HREF="h_rules_incols">Index Line Color</A>
3884   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
3885   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
3886 </UL>
3888 &lt;End of help on this topic&gt;
3889 </BODY>
3890 </HTML>
3891 ===== h_mainhelp_mouse ======
3892 <HTML>
3893 <HEAD>
3894 <TITLE>Using a Mouse</TITLE>
3895 </HEAD>
3896 <BODY>
3897 <H1>Using a Mouse</H1>
3899 If you are using PC-Alpine mouse support is turned on automatically.
3900 If you are using UNIX Alpine within an X terminal window or within
3901 a terminal emulator that supports an xterm-style mouse, then you may
3902 turn on support for the mouse with the feature
3903 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
3904 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
3906 PC-Alpine offers considerable mouse support.  You can view what is
3907 &quot;clickable&quot; by dragging your mouse over any screen; when the
3908 arrow cursor changes into a hand, you found something. Mouse-click
3909 possibilities include navigating between screens and folders and
3910 double-clicking on hyperlinks to open your Web browser.
3911 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
3912 screen.  Examples of right-click options include &quot;copy&quot; after
3913 selecting text to copy and &quot;View in New Window&quot; when you click
3914 on a particular message in the Message Index. The menu choices available
3915 to you will vary based upon what screen is open, where on the screen your
3916 cursor is located, and even what action you have already taken.
3917 Within a folder, you may set the &quot;Important&quot; flag on any
3918 message.
3920 X terminal mouse support is more limited but still quite powerful.
3921 As with PC-Alpine, clicking on any of the commands in the keymenu at
3922 the bottom of the screen will execute that command as if you typed it.
3923 Double-clicking on a link, for example the link to the
3924 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
3925 will take you to that link.
3926 Double-clicking on an index line will view the message, and so on.
3928 &lt;End of help on this topic&gt;
3929 </BODY>
3930 </HTML>
3931 ===== h_mainhelp_keywords ======
3932 <HTML>
3933 <HEAD>
3934 <TITLE>Keywords</TITLE>
3935 </HEAD>
3936 <BODY>
3937 <H1>Keywords</H1>
3939 Within a folder, you may set the &quot;Important&quot; flag on any
3940 message.
3941 This doesn't have any system-defined meaning and is only called
3942 the Important flag because many users use it to signify that a message
3943 is important to them in some way.
3945 You may also define your own set of keywords.
3946 You might know these as user defined flags or as labels.
3947 These are similar to the Important flag but you choose the names for yourself.
3949 Alpine will only display keywords that
3950 have been added by you in the Flag Details screen or
3951 that have been configured by you using the Setup/Config option
3952 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
3953 Keywords set by other means (for example, by another email client) will not
3954 show up in Alpine unless you configure Alpine to know about them.
3955 They will show up in the Flag Details screen, but will not show up, for example,
3956 in the index line.
3959 The following entries in Alpine's online help provide additional information 
3960 about how to use keywords:
3961 <ul>
3962   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
3963   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
3964 </ul>
3966 &lt;End of help on this topic&gt;
3967 </BODY>
3968 </HTML>
3969 ===== h_mainhelp_roles ======
3970 <HTML>
3971 <HEAD>
3972 <TITLE>Roles</TITLE>
3973 </HEAD>
3974 <BODY>
3975 <H1>Roles</H1>
3977 You may play different roles depending on who you are replying to. For
3978 example, if you are replying to a message addressed to help-desk you may
3979 be acting as a Help Desk Worker. That role may require that you use a
3980 different return address and/or a different signature.
3983 To configure roles, go to the MAIN MENU and use the Setup command
3984 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
3985 The following entries in Alpine's online help provide additional information 
3986 about how to
3987 use roles:
3988 <ul>
3989   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
3990   <li><a href="h_role_select">Roles Screen</a></li>
3991 </ul>
3993 &lt;End of help on this topic&gt;
3994 </BODY>
3995 </HTML>
3996 ===== h_mainhelp_filtering ======
3997 <HTML>
3998 <HEAD>
3999 <TITLE>Filtering</TITLE>
4000 </HEAD>
4001 <BODY>
4002 <H1>Filtering</H1>
4004 The software that actually delivers mail (the stuff that happens
4005 before Alpine is involved) for you is in a better position to do mail filtering
4006 than Alpine itself.
4007 If possible, you may want to look into using that sort of mail filtering to
4008 deliver mail to different folders, delete it, or forward it.
4009 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
4012 Filtering is a way to automatically move certain messages from one folder
4013 to another or to automatically delete messages.
4014 You may also automatically set the state (Important, New, Deleted, Answered) of messages
4015 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
4016 Alpine doesn't have the ability to forward mail to another address or
4017 to deliver vacation messages.
4020 To configure filtering, go to the MAIN MENU and use the Setup command
4021 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
4022 The following entries in Alpine's online help provide additional information 
4023 about how to use filtering:
4024 <UL>
4025   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
4026 </UL>
4028 &lt;End of help on this topic&gt;
4029 </BODY>
4030 </HTML>
4031 ===== h_mainhelp_patterns ======
4032 <HTML>
4033 <HEAD>
4034 <TITLE>Patterns</TITLE>
4035 </HEAD>
4036 <BODY>
4037 <H1>Patterns</H1>
4039 Patterns are used with Roles, Filtering, Index Coloring,
4040 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
4041 The following entries in Alpine's online help provide information 
4042 about using Patterns:
4043 <UL>
4044   <LI> <A HREF="h_rule_patterns">Patterns</A>
4045 </UL>
4047 &lt;End of help on this topic&gt;
4048 </BODY>
4049 </HTML>
4050 ===== h_mainhelp_cmdlineopts ======
4051 <HTML>
4052 <HEAD>
4053 <TITLE>Command Line Options</TITLE>
4054 </HEAD>
4055 <BODY>
4056 <H1>Command Line Options</H1>
4058 Alpine accepts a number of command line arguments, allowing you, for
4059 example, to start Alpine and immediately access a particular folder.
4060 Many of these arguments overlap with options in the Alpine configuration file.
4061 If there is a difference, then an option set on the command line takes
4062 precedence.
4063 Alpine expects command line arguments (other than addresses) to be
4064 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
4065 A <a href="h_command_line_options">full list</a> of command line
4066 possibilities is available.
4068 &lt;End of help on this topic&gt;
4069 </BODY>
4070 </HTML>
4071 ===== h_mainhelp_config ======
4072 <HTML>
4073 <HEAD>
4074 <TITLE>Alpine Configuration</TITLE>
4075 </HEAD>
4076 <BODY>
4077 <H1>Alpine Configuration</H1>
4079 Unless it has been administratively disabled, the Setup command on the
4080 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
4081 The possible subcommands are for general Configuration settings,
4082 Printer settings, Changing your Password, Signature setup,
4083 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
4084 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
4085 and Color configuration.
4086 In particular, the &quot;Config&quot; subcommand has many features you may
4087 set or unset and many other configuration variables that may be set to change
4088 the way Alpine works.
4089 Every one of the hundreds of options available in that configuration settings
4090 screen has help text associated with it.
4091 You may read that text by moving the cursor to highlight the option and then
4092 typing the Help command.
4094 These settings are stored in your personal
4095 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
4096 <A HREF="h_config_remote_config">remotely</A>),
4097 but on shared systems these settings
4098 may be over-ridden by a system-wide control file (due to local site
4099 security or support policies).  A global pine configuration file can also
4100 be used to set default values for all Alpine users on a particular system.
4101 Power users may be interested in splitting their personal configuration
4102 data into two pieces, a generic piece and
4103 <A HREF="h_config_exceptions">exceptions</A> which apply to
4104 a particular platform.
4105 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
4106 General Alpine configuration information can be found
4107 <A HREF="h_news_config">here</A>.
4109 &lt;End of help on this topic&gt;
4110 </BODY>
4111 </HTML>
4112 ===== h_mainhelp_aggops ======
4113 <HTML>
4114 <HEAD>
4115 <TITLE>Aggregate Operations</TITLE>
4116 </HEAD>
4117 <BODY>
4118 <H1>Aggregate Operations</H1>
4120 When you are in the MESSAGE INDEX, the available commands
4121 (for example, Delete, Undelete, Save, Reply, and so on)
4122 normally act on a single message.
4123 So, for example, if you press the Delete command, the currently highlighted
4124 message is marked Deleted.
4125 These commands that normally act on a single message may be applied to
4126 several messages at once instead.
4128 By default this feature is turned on, but it could be administratively turned
4129 off to reduce complexity.
4130 The feature
4131 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
4132 in the Setup/Config screen is used to turn it off or on.
4133 When this feature is turned on, the four commands &quot;Select&quot;,
4134 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
4135 are available.
4136 The two selection commands allow you to mark a set of
4137 messages as being &quot;selected&quot;.
4138 The &quot;ZoomMode&quot; command will toggle between
4139 displaying only the selected messages and displaying all the messages.
4140 The &quot;Apply&quot; command allows you to
4141 apply one of the regular MESSAGE INDEX commands to all of the selected
4142 messages instead of to only the highlighted message.
4144 An example aggregate operation would be to catch up when reading
4145 a news group.
4146 That is, get rid of all the messages in the news group so that you can
4147 start fresh.
4148 The easiest way to do this in Alpine is to use aggregate operations.
4149 You want to Delete all of the messages in the group.
4150 You could start at the top and type &quot;D&quot; once for every message.
4151 A much faster method is to first Select all of the messages in the group,
4152 and then Delete all of them.
4153 This would take four keystrokes:
4155 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
4156 <BR>
4157 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
4159 Another use of Select is to use it for searching for a particular message
4160 or set of messages in a large folder.
4161 You may know that the message was From a certain user.
4162 You could select all messages from that user to start, and use Zoom to
4163 look at only those messages.
4164 If there were still too many messages to look at you could Narrow the
4165 set of messages further by selecting from all of those messages only
4166 the ones that were after a certain date, or contained a particular phrase
4167 in the Subject, or were too a particular address, and so on.
4168 That may be the end of what you are doing, or you may want to use Apply to
4169 Save or Forward or Print all of the selected messages.
4171 Some related help topics are
4172 <UL>
4173 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
4174 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
4175 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
4176 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
4177 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
4178 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
4179 </UL>
4181 &lt;End of help on this topic&gt;
4182 </BODY>
4183 </HTML>
4184 ===== h_mainhelp_readingnews ======
4185 <HTML>
4186 <HEAD>
4187 <TITLE>Reading News</TITLE>
4188 </HEAD>
4189 <BODY>
4190 <H1>Reading News</H1>
4192 <H2>Background</H2>
4193 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
4194 commands as for mail. Similar to mailing lists but existing on a larger scale, 
4195 Usenet newsgroups allow groups of people with common interests to discuss 
4196 particular topics. You might find newsgroups related to your career, or you 
4197 might wish to check out the online discussion among the fans of your favorite 
4198 television show. 
4200 <H2>Configuring Alpine for Reading News</H2>
4201 Alpine often arrives
4202 pre-configured by your system administrator to automatically access the
4203 newsgroups offered by your organization, Internet Service Provider, or
4204 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
4205 need additional details on <a href="h_configuring_news">how to
4206 configure Alpine to read news</a>.
4208 <H2>Accessing Newsgroups</H2>
4209 The first step in reading news is to access the newsgroups collections
4210 screen from Alpine. If everything is configured properly, you should be able
4211 to do this by first typing L (folder List), then selecting the folder
4212 collection listed as "News." The actual name of this collection may differ
4213 from system to system.
4215 <H2>Subscribing to Newsgroups</H2>
4217 Once you have accessed the news collection, you need to subscribe to a
4218 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
4219 will keep a record of the newsgroups in which you are interested and which
4220 articles in those newsgroups have been read.
4222 <H2>Using Newsgroups</H2> 
4223 Alpine uses the similar commands to read news as to read mail. For example,
4224 the D command marks messages as Deleted (or "Dismissed," if you prefer),
4225 and the R command Replies to a news posting. Basically, Alpine allows you to
4226 read news as if it were mail, so you don't need to change the way you
4227 interact with Alpine.
4229 There is also additional Alpine help available on 
4230 <A HREF="h_reading_news">how to use Alpine to read news</A>.
4232 &lt;End of help on this topic&gt;
4233 </BODY>
4234 </HTML>
4235 ===== h_mainhelp_securing ======
4236 <HTML>
4237 <HEAD>
4238 <TITLE>Securing your Alpine Session</TITLE>
4239 </HEAD>
4240 <BODY>
4241 <H1>Securing your Alpine Session</H1>
4243 By default, Alpine will attempt to connect to an IMAP server on the normal
4244 IMAP service port (143).
4245 If the Alpine you are using has been built to
4246 support &quot;Transport Layer Security&quot; (TLS)
4247 and &quot;Secure Sockets Layer&quot; (SSL) 
4248 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
4249 and the server offers the STARTTLS capability, then a secure (encrypted)
4250 session will be established.
4252 When you are connected to a remote folder the titlebar will contain a plus sign
4253 in the far right column if the connection is encrypted using TLS or SSL.
4254 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
4255 if the connection is encrypted.
4257 <H2>More Information on Alpine with SSL and TLS</H2>
4258 <UL>
4259 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
4260 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
4261 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
4262 <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>
4263 </UL>
4264 <H2>Here are some other security-related features and options</H2>
4266 <UL>
4267 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
4268 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
4269 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
4270 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
4271 <LI> <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> option </LI>
4272 </UL>
4274 &lt;End of help on this topic&gt;
4275 </BODY>
4276 </HTML>
4277 ===== h_mainhelp_problems ======
4278 <HTML>
4279 <HEAD>
4280 <TITLE>Reporting Problems</TITLE>
4281 </HEAD>
4282 <BODY>
4283 <H1>Reporting Problems</H1>
4285 We ask that you first read the relevant help screens and then seek
4286 assistance from your own local support staff.  Once you are sure that your
4287 difficulty is not a local configuration problem, you might look at the
4288 help section explaining where to look for
4289 <A HREF="h_finding_help">more information</A> and where to 
4290 get assistance.
4293 <ADDRESS>
4294    Eduardo Chappa &lt;chappa@washington.edu&gt;
4295 </ADDRESS>
4298 &lt;End of help on this topic&gt;
4299 </BODY>
4300 </HTML>
4301 ===== h_main_menu_commands ======
4302 <HTML>
4303 <HEAD>
4304 <TITLE>MAIN MENU COMMANDS</TITLE>
4305 </HEAD>
4306 <BODY>
4307 <H1>MAIN MENU COMMANDS</H1>
4309 <!--chtml if pinemode="function_key"-->
4310 &nbsp;Available&nbsp;Commands&nbsp;--
4311 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
4312 &nbsp;------------------------------
4313 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
4314 ----------<BR>
4315 &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>
4316 &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>
4317 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
4318 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
4319 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
4320 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
4321 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
4322 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
4323 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
4324 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4325 &nbsp;F7&nbsp;&nbsp;<A 
4326 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
4327 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4328 &nbsp;F8&nbsp;&nbsp;<A 
4329 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
4330 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
4331 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 
4332 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
4333 &nbsp;F10&nbsp;<A 
4334 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 
4335 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
4336 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4337 &nbsp;F11&nbsp;<A 
4338 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
4339 <!--chtml else-->
4340 &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>
4341 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
4342 &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>
4343 &nbsp;C&nbsp;&nbsp;<A 
4344 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>
4345 &nbsp;I&nbsp;&nbsp;<A 
4346 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>
4347 &nbsp;L&nbsp;&nbsp;<A 
4348 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>
4349 &nbsp;A&nbsp;&nbsp;<A 
4350 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
4351 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
4352 &nbsp;S&nbsp;&nbsp;<A 
4353 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 
4354 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
4355 &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>
4356 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
4357 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
4358 <!--chtml endif-->
4361 NOTE:
4362 <OL>
4363  <LI>For help on a particular command, highlight the bold text associated
4364 with it above and hit Return.
4365  <LI> The availability of certain commands (e.g. some of the options under
4366 SETUP) is determined by Alpine configuration files and system capabilities.
4367 At some sites, certain commands may not be available due to security or
4368 support concerns.
4369 </OL>
4371 &lt;End of help on this topic&gt;
4372 </BODY>
4373 </HTML>
4375 ===== h_command_line_options ======
4376 <HTML>
4377 <HEAD>
4378 <TITLE>COMMAND LINE OPTIONS</TITLE>
4379 </HEAD>
4380 <BODY>
4381 <H1>COMMAND LINE OPTIONS</H1>
4382 Possible starting arguments for Alpine:
4384 <DL COMPACT>
4386 <DT> <EM>[addresses]</EM>
4388 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
4389 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
4390 <EM>Alpine</EM> will startup in
4391 the composer with a message started to the addresses specified.
4392 Once the message is sent, the <EM>Alpine</EM> session closes.
4393 Standard input redirection is allowed.
4394 Separate multiple addresses with a space between them.
4395 Addresses are placed in the &quot;To&quot; field only.
4398 <DT> &lt; <EM>file</EM>
4400 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
4401 into the body of the message.
4402 Once the message is sent, the <EM>Alpine</EM> session closes. 
4405 <DT> -attach <EM>file</EM>
4407 <DD> Go directly into composer with given file attached.
4410 <DT> -attachlist <EM>file-list</EM>
4412 <DD> Go directly into composer with given files attached.
4413 This must be the last option on the command line.
4416 <DT> -attach_and_delete <EM>file</EM>
4418 <DD> Go directly into composer with given file attached, delete when finished.
4421 <DT> -aux <EM>local_directory</EM>
4423 <DD> <EM>PC-Alpine</EM> only.
4424 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
4425 files, like debug files, address books, and signature files.  The pinerc may 
4426 be local or remote.
4429 <DT> -bail
4431 <DD> If the personal configuration file doesn't already exist, exit.
4432 This might be useful if the configuration file is accessed using some
4433 remote filesystem protocol. If the remote mount is missing this will cause
4434 <EM>Alpine</EM> to quit instead of creating a new pinerc.
4437 <DT> -c <EM>n</EM>
4439 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
4440 This is used when there are multiple folder collections (contexts) and you 
4441 want to open a folder not in the primary collection.
4444 <DT> -conf
4446 <DD> Configuration: Prints a sample system configuration file to the
4447 screen or standard output. To generate an initial system configuration 
4448 file, execute
4450 <PRE><CODE>
4451                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
4452 </CODE></PRE>
4455 To generate a system configuration file using settings from an old
4456 system configuration file, execute
4458 <PRE><CODE>
4459                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
4460 </CODE></PRE>
4462 A system configuration file is not required.
4465 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
4467 <DD> Copy an address book file to a remote address book folder.
4468 If the remote folder doesn't exist, it will be created.
4469 If it exists but the first message in the folder isn't a remote address
4470 book header message, the copy will be aborted.
4471 This flag will not usually be used by a user.
4472 Instead, the user will create a remote address book from within <EM>Alpine</EM>
4473 and copy entries from the local address book by using aggregate Save in
4474 the address book screen.
4477 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
4479 <DD> Copy a pinerc configuration file to a remote pinerc folder.
4480 If the remote folder doesn't exist, it will be created.
4481 If it exists but the first message in the folder isn't a remote pinerc
4482 header message, the copy will be aborted.
4483 This flag may be useful to users who already have a local pinerc file and
4484 would like to convert it to a remote pinerc folder and use that instead.
4485 This gives a way to bootstrap that conversion without having to manually
4486 reset all of the variables in the remote pinerc folder.
4489 <DT> -d <EM>debug-level</EM>
4491 <DD> Debug Level:  Sets the level of debugging information written by
4492 <EM>Alpine</EM>.
4493 <EM>debug-level</EM> can be set to any integer 0-9.
4494 A debug level of 0 turns off debugging for the session.
4495 (Actually there are some levels higher than 9, but you probably don't
4496 want to see them.)
4499 <DT> -d <EM>keywords</EM>
4501 <DD> You may use a more detailed version of the debugging flag to set
4502 the debug level in separate parts of <EM>Alpine</EM>.
4503 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
4504 verbose=0..9.
4505 <EM>Flush</EM> causes debugging information to be flushed immediately to
4506 the debug file as it is written.
4507 <EM>Verbose</EM> is the general debugging verbosity level.
4508 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
4509 is useful when you are trying to figure out what is responsible for delays.
4510 <EM>Numfiles</EM> sets the number of debug files saved.
4511 <EM>Imap</EM> sets the debug level for the debugging statements related
4512 to the conversation with the IMAP server, and more generally, for the
4513 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
4514 <EM>Tcp</EM> turns on some TCP/IP debugging.
4517 <DT> -f <EM>folder</EM>
4519 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
4520 of the standard INBOX.
4523 <DT> -F <EM>file</EM>
4525 <DD> Open named text file for viewing and forwarding.
4528 <DT> -h
4530 <DD> Help:  Prints the list of available command-line arguments to the
4531 screen.
4534 <DT> -i
4536 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
4537 screen instead of the MAIN MENU.
4540 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
4543 <DT> -I <EM>a,b,c,...</EM>
4545 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
4546 sequence of commands upon startup.
4547 This allows users to get <EM>Alpine</EM> to start in any
4548 of its menus/screens.
4549 You cannot include any input to the composer in the initial keystrokes.
4550 The key &lt;Return&gt; is represented by a ``CR'' in
4551 the keystroke list; the spacebar is designated by the letters ``SPACE''.
4552 Control keys are two character sequences beginning with ``^'', such as
4553 ``^I''.
4554 A tab character is ``TAB''.
4555 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
4556 ``DOWN'', ``LEFT'', and ``RIGHT''.
4557 A restriction is that you can't mix function keys and character keys in this
4558 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
4559 A user can always use only <EM>character</EM> keys in the startup list even
4560 if he or she is using <EM>function</EM> keys normally, or vice versa.
4561 If an element in this list is a string of characters surrounded by double
4562 quotes (&quot;) then it will be expanded into the individual characters in
4563 the string, excluding the double quotes.
4566 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
4569 <DT> -install
4571 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
4572 some basic information to help with getting properly set up.
4575 <DT> -k
4577 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
4578 the input of commands to be function-keys.
4579 Otherwise, commands are linked to the regular character keys.
4582 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
4583 <EM>Feature-List</EM>.
4586 <DT> -n <EM>n</EM>
4588 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
4589 FOLDER INDEX screen with the current message being the specified
4590 message number.
4593 <DT> -nosplash
4595 <DD> <EM>PC-Alpine</EM> only.
4596 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
4597 This may be helpful for certain troubleshooting or terminal server scenarios.
4600 <DT> -o <EM>folder</EM>
4602 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
4605 <DT> -p <EM>pinerc</EM>
4607 <DD> Uses the named file as the personal configuration file instead of
4608 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
4609 Alpinerc may be either a local file or a remote configuration folder.
4612 <DT> -P <EM>pinerc</EM>
4614 <DD> Uses the named file as the system wide configuration file instead of
4615 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
4616 Alpinerc may be either a local file or a remote configuration folder.
4619 <DT> -passfile <EM>passfile</EM>
4621 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
4622 This should be a fully-qualified filename.
4625 <DT> -pinerc <EM>file</EM>
4627 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
4628 settings of variables that the user has made.
4629 Use <EM>file</EM> set to ``-'' to make output go to standard out.
4632 <DT> -r
4634 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
4635 <EM>Alpine</EM> in restricted mode can only send email to itself.
4636 Save and export are limited.
4639 <DT> -registry <EM>cmd</EM>
4641 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
4642 <EM>Alpine</EM>'s registry entries.
4643 Possible values for <EM>cmd</EM> are set, clear, and dump.
4644 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
4645 entries according to its current settings.
4646 <EM>Clear</EM> will clear the registry values.
4647 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
4648 <EM>Dump</EM> will display the values of current registry settings.
4649 Note that the dump command is currently disabled.
4650 Without the -registry option, <EM>PC-Alpine</EM> will write values into
4651 the registry only if there currently aren't any values set.
4654 <DT> -sort <EM>key</EM>
4656 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
4657 FOLDER INDEX screen.
4658 <EM>Key</EM> can have the following values: 
4659 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
4660 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
4661 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
4662 The default value is &quot;arrival&quot;.
4663 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
4666 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
4669 <DT> -uninstall
4671 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
4672 in Windows settings.  The registry settings are removed and
4673 the password cache is cleared.
4676 <DT> -url <EM>url</EM>
4678 <DD> Open the given URL.
4681 <DT> -v
4683 <DD> Version:  Print version information to the screen.
4686 <DT> -x <EM>exceptions_config</EM>
4688 <DD> Configuration settings in the exceptions configuration override your normal
4689 default settings.
4690 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
4693 <DT> -z
4695 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
4696 will suspend the <EM>Alpine</EM> session.
4699 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
4700 <EM>Feature-List</EM>.
4703 <DT> -<EM>option</EM>=<EM>value</EM>
4705 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
4706 For example, <EM>-signature-file=sig1</EM> or
4707 <EM>-Feature-List=signature-at-bottom</EM>.
4708 Note:  Feature-List values are
4709 additive and features may be preceded with no- to turn them off.
4710 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
4711 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
4712 <EM>-Feature-List=signature-at-bottom</EM>.
4715 </DL>
4717 &lt;End of help on this topic&gt;
4718 </BODY>
4719 </HTML>
4720 ===== h_configuring_news ======
4721 <HTML>
4722 <HEAD>
4723 <TITLE>CONFIGURING NEWS</TITLE>
4724 </HEAD>
4725 <BODY>
4726 <H1>CONFIGURING NEWS</H1>
4727 Alpine can access news folders in any one of three different ways:
4728 <DL>
4729 <DT>REMOTE NNTP</DT>
4730 <DD>Using the Network News Transport Protocol (NNTP) to
4731 access news on a remote news server.  In this case the newsrc file is
4732 stored on the machine where Alpine is running.
4735 To specify a remote news-collection accessed via NNTP use the
4736 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4737 Server: value to the NNTP server's hostname appended with the
4738 communication method &quot;/service=NNTP&quot;, and set the Path:
4739 value to the &quot;#news.&quot; namespace (without the quotes).  See
4740 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
4741 help text for a more complete explanation of access method, and the
4742 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4743 text for a more complete explanation of &quot;namespace&quot;.
4745 Instead of specifying a news-collection, you may simply set the
4746 <A HREF="h_config_nntp_server">NNTP Server</A>
4747 option, which will cause Alpine to create a default news-collection for you.
4748 Another NNTP option that may be of interest is
4749 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
4751 <DT>REMOTE IMAP</DT>
4752 <DD>Using the Internet Message Access Protocol (IMAP) to
4753 access news on a remote news server.  In this case, your newsrc file is
4754 stored on the news server, in your home directory, so you must have an
4755 account on the news server, but you would be running Alpine on a different
4756 machine.  The news server must be running an IMAPd server process. 
4759 To specify a remote news-collection accessed via IMAP use the
4760 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4761 Server: value to the IMAP server's hostname, and set the Path: value
4762 to the &quot;#news.&quot; namespace (without the quotes).  See the
4763 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4764 text for a more complete explanation of &quot;namespace&quot;.
4766 </DD>
4768 <DT>LOCAL</DT>
4769 <DD>Using local file access to the news database.  In this
4770 case, your newsrc file is stored on the news server, in your home
4771 directory, so you must have an account on the news server, and you would
4772 be running Alpine on the same machine.
4775 To specify a local news-collection use the SETUP/collectionList
4776 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
4777 set the Path: value to the &quot;#news.&quot; namespace (without the
4778 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
4779 field's help text for a more complete explanation of &quot;namespace&quot;.
4781 </DD>
4782 </DL>
4786 NOTE: Should no news-collection be defined as above, Alpine will
4787 automatically create one using the Setup/Config screen's
4788 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
4789 will be created as a &quot;Remote NNTP&quot; as described above.
4793 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
4794 possible.  If you don't have an account on the news server, or if the news
4795 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
4796 sure, ask your service provider, university, or company for help.)  In
4797 this case, your Unix .newsrc file can be transferred to your PC.  A good
4798 place to put it would be in the same directory as your PINERC file, under
4799 the name NEWSRC, but you can 
4800 <A HREF="h_config_newsrc_path">specify a different location</A>
4801 via Alpine's Setup/Config screen.
4804 Other configuration features related to news are
4805 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
4806 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
4807 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
4808 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
4809 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
4810 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
4811 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
4812 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
4815 &lt;End of help on this topic&gt;
4816 </BODY>
4817 </HTML>
4818 ===== h_reading_news ======
4819 <HTML>
4820 <HEAD>
4821 <TITLE>READING NEWS</TITLE>
4822 </HEAD>
4823 <BODY>
4824 <H1>READING NEWS</H1>
4826 Alpine uses almost the same commands for manipulating news folders as for
4827 mail folders.  This means, for example, that when you are done with a
4828 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
4829 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
4830 most newsreaders, wherein a message is implicitly dismissed after you have
4831 looked at it once. We strongly believe that Alpine should offer as much
4832 consistency as possible between mail and news, so the mail paradigm --
4833 wherein a message does not magically disappear without explicit action by
4834 the user -- is used for news as well. <P>
4836 If you answer a message in a news folder, the index view will show the
4837 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
4838 keep track of what news as been read has no way of storing this flag, so
4839 it will not be preserved across sessions.  The Deleted flag is the only
4840 one that is preserved when you leave and then return to a newsgroup.  As an
4841 additional note on replies, when you Reply to a newsgroup message and say
4842 you want to reply to all recipients, Alpine will ask if you want to post the
4843 message to all the newsgroups listed in the original message. <P>
4845 If you would like Alpine to mark more-or-less recent news messages as
4846 &quot;New&quot;, then set the
4847 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
4848 feature (which is set by default).  This will cause messages after the last one you have marked as
4849 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
4850 &quot;N&quot; status often makes it easier to distinguish later news
4851 articles from those you've previously seen, but not yet disposed of via
4852 the &quot;D&quot; key.  Note that this is an approximation, not an exact
4853 record of which messages you have not seen.
4856 A frequent operation in news-reading is &quot;catching up&quot; -- that
4857 is, getting rid of all the messages in the newsgroup so that you can
4858 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
4859 Select command.  You would enter the following four keystrokes:
4860 <tt>;aad</tt> to select all messaged, and then apply the delete (or
4861 dismiss) command to all of them.
4864 There are also additional details on 
4865 <A HREF="h_configuring_news">configuring news</a>.
4868 &lt;End of help on this topic&gt;
4869 </BODY>
4870 </HTML>
4871 ====== h_help_index ======
4872 <HTML>
4873 <HEAD>
4874 <TITLE>Help Index</TITLE>
4875 </HEAD>
4876 <BODY>
4877 <H1>Help Index</H1>
4878 <ul>
4879 <li><a href="h_mainhelp_abooks">Address Books</a></li>
4880 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
4881 <li><a href="h_main_addrbook">Address Book Command</a>
4882 <li><a href="h_abook_view">Address Book View Explained</a>
4883 <li><a href="h_compose_addrcomplete">Address Completion</a>
4884 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
4885 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
4886 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
4887 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
4888 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
4889 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
4890 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
4891 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
4892 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
4893 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
4894 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
4895 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
4896 <li><a href="h_mainhelp_config">Alpine Configuration</a>
4897 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
4898 <li><a href="h_news_legal">Alpine Legal Notices</a>
4899 <li><a href="h_compose_alted">Alt Editor Command</a>
4900 <li><a href="h_index_cmd_apply">Apply Command</a>
4901 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
4902 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
4903 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
4904 <li><a href="h_composer_browse">BROWSER</a>
4905 <li><a href="h_common_bounce">Bounce Command</a>
4906 <li><a href="h_compose_cancel">Cancel Command</a>
4907 <li><a href="h_config_change_your_from">Changing your From Address</a>
4908 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
4909 <li><a href="h_mainhelp_color">Color</a>
4910 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
4911 <li><a href="h_composer">COMPOSER COMMANDS</a>
4912 <li><a href="h_mainhelp_composing">Composing Messages</a>
4913 <li><a href="h_mainhelp_collections">Collection Lists</a>
4914 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
4915 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
4916 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
4917 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
4918 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
4919 <li><a href="h_common_compose">Compose Command</a>
4920 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
4921 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
4922 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
4923 <li><a href="h_mainhelp_config">Configuration</a>
4924 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
4925 <li><a href="h_config_dflt_color">Default Color</a>
4926 <li><a href="h_common_delete">Delete and Undelete Commands</a>
4927 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
4928 <li><a href="h_special_list_commands">Email List Commands Explained</a>
4929 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
4930 <li><a href="h_folder_open">Explanation of Folder Selection</a>
4931 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
4932 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
4933 <li><a href="h_ge_export">Export File Selection</a>
4934 <li><a href="h_ge_allparts">Export Message File Selection</a>
4935 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
4936 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
4937 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
4938 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
4939 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
4940 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
4941 <li><a href="h_config_alt_reply_menu">FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></a>
4942 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
4943 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
4944 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
4945 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
4946 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
4947 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
4948 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
4949 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
4950 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
4951 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
4952 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
4953 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
4954 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
4955 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
4956 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
4957 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
4958 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
4959 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
4960 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
4961 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
4962 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
4963 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
4964 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
4965 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
4966 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
4967 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
4968 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
4969 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
4970 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
4971 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
4972 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
4973 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
4974 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
4975 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
4976 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
4977 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
4978 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
4979 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
4980 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
4981 <li><a href="h_config_delete_before_writing">FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></a>
4982 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
4983 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
4984 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
4985 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
4986 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
4987 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
4988 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
4989 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
4990 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
4991 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
4992 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
4993 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
4994 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
4995 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
4996 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
4997 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
4998 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
4999 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
5000 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
5001 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
5002 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
5003 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
5004 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
5005 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
5006 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
5007 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
5008 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
5009 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
5010 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
5011 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
5012 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
5013 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
5014 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
5015 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
5016 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
5017 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
5018 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
5019 <li><a href="h_external_loads_inline_images_only">FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>
5020 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
5021 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
5022 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
5023 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
5024 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
5025 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
5026 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
5027 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
5028 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
5029 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
5030 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
5031 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
5032 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
5033 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
5034 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
5035 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
5036 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
5037 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
5038 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
5039 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
5040 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
5041 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
5042 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
5043 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
5044 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
5045 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
5046 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
5047 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
5048 <li><a href="h_config_ignore_size">FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></a>
5049 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
5050 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
5051 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
5052 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
5053 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
5054 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
5055 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
5056 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
5057 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
5058 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
5059 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
5060 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
5061 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
5062 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
5063 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
5064 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
5065 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
5066 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
5067 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
5068 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
5069 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
5070 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
5071 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
5072 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
5073 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
5074 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
5075 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
5076 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
5077 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
5078 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
5079 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
5080 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
5081 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
5082 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
5083 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
5084 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
5085 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
5086 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
5087 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
5088 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
5089 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
5090 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
5091 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
5092 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
5093 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
5094 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
5095 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
5096 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
5097 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
5098 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
5099 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
5100 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
5101 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
5102 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
5103 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
5104 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
5105 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
5106 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
5107 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
5108 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
5109 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
5110 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
5111 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
5112 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
5113 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
5114 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
5115 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
5116 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
5117 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
5118 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
5119 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
5120 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
5121 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
5122 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
5123 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
5124 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
5125 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
5126 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
5127 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
5128 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
5129 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
5130 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
5131 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
5132 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
5133 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
5134 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
5135 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
5136 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
5137 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
5138 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
5139 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
5140 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
5141 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
5142 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
5143 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
5144 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
5145 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
5146 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
5147 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
5148 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
5149 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
5150 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
5151 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
5152 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
5153 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
5154 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
5155 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
5156 <li><a href="h_mainhelp_filtering">Filtering</a>
5157 <li><a href="h_finding_help">Finding more information and requesting help</a>
5158 <li><a href="h_common_flag">Flag Command</a>
5159 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
5160 <li><a href="h_mainhelp_folders">Folders</a>
5161 <li><a href="h_what_are_collections">Folder Collections Explained</a>
5162 <li><a href="h_common_folders">Folder List Command</a>
5163 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
5164 <li><a href="h_folder_save">Folder Select for Save Explained</a>
5165 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
5166 <li><a href="h_config_change_your_from">From Address, Changing</a>
5167 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
5168 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
5169 <li><a href="h_common_goto">Goto Command</a>
5170 <li><a href="h_common_hdrmode">HdrMode Command</a>
5171 <li><a href="h_mainhelp_pinehelp">Help</a>
5172 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
5173 <li><a href="h_folder_maint">Help for Folder List</a>
5174 <li><a href="h_valid_folder_names">IMAP</a>
5175 <li><a href="h_ge_import">Import File Selection</a>
5176 <li><a href="h_mainhelp_index">Index of Messages</a>
5177 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
5178 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
5179 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
5180 <li><a href="h_info_on_mbox">Information on mbox driver</a>
5181 <li><a href="h_mainhelp_intro">Introduction</a>
5182 <li><a href="h_main_journal">Journal Command</a>
5183 <li><a href="h_common_jump">Jump Command</a>
5184 <li><a href="h_compose_justify">Justify Command</a>
5185 <li><a href="h_main_kblock">Keyboard Lock Command</a>
5186 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
5187 <li><a href="h_mainhelp_ldap">LDAP</a>
5188 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
5189 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
5190 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
5191 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
5192 <li><a href="h_config_ldap_opts_ldaps">LDAP FEATURE: Require-LDAPS-On-Connection</a>
5193 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
5194 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
5195 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
5196 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
5197 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
5198 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
5199 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
5200 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
5201 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
5202 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
5203 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
5204 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
5205 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
5206 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
5207 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
5208 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
5209 <li><a href="h_ldap_view">LDAP Response View Explained</a>
5210 <li><a href="h_maildrop">Mail Drop: What is it?</a>
5211 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
5212 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
5213 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
5214 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
5215 <li><a href="h_common_index">Message Index Command</a>
5216 <li><a href="h_mainhelp_mouse">Mouse</a>
5217 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
5218 <li><a href="new_user_greeting">NEW USER GREETING</a>
5219 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
5220 <li><a href="h_mainhelp_readingnews">News Reading</a>
5221 <li><a href="h_folder_subscribe">Newsgroup Subscribe Screen explained</a>
5222 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
5223 <li><a href="h_common_nextnew">NextNew Command</a>
5224 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
5225 <li><a href="h_mainhelp_readingnews">NNTP</a>
5226 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
5227 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
5228 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
5229 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
5230 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
5231 <li><a href="h_config_color_style">OPTION: Color Style</a>
5232 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
5233 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
5234 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
5235 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
5236 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
5237 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
5238 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
5239 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
5240 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
5241 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
5242 <li><a href="h_config_encryption_range">OPTION: <!--#echo var="VAR_encryption-protocol-range"--></a>
5243 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
5244 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
5245 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
5246 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
5247 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
5248 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
5249 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
5250 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
5251 <li><a href="h_config_file_dir">OPTION: File Directory</a>
5252 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
5253 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
5254 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
5255 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
5256 <li><a href="h_config_font_name">OPTION: Font Name</a>
5257 <li><a href="h_config_font_size">OPTION: Font Size</a>
5258 <li><a href="h_config_font_style">OPTION: Font Style</a>
5259 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
5260 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
5261 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
5262 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
5263 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
5264 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
5265 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
5266 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
5267 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
5268 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
5269 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
5270 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
5271 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
5272 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
5273 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
5274 <li><a href="h_config_index_color">OPTION: Index Colors</a>
5275 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
5276 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
5277 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
5278 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
5279 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
5280 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
5281 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
5282 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
5283 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
5284 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
5285 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
5286 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
5287 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
5288 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
5289 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
5290 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
5291 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
5292 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
5293 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
5294 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
5295 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
5296 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
5297 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
5298 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
5299 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
5300 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
5301 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
5302 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
5303 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
5304 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
5305 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
5306 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
5307 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
5308 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
5309 <li><a href="h_config_pat_old">OPTION: Patterns</a>
5310 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
5311 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
5312 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
5313 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
5314 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
5315 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
5316 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
5317 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
5318 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
5319 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
5320 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
5321 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
5322 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
5323 <li><a href="h_config_printer">OPTION: Printer</a>
5324 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
5325 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
5326 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
5327 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
5328 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
5329 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
5330 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
5331 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
5332 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
5333 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
5334 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
5335 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
5336 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
5337 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
5338 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
5339 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
5340 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
5341 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
5342 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
5343 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
5344 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
5345 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
5346 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
5347 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
5348 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
5349 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
5350 <li><a href="h_config_aspell_dictionary">OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></a>
5351 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
5352 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
5353 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
5354 <li><a href="h_config_status_color">OPTION: Status Color</a>
5355 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
5356 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
5357 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
5358 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
5359 <li><a href="h_config_quit_query_timeo">OPTION: <!--#echo var="VAR_close-connection-timeout"--></a>
5360 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
5361 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
5362 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
5363 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
5364 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
5365 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
5366 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
5367 <li><a href="h_config_title_color">OPTION: Title Color</a>
5368 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
5369 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
5370 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
5371 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
5372 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
5373 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
5374 <li><a href="h_config_history">OPTION: <!--#echo var="VAR_default-directories"--></a>
5375 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
5376 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
5377 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
5378 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
5379 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
5380 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
5381 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
5382 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
5383 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
5384 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
5385 <li><a href="h_config_window_position">OPTION: Window-Position</a>
5386 <li><a href="h_mainhelp_patterns">Patterns</a>
5387 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
5388 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
5389 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
5390 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
5391 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
5392 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
5393 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
5394 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
5395 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
5396 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
5397 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
5398 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
5399 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
5400 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
5401 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
5402 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
5403 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
5404 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
5405 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
5406 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
5407 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
5408 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
5409 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
5410 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
5411 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
5412 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
5413 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
5414 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
5415 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
5416 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
5417 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
5418 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
5419 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
5420 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
5421 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
5422 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
5423 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
5424 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
5425 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
5426 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
5427 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
5428 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
5429 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
5430 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
5431 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
5432 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
5433 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
5434 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
5435 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
5436 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
5437 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
5438 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
5439 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
5440 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
5441 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
5442 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
5443 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
5444 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
5445 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
5446 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
5447 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
5448 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
5449 <li><a href="h_common_pipe">Pipe Command</a>
5450 <li><a href="h_valid_folder_names">POP</a>
5451 <li><a href="h_common_postpone">Postpone Command</a>
5452 <li><a href="h_common_print">Print Command</a>
5453 <li><a href="h_mainhelp_readingnews">Reading News</a>
5454 <li><a href="h_news">RELEASE NOTES for Alpine</a>
5455 <li><a href="h_mainhelp_roles">Roles</a>
5456 <li><a href="h_role_select">ROLES SCREEN</a>
5457 <li><a href="h_compose_readfile">Read File Command</a>
5458 <li><a href="h_mainhelp_reading">Reading Messages</a>
5459 <li><a href="h_main_release_notes">Release Notes Command</a>
5460 <li><a href="h_common_reply">Reply and Forward Commands</a>
5461 <li><a href="h_compose_richhdr">Rich Header Command</a>
5462 <li><a href="h_common_role">Role Command</a>
5463 <li><a href="h_mainhelp_smime">S/MIME</a>
5464 <li><a href="h_index_cmd_select">Searching for Messages</a>
5465 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
5466 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
5467 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
5468 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
5469 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
5470 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
5471 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
5472 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
5473 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
5474 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
5475 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
5476 <li><a href="h_common_save">Save and Export Commands</a>
5477 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
5478 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
5479 <li><a href="h_compose_send">Send Command</a>
5480 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
5481 <li><a href="h_main_setup">Setup Command</a>
5482 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
5483 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
5484 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
5485 <li><a href="h_mainhelp_smime">S/MIME</a>
5486 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
5487 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
5488 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
5489 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
5490 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
5491 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
5492 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
5493 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
5494 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
5495 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
5496 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
5497 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
5498 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
5499 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
5500 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
5501 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
5502 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
5503 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
5504 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
5505 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
5506 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
5507 <li><a href="h_index_cmd_sort">Sort Command</a>
5508 <li><a href="h_compose_spell">Spell Check Command</a>
5509 <li><a href="h_common_suspend">Suspend Command</a>
5510 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
5511 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
5512 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
5513 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
5514 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
5515 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
5516 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
5517 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
5518 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
5519 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
5520 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
5521 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
5522 <li><a href="h_common_take">TakeAddr Command</a>
5523 <li><a href="h_mainhelp_status">Titlebar Line</a>
5524 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
5525 <li><a href="h_config_usenone_color">Use None Color</a>
5526 <li><a href="h_config_usenormal_color">Use Normal Color</a>
5527 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
5528 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
5529 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
5530 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
5531 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
5532 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
5533 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
5534 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
5535 </UL>
5538 &lt;End of Help Index&gt;
5539 </BODY>
5540 </HTML>
5543 ============== h_config_remote_config =============
5544 <HTML>
5545 <HEAD>
5546 <TITLE>Remote Configuration</TITLE>
5547 </HEAD>
5548 <BODY>
5549 <H1>Remote Configuration</H1>
5551 You may use the command line argument &quot;-p pinerc&quot; to tell
5552 Alpine to use a non-default configuration file.
5553 There are two types of storage for configuration information.
5554 <EM>Local</EM> configuration files are used by default.
5555 These are just regular files on the UNIX system or on the PC.
5556 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
5557 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
5558 <EM>Remote</EM> configuration folders are stored on an IMAP server.
5559 The advantage of using a remote configuration is that the same information
5560 may be accessed from multiple platforms.
5561 For example, if you use one computer at work and another at home, the same
5562 configuration could be used from both places.
5563 A configuration change from one place would be seen in both places.
5564 To use a remote configuration you simply give a
5565 <A HREF="h_valid_folder_names">remote folder name</A>
5566 as the argument to the &quot;-p&quot; command line option.
5567 The command line might look something like:
5569 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
5571 If there are special characters in the command shell you use, you may need to
5572 quote the last argument (to protect the curly braces from the shell).
5573 The command might look like:
5575 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
5577 You should choose a folder name for a folder that does not yet exist.
5578 It will be created containing an empty configuration.
5579 Do not use a folder that you wish to store regular mail messages in.
5581 The Setup/RemoteConfigSetup command will help you convert from a local
5582 configuration to a remote configuration.
5583 It will create a remote configuration for you and copy your current local
5584 configuration to it.
5585 It will also help you convert local address books into remote address books
5586 and local signature files into literal signatures contained in the
5587 remote configuration file.
5589 If the Setup/RemoteConfigSetup command doesn't do what you want, you
5590 may copy a local pinerc file to a remote configuration folder by hand
5591 by using the command line option &quot;-copy_pinerc&quot;.
5593 Another command line option, which is somewhat related to remote
5594 configuration, is the option &quot;-x exceptions_config&quot;.
5595 The configuration settings in the exceptions configuration override
5596 your default settings.
5597 It may be useful to store the default configuration (the -p argument) remotely
5598 and to have the exceptions configuration stored in a local file.
5599 You might put generic configuration information in the remote configuration
5600 and platform-specific configuration on each platform in the exceptions
5601 configuration.
5602 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
5603 can be either remote folders or local files.
5605 There is another command line argument that works only with PC-Alpine and
5606 which may prove useful when using a remote configuration.
5607 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
5608 to store your local auxiliary files.
5609 This only has an effect if your configuration file is remote.
5610 Some examples of auxiliary files are debug files, address book files, and
5611 signature files.
5613 &lt;End of help on this topic&gt;
5614 </BODY>
5615 </HTML>
5616 ============== h_config_exceptions =============
5617 <HTML>
5618 <HEAD>
5619 <TITLE>Generic and Exceptional Configuration</TITLE>
5620 </HEAD>
5621 <BODY>
5622 <H1>Generic and Exceptional Configuration</H1>
5624 If you use Alpine from more than one platform it may be convenient
5625 to split your configuration information into two pieces, a generic piece
5626 and exceptions that apply to a particular platform.
5627 For example, suppose you use Alpine from home and from work.
5628 Most of your configuration settings are probably the
5629 same in both locations, so those settings belong in the generic settings
5630 configuration.
5631 However, you may use a different SMTP server and INBOX
5632 from home than you do from work.
5634 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
5636 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
5637 options could be
5638 part of your exceptional configuration so that they could be different in the
5639 two places.
5641 The command line option &quot;-x exceptions_config&quot;
5642 may be used to split your configuration into generic and exceptional pieces.
5643 &quot;Exceptions_config&quot; may be either local or remote.
5644 The regular Alpine configuration file will contain the generic data, and
5645 &quot;exceptions_config&quot; will contain the exceptional data.
5647 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
5648 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
5649 in the same local directory that the regular config file is located in (usually
5650 the Unix home directory).
5651 If the regular config file is remote (because the command line option
5652 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
5653 directory for &quot;<CODE>.pinercex</CODE>&quot;.
5654 If the file does not already exist then no exceptions will be used.
5655 You can force exceptions to be used by using the &quot;-x&quot; option or
5656 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
5658 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
5659 PC-Alpine will use the value of the
5660 environment variable <CODE>$PINERCEX</CODE>.
5661 If that is not set, PC-Alpine will look for
5662 the local file &quot;<CODE>PINERCEX</CODE>&quot;
5663 in the same local directory that the regular config file is located in.
5664 If the regular config file is remote (because the command line option
5665 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
5666 local directory specified by the &quot;-aux local_directory&quot; command
5667 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
5668 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
5670 When you have an exception configuration there is a new command
5671 in the Alpine Setup screen, Setup/eXceptions.
5672 It toggles between exceptions and the regular configuration.
5673 This is the usual way to make changes in your exceptional configuration data.
5674 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
5675 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
5676 for Config or &quot;K&quot; for Kolor.
5678 For most people, splitting the configuration information into two pieces is
5679 going to be most useful if the generic information is accessed
5680 <A HREF="h_config_remote_config">remotely</A>).
5681 That data will be the same no matter where you access it from and if you
5682 change it that change will show up everywhere.
5683 The exceptional data will most commonly be in a local file, so that the
5684 contents may easily be different on each computing platform used.
5686 If you already have a local configuration file with settings you like
5687 you may find that the command Setup/RemoteConfigSetup is useful
5688 in helping you convert to a remote configuration.
5689 The command line flag &quot;-copy_pinerc&quot;
5690 may also be useful.
5692 &lt;End of help on this topic&gt;
5693 </BODY>
5694 </HTML>
5695 ============== h_config_inheritance =============
5696 <HTML>
5697 <HEAD>
5698 <TITLE>Configuration Inheritance</TITLE>
5699 </HEAD>
5700 <BODY>
5701 <H1>Configuration Inheritance</H1>
5703 Configuration inheritance is a power user feature.
5704 It is confusing and not completely supported by the configuration
5705 user interface.
5706 We start with an explanation of how configuration works in hopes of making
5707 it easier to describe how inheritance works.
5709 Alpine uses a hierarchy of configuration values from different locations.
5710 There are five ways in which each configuration option (configuration
5711 variable) can be set.
5712 In increasing order of precedence they are:
5714 <OL>
5715 <LI> the system-wide configuration file.
5717 <LI> the personal configuration file
5719 <LI> the personal exceptions file
5721 <LI> a command line argument
5723 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
5724 </OL>
5726 The fixed configuration file is normally
5727 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
5729 The system-wide configuration file is normally
5730 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
5731 set for PC-Alpine.
5732 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
5733 is used for the system-wide configuration.
5734 This location can be set or changed on the command line with the -P flag.
5735 The system-wide configuration file can be either a local file or a
5736 remote configuration folder.
5738 For Unix Alpine, the personal configuration file is normally the file
5739 <CODE>.pinerc</CODE> in the user's home directory.
5740 This can be changed with the -p command line flag.
5741 For PC-Alpine, the personal configuration file is in
5742 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
5743 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
5744 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
5745 This can be changed with the -p command line flag.
5746 If -p is used, the configuration data may be in a local file or a remote config
5747 folder.
5749 For Unix Alpine, the personal exceptions configuration file is named
5750 <CODE>.pinercex</CODE> and is in the same directory as the personal
5751 configuration file, if that configuration file is not remote, and is in
5752 the home directory if the personal configuration file is remote.
5753 If the file exists, then exceptions are turned on.
5754 If it doesn't, then you are not using exceptions.
5755 Alternatively, you may change the location of the exceptions configuration
5756 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5757 Like the personal configuration data, exceptions_config may be
5758 either local or remote.
5760 For PC-Alpine, the personal exceptions configuration file is named
5761 <CODE>PINERCEX</CODE> and is in the same directory as the personal
5762 configuration file unless the personal configuration file is remote.
5763 In that case, it is in the local directory specified by the
5764 &quot;-aux local_directory&quot; command line argument.
5765 (In the case that the personal configuration is remote and there is no
5766 &quot;-aux&quot; command line argument, Alpine searches for
5767 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
5768 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
5769 If the file exists, then exceptions are turned on.
5770 If it doesn't, then you are not using exceptions.
5771 You may change the location of the exceptions configuration
5772 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5773 or with the
5774 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
5775 option).
5777 To reiterate, the value of a configuration option is taken from the
5778 last location in the list above in which it is set.
5779 Or, thinking about it slightly differently, a default value for an option
5780 is established in the system-wide configuration file (or internally by Alpine
5781 if there is no value in the system-wide file).
5782 That default remains in effect until and unless it is overridden by a value in a
5783 location further down the list, in which case a new &quot;default&quot;
5784 value is established.
5785 As we continue down the list of locations we either retain the
5786 value at each step or establish a new value.
5787 The value that is still set after going through the whole list of
5788 configuration locations is the one that is used.
5790 So, for example, if an option is set in the system-wide configuration
5791 file and in the personal configuration file, but is not set in the
5792 exceptions, on the command line, or in the fixed file; then the value
5793 from the personal configuration file is the one that is used.
5794 Or, if it is set in the system-wide config, in the personal config, not
5795 in the exceptions, but is set on the command line; then the value
5796 on the command line is used.
5798 Finally we get to inheritance.
5799 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
5800 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
5801 the inheritance mechanism makes it possible to <EM>combine</EM>
5802 the values from different locations instead of <EM>replacing</EM> the value.
5803 This is true of all configuration lists other than the &quot;Feature-List&quot;,
5804 for which you may already set whatever you want at
5805 any configuration location (by using the &quot;no-&quot; prefix if
5806 necessary).
5808 To use inheritance, set the first item in a configuration list to the
5809 token &quot;INHERIT&quot;, without the quotes.
5810 If the first item is &quot;INHERIT&quot;,
5811 then instead of replacing the default value established so far, the rest of
5812 the list is appended to the default value established so far and that is
5813 the new value.
5815 Here is an example which may make it clearer. Suppose we have:
5817 <PRE>
5818  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5819  Personal config    :   smtp-server = INHERIT, mysmtp.home
5820  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
5821  Command line       :   smtp-server = &lt;No Value Set&gt;
5822  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5823 </PRE>
5826 This would result in an effective smtp-server option of
5828 <PRE>
5829  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
5830 </PRE>
5832 The &quot;INHERIT&quot; token can be used in any of the configuration files
5833 and the effect cascades.
5834 For example, if we change the above example to:
5836 <PRE>
5837  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5838  Personal config    :   smtp-server = INHERIT, mysmtp.home
5839  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5840  Command line       :   smtp-server = &lt;No Value Set&gt;
5841  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5842 </PRE>
5845 This would result in:
5847 <PRE>
5848  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
5849 </PRE>
5851 Unset variables are skipped over (the default value is carried forward) so
5852 that, for example:
5854 <PRE>
5855  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5856  Personal config    :   smtp-server = &lt;No Value Set&gt;
5857  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5858  Command line       :   smtp-server = &lt;No Value Set&gt;
5859  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5860 </PRE>
5863 produces:
5865 <PRE>
5866  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
5867 </PRE>
5870 If any later configuration location has a value set (for a particular list
5871 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
5872 then that value replaces whatever value has been defined up to that point.
5873 In other words, that cancels out any previous inheritance.
5875 <PRE>
5876  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5877  Personal config    :   smtp-server = INHERIT, mysmtp.org
5878  Exceptions config  :   smtp-server = yoursmtp.org
5879  Command line       :   smtp-server = &lt;No Value Set&gt;
5880  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5881 </PRE>
5884 results in:
5886 <PRE>
5887  smtp-server = yoursmtp.org
5888 </PRE>
5891 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
5892 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
5893 difficult to insert the value &quot;INHERIT&quot; into the list of values
5894 for the option using the normal Setup tools.
5895 In other words, the color setting screen (for example) does not
5896 provide a way to input the text &quot;INHERIT&quot; as the first
5897 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
5898 The way to do this is to either edit the pinerc file directly and manually
5899 insert it, or turn
5900 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
5901 feature and insert it using the Setup/Config screen.
5903 &lt;End of help on this topic&gt;
5904 </BODY>
5905 </HTML>
5906 ============== h_special_xon_xoff =============
5907 <HTML>
5908 <HEAD>
5909 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
5910 </HEAD>
5911 <BODY>
5912 <H1>XOFF/XON Handling within Alpine</H1>
5914 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
5915 and XON) as normal characters, even though Alpine does not use them.
5916 However, the printer, modem, or communication software you are using may
5917 be configured for &quot;software flow control,&quot; which means that
5918 XON/XOFF must be treated as special characters by the operating system.
5919 If you see messages such as &quot;^S not defined for this screen&quot;,
5920 then your system is probably using software flow control. In this case
5921 you will need to set the
5922 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
5923 feature.
5925 If you <EM>do</EM> set this
5926 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
5927 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
5928 and see if that puts things right.  Printing via the
5929 &quot;attached-to-ansi&quot; or 
5930 &quot;attached-to-wyse&quot;
5931 option will automatically enable software
5932 flow-control handling for the duration of the printing.
5934 &lt;End of help on this topic&gt;
5935 </BODY>
5936 </HTML>
5937 ============= h_special_help_nav =============
5938 <HTML>
5939 <HEAD>
5940 <TITLE>Help Text Navigation Explained</TITLE>
5941 </HEAD>
5942 <BODY>
5943 <H1>Help Text Navigation Explained</H1>
5945 Alpine contains extensive context-sensitive help text.   At any point, 
5946 pressing the &quot;?&quot; key will bring up a page of help text
5947 explaining the options available to you.  You can leave the help
5948 text screen and return to normal Alpine operation by pressing
5950 <!--chtml if pinemode="function_key"-->
5951 F3 function
5952 <!--chtml else-->
5953 &quot;E&quot;
5954 <!--chtml endif-->
5955 key to Exit Help at any time.
5958 Within the help screen you might find a word or phrase displayed in 
5959 inverse text and others displayed in bold typeface.  Such words and
5960 phrases are used to tell you Alpine has more information available on
5961 the topic they describe.
5962 The inverted text is the &quot;selected&quot; topic.  
5963 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
5964 displayed in bold type
5965 is &quot;selected&quot;.
5966 Hit the Return key to display the information Alpine has available on that
5967 topic.  While viewing such additional information, the 
5968 <!--chtml if pinemode="function_key"-->
5969 F3 function
5970 <!--chtml else-->
5971 &quot;P&quot;
5972 <!--chtml endif-->
5973 key will return you to the previous help screen, and the
5974 <!--chtml if pinemode="function_key"-->
5975 F2 function
5976 <!--chtml else-->
5977 &quot;E&quot;
5978 <!--chtml endif-->
5979 key will Exit the Help system altogether.
5982 The "N" command will tell you the internal name of the help text you are 
5983 reading each time, so that you can send this name in the text of a message 
5984 and create a direct link to that internal help using the x-pine-help URL 
5985 scheme. For example, the direct link to this item is 
5986 x-pine-help:h_special_help_nav. If you add this text to a message, then
5987 a person using Pine to read such message would have a direct link to this
5988 help text.
5991 When you are finished reading this help text, you can press the
5992 <!--chtml if pinemode="function_key"-->
5993 F3 function
5994 <!--chtml else-->
5995 &quot;P&quot;
5996 <!--chtml endif-->
5997 key to return to the previously displayed help text.
6000 &lt;End of help on this topic&gt;
6001 </BODY>
6002 </HTML>
6003 ============= h_special_list_commands =============
6004 <HTML>
6005 <HEAD>
6006 <TITLE>Email List Commands Explained</TITLE>
6007 </HEAD>
6008 <BODY>
6009 <H1>Email List Commands Explained</H1>
6011 Electonic mail lists provide a way for like-minded users to join in
6012 discussions on topics of interest.  The email list itself is 
6013 represented by a
6014 single address that participants send messages to when they have
6015 something of interest to share with other members of the list.  The
6016 receiving computer then, either automatically or after review by the
6017 list's owner (or moderator), sends a copy of that message to each
6018 member of the list.
6021 Usually, subscribing and unsubscribing is done by sending requests in
6022 an email message to a special address setup to handle managing list
6023 membership.  Often this is the name of the list followed by
6024 <I>-request</I>.  This address is almost <EM>never</EM> the same as
6025 the address used to send messages to the list.
6028 Unfortunately, email list participation commands are more a matter
6029 of convention than standard, and thus may vary from list to list.
6030 Increasingly, list management software is adding information to
6031 the copy of the postings as they're copied to the list members that
6032 explains how to do the various list management functions.
6035 Alpine will recognize this information and offer the management commands
6036 they represent in a simple display. One or more of the following
6037 operations will be made available:
6039 <DL>
6040 <DT>Help</DT>
6041 <DD>
6042 A method to get help on subscribing, unsubscribing, 
6043 an explanation of what the list is about, or special instructions
6044 for participation.  This may be in the form of a reply in response
6045 to an email message, or instructions on how to connect to a Web site.
6046 </DD>
6048 <DT>Unsubscribe</DT>
6049 <DD>
6050 A method to get your email addressed removed from the list of
6051 recipients of the email list.
6052 </DD>
6054 <DT>Subscribe</DT>
6055 <DD>
6056 A method to get your email address added to the list of recipients
6057 of the email list.  It may be in the form of a message sent to 
6058 a special address or you may be connected to a web site.
6059 <DD>
6060 </DD>
6062 <DT>Post</DT>
6063 <DD>
6064 A method used to post to the email list.  However, it might also 
6065 indicate that no posting is allowed directly to the list.
6066 </DD>
6068 <DT>Owner</DT>
6069 <DD>
6070 A method to contact the list owner for special questions you might
6071 have regarding the list.
6072 </DD>
6074 <DT>Archive</DT>
6075 <DD>
6076 A method to view an archive of previous messages posted to the list.
6077 This may be in the form of a mail folder on a remote computer, an
6078 IMAP mailbox or even a Web site.
6079 </DD>
6080 </DL>
6083 &lt;End of help on this topic&gt;
6084 </BODY>
6085 </HTML>
6086 ============= h_quota_command =============
6087 <HTML>
6088 <HEAD>
6089 <TITLE>Quota Screen Explained</TITLE>
6090 </HEAD>
6091 <BODY>
6092 <H1>Quota Screen Explained</H1>
6094 <P> This screen summarizes the quota report for this mailbox in the
6095 IMAP server. For each resource that you have a quota, this reports summarizes
6096 its use and limit.
6098 <P> Your IMAP server administrator may have set a quota based either on 
6099 the total size of your mailbox (STORAGE), or the number of messages in 
6100 your mailbox (MESSAGES), or some other criteria. This will be reported
6101 to you indicating the type of quota, its total use and its limit.
6103 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
6104 1024 bytes. Each of the characters that you see in this help text is one 
6105 byte, and this help text is about 1 kibibyte in size. Small messages sent 
6106 by Alpine are normally less than 4 kibibytes in size (which includes 
6107 headers and text). Other email programs may send messages with bigger 
6108 sizes when they send messages, since they send plain text and an 
6109 alternative part in HTML.
6111 <P> A convenient way to save space for the STORAGE type of quota is by 
6112 deleting attachments. This is done on each individual message by pressing 
6113 the &quot;V&quot; command while reading the message text, then moving the cursor 
6114 to the position of the attachment that is to be deleted, then pressing
6115 &quot;D&quot; to delete such attachment, going back to reading the 
6116 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
6117 save the message in the same folder you are reading from. The saved 
6118 message will not have the attachment that was marked deleted. Now you
6119 can delete and expunge the message with the unwanted attachment.
6122 &lt;End of help on this topic&gt;
6123 </BODY>
6124 </HTML>
6125 ============= h_mail_thread_index =============
6126 <HTML>
6127 <HEAD>
6128 <TITLE>THREAD INDEX COMMANDS</TITLE>
6129 </HEAD>
6130 <BODY>                 
6131 <H1>THREAD INDEX COMMANDS</H1>
6132 <!--chtml if pinemode="function_key"-->
6133 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>
6134 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
6135 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>
6136 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>
6137 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>
6138 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>
6139 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>
6140 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>
6141 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>
6142 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>
6143 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>
6144 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>
6145 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>
6146 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>
6147 <BR>
6148 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6149 -----------------------------<BR>
6150 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>
6151 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>
6152 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>
6153 <BR>
6154 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6155 -----------------------------<BR>
6156 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
6157 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
6158 <BR>
6159 <!--chtml else-->
6160 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>
6161 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
6162 &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>
6163 &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>
6164 &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>
6165 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>
6166 &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>
6167 &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>
6168 &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>
6169 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>
6170 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
6171 <BR>
6172 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
6173 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
6174 &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>
6175 &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>
6176 &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>
6177 &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>
6178 &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>
6179 &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>
6180 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
6181 <!--chtml endif-->
6184 NOTE:
6185 <OL>
6186  <LI>For help on a particular command, highlight the bold text associated
6187 with it above and hit Return.
6188  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6189 </OL>
6191 <H2>Description of the THREAD INDEX Screen</H2>
6193 The THREAD INDEX displays summary information from each
6194 thread (conversation) in the current folder.
6195 This is useful if you want to quickly
6196 scan new threads, or find a particular thread without having to go
6197 through the text of each message, or to quickly get rid of junk
6198 threads, etc.
6199 The current thread is always highlighted.
6200 Each line of the THREAD INDEX contains the following columns: <P>
6201 <DL>
6202  <DT>STATUS:</DT>
6203  <DD> The markings on the left side of the thread tell you about its
6204 status.  You may see one or more of the following codes on any given
6205 thread:
6206 <UL>
6207   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
6208   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
6209   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
6210   <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.
6211   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
6212         message in the thread was sent to you as a cc:. This symbol will only show up if
6213         the feature
6214         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
6215   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
6216         &quot;select&quot; command.  (Some systems may optionally allow selected
6217         messages to be denoted by the index line being displayed in bold
6218         type instead.)
6219   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
6220       to mark at least one message in this thread as &quot;important&quot;.
6221 </UL></DD><P>
6223  <DT>THREAD NUMBER:</DT>
6224  <DD>Threads in a folder are numbered, from one through the number
6225 of threads in the folder, to help you know where you are in the folder.
6226 </DD><P>
6228  <DT>DATE STARTED:</DT>
6229  <DD>The date the thread was started. This is actually from the Date header
6230 of the first message in the thread. It doesn't take different time zones
6231 into account.</DD><P>
6233  <DT>WHO STARTED THE THREAD:</DT>
6234  <DD>This is usually the name of the sender of the first message in the thread, taken from
6235 the From header of the message.
6236 If there is no personal name given in that
6237 address, then the email address is used instead.
6238 If the message is from you (or from one of your
6239 <A HREF="h_config_alt_addresses">alternate addresses</A>),
6240 then the recipient's name is shown here instead, with the characters
6241 &quot;To: &quot; inserted before the name.
6242 (The idea of this is that if you started the thread you would rather see who
6243 the mail was sent to instead of that the mail was from you.)
6244 In Newsgroups, if you are
6245 the sender and there are no email recipients, the newsgroup name will be
6246 listed after the &quot;To: &quot;.
6247 </DD><P>
6249  <DT>SIZE:</DT>
6250  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
6252  <DT>SUBJECT:</DT>
6253  <DD>As much of the thread's subject line as will fit on the screen.
6254 This is the subject of the first message in the thread.</DD>
6255 </DL>
6257 <P><UL>
6258 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6259 </UL>
6261 &lt;End of help on this topic&gt;
6262 </BODY>
6263 </HTML>
6264 ============= h_mail_index =============
6265 <HTML>
6266 <HEAD>
6267 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
6268 </HEAD>
6269 <BODY>                 
6270 <H1>MESSAGE INDEX COMMANDS</H1>
6271 <!--chtml if pinemode="function_key"-->
6272 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>
6273 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
6274 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>
6275 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>
6276 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>
6277 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>
6278 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>
6279 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>
6280 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>
6281 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>
6282 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>
6283 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>
6284 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>
6285 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>
6286 <BR>
6287 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6288 -----------------------------<BR>
6289 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>
6290 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>
6291 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>
6292 <BR>
6293 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6294 -----------------------------<BR>
6295 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
6296 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>
6297 <BR>
6298 <!--chtml else-->
6299 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>
6300 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
6301 &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>
6302 &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>
6303 &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>
6304 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>
6305 &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>
6306 &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>
6307 &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>
6308 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>
6309 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
6310 Miscellaneous&nbsp;Operations<BR>
6311 ------------------------<BR>
6312 &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>
6313 &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>
6314 &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>
6315 &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>
6316 &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>
6317 &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>
6318 &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>
6319 &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>
6320 <!--chtml endif-->
6323 NOTE:
6324 <OL>
6325  <LI>For help on a particular command, highlight the bold text associated
6326 with it above and hit Return.
6327  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6328 </OL>
6330 <H2>Description of the MESSAGE INDEX Screen</H2>
6332 The MESSAGE INDEX displays summary information from each
6333 message in the current folder.
6334 This is useful if you want to quickly
6335 scan new messages, or find a particular message without having to go
6336 through the text of each message, or to quickly get rid of junk
6337 messages, etc.
6339 The current message is always highlighted
6340 and many commands operate on the current message.
6341 For example, the Delete command will delete the current message.
6342 If the folder is sorted by either Threads or OrderedSubject, then, depending
6343 on some of your configuration settings, a single line in the index may
6344 refer to an entire thread or to a subthread.
6345 If that is the case, then the commands that normally operate on the current
6346 message will operate on the thread or subthread instead.
6347 For example, the Delete command will delete the whole collapsed thread
6348 instead of just a single message.
6350 Each line of the MESSAGE INDEX contains the following columns (by default -- 
6351 you can change this with the 
6352 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
6353 in the SETUP CONFIGURATION screen): <P>
6354 <DL>
6355  <DT>STATUS:</DT>
6356  <DD> The markings on the left side of the message tell you about its
6357 status.  You may see one or more of the following codes on any given
6358 message:
6359 <UL>
6360   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
6361          yet eXpunged the folder.
6362   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
6363   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
6364          to be answered.
6365   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
6366          forward a message.
6367   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
6368         directly to your account, your copy is not part of a cc: or a
6369         mailing list.
6370   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
6371         message was sent to you as a cc:. This symbol will only show up if
6372         the feature
6373         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
6374   <LI> &quot;X&quot; for selected.  You have selected the message by using the
6375         &quot;select&quot; command.  (Some systems may optionally allow selected
6376         messages to be denoted by the index line being displayed in bold
6377         type.)
6378   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
6379       to mark this message as &quot;important&quot;.
6380 </UL></DD><P>
6382  <DT>MESSAGE NUMBER:</DT>
6383  <DD>Messages in a folder are numbered, from one through the number
6384 of messages in the folder, to help you know where you are in the folder.
6385 These numbers are always in increasing order, even if you sort the folder
6386 in a different way.</DD><P>
6388  <DT>DATE SENT:</DT>
6389  <DD>The date the message was sent.  By default, messages are
6390 ordered by arrival time, not by date sent.  Most of the time, arrival time
6391 and date sent (effectively departure time) are similar.  Sometimes,
6392 however, the index will appear to be out of order because a message took a
6393 long time in delivery or because the sender is in a different time
6394 zone than you are. This date is just the date from the Date header
6395 field in the message.</DD><P>
6397  <DT>WHO SENT THE MESSAGE:</DT>
6398  <DD>This is usually the name of the sender of the message, taken from
6399 the From header of the message.
6400 If there is no personal name given in that
6401 address, then the email address is used instead.
6402 If the message is from you (or from one of your
6403 <A HREF="h_config_alt_addresses">alternate addresses</A>),
6404 then the recipient's name is shown here instead, with the characters
6405 &quot;To: &quot; inserted before the name.
6406 (The idea of this is that if you sent the mail you would rather see who
6407 the mail was sent to instead of that the mail was from you.
6408 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
6409 above.
6410 In particular, use the FROM token or the FROMORTONOTNEWS token
6411 in place of the FROMORTO token.)
6412 In Newsgroups, if you are
6413 the sender and there are no email recipients, the newsgroup name will be
6414 listed after the &quot;To: &quot;. </DD><P>
6416  <DT>SIZE:</DT>
6417  <DD>The number in parentheses is the number of characters in the message.
6418 It may have a suffix of K, M, or G which means the number should be
6419 multiplied by one thousand, one million, or one billion to get the
6420 size of the message.</DD><P>
6422  <DT>SUBJECT:</DT>
6423  <DD>As much of the message's subject line as will fit on the screen.</DD>
6424 </DL>
6426 <P><UL>
6427 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6428 </UL>
6430 &lt;End of help on this topic&gt;
6431 </BODY>
6432 </HTML>
6433 ============= h_mail_view ========================
6434 <HTML>
6435 <HEAD>
6436 <TITLE>MESSAGE TEXT SCREEN</TITLE>
6437 </HEAD>
6438 <BODY>
6439 <H1>MESSAGE TEXT SCREEN</H1>
6440 <!--chtml if pinemode="function_key"-->
6441 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>
6442 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
6443 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>
6444 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>
6445 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>
6446 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>
6447 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>
6448 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>
6449 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>
6450 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>
6451 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>
6452 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>
6453 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>
6454 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>
6455 <BR>
6456 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6457 ------------------------------<BR>
6458 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
6459 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
6460 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
6461 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
6462 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
6463 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
6464 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
6465 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
6466 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
6467 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
6468 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
6469 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
6470 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6471 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
6472 <!--chtml else-->
6473 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
6474 ---------------------------------<BR>
6475 <BR>
6476 &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>
6477 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>
6478 &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>
6479 &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>
6480 &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>
6481 &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>
6482 &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>
6483 &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>
6484 &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>
6485 <BR>
6486 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
6487 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
6488 &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>
6489 &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>
6490 &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>
6491 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>
6492 <BR>
6493 General&nbsp;Alpine&nbsp;Commands<BR>
6494 ---------------------<BR>
6495 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
6496 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
6497 &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>
6498 &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>
6499 &nbsp;&nbsp;&nbsp;&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>
6500 <!--chtml endif-->
6503 NOTE:
6504 <OL>
6505  <LI>For help on a particular command, highlight the bold text associated
6506 with it above and hit Return.
6507  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6508 </OL>
6510 <H2>Description of the MESSAGE TEXT Screen</H2>
6512 The top line of the view message screen displays status
6513 information about the currently open collection and folder and about the
6514 current message.  It shows the name of the collection in angle brackets
6515 and then the name of the folder.  The line also displays the number
6516 of messages in the folder, the number of the current message and the
6517 percentage of the current message that has been displayed on the screen.
6518 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
6519 right corner.
6520 If the message has been answered (but not deleted) &quot;ANS&quot; will show
6521 in the corner.
6524 NOTE: to rapidly move to the end of a message, hit the
6525 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6526 (or Ctrl-W) key followed
6527 by Ctrl-V.  Similarly,
6528 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6529 followed by Ctrl-Y will take you to the beginning of
6530 a message.
6532 <H2>Explanation of Alternate Character Sets</H2>
6534 Alpine attempts to stay out of the way so that it won't prevent you from
6535 viewing mail in any character set.  It will simply send the message to
6536 your display device.  If the device is capable of displaying the
6537 message as it was written it will do so.  If not, the display may be
6538 partially or totally incorrect.
6539 If the message contains characters that are not representable in your 
6540 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
6541 variable in your configuration, then a warning message will be printed
6542 to your screen at the beginning of the message display.
6543 It is probably best to use UNIX Alpine in a terminal emulator
6544 capable of displaying UTF-8 characters.
6545 See <A HREF="h_config_char_set">Display Character Set</A> for a little
6546 more information about character set settings.
6548 <P><UL>
6549 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6550 </UL>
6552 &lt;End of help on this topic&gt;
6553 </BODY>
6554 </HTML>
6555 ======= h_index_cmd_select =======
6556 <HTML>
6557 <HEAD>
6558 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
6559 </HEAD>
6560 <BODY>
6561 <H1>Selecting: Select and WhereIs/Select</H1>
6563 Aggregate operations give you the ability to process a group of messages
6564 at once.  Acting on multiple messages requires two steps: (1) selecting a
6565 set of messages and then; (2) applying a command to that set. The first
6566 part is handled by the select command.  Select allows you to
6567 select messages based on their status (read, answered, etc.), contents,
6568 date, size, or keywords.
6569 You may also select based on one of your Rules or based on threads,
6570 and there are quick options to select a specific message or range of messages,
6571 to select the current message, or to select all messages.
6574 We describe the various selection criteria briefly:
6577 <DL>
6578 <DT>select All</DT>
6579 <DD> Marks all the messages in the folder as selected.
6580 </DD>
6582 <DT>select Cur</DT>
6583 <DD> Selects the currently highlighted message or currently highlighted
6584 set of messages if in a threaded view.
6585 </DD>
6587 <DT>select by Number</DT>
6588 <DD> Select by message number. This may be a comma-separated list instead or
6589 a single entry.
6590 Each element in the list may be either a single message number or a range
6591 of numbers with a dash between the lowest and highest member of the range.
6592 Some examples are 7 to select only message number 7; 2-5 to select messages
6593 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
6594 The word &quot;end&quot; or the character &quot;$&quot; may be used as a 
6595 substitute for the highest numbered message in the folder, while the
6596 character &quot;.&quot; represents the message number holding the position
6597 of the cursor in the folder.
6598 If in a separate thread index where the numbers refer to threads instead of
6599 to messages, then you will be selecting all of the messages in the
6600 referenced threads instead of selecting by message number.
6601 </DD>
6603 <DT>select by Date</DT>
6604 <DD> Select by either the date stored in the Date headers of each message,
6605 or by the date when the messages arrived.
6606 This does not adjust for different time zones, but just checks to see what
6607 day the message was sent on.
6608 You may type in a date. If you do, the date should be in the form
6609 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
6610 For example,
6611 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
6613 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
6614 If the date you want is close to the current date, it is probably
6615 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
6616 is displayed, instead of typing in the date yourself.
6617 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
6618 the date of the currently highlighted message. 
6620 There are six possible settings that are selected using the
6621 &quot;^W&nbsp;Toggle When&quot; command.
6622 Three of them select messages based on the Date headers.
6623 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
6624 and &quot;SENT ON&quot;.
6625 SINCE is all messages with the selected date or later.
6626 BEFORE is all messages earlier than the selected date (not including the day
6627 itself).
6628 ON is all messages sent on the selected date.
6629 The other three select messages in the same way but they use the arrival
6630 times of the messages instead of the Date headers included in the messages.
6631 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
6632 and &quot;ARRIVED ON&quot;.
6633 When you save a message from one folder to another the arrival time is
6634 preserved.
6635 </DD>
6637 <DT>select by Text</DT>
6638 <DD> Selects messages based on the message contents.
6639 This allows you to select a set of messages based on whether or not the
6640 message headers or message body contain specified text.
6641 You may look for text in the Subject, the From header,
6642 the To header, or the Cc header.
6643 You may also choose Recipient, which searches for the text in
6644 either the To or the Cc header;
6645 or Participant, which means To or Cc or From.
6646 Besides those specific header searches, you may also search the entire
6647 header and text of the message with &quot;All Text&quot;, or just the
6648 body of the message.
6650 To search for the absence of text, first type the &quot;! Not&quot; command
6651 before typing the specific type of text search.
6652 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
6653 search for all messages that do not contain a particular word in their
6654 Subjects.
6656 If you choose a Subject search, you may use the subject from the current
6657 message by typing the &quot;^X Cur Subject&quot; command.
6658 You may then edit it further if you wish.
6659 For example, you might select the subject of a reply and edit the
6660 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6661 the original message being replied to.
6662 All of the other header searches allow you to use addresses from the
6663 headers of the current message if you want to.
6664 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6665 &quot;^W Cur Cc&quot;.
6666 In each case, if there is more than one address, only the first is offered.
6667 </DD>
6669 <DT>select by Status</DT>
6670 <DD> Selects messages based on their status.
6671 You may select all New, Important, Deleted, Answered, Recent, or Unseen
6672 messages.
6673 Or, if you first type the &quot;! Not&quot; command, you get not New,
6674 or not Important, and so on.
6675 If you select Deleted messages, you will get all messages with their
6676 Deleted flag set.
6677 Likewise for Important messages, all messages that you have flagged as
6678 being Important with the
6679 <A HREF="h_common_flag">Flag</A> command.
6680 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6681 because they try to match what you see on the screen by default.
6682 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6683 and Unanswered.
6684 If you have looked at the message, or deleted it, or answered it; then it
6685 is not considered &quot;New &quot;.
6686 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6688 &quot;Answered&quot; is another one that is a little different.
6689 It means that the message has been Answered <EM>and</EM> is not deleted.
6690 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6691 the opposite of &quot;Answered&quot;!
6692 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6693 both Unanswered <EM>and</EM> not deleted.
6695 The other two types were added later because the special nature of the
6696 New flag was not what was wanted by all users.
6697 New does match what you see in the index by default, but if you use
6698 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6699 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6700 be exactly what you want.
6701 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6702 they are deleted or answered, and
6703 &quot;Recent&quot; selects all of the messages that have been added to
6704 the folder since you started this Alpine session.
6705 (That's not technically quite true. If there are multiple mail clients
6706 reading an IMAP mailbox, each message will be marked as Recent in only
6707 one of the client's sessions.)
6708 </DD>
6710 <DT>select by siZe</DT>
6711 <DD> Selects messages based on their size being smaller than or larger
6712 than the size you specify.
6713 The size is the number of bytes.
6714 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
6715 the number.
6716 For example, 7K is the same as 7000.
6717 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
6718 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
6719 Use the &quot;^W&quot; command to toggle back and forth between Smaller
6720 and Larger.
6721 </DD>
6723 <DT>select by Keyword</DT>
6724 <DD> Selects messages that either have or do not have
6725 (using the &quot;!&nbsp;Not&quot; command)
6726 a particular <A HREF="h_config_keywords">Keyword</A> set.
6727 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
6728 command to select one from your list of keywords.
6730 <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.
6731 </DD>
6733 <DT>select by Rule</DT>
6734 <DD> Selects messages that either match or don't match
6735 (using the &quot;!&nbsp;Not&quot; command)
6736 one of the Rules you have defined.
6737 The most likely method of filling in the Rule is to use the
6738 &quot;^T&nbsp;To&nbsp;List&quot;
6739 command to select one of your Rules.
6740 All of the Rules you have defined will be in the list, including
6741 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
6742 They may not all make sense for this purpose, but they are all there for
6743 flexibility.
6744 You might find it useful to define some rules solely for the purpose
6745 of being used by the Select command.
6746 There is a special category for such Rules. They are called Search Rules.
6748 Unfortunately, Alpine does not allow all possible Rules to be defined.
6749 For example, there is no logical OR operation.
6750 OR is accomplished in the Filter Rules or the other types of Rules by
6751 simply defining two rules, one that matches the first part of the OR
6752 and another that matches the second part.
6753 But you can't do that here, since you only have a single Rule to work with.
6754 Likewise, the order of Rules is usually important.
6755 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6756 a message, then that stops the search for a further match.
6757 This means that you may be confused if you try to use Select by Rule to
6758 check your Filter rules because the order is important when filtering but
6759 is not considered here.
6760 </DD>
6762 <DT>select by tHread</DT>
6763 <DD> Selects all of the messages in the current thread.
6764 </DD>
6765 </DL>
6767 After you have an initial selection, the next and subsequent selection
6768 commands modify the selection.
6769 The select command changes. It first gives
6770 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
6771 &quot;unselect Current&quot;,
6772 &quot;Broaden selection&quot; (implements a logical OR), and
6773 &quot;Narrow selection&quot; (implements a logical AND).
6774 After you choose either Broaden or Narrow, you then choose one of the
6775 selection criteria listed above (by Text or Number or ...).
6776 You may use select as many times as you wish to get the selected set right.
6779 The WhereIs command has a feature (Ctrl-X) to
6780 select all the messages that match the WhereIs search. WhereIs searches
6781 through just the text that appears on the MESSAGE INDEX screen.
6782 This method is often slower than using the select command itself, unless the
6783 line you are looking for is not too far away in the index.
6786 The availability of the aggregate operations commands is determined by the
6787 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6788 Feature-List option in your Alpine
6789 configuration, which defaults to set.
6790 The features
6791 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
6793 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
6794 affect the behavior of the Select command.
6797 &lt;End of help on this topic&gt;
6798 </BODY>
6799 </HTML>
6800 ======= h_select_rule =======
6801 <HTML>
6802 <HEAD>
6803 <TITLE>Select: Rule</TITLE>
6804 </HEAD>
6805 <BODY>
6806 <H1>Select: Rule</H1>
6808 You are selecting messages that either match or don't match
6809 one of the Rules you have defined.
6810 You may either type the nickname of the Rule at the prompt, or use the
6811 &quot;^T&nbsp;To&nbsp;List&quot;
6812 command to select one of your Rules.
6813 All of the Rules you have defined will be in the list, including
6814 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
6815 They may not all make sense for this purpose, but they are all there for
6816 flexibility.
6817 Rules may be added by using the Setup/Rules screen off of the main Alpine
6818 menu.
6820 Unfortunately, Alpine does not allow all possible Rules to be defined.
6821 For example, there is no logical OR operation.
6822 OR is accomplished in the Filter Rules or the other types of Rules by
6823 simply defining two rules, one that matches the first part of the OR
6824 and another that matches the second part.
6825 But you can't do that here, since you only have a single Rule to work with.
6826 Likewise, the order of Rules is usually important.
6827 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6828 a message, then that stops the search for a further match.
6829 This means that you may be confused if you try to use Select by Rule to
6830 check your Filter rules because the order is important when filtering but
6831 is not considered here.
6834 &lt;End of help on this topic&gt;
6835 </BODY>
6836 </HTML>
6837 ======= h_select_text =======
6838 <HTML>
6839 <HEAD>
6840 <TITLE>Select: Text</TITLE>
6841 </HEAD>
6842 <BODY>
6843 <H1>Select: Text</H1>
6845 You are selecting messages based on the contents of the message.
6846 This allows you to select a set of messages based on whether or not the
6847 message headers or message body contain specified text.
6848 You may look for text in the Subject, the From header,
6849 the To header, or the Cc header.
6850 You may also choose Recipient, which searches for the text in
6851 either the To or the Cc header;
6852 or Participant, which means either the To header, or the Cc header,
6853 or the From header.
6854 Besides those specific header searches, you may also search the entire
6855 header and text of the message with &quot;All Text&quot;, or just the
6856 body of the message with &quot;Body&quot;.
6858 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
6859 before typing the specific type of text search.
6860 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
6861 search for all messages that do not contain a particular word in their
6862 Subjects.
6864 If you choose a Subject search, you may use the subject from the current
6865 message by typing the &quot;^X Cur Subject&quot; command.
6866 You may then edit it further if you wish.
6867 For example, you might select the subject of a reply and edit the
6868 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6869 the original message being replied to.
6870 All of the other header searches allow you to use addresses from the
6871 headers of the current message if you want to.
6872 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6873 &quot;^W Cur Cc&quot;.
6874 In each case, if there is more than one address, only the first is offered.
6877 &lt;End of help on this topic&gt;
6878 </BODY>
6879 </HTML>
6880 ======= h_select_status =======
6881 <HTML>
6882 <HEAD>
6883 <TITLE>Select: Status</TITLE>
6884 </HEAD>
6885 <BODY>
6886 <H1>Select: Status</H1>
6888 You are selecting messages based on the status of the message.
6889 For example, whether or not the message has been marked Deleted or Important,
6890 or whether or not it has been Answered or is New.
6891 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
6892 opposite: not Deleted, not Important, and so on.
6894 If you select Deleted messages, you will get all messages with their
6895 Deleted flag set.
6896 Likewise for Important messages, all messages that you have flagged as
6897 being Important with the
6898 <A HREF="h_common_flag">Flag</A> command.
6899 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6900 because they try to match what you see on the screen by default.
6901 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6902 and Unanswered.
6903 If you have looked at the message, or deleted it, or answered it; then it
6904 is not considered &quot;New &quot;.
6905 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6907 &quot;Answered&quot; is another one that is a little different.
6908 It means that the message has been Answered <EM>and</EM> is not deleted.
6909 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6910 the opposite of &quot;Answered&quot;!
6911 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6912 both Unanswered <EM>and</EM> not deleted.
6914 (The New and Answered options may seem counter-intuitive.
6915 The reason it is done this way is
6916 because, by default, a Deleted message will show up with the &quot;D&quot;
6917 symbol in the MAIL INDEX screen even if it is New or Answered.
6918 The Delete symbol overrides the New and Answered symbols, because you
6919 usually don't care about the message anymore once you've deleted it.
6920 Similarly, you usually only care about whether a message is Answered or
6921 not if it is not Deleted.
6922 Once it is Deleted you've put it out of your mind.)
6924 The other two options were added later because the special nature of the
6925 New flag was not what was wanted by all users.
6926 New does match what you see in the index by default, but if you use
6927 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6928 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6929 be exactly what you expect.
6930 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6931 they are deleted or answered, and
6932 &quot;Recent&quot; selects all of the messages that have been added to
6933 the folder since you started this Alpine session.
6934 (That's not technically quite true. If there are multiple mail clients
6935 reading an IMAP mailbox, each message will be marked as Recent in only
6936 one of the client's sessions.
6937 That behavior can be convenienent for some purposes, like filtering, but
6938 it isn't usually what you expect when selecting.)
6941 &lt;End of help on this topic&gt;
6942 </BODY>
6943 </HTML>
6944 ======= h_index_cmd_apply =======
6945 <HTML>
6946 <HEAD>
6947 <TITLE>Apply Command</TITLE>
6948 </HEAD>
6949 <BODY>
6950 <H1>Apply Command</H1>
6952 Apply
6953 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
6954 is the second step of most aggregate operations.  Apply
6955 becomes active any time there is a defined set of selected messages.  The
6956 following commands can be applied to a selected message set: delete,
6957 undelete, reply, forward,
6958 <!--chtml if pinemode="os_windows"-->
6959 <!--chtml else--> 
6960 pipe,
6961 <!--chtml endif-->
6962 print, take address, save, export, bounce, and flag.
6965 The behavior of some of these commands in an aggregate sense is not easy to
6966 explain.  Try them out to see what they do.
6967 The feature
6968 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
6969 affects the behavior of the Apply command, as does the feature
6970 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
6973 &lt;End of help on this topic&gt;
6974 </BODY>
6975 </HTML>
6976 ======= h_index_cmd_zoom =======
6977 <HTML>
6978 <HEAD>
6979 <TITLE>ZoomMode Command</TITLE>
6980 </HEAD>
6981 <BODY>
6982 <H1>ZoomMode Command</H1>
6984 Another action you might want to take on a set of selected messages is to
6985 zoom in on them.  Like apply, zoom only becomes active when messages have
6986 been selected.
6987 ZoomMode
6988 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
6989 is a toggle command that allows you to
6990 zoom-in (and only see the selected messages) and zoom-out (to see all
6991 messages in the folder).  Neither apply nor zoom removes the markings that
6992 define the selected set; you need to use a select command in order
6993 to do that.
6996 &lt;End of help on this topic&gt;
6997 </BODY>
6998 </HTML>
6999 ======= h_index_collapse_expand =======
7000 <HTML>
7001 <HEAD>
7002 <TITLE>Collapse/Expand Command</TITLE>
7003 </HEAD>
7004 <BODY>
7005 <H1>Collapse/Expand Command</H1>
7007 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
7008 the folder is sorted by either Threads or OrderedSubject, and the
7009 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
7010 is set to something other than &quot;none&quot;.
7011 By default, this command collapses or expands the subthread that starts at
7012 the currently highlighted message, if any.
7013 If the subthread is already collapsed, then this command expands it.
7014 If the subthread is expanded, then this command collapses it.
7015 If there are no more messages below the current message in the
7016 thread tree (that is, there are no replies to the current message) then
7017 this command does nothing.
7020 The behavior of this command is affected by the option
7021 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
7022 Normally, this command Collapses or Expands the subthread that
7023 starts at the currently highlighted message.
7024 If the above option is set, then this command Collapses or Expands the
7025 entire current thread instead of just the subthread.
7026 The current thread is simply the top-level thread that contains the
7027 current message.
7030 &lt;End of help on this topic&gt;
7031 </BODY>
7032 </HTML>
7033 ======= h_index_cmd_sort =======
7034 <HTML>
7035 <HEAD>
7036 <TITLE>Sort Command</TITLE>
7037 </HEAD>
7038 <BODY>
7039 <H1>Sort Command</H1>
7041 In Alpine's generic configuration, messages are presented in the order in
7042 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
7043 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
7044 You can also re-sort the folder on demand with the sort
7045 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
7046 command.
7047 Your sorting options are:
7049 <UL>
7050  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
7051  <LI> <A HREF="h_index_sort_date">D</A>ate
7052  <LI> <A HREF="h_index_sort_subj">S</A>ubject
7053  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
7054  <LI> t<A HREF="h_index_sort_thread">H</A>read
7055  <LI> <A HREF="h_index_sort_from">F</A>rom
7056  <LI> si<A HREF="h_index_sort_size">Z</A>e
7057  <LI> scor<A HREF="h_index_sort_score">E</A>,
7058  <LI> <A HREF="h_index_sort_to">T</A>o
7059  <LI> <A HREF="h_index_sort_cc">C</A>c
7060 </UL>
7063 The Reverse option will toggle the order the index is currently
7064 sorted by, but will not change the relative sort order.
7067 Sorting a folder does not actually rearrange the way the folder is saved,
7068 it just re-arranges how the messages are presented to you.  This means
7069 that Alpine has to do the work of sorting every time you change sort order.
7070 Sometimes, especially with PC-Alpine or with large folders, this could take
7071 a while.
7074 &lt;End of help on this topic&gt;
7075 </BODY>
7076 </HTML>
7077 ======= h_index_sort_default =======
7078 <HTML>
7079 <HEAD>
7080 <TITLE>SORT OPTION: Default</TITLE>
7081 </HEAD>
7082 <BODY>
7083 <H1>SORT OPTION: Default</H1>
7085 The <EM>Default</EM> sort option just means to use the default sort order
7086 set in the
7087 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
7088 option in Setup/Config.
7091 &lt;End of help on this topic&gt;
7092 </BODY>
7093 </HTML>
7094 ======= h_index_sort_arrival =======
7095 <HTML>
7096 <HEAD>
7097 <TITLE>SORT OPTION: Arrival</TITLE>
7098 </HEAD>
7099 <BODY>
7100 <H1>SORT OPTION: Arrival</H1>
7102 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7103 in the order that they exist in the folder.  This is usually the same as the
7104 order in which they arrived.  This option is comparable to not sorting
7105 the messages at all.
7108 &lt;End of help on this topic&gt;
7109 </BODY>
7110 </HTML>
7111 ======= h_index_sort_date =======
7112 <HTML>
7113 <HEAD>
7114 <TITLE>SORT OPTION: Date</TITLE>
7115 </HEAD>
7116 <BODY>
7117 <H1>SORT OPTION: Date</H1>
7119 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7120 according to the date and time they were
7121 sent.
7124 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
7125 identical to sorting by &quot;Arrival&quot;.
7128 &lt;End of help on this topic&gt;
7129 </BODY>
7130 </HTML>
7131 ======= h_index_sort_subj =======
7132 <HTML>
7133 <HEAD>
7134 <TITLE>SORT OPTION: Subject</TITLE>
7135 </HEAD>
7136 <BODY>
7137 <H1>SORT OPTION: Subject</H1>
7139 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7140 by subject. 
7143 Messages with the same subject are
7144 first grouped together, and then the groups of like-subject messages
7145 are arranged alphabetically.
7148 Alpine ignores leading &quot;Re:&quot; and
7149 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
7150 likeness and alphabetical order of subject lines.
7153 &lt;End of help on this topic&gt;
7154 </BODY>
7155 </HTML>
7156 ======= h_index_sort_ordsubj =======
7157 <HTML>
7158 <HEAD>
7159 <TITLE>SORT OPTION: OrderedSubject</TITLE>
7160 </HEAD>
7161 <BODY>
7162 <H1>SORT OPTION: OrderedSubject</H1>
7164 The <EM>OrderedSubject</EM> sort option arranges messages in the
7165 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
7166 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
7169 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
7170 messages by the date of the oldest message in the group.
7173 This sort method provides for pseudo threading of conversations within
7174 a folder.
7175 You may want to try sorting by Thread instead.
7178 &lt;End of help on this topic&gt;
7179 </BODY>
7180 </HTML>
7181 ======= h_index_sort_thread =======
7182 <HTML>
7183 <HEAD>
7184 <TITLE>SORT OPTION: Thread</TITLE>
7185 </HEAD>
7186 <BODY>
7187 <H1>SORT OPTION: Thread</H1>
7189 The <EM>Thread</EM> sort option arranges messages in the
7190 MESSAGE&nbsp;INDEX by grouping all messages that indicate
7191 they are part of a conversation (discussion thread) taking
7192 place within a mailbox or newsgroup.  This indication is
7193 based on information in the message's header -- specifically
7194 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
7197 &lt;End of help on this topic&gt;
7198 </BODY>
7199 </HTML>
7200 ======= h_index_sort_from =======
7201 <HTML>
7202 <HEAD>
7203 <TITLE>SORT OPTION: From</TITLE>
7204 </HEAD>
7205 <BODY>
7206 <H1>SORT OPTION: From</H1>
7208 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7209 by the name of the author of the message.
7212 Messages with the same author are grouped together. Groups of
7213 messages are then put into alphabetical order according to message
7214 author.
7217 &lt;End of help on this topic&gt;
7218 </BODY>
7219 </HTML>
7220 ======= h_index_sort_size =======
7221 <HTML>
7222 <HEAD>
7223 <TITLE>SORT OPTION: Size</TITLE>
7224 </HEAD>
7225 <BODY>
7226 <H1>SORT OPTION: Size</H1>
7228 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7229 by their relative sizes.
7232 &lt;End of help on this topic&gt;
7233 </BODY>
7234 </HTML>
7235 ======= h_index_sort_score =======
7236 <HTML>
7237 <HEAD>
7238 <TITLE>SORT OPTION: Score</TITLE>
7239 </HEAD>
7240 <BODY>
7241 <H1>SORT OPTION: Score</H1>
7243 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7244 by their scores.
7247 Messages with the same score are sorted in arrival order.
7248 Scores are something you create using the
7249 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
7252 &lt;End of help on this topic&gt;
7253 </BODY>
7254 </HTML>
7255 ======= h_index_sort_to =======
7256 <HTML>
7257 <HEAD>
7258 <TITLE>SORT OPTION: To</TITLE>
7259 </HEAD>
7260 <BODY>
7261 <H1>SORT OPTION: To</H1>
7263 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
7264 by the names of the recipients of the message.
7267 Messages with the same recipients are grouped together. Groups of
7268 messages are then put into alphabetical order according to message
7269 recipients.
7272 &lt;End of help on this topic&gt;
7273 </BODY>
7274 </HTML>
7275 ======= h_index_sort_cc =======
7276 <HTML>
7277 <HEAD>
7278 <TITLE>SORT OPTION: Cc</TITLE>
7279 </HEAD>
7280 <BODY>
7281 <H1>SORT OPTION: Cc</H1>
7283 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
7284 the names of the carbon copy addresses of the message.
7287 &lt;End of help on this topic&gt;
7288 </BODY>
7289 </HTML>
7290 ======= h_index_cmd_whereis =======
7291 <HTML>
7292 <HEAD>
7293 <TITLE>WhereIs Command</TITLE>
7294 </HEAD>
7295 <BODY>
7296 <H1>WhereIs Command</H1>
7298 The WhereIs
7299 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
7300 command lets you search the MESSAGE INDEX for a word.
7301 It scans through whatever you see, usually the name of the author
7302 and the Subject line.
7303 WhereIs has special subcommands to let you find the beginning of the
7304 index (Ctrl-Y -- first message)
7305 or the end of the index (Ctrl-V -- last message).
7307 Note that WhereIs only searches through the visible text on the screen.
7308 For example, if only part of the Subject of a message is shown because it
7309 is long, then only the visible portion of the Subject is searched.
7310 Also note that WhereIs does not &quot;see&quot; the 
7311 &quot;X&quot; in column one of Index entries for selected messages
7312 so it can't be used to search for
7313 selected messages (use &quot;Zoom&quot; instead).
7315 If the feature
7316 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
7317 is turned on,
7318 WhereIs can also be used as a quick way to select messages that match the
7319 string being searched for.
7320 Instead of typing carriage return to search for the next match, type
7321 Ctrl-X to select all matches.
7322 Once again, this only selects matches that are (or would be if the right
7323 index line was on the screen) visible.
7324 Truncated From lines or Subjects will cause matches to be missed.
7325 Although WhereIs is sometimes convenient for quick matching, the Select
7326 command is usually more powerful and usually faster.
7329 &lt;End of help on this topic&gt;
7330 </BODY>
7331 </HTML>
7332 ======= h_view_cmd_whereis =======
7333 <HTML>
7334 <HEAD>
7335 <TITLE>WhereIs Command</TITLE>
7336 </HEAD>
7337 <BODY>
7338 <H1>WhereIs Command</H1>
7340 The WhereIs
7341 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
7342 command does a &quot;find in current message&quot; operation.  You
7343 type in text and Alpine will try to find it in the message you are
7344 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
7345 or end (Ctrl-V) of the message.
7346 That is, to rapidly move to the end of a message, hit the 
7347 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
7348 (or Ctrl-W) key followed
7349 by Ctrl-V.  Similarly,
7350 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
7351 followed by Ctrl-Y will take you to the beginning of a message.
7354 &lt;End of help on this topic&gt;
7355 </BODY>
7356 </HTML>
7357 ======= h_view_cmd_hilite =======
7358 <HTML>
7359 <HEAD>
7360 <TITLE>View Hilite and Next item/Previous item</TITLE>
7361 </HEAD>
7362 <BODY>
7363 <H1>View Hilite and Next item/Previous item</H1>
7365 Sometimes messages may be in the form of formatted HTML text
7366 or they may contain URLs or Web server hostnames.
7367 When any of the features
7368 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
7369 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
7370 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
7372 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
7373 are enabled, Alpine will represent such selectable items in the text
7374 in bold typeface.  One of the selectable items will be displayed in
7375 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
7376 Press the Return key to view the currently selected item.
7379 The Up and Down Arrows keys can be used to change the selected item
7380 (also see the feature
7381 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
7382 If there are no selectable items in the direction of the arrow you
7383 pressed, Alpine will scroll the display in that direction until one
7384 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
7385 items in the message text, use the Previous and Next item commands,
7386 <!--chtml if pinemode="function_key"-->F5 and F6
7387 <!--chtml else-->^B and ^F<!--chtml endif-->.
7390 &lt;End of help on this topic&gt;
7391 </BODY>
7392 </HTML>
7393 ======= h_view_cmd_viewattch =======
7394 <HTML>
7395 <HEAD>
7396 <TITLE>ViewAttch Command</TITLE>
7397 </HEAD>
7398 <BODY>
7399 <H1>ViewAttch Command</H1>
7402 The View/Save Attachment
7403 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
7404 command allows you to handle MIME attachments to a message you have
7405 received.  Alpine shows you a list of the message attachments -- you just
7406 choose the attachment you want.  You may either view or save the
7407 selected attachment.
7410 Because many attachments require external programs for display, there
7411 is some system configuration that has to happen before you can
7412 actually display attachments.  Hopefully much of that will have been
7413 done already by your system administrator.  MIME configuration is
7414 handled with the &quot;mailcap&quot; configuration file.  (See the section 
7415 on configuration in the
7416 <A HREF="h_news">release notes</A> for more information.)
7419 &lt;End of help on this topic&gt;
7420 </BODY>
7421 </HTML>
7422 ======= h_index_cmd_expunge =======
7423 <HTML>
7424 <HEAD>
7425 <TITLE>Expunge/Exclude Command</TITLE>
7426 </HEAD>
7427 <BODY>
7428 <H1>Expunge/Exclude Command</H1>
7430 Expunge/Exclude
7431 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
7432 is the command Alpine uses to actually remove all messages
7433 marked for deletion.  With regular email files, expunge literally deletes
7434 the text from the current folder.  With newsgroups or shared mailboxes,
7435 you don't have permission to actually remove the message, so it is an
7436 exclude -- Alpine removes the message from your view of the folder even
7437 though it is not technically gone.
7439 <P> A selective expunge command is available in IMAP folders that support 
7440 the UID EXPUNGE extension in <A 
7441 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
7442 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
7443 as a subcommand of the apply command. If some selected messages are marked 
7444 deleted, then the apply command will offer the eXpunge command, which when 
7445 executed will only expunge those messages that are selected and deleted.
7447 <P> 
7448 Observe that the expunge command (when not used from the apply command) 
7449 will expunge/exclude all deleted messages from the folder, and so all 
7450 messages marked deleted will be expunged, regardless of if they are 
7451 selected or not. In other words, there is no protection against 
7452 potentially expunging more messages than only those that have been 
7453 selected and deleted.
7456 The configuration features
7457 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
7459 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
7460 affect the behavior of the Expunge command.
7463 &lt;End of help on this topic&gt;
7464 </BODY>
7465 </HTML>
7466 ======= h_common_compose =======
7467 <HTML>
7468 <HEAD>
7469 <TITLE>Compose Command</TITLE>
7470 </HEAD>
7471 <BODY>
7472 <H1>Compose Command</H1>
7474 The Compose command takes you into the Alpine message composer where you
7475 can start a new message for sending.  This is where you type in the
7476 message's text and specify its recipient list (the &quot;To:&quot;
7477 address), where copies should be directed (e.g., &quot;Fcc&quot;,
7478 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
7479 be attached to the message.
7482 When you type this command, Alpine will also automatically check for any
7483 interrupted (i.e., a message that was being composed when your modem
7484 or network connection was broken) or previously postponed messages and
7485 offer you a chance to continue working on those.
7488 <UL>   
7489 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7490 </UL><P>
7491 &lt;End of help on this topic&gt;
7492 </BODY>
7493 </HTML>
7494 ======= h_common_index =======
7495 <HTML>
7496 <HEAD>
7497 <TITLE>Message Index Command</TITLE>
7498 </HEAD>
7499 <BODY>
7500 <H1>Message Index Command</H1>
7502 The Index command takes you to the MESSAGE INDEX screen that displays a
7503 summary caption for each message in the currently-open folder. One
7504 message will be highlighted; this is the &quot;Current&quot; message.
7505 The message commands available from this screen (e.g. View, Reply,
7506 Forward, Delete, Print, Save, etc) apply to the current message.
7509 &lt;End of help on this topic&gt;
7510 </BODY>
7511 </HTML>
7512 ======= h_common_folders =======
7513 <HTML>
7514 <HEAD>
7515 <TITLE>Folder List Command</TITLE>
7516 </HEAD>
7517 <BODY>
7518 <H1>Folder List Command</H1>
7520 This Folder List command takes you to the FOLDER LIST screen that displays
7521 the names of all your message folders and allows you to view, rename,
7522 delete, and add folders.  You can open (view) a different folder than the
7523 one currently open by highlighting the desired one (using the arrow keys
7524 or their control-key equivalents) and pressing RETURN.
7527 If you have multiple folder collections defined (see the Help text for
7528 the FOLDER LIST screen to learn more about Collections), you may need
7529 to press Return to expand the collection and display all of the
7530 folders in it.
7533 &lt;End of help on this topic&gt;
7534 </BODY>
7535 </HTML>
7536 ======= h_main_addrbook =======
7537 <HTML>
7538 <HEAD>
7539 <TITLE>Address Book Command</TITLE>
7540 </HEAD>
7541 <BODY>
7542 <H1>Address Book Command</H1>
7544 This command, available only from the MAIN MENU, takes you
7545 to the ADDRESS BOOK management screen.  From here, your personal address
7546 book(s) may be updated.
7549 &lt;End of help on this topic&gt;
7550 </BODY>
7551 </HTML>
7552 ======= h_main_setup =======
7553 <HTML>
7554 <HEAD>
7555 <TITLE>Setup Command</TITLE>
7556 </HEAD>
7557 <BODY>
7558 <H1>Setup Command</H1>
7560 The Setup command, available only from the MAIN MENU, prompts you for
7561 one of several configuration screens, including the SETUP CONFIGURATION 
7562 screen, by which you may activate optional Alpine features.
7565 &lt;End of help on this topic&gt;
7566 </BODY>
7567 </HTML>
7568 ======= h_main_release_notes =======
7569 <HTML>
7570 <HEAD>
7571 <TITLE>Release Notes Command</TITLE>
7572 </HEAD>
7573 <BODY>
7574 <H1>Release Notes Command</H1>
7576 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
7577 as well as pointers to further information such as history and legal notes.
7580 &lt;End of help on this topic&gt;
7581 </BODY>
7582 </HTML>
7583 ======= h_main_kblock =======
7584 <HTML>
7585 <HEAD>
7586 <TITLE>Keyboard Lock Command</TITLE>
7587 </HEAD>
7588 <BODY>
7589 <H1>Keyboard Lock Command</H1>
7591 This command allows your Alpine session to be protected
7592 during a temporary absence from your terminal.
7595 &lt;End of help on this topic&gt;
7596 </BODY>
7597 </HTML>
7598 ======= h_main_journal =======
7599 <HTML>
7600 <HEAD>
7601 <TITLE>Journal Command</TITLE>
7602 </HEAD>
7603 <BODY>
7604 <H1>Journal Command</H1>
7606 This command displays a list of all the status messages Alpine has
7607 displayed (on the third line from the bottom of the screen). This may
7608 be useful if a message disappeared before you had a chance to read it.
7611 &lt;End of help on this topic&gt;
7612 </BODY>
7613 </HTML>
7614 ======= h_common_role =======
7615 <HTML>
7616 <HEAD>
7617 <TITLE>Role Command</TITLE>
7618 </HEAD>
7619 <BODY>
7620 <H1>Role Command</H1>
7622 The Role command is similar to the Compose command except that it starts
7623 off by letting you select a <A HREF="h_rules_roles">role</A>
7624 to be used for the composition.
7625 You may set up alternate roles by using Setup/Rules/Roles.
7628 &lt;End of help on this topic&gt;
7629 </BODY>
7630 </HTML>
7631 ======= h_common_conditional_cmds =======
7632 <HTML>
7633 <HEAD>
7634 <TITLE>Conditional Commands</TITLE>
7635 </HEAD>
7636 <BODY>
7637 <H1>Conditional Commands</H1>
7639 The presence or absence of certain commands, particularly in the
7640 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
7641 whether or not specific features are set in your Alpine configuration.  
7642 (You can access the SETUP CONFIGURATION screen, where they are found, from 
7643 Alpine's MAIN MENU.)  To see if a desired command's availability is
7644 conditioned on a feature setting, see the command's help text (highlight
7645 the phrase associated with the command and hit Return).
7648 Also note that some
7649 commands may be administratively disabled by your system manager;
7650 if they don't work, please check with your local help desk.
7653 <UL>   
7654 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7655 </UL><P>
7656 &lt;End of help on this topic&gt;
7657 </BODY>
7658 </HTML>
7659 ======= h_common_pipe =======
7660 <HTML>
7661 <HEAD>
7662 <TITLE>Pipe Command</TITLE>
7663 </HEAD>
7664 <BODY>
7665 <H1>Pipe Command</H1>
7667 Pipe
7668 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
7669 allows you to send a message to a specified Unix command for external
7670 processing.
7671 This command's availability is controlled by the
7672 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
7673 feature.
7674 By default, the processed text of the message is sent to the command
7675 you specify and the output is captured by Alpine and shown to you.
7676 When you run the pipe command, there are some sub-commands which may be
7677 used to alter this behavior.
7678 These sub-commands are described <A HREF="h_pipe_command">here</A>.
7681 &lt;End of help on this topic&gt;
7682 </BODY>
7683 </HTML>
7684 ======= h_common_goto =======
7685 <HTML>
7686 <HEAD>
7687 <TITLE>Goto Command</TITLE>
7688 </HEAD>
7689 <BODY>
7690 <H1>Goto Command</H1>
7692 Goto
7693 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
7694 is the command that lets you bypass Alpine's folder selection screens
7695 and jump directly to a new folder.  You can select any folder in the
7696 world: one in your current collection, one in a different collection or
7697 one in a collection you've never even used before.
7700 Alpine will help you as much as possible to narrow in on the folder you want.
7701 However, if the folder is outside of your defined collections, you are
7702 going to have to enter the exact folder location using the correct
7703 <A HREF="h_valid_folder_names">syntax</A>
7704 for a remote folder and/or fully-qualified path name.
7707 &lt;End of help on this topic&gt;
7708 </BODY>
7709 </HTML>
7710 ======= h_common_nextnew =======
7711 <HTML>
7712 <HEAD>
7713 <TITLE>NextNew Command</TITLE>
7714 </HEAD>
7715 <BODY>
7716 <H1>NextNew Command</H1>
7718 When you press the TAB key, Alpine advances to the next
7719 &quot;interesting&quot; message.
7720 This will be the next message you have not seen before, or the next message
7721 you have flagged Important, whichever comes first.
7722 Unread messages that have been deleted are not considered interesting.
7723 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
7724 articles after you have read them if you want to remove them from future
7725 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
7726 more information.)
7729 The NextNew command is affected by the feature
7730 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
7731 which causes Alpine to only consider Unread messages interesting, not messages
7732 flagged Important.
7735 This command behaves a little differently when it finds there are no more
7736 interesting messages left in the current folder.
7737 If the current folder is one of your Incoming Message Folders
7738 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
7739 or it is a newsgroup, then Alpine will try to find the next folder or
7740 newsgroup that contains <EM>Recent</EM> messages and will ask you
7741 if you want to open that folder.
7742 This behavior may be modified by using the
7743 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
7744 feature that causes Alpine to look for Unseen messages instead of Recent
7745 messages.
7746 The NextNew command's behavior is also affected by the configuration features
7747 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
7749 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
7752 &lt;End of help on this topic&gt;
7753 </BODY>
7754 </HTML>
7755 ======= h_common_jump =======
7756 <HTML>
7757 <HEAD>
7758 <TITLE>Jump Command</TITLE>
7759 </HEAD>
7760 <BODY>
7761 <H1>Jump Command</H1>
7763 This is Alpine's way of allowing you to go straight to a specific message.
7764 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
7765 configured such that typing in any number automatically jumps you to that
7766 message 
7767 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
7768 in the SETUP CONFIGURATION).
7771 &lt;End of help on this topic&gt;
7772 </BODY>
7773 </HTML>
7774 ======= h_common_flag =======
7775 <HTML>
7776 <HEAD>
7777 <TITLE>Flag Command</TITLE>
7778 </HEAD>
7779 <BODY>
7780 <H1>Flag Command</H1>
7782 Flag
7783 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7784 is the command that allows users to manipulate the status flags that
7785 appear on the left side of the MESSAGE INDEX screen.  The most common
7786 use of this is to mark a message as important. This is something of a
7787 note to yourself to get back to that message.  You may also use the
7788 flag command to set (or unset) the flags that indicate that a message
7789 is new, answered, deleted, or forwarded.<P>
7791 Provided the mail server supports it,
7792 you may also manipulate user-defined keywords
7793 for a message using the flag command.
7794 These keywords will be available if you use the Flag Details screen that you
7795 can get to after typing the
7796 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7797 command.
7798 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
7799 which are always present.
7800 You may add new keywords by using the Add KW command from the Flag Details screen
7801 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
7803 The availability of the flag command is determined by the
7804 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
7805 feature in your Alpine configuration. Also, it is possible that Flag could be
7806 administratively disabled by your system manager; if it doesn't work,
7807 please check with your local help desk before reporting a bug.
7808 The behavior of the flag command may be modified by the
7809 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
7810 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
7813 &lt;End of help on this topic&gt;
7814 </BODY>
7815 </HTML>
7816 ======= h_common_hdrmode =======
7817 <HTML>
7818 <HEAD>
7819 <TITLE>HdrMode Command</TITLE>
7820 </HEAD>
7821 <BODY>
7822 <H1>HdrMode Command</H1>
7824 Every email message comes with some header lines that you normally
7825 don't see (and don't want to see).
7826 These include anywhere from 3-20 lines (or more) added by the
7827 Internet mail transport system to record the route your message took,
7828 for diagnostic purposes.
7829 These are normally of no import and simply
7830 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
7831 This also includes other non-standard headers the message may contain.
7832 If you want to see these headers, there is a way to reveal them.
7835 The Header Mode
7836 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7837 command is a toggle that controls Alpine's handling of these header
7838 lines.  Normally, full headers is &quot;off&quot; and you only see a
7839 few lines about who a message is to and who it is from.  When you
7840 press
7841 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7842 to turn full headers on, Alpine will show you
7843 the normal header lines as well as delivery headers, comment headers,
7844 MIME headers, and any other headers present.
7847 Several different Alpine commands honor the header mode -- it affects how
7848 messages are displayed, how they appear in forward and reply email, how
7849 they are printed, how they are saved, and how they are exported.
7850 <!--chtml if pinemode="os_windows"-->
7851 <!--chtml else--> 
7852 The pipe command is also affected.
7853 <!--chtml endif-->
7856 The presence or absence of the Header Mode command is determined by the
7857 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
7858 Feature-List option in your Alpine configuration.
7861 If you have also turned on the
7862 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
7863 option then the HdrMode command actually rotates through three states
7864 instead of just two.
7865 The first is the normal view with long quotes suppressed.
7866 The second is the normal view but with the long quotes included.
7867 The last enables the display of all headers in the message.
7868 When using Export, Pipe, Print, Forward, or Reply the quotes are
7869 never suppressed, so the first two states are identical.
7872 The behavior of the Header Mode command may be altered slightly by
7873 turning on the
7874 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
7875 Feature-List option in your Alpine configuration.
7876 In particular, it will cause the Header Mode to be persistent when moving
7877 from message to message instead of resetting to the default for each message.
7880 <UL>   
7881 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7882 </UL><P>
7883 &lt;End of help on this topic&gt;
7884 </BODY>
7885 </HTML>
7886 ======= h_common_print =======
7887 <HTML>
7888 <HEAD>
7889 <TITLE>Print Command</TITLE>
7890 </HEAD>
7891 <BODY>
7892 <H1>Print Command</H1>
7894 The Print
7895 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
7896 command allows you to print a copy of a message.
7897 There are many SETUP CONFIGURATION features that affect the
7898 Print command, including
7899 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
7900 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
7901 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
7902 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
7903 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
7904 You set up for printing by using the Printer option of the Setup command
7905 on the MAIN MENU.
7909 &lt;End of help on this topic&gt;
7910 </BODY>
7911 </HTML>
7912 ======= h_common_take =======
7913 <HTML>
7914 <HEAD>
7915 <TITLE>TakeAddr Command</TITLE>
7916 </HEAD>
7917 <BODY>
7918 <H1>TakeAddr Command</H1>
7921 With the Take Address
7922 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
7923 command, you can extract email addresses from an
7924 incoming message and save them in an address book.  This is an easy way
7925 to add to your address book and avoid having to remember the email
7926 addresses of the people who write to you.
7929 If the message is just to you individually, then you will only need to
7930 provide a nickname.  If the message contains more than one email address,
7931 then you will see an address
7932 selection screen that lets you choose the address you want to save into
7933 your address book, or lets you choose several of them add to a
7934 personal distribution list.
7937 Once you've added an entry to your address book, you can use it from the
7938 message composer by typing the nickname of the entry into one of the
7939 header fields (for example, into the To: field), or you can use ^T from
7940 the header field to select the entry from your address book.
7943 If the configuration feature
7944 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
7945 is set, the behavior of the Take command is altered slightly.
7948 &lt;End of help on this topic&gt;
7949 </BODY>
7950 </HTML>
7951 ======= h_ge_import =======
7952 <HTML>
7953 <HEAD>
7954 <TITLE>Import File Selection</TITLE>
7955 </HEAD>
7956 <BODY>
7957 <H1>Import File Selection</H1>
7959 You are importing a file that you previously
7960 exported from Alpine.
7961 You are now being asked for the name of that file.
7962 The easiest way to select a file is probably with the &quot;^T&quot;
7963 &quot;To Files&quot; command.
7964 Alternatively, you may type in a file name.
7965 It may be an absolute pathname.
7966 Otherwise, it is a file located in your home directory
7967 or current working directory
7968 <!--chtml if pinemode="running"-->
7969 (which, at least for your current Alpine &quot;session,&quot; 
7970 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7971 <!--chtml endif-->, depending on the
7972 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7973 In any case, you finish by typing a carriage return to accept the
7974 file name that is displayed.
7975 When the feature
7976 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7977 is turned on you may use TAB to complete partially typed in names.
7979 You may cancel the import operation by typing &quot;^C&quot; after exiting
7980 this help.
7982 &lt;End of help on this topic&gt;
7983 </BODY>
7984 </HTML>
7985 ======= h_ge_allparts =======
7986 <HTML>
7987 <HEAD>
7988 <TITLE>Export Message File Selection</TITLE>
7989 </HEAD>
7990 <BODY>
7991 <H1>Export Message File Selection</H1>
7993 You are Exporting a message from an Alpine mail folder
7994 to a plain text file.
7995 You also have the option of exporting all of the attachments associated
7996 with the message.
7997 You are now being asked for the name of the file to export <EM>to</EM>.
7998 The easiest way to select a file is probably with the &quot;^T&quot;
7999 &quot;To Files&quot; subcommand.
8000 After returning from that subcommand you will still be allowed to
8001 edit the name you have selected.
8002 Alternatively, you may type in a file name.
8003 It may be an absolute pathname.
8004 Otherwise, it is a file located in your home directory
8005 or current working directory
8006 <!--chtml if pinemode="running"-->
8007 (which, at least for your current Alpine &quot;session,&quot; 
8008 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8009 <!--chtml endif-->, depending on the
8010 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
8011 In any case, you finish by typing a carriage return to accept the
8012 file name that is displayed.
8013 When the feature
8014 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
8015 is turned on you may use TAB to complete partially typed in names.
8017 The message you are exporting appears to have some attachments.
8018 If you wish to save <EM>all</EM> of the attachments at once,
8019 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
8020 saving of the attachments.
8021 You may turn it back off by typing &quot;^P&quot; again, which will now
8022 be labeled &quot;NoAllParts&quot; instead.
8023 If you want to save the parts the command displayed should be
8024 &quot;NoAllParts&quot;!
8025 When you choose to save attachments like this, the attachments will be saved
8026 in a newly created directory.
8027 That directory will have the same name as the file name you choose here,
8028 with the letters &quot;.d&quot; appended.
8029 If that directory already exists, then the letters &quot;.d_1&quot; will
8030 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
8031 is found.
8032 For example, if you select the file name
8034 <CENTER><SAMP>filename</SAMP></CENTER>
8036 to export the message to, then the directory used for the attachments will be
8038 <CENTER><SAMP>filename.d</SAMP></CENTER>
8040 or perhaps
8042 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
8044 The attachments will then be put into files inside that directory.
8045 The names for the attachment files will be derived from the attachments
8046 if possible.
8047 This is done in the same way as the default values are derived if you
8048 save them one at a time.
8049 (The &quot;filename&quot; parameter from the Content-Disposition header
8050 is the first choice. If that doesn't exist, the &quot;name&quot;
8051 parameter from the Content-Type header is used.)
8052 If a name for a particular attachment is not available, then the
8053 part number of the attachment is used, with the characters &quot;part_&quot;
8054 prepended.
8055 An example of that would be
8057 <CENTER><SAMP>part_2.1</SAMP></CENTER>
8059 If you want to save only some of the attachments or if you want more control
8060 over the directory and filename where an attachment is saved you may
8061 cancel out of this command and View the attachment list.
8062 From there you can save each attachment individually.
8064 You may cancel the Export operation by typing &quot;^C&quot; after exiting
8065 this help.
8067 &lt;End of help on this topic&gt;
8068 </BODY>
8069 </HTML>
8070 ======= h_ge_export =======
8071 <HTML>
8072 <HEAD>
8073 <TITLE>Export File Selection</TITLE>
8074 </HEAD>
8075 <BODY>
8076 <H1>Export File Selection</H1>
8078 You are Exporting or Saving something from within the Alpine world
8079 (a message, an attachment, etc.)
8080 to a plain text file.
8081 You are now being asked for the name of the file to export <EM>to</EM>.
8082 The easiest way to select a file is probably with the &quot;^T&quot;
8083 &quot;To Files&quot; subcommand.
8084 After returning from that subcommand you will still be allowed to
8085 edit the name you have selected.
8086 Alternatively, you may type in a file name.
8087 It may be an absolute pathname.
8088 Otherwise, it is a file located in your home directory
8089 or current working directory
8090 <!--chtml if pinemode="running"-->
8091 (which, at least for your current Alpine &quot;session,&quot; 
8092 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8093 <!--chtml endif-->, depending on the
8094 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
8095 In any case, you finish by typing a carriage return to accept the
8096 file name that is displayed.
8097 When the feature
8098 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
8099 is turned on you may use TAB to complete partially typed in names.
8101 If the object you are exporting is a message with some attachments,
8102 you may wish to save all of the attachments by typing the &quot;^P&quot;
8103 &quot;AllParts&quot; command to turn on saving of the attachments.
8104 This subcommand will only be visible if the message actually has attachments.
8105 You may also View the attachment list and save individual attachments from
8106 there.
8108 If you are SAVING a text part (text/plain, text/html, etc.) you can use
8109 the Control-R subcommand to toggle if saving will be done in binary mode,
8110 meaning that the attachment will be decoded, but will not be transformed
8111 to UTF-8 for further processing (either in internal filters, or user
8112 supplied filters.) This is useful in case you either want to preserve
8113 the text as it was encoded originally to you, or the attachment was
8114 incorrectly attached (the attachment is not of text type) and you need
8115 the original text to process the attachment.
8117 You may cancel the Export operation by typing &quot;^C&quot; after exiting
8118 this help.
8120 &lt;End of help on this topic&gt;
8121 </BODY>
8122 </HTML>
8123 ======= h_common_save =======
8124 <HTML>
8125 <HEAD>
8126 <TITLE>Save and Export Commands</TITLE>
8127 </HEAD>
8128 <BODY>
8129 <H1>Save and Export Commands</H1>
8131 Save
8132 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
8133 and Export
8134 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
8135 are the two alternatives Alpine gives you to keep a copy of the message
8136 you are reading. If you want to keep the message within Alpine's email
8137 world, use &quot;Save&quot;; if you want to use the message in another
8138 program, use &quot;Export&quot;.
8141 When you Save a message, it is put into an existing folder or into a new
8142 folder in one of your existing folder collections.  The message stays in
8143 email format and can be read by Alpine again.  Alpine may use a special format
8144 for its mail folders -- never edit an Alpine folder by hand or with any
8145 program other than Alpine.  The exact behavior of the Save command can be
8146 configured with the
8147 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
8148 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
8149 and 
8150 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
8151 feature list settings.
8152 The name of the folder offered as a default is controlled by the option
8153 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
8156 When you use Export, the message is placed in a plain text file in your
8157 home directory 
8158 <!--chtml if pinemode="running"-->
8159 (which, in the present configuration of your system, is
8160  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
8161 <!--chtml endif-->
8162 or current working directory
8163 <!--chtml if pinemode="running"-->
8164 (which, at least for your current Alpine &quot;session,&quot; 
8165 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8166 <!--chtml endif-->, depending on the
8167 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
8168 configuration setting.  In the normal case, only minimal
8169 headers are exported with the message; however, if the full header mode 
8170 (whose availability may be disabled  by setting the feature 
8171 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
8172 in SETUP CONFIGURATION) is
8173 toggled on, then complete headers are exported along with the message
8174 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
8175 defined, they may affect the contents of the exported file.)
8178 &lt;End of help on this topic&gt;
8179 </BODY>
8180 </HTML>
8181 ======= h_common_bounce =======
8182 <HTML>
8183 <HEAD>
8184 <TITLE>Bounce Command</TITLE>
8185 </HEAD>
8186 <BODY>
8187 <H1>Bounce Command</H1>
8189 The Bounce 
8190 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
8191 command allows you to re-send, or &quot;remail&quot;, a
8192 message, as if you were never in the loop.  It is analogous to crossing
8193 out your address on a postal letter, writing a different address on the
8194 envelope, and putting it into the mailbox. Bounce is used primarily to
8195 redirect email that was sent to you in error.
8196 Also, some owners of email
8197 lists need the bounce command to handle list traffic.
8198 Bounce is not anonymous.
8199 A ReSent-From header is added to the message so that the recipient may
8200 tell that you Bounced it to them.
8203 The presence or absence of the Bounce command is determined by the
8204 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
8205 feature in your Alpine configuration.
8206 The feature
8207 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
8208 affects the behavior of the Bounce command.
8209 Also, it is possible that Bounce could be
8210 administratively disabled by your system manager; if it doesn't work,
8211 please check with your local help desk before reporting a bug.
8214 &lt;End of help on this topic&gt;
8215 </BODY>
8216 </HTML>
8217 ======= h_common_reply =======
8218 <HTML>
8219 <HEAD>
8220 <TITLE>Reply and Forward Commands</TITLE>
8221 </HEAD>
8222 <BODY>
8224 <H1>Reply and Forward Commands</H1>
8226 Replying 
8227 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
8228 and Forwarding 
8229 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
8230 are your two alternatives for following up on the
8231 message you are reading.  You would use reply if you want to get email
8232 back to the author of the message and/or the other people who have
8233 already seen it.  You use forward if you want somebody new to see the
8234 message.
8237 In the normal case, the only thing that you must supply when forwarding a
8238 message is the name/email address of the new recipient.
8239 Alpine will include the text of the forwarded message.
8240 Alpine will also include any attachments to the message.
8241 There is space above the forwarded text for you to include additional comments.
8244 When replying, you usually have to answer some questions.
8245 If the message is to multiple people and/or specified with a Reply-To: header,
8246 then you will have to decide who should get the reply.
8247 You also need to decide whether or not to include the previous
8248 message in your reply.
8249 Some of this is configurable.
8250 Specifically, see the
8251 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
8252 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
8253 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
8255 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
8256 configuration features.
8259 Both the Reply and Forward commands react to the full header mode toggle.
8260 If the full header mode is on, then all the header and delivery lines are
8261 included with the text of the message in your reply/forward.
8264 Other configuration features that affect the Reply command are
8265 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
8266 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
8267 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
8270 &lt;End of help on this topic&gt;
8271 </BODY>
8272 </HTML>
8273 ======= h_common_delete =======
8274 <HTML>
8275 <HEAD>
8276 <TITLE>Delete and Undelete Commands</TITLE>
8277 </HEAD>
8278 <BODY>
8279 <H1>Delete and Undelete Commands</H1>
8281 Delete 
8282 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
8283 and Undelete 
8284 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
8285 allow you to change the Deleted flag for the current message.
8286 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
8287 removes the mark.
8288 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
8289 at the left hand edge of the index line.
8290 When viewing a deleted message, the letters &quot;DEL&quot; will be present
8291 in the upper right hand corner of the screen.
8292 Delete simply <EM>marks</EM> a message Deleted, it does not actually
8293 get rid of the message.
8294 The eXpunge command (available from the MESSAGE INDEX screen) actually
8295 removes all of the deleted messages in a folder.
8296 Once a message is eXpunged, it can't be retrieved.
8299 The Delete command is affected by the setting of the configuration feature
8300 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
8303 &lt;End of help on this topic&gt;
8304 </BODY>
8305 </HTML>
8306 ======= h_common_postpone =======
8307 <HTML>
8308 <HEAD>
8309 <TITLE>Postpone Command</TITLE>
8310 </HEAD>
8311 <BODY>
8312 <H1>Postpone Command</H1>
8314 The postpone
8315 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
8316 command allows you to temporarily stop working on the current
8317 message so you may read
8318 other messages or compose another message.  When you want to resume a
8319 message later, start to compose and answer &quot;yes&quot; to the
8320 &quot;Continue postponed composition?&quot; question.  You may
8321 postpone as many messages as you like.
8324 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
8325 in the Setup/Config screen, then the Postpone command will prompt you for
8326 the folder in which to store your outgoing message.
8329 &lt;End of help on this topic&gt;
8330 </BODY>
8331 </HTML>
8332 ======= h_compose_cancel =======
8333 <HTML>
8334 <HEAD>
8335 <TITLE>Cancel Command</TITLE>
8336 </HEAD>
8337 <BODY>
8338 <H1>Cancel Command</H1>
8340 Cancel
8341 <!--chtml if pinemode="function_key"-->
8342 (F2)
8343 <!--chtml else-->
8344 (^C) 
8345 <!--chtml endif-->
8347 The Cancel command returns you to Alpine's normal mail processing and
8348 causes the message currently under composition to be thrown out.
8349 The message text <EM>will be lost</EM>.
8352 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
8353 will be preserved in the file named
8354 <!--chtml if pinemode="os_windows"-->
8355 &quot;DEADLETR&quot;.
8356 <!--chtml else-->
8357 &quot;dead.letter&quot; in your home directory.
8358 <!--chtml endif-->
8359 If you unintentionally cancel a message, look there for its text.
8362 &lt;End of help on this topic&gt;
8363 </BODY>
8364 </HTML>
8365 ======= h_compose_addrcomplete =======
8366 <HTML>
8367 <HEAD>
8368 <TITLE>Address Completion</TITLE>
8369 </HEAD>
8370 <BODY>
8371 <H1>Address Completion</H1>
8373 When entering addresses in the address fields of the composer (To, Cc, etc.)
8374 the TAB key may be used to help complete the address.
8375 Type a partial nickname and tap the TAB key to complete the typing.
8376 The unambiguous part of the name will be filled in automatically.
8377 Typing TAB twice in succession will bring up a selection list of possibilities,
8378 making it easy to find and choose the correct address.
8381 The matching algorithm is rather ad hoc.
8382 The search starts with a search of your address book.
8383 It counts as a match if the nickname, address, or fullname field of an
8384 entry begins with the text typed in so far. It is also a match if
8385 a later word in the fullname (for example, the middle name or last name)
8386 begins with the entered text.
8388 Next comes an LDAP search.
8389 The search will happen for any servers that have the
8390 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
8391 feature set. You can set or unset the feature for each server independently
8392 in the Setup/Directory screen.
8394 Finally, if you are replying to or forwarding a message, that message is
8395 searched for likely candidate addresses that match the typed-in text.
8398 &lt;End of help on this topic&gt;
8399 </BODY>
8400 </HTML>
8401 ======= h_compose_richhdr =======
8402 <HTML>
8403 <HEAD>
8404 <TITLE>Rich Header Command</TITLE>
8405 </HEAD>
8406 <BODY>
8407 <H1>Rich Header Command</H1>
8409 The Rich Header command allows you to toggle between the list of 
8410 all message headers available for editing and those that are most
8411 common.
8414 Use this toggle to expose headers that are not normally visible by
8415 default.
8416 This set usually includes the
8417 &quot;Bcc:&quot;,
8418 &quot;Fcc:&quot;,
8419 &quot;Lcc:&quot;,
8420 and &quot;Newsgroups&quot;
8421 headers.
8422 If you are posting to a newsgroup the set of defaults is a little different.
8423 Obviously, in that case, the Newsgroups header is of interest so is not
8424 hidden.
8425 For news posting the hidden set includes the
8426 &quot;To:&quot;,
8427 &quot;Cc:&quot;,
8428 &quot;Bcc:&quot;,
8429 &quot;Fcc:&quot;,
8430 and &quot;Lcc:&quot;
8431 headers.
8432 You won't normally want to edit these, which is why they are hidden,
8433 but it is sometimes useful to be able to set them manually.
8436 The default sets of headers listed above can be altered.
8437 Any header that you have added to the
8438 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
8439 option, but not to the
8440 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
8441 option will appear when you use the Rich Headers command to
8442 make the Rich Headers visible.
8443 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
8444 even without toggling the Rich Headers command.)
8447 &lt;End of help on this topic&gt;
8448 </BODY>
8449 </HTML>
8450 ======= h_compose_send =======
8451 <HTML>
8452 <HEAD>
8453 <TITLE>Send Command</TITLE>
8454 </HEAD>
8455 <BODY>
8456 <H1>Send Command</H1>
8458 The Send command
8459 <!--chtml if pinemode="function_key"-->
8460 (F3)
8461 <!--chtml else-->
8462 (^X) 
8463 <!--chtml endif-->
8464 tells Alpine you are finished composing.
8465 Before actually sending it, though, Alpine will ask you to confirm 
8466 your intention, and, at the same time, redisplayed the message text
8467 with the recipients at the top of the screen to give you the opportunity
8468 to review and verify that the message is addressed to the people
8469 you intended.
8471 If the feature
8472 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
8473 then this confirmation prompt and any options it allows are skipped.
8476 This confirmation prompt may also offer, depending
8477 on your particular Setup/Config, options allowing you to set
8478 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
8479 include attachments in the &quot;Fcc&quot; (if you had previously
8480 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
8481 observe details of the
8482 <A HREF="h_config_verbose_post">message submission process</A>,
8483 choose the filter through which the
8484 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
8485 or turn of flowed text generation.
8488 &lt;End of help on this topic&gt;
8489 </BODY>
8490 </HTML>
8491 ======= h_compose_markcutpaste =======
8492 <HTML>
8493 <HEAD>
8494 <TITLE>Mark, Cut and Paste Commands</TITLE>
8495 </HEAD>
8496 <BODY>
8497 <H1>Mark, Cut and Paste Commands</H1>
8499 You can define a &quot;block&quot; of text, which can subsequently
8500  be deleted or
8501 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
8502 then moving the cursor to the end of the desired text block.  You can then
8503 &quot;cut&quot; the block out 
8504 <!--chtml if pinemode="function_key"-->
8505 &quot;F9&quot;,
8506 <!--chtml else-->
8507 &quot;Ctrl-K&quot;,
8508 <!--chtml endif-->
8509 move the cursor, and &quot;paste&quot; it
8510 <!--chtml if pinemode="function_key"-->
8511 &quot;F10&quot;,
8512 <!--chtml else-->
8513 &quot;Ctrl-U&quot;,
8514 <!--chtml endif-->
8515 in the new location.  Also, you can paste more than once, allowing you
8516 to use this feature to copy a block of text.<P>
8518 If you press 
8519 <!--chtml if pinemode="function_key"-->
8520 &quot;F9&quot;
8521 <!--chtml else-->
8522 &quot;^K&quot;
8523 <!--chtml endif-->
8524 without having marked anything, Alpine will delete
8525 a single line.  If you delete a group of lines together, Alpine keeps them
8526 in the same buffer, so 
8527 <!--chtml if pinemode="function_key"-->
8529 <!--chtml else-->
8531 <!--chtml endif-->
8532 will restore them as a block.  About
8533 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
8534 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
8535 &quot;type the character ^&quot;.
8538 &lt;End of help on this topic&gt;
8539 </BODY>
8540 </HTML>
8541 ======= h_compose_justify =======
8542 <HTML>
8543 <HEAD>
8544 <TITLE>Justify Command</TITLE>
8545 </HEAD>
8546 <BODY>
8547 <H1>Justify Command</H1>
8549 The Justify
8550 <!--chtml if pinemode="function_key"-->
8551 (F4)
8552 <!--chtml else-->
8553 (^J) 
8554 <!--chtml endif-->
8555 command reformats the text in the paragraph the cursor is in.
8556 Paragraphs are separated by one blank line or a line beginning with a space.
8557 This is useful when you have been editing a paragraph and the lines become
8558 uneven.  The text is left aligned or justified and the right is ragged.  If
8559 the text is already justified as typed with auto-wrap, no justification will
8560 be done.
8563 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
8564 block of text, the Justify command is modified.
8565 Instead of automatically justifying the current paragraph you will be
8566 asked if you want to justify the paragraph, justify the selected region,
8567 or adjust the quote level of the selected region.
8568 Adjusting the quote level only works if you are using standard
8569 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
8570 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
8573 When composing a reply containing included text, the justify command
8574 will reformat text to the right of the 
8575 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
8576 adding or removing indented lines as needed.  Paragraphs are separated
8577 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
8578 line containing the indent string and one or more blank spaces.
8579 Included text that was previously indented (or &quot;quoted&quot;) is
8580 not preserved.
8583 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
8584 in 1999 and its wide-spread adoption since then, you will usually be better off if you
8585 use the standard
8586 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
8589 &lt;End of help on this topic&gt;
8590 </BODY>
8591 </HTML>
8592 ======= h_compose_spell =======
8593 <HTML>
8594 <HEAD>
8595 <TITLE>Spell Check Command</TITLE>
8596 </HEAD>
8597 <BODY>
8598 <H1>Spell Check Command</H1>
8600 The &quot;To Spell&quot;
8601 <!--chtml if pinemode="function_key"-->
8602 (F12)
8603 <!--chtml else-->
8604 (^T) 
8605 <!--chtml endif-->
8606 command calls an external spell checking program to look over the
8607 message you are composing.  By default, Alpine uses
8609 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
8611 if it knows where to find &quot;aspell&quot;.
8612 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
8613 then the command used is
8615 <CENTER><SAMP>ispell -l</SAMP></CENTER>
8617 Otherwise, the ancient &quot;spell&quot; command is used.
8619 For PC-Alpine, you must install the aspell library code that you
8620 may get from
8621 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
8624 &lt;End of help on this topic&gt;
8625 </BODY>
8626 </HTML>
8627 ======= h_compose_alted =======
8628 <HTML>
8629 <HEAD>
8630 <TITLE>Alt Editor Command</TITLE>
8631 </HEAD>
8632 <BODY>
8633 <H1>Alt Editor Command</H1>
8635 The &quot;Alt Editor&quot; command's availability depends on the
8636 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
8639 When the variable specifies a valid editor on your system, this
8640 command will launch it with the current text of your message
8641 already filled in.
8644 &lt;End of help on this topic&gt;
8645 </BODY>
8646 </HTML>
8647 ======= h_compose_readfile =======
8648 <HTML>
8649 <HEAD>
8650 <TITLE>Read File Command</TITLE>
8651 </HEAD>
8652 <BODY>
8653 <H1>Read File Command</H1>
8655 The &quot;Read File&quot;
8656 <!--chtml if pinemode="function_key"-->
8657 (F5)
8658 <!--chtml else-->
8659 (^R) 
8660 <!--chtml endif-->
8661 command allows you to copy in text from an existing file. You will be
8662 prompted for the name of a file to be inserted into the message.  The file
8663 name is relative to your home directory 
8664 <!--chtml if pinemode="running"-->
8665 (which, in the present configuration of your system, is
8666  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
8667 <!--chtml endif-->
8668 or current working directory
8669 <!--chtml if pinemode="running"-->
8670 (which, at least for your current Alpine &quot;session,&quot; 
8671 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8672 <!--chtml endif-->, depending on the
8673 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
8674 configuration setting; or, the file name must be specified as a full path name 
8675 <!--chtml if pinemode="os_windows"-->
8676 -- for example: &quot;A:&#92;PAPER.TXT&quot;
8677 <!--chtml else-->
8678 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
8679 <!--chtml endif-->
8680 (without the quotation marks).
8683 The file will be inserted where the cursor is located.  <B>The
8684 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
8685 Unix machine but have files on a PC or Mac, the files must be transferred
8686 to the system Alpine is running on before they can be read.  Please ask your
8687 local computer support people about the correct way to transfer a file to 
8688 your Alpine system.
8691 &lt;End of help on this topic&gt;
8692 </BODY>
8693 </HTML>
8694 ======= h_config_tray_icon =======
8695 <HTML>
8696 <HEAD>
8697 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
8698 </HEAD>
8699 <BODY>
8700 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
8702 PC-Alpine only.
8704 This option restores a behavior of previous versions of PC-Alpine.
8705 These
8706 versions, when started, installed a PC-Alpine icon in the notification 
8707 tray of Window's Taskbar.  The primary use of this icon was to indicate
8708 new mail arrival by turning red (while the Taskbar icon remained green).
8709 Additionally, the icon now changes to yellow to signify that a mail folder
8710 has been closed unexpectedly.
8713 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
8714 color its Taskbar entry's icon red (as well as the icon in the Window
8715 Title).  This feature is only provided for backwards compatibility.
8718 &lt;End of help on this topic&gt;
8719 </BODY>
8720 </HTML>
8721 ======= h_common_suspend =======
8722 <HTML>
8723 <HEAD>
8724 <TITLE>Suspend Command</TITLE>
8725 </HEAD>
8726 <BODY>
8727 <H1>Suspend Command</H1>
8729 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
8730 enabled, you can, at almost any time, temporarily halt your Alpine session,
8731 <!--chtml if pinemode="os_windows"-->
8732 minimizing it into an icon.
8733 <!--chtml else-->
8734 and return to your system prompt.
8735 <!--chtml endif-->
8738 &lt;End of help on this topic&gt;
8739 </BODY>
8740 </HTML>
8741 ======= h_pipe_command =======
8742 <HTML>
8743 <HEAD>
8744 <TITLE>Pipe Command SubOptions</TITLE>
8745 </HEAD>
8746 <BODY>
8747 <H1>Pipe Command SubOptions</H1>
8749 By default, when you use the Pipe command, the processed text of the
8750 message is sent to the Unix command
8751 you specify and the output is captured by Alpine and shown to you.
8752 (This command is available in PC-Alpine, as well, but there aren't many
8753 Windows commands that work well with piping.)
8754 There are some sub-commands that may be used to alter this behavior.
8755 These are toggles that switch the behavior between two possibilities.
8756 They can be combined in any way you wish.
8758 By default, the prompt at the bottom of the screen looks like
8760 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
8764 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
8766 if you are piping more than one message.
8768 The sub-command options are:
8769 <DL>
8770    <DT>Shown Text or Raw Text</DT>
8771    <DD>This option toggles between sending the shown (processed) text
8772 of the message to the Unix command, and sending the
8773 raw (unprocessed) text of the message to the Unix command.
8774 The default is to send the shown text.
8775 The raw version of the message will contain all of the headers and any
8776 MIME encoding that the message contains.
8777 If you've selected the Raw Text then the prompt will have the additional word
8778 &quot;RAW&quot; in it, like
8780 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
8782 You can experiment with this option by piping to something simple like the
8783 Unix &quot;cat&quot; command.
8784    </DD>
8785    <DT>Captured Output or Free Output</DT>
8786    <DD>This option toggles between having Alpine capture the output of
8787 the Unix pipe command for display, and not capturing it.
8788 If the command you are piping to is a filter that will produce output
8789 you want to view, then you want to capture that output
8790 for display (the default).
8791 If the Unix command doesn't produce output or handles the display itself,
8792 then you want free output.
8793 When you've selected the Free Output option the prompt will change to
8795 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
8797    </DD>
8798    <DT>No Delimiter or With Delimiter</DT>
8799    <DD>This option controls whether or not a Unix mailbox style delimiter
8800 will come before the text of the message.
8801 This is the delimiter used in the common Unix mailbox format.
8802 It's the single line that begins with the five characters
8803 &quot;From&quot; followed by a &lt;SPACE&gt; character.
8804 You'll usually only want to include this if the Unix command requires
8805 input in the format of a traditional Unix mailbox file.
8806 When you've selected the With Delimiter option the prompt will change to
8808 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
8810    </DD>
8811    <DT>To Same Pipe or To Individual Pipes</DT>
8812    <DD>This option only shows up if you are running an aggregate
8813 pipe command.
8814 That is, the command was Apply Pipe, not just Pipe.
8815 You have the option of piping all of the selected messages through a
8816 single pipe to a single instance of the Unix command,
8817 or piping each individual message through a separate pipe to separate
8818 instances of the Unix command.
8819 The default is that all of the output will go through a single pipe
8820 to a single instance of the command.
8821 You can try this option with a command like &quot;less&quot;, with Free
8822 Output enabled.
8823 When you've selected the Individual Pipes option the prompt will change to
8825 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
8827    </DD>
8828 </DL>
8831 As mentioned earlier, the options can be combined in any way you wish.
8832 You may leave them all off, turn them all on, or turn some of them on
8833 and some of them off.
8834 If you use the pipe command a second time in the same session the default
8835 options will be what you used the last time.
8838 &lt;End of help on this topic&gt;
8839 </BODY>
8840 </HTML>
8841 ========== h_emptydir_subfolder_name =========
8842 <HTML>
8843 <HEAD>
8844 <TITLE>ENTER SUBFOLDER NAME</TITLE>
8845 </HEAD>
8846 <BODY>
8847 <H1>Enter Subfolder Name</H1>
8849 <P> 
8850 This is the name of a new subfolder in the directory you are creating.
8851 Because empty directories are hidden and therefore not useful, you must also
8852 create a subfolder in the directory you are creating in order that the
8853 directory remains visible.
8855 Alternatively, you may turn off the configuration feature
8856 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
8857 so that empty directories remain visible.
8858 If you do that, you will not be required to create the subfolder when you
8859 create a directory.
8862 &lt;End of help on this topic&gt;
8863 </BODY>
8864 </HTML>
8865 ========== h_incoming_add_folder_name =========
8866 <HTML>
8867 <HEAD>
8868 <TITLE>ENTER FOLDER NAME</TITLE>
8869 </HEAD>
8870 <BODY>
8871 <H1>Enter Folder Name</H1>
8873 <P> 
8874 This is the name of the folder on the previously specified server.
8875 By default the folder name is interpreted as defining a section of your personal
8876 folder area.  This area and how you specify it are defined by the
8877 server, if one is specified.
8880 To define a folder outside the default area, prefix
8881 the path with the namespace to use when interpreting the
8882 given path.  If a namespace is specified, the folder name begins with the
8883 sharp (#) character followed by the name of the namespace
8884 and then the namespace's path-element-delimiter.  Aside from the
8885 name's format, namespaces can also imply access rights, content
8886 policy, audience, location, and, occasionally, access methods.
8889 Each server exports its own set (possibly of size one) of 
8890 namespaces.
8891 For a more detailed explanation read about
8892 <A HREF="h_folder_name_namespaces">Namespaces</A>.
8895 To specify the default for INBOX on the server you can usually just enter
8896 &quot;INBOX&quot;, and the server will understand the special meaning of
8897 that word.
8900 &lt;End of help on this topic&gt;
8901 </BODY>
8902 </HTML>
8903 ========== h_incoming_add_folder_host =========
8904 <HTML>
8905 <HEAD>
8906 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
8907 </HEAD>
8908 <BODY>
8909 <H1>Enter Incoming Folder Server</H1>
8911 You are being asked for the name of the server for use with this incoming
8912 folder.
8913 If the folder is on the machine where Alpine is running, then just enter
8914 RETURN without typing a server name.
8917 If the folder is on an IMAP server then type the server's name followed
8918 by RETURN.
8919 You may use the ^X command if the server is the same as the server that
8920 the INBOX is on.
8923 You may have to add optional extra information to the server name.
8924 For example, if the IMAP server is using a non-standard port number you
8925 would specify that by appending a colon (:) followed by the port number
8926 to the server name
8929 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8932 or you may need to specify a different protocol if the server is not an
8933 IMAP server. For example:
8936 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8939 for a POP server or
8942 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8945 for an NNTP news server.
8946 For an explanation of all of the possibilities, see
8947 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8948 for folders.
8951 There is a special command (^W) if you want to set up a folder that gets its
8952 mail from a
8953 <A HREF="h_maildrop">Mail Drop</A>.
8954 If you type that command, you will be prompted for the information for
8955 both the Mail Drop folder and the destination folder.
8958 &lt;End of help on this topic&gt;
8959 </BODY>
8960 </HTML>
8961 ========== h_incoming_add_inbox =========
8962 <HTML>
8963 <HEAD>
8964 <TITLE>ENTER INBOX SERVER</TITLE>
8965 </HEAD>
8966 <BODY>
8967 <H1>Enter INBOX Server</H1>
8969 You are being asked for the name of the server for use with
8970 the INBOX folder.
8971 Type the server's name followed by RETURN.
8974 You may have to add optional extra information to the server name.
8975 For example, if the server is using a non-standard port number you
8976 would specify that by appending a colon (:) followed by the port number
8977 to the server name
8980 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8983 or you may need to specify a different protocol if the server is not an
8984 IMAP server. For example:
8987 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8990 for a POP server.
8993 For an explanation of all of the possibilities, see
8994 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8995 for folders.
8998 If the INBOX folder is on the machine where Alpine is running, then just enter
8999 RETURN without typing a server name.
9002 There is a special command (^W) if you want to set up a folder that gets its
9003 mail from a
9004 <A HREF="h_maildrop">Mail Drop</A>.
9005 If you type that command, you will be prompted for the information for
9006 both the Mail Drop folder and the destination folder, which will be used
9007 as your INBOX folder.
9010 &lt;End of help on this topic&gt;
9011 </BODY>
9012 </HTML>
9013 ========== h_incoming_add_maildrop_destn =========
9014 <HTML>
9015 <HEAD>
9016 <TITLE>ENTER DESTINATION SERVER</TITLE>
9017 </HEAD>
9018 <BODY>
9019 <H1>Enter Destination Server</H1>
9021 You are being asked for the name of the server where the destination
9022 folder is for use with this Mail Drop incoming folder.
9023 That is, you are using a Mail Drop for this incoming folder and
9024 you've already entered
9025 the server and folder name for the Mail Drop.
9026 Now you need to enter the server for the destination folder
9027 where the mail should be copied to.
9028 Mail will come from the Mail Drop and be copied to the destination folder.
9031 Type the server's name followed by RETURN.
9032 If the folder is local to this computer, just type RETURN without entering
9033 a server name.
9036 You may have to add optional extra information to the server name.
9037 For example, if the server is using a non-standard port number you
9038 would specify that by appending a colon (:) followed by the port number
9039 to the server name
9042 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9045 For an explanation of all of the possibilities, see
9046 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9047 for folders.
9050 &lt;End of help on this topic&gt;
9051 </BODY>
9052 </HTML>
9053 ========== h_inbox_add_maildrop_destn =========
9054 <HTML>
9055 <HEAD>
9056 <TITLE>ENTER DESTINATION SERVER</TITLE>
9057 </HEAD>
9058 <BODY>
9059 <H1>Enter Destination Server</H1>
9061 You are being asked for the name of the server where the destination
9062 folder is for use with your Mail Drop INBOX.
9063 That is, you are using a Mail Drop for your INBOX and you've already entered
9064 the server and folder name for the Mail Drop.
9065 Now you need to enter the server for the destination folder
9066 where the mail should be copied to.
9067 Mail will come from the Mail Drop and be copied to the destination folder.
9070 Type the server's name followed by RETURN.
9071 If the folder is local to this computer, just type RETURN without entering
9072 a server name.
9075 You may have to add optional extra information to the server name.
9076 For example, if the server is using a non-standard port number you
9077 would specify that by appending a colon (:) followed by the port number
9078 to the server name
9081 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9084 For an explanation of all of the possibilities, see
9085 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9086 for folders.
9089 &lt;End of help on this topic&gt;
9090 </BODY>
9091 </HTML>
9092 ========== h_inbox_add_maildrop =========
9093 <HTML>
9094 <HEAD>
9095 <TITLE>ENTER MAILDROP SERVER</TITLE>
9096 </HEAD>
9097 <BODY>
9098 <H1>Enter Mail Drop Server</H1>
9100 You are being asked for the name of the Mail Drop server for use with
9101 your INBOX.
9104 Type the server's name followed by RETURN.
9107 You may have to add optional extra information to the server name.
9108 For example, if the server is using a non-standard port number you
9109 would specify that by appending a colon (:) followed by the port number
9110 to the server name
9113 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9116 or you may need to specify a different protocol if the server is not an
9117 IMAP server. For example:
9120 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
9123 for a POP server or
9126 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
9129 for an NNTP news server.
9130 For an explanation of all of the possibilities, see
9131 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9132 for folders.
9135 &lt;End of help on this topic&gt;
9136 </BODY>
9137 </HTML>
9138 ========== h_incoming_add_maildrop =========
9139 <HTML>
9140 <HEAD>
9141 <TITLE>ENTER MAILDROP SERVER</TITLE>
9142 </HEAD>
9143 <BODY>
9144 <H1>Enter Mail Drop Server</H1>
9146 You are being asked for the name of the Mail Drop server for use with
9147 this incoming folder.
9150 Type the server's name followed by RETURN.
9151 You may use the ^X command if the server is the same as the server that
9152 the INBOX is on.
9155 You may have to add optional extra information to the server name.
9156 For example, if the server is using a non-standard port number you
9157 would specify that by appending a colon (:) followed by the port number
9158 to the server name
9161 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9164 or you may need to specify a different protocol if the server is not an
9165 IMAP server. For example:
9168 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
9171 for a POP server or
9174 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
9177 for an NNTP news server.
9178 For an explanation of all of the possibilities, see
9179 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9180 for folders.
9183 If the Mail Drop folder is on the machine where Alpine is running, then just enter
9184 RETURN without typing a server name.
9187 &lt;End of help on this topic&gt;
9188 </BODY>
9189 </HTML>
9190 ========== h_maildrop =========
9191 <HTML>
9192 <HEAD>
9193 <TITLE>WHAT IS A MAIL DROP?</TITLE>
9194 </HEAD>
9195 <BODY>
9196 <H1>What is a Mail Drop?</H1>
9198 In some situaions it may make sense to have your mail delivered to one
9199 folder (the Mail Drop) and then when you want to read mail that has been
9200 delivered to the Mail Drop folder Alpine will move it to another
9201 destination folder.
9202 Often the Mail Drop will be a remote folder and messages will be moved from
9203 there to a local destination folder.
9206 One example where this might make sense is if the Mail Drop folder is accessible
9207 only with the POP protocol.
9208 You could designate your POP inbox as the Mail Drop folder and have Alpine move
9209 mail from there to a local (on the same machine Alpine is running on)
9210 destination folder, where you'll read it.
9213 A Mail Drop may only be used as your Inbox or as an
9214 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
9217 There is no attempt to synchronize the contents of the destination folder
9218 with the contents of the Mail Drop folder.
9219 All that happens is that all of the messages in the Mail Drop folder are
9220 copied to the destination folder and then they are deleted and expunged (if possible)
9221 from the Mail Drop folder.
9222 The next time a check for new mail is made, any messages in the Mail 
9223 Drop folder are once again copied to the destination folder and deleted
9224 and expunged from the Mail Drop folder.
9225 (If the Mail Drop folder is a news group, then the messages can't be
9226 expunged from the newsgroup. Instead, only Recent messages are copied from
9227 the newsgroup to the destination folder.)
9230 Configuration of a Mail Drop is a little different from configuration of
9231 a folder that does not use a Mail Drop because you have to specify two
9232 folder names instead of one.
9233 The two folders may be any types of folders that Alpine can normally use.
9234 They don't have to be a remote folder and a local folder, that is
9235 simply the most common usage.
9236 When you use a Mail Drop folder Alpine will periodically re-open the Mail
9237 Drop to check for new mail.
9238 The new-mail checks will happen at the frequency set with the
9239 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
9240 but with a minimum time
9241 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
9242 between checks.
9243 Because of this minimum you may notice that new mail does not
9244 appear promptly when you expect it.
9245 The reason for this is to protect the server from over-zealous opening and
9246 closing of the Mail Drop folder.
9247 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
9248 the end of the folder index, then the check will happen, regardless of how
9249 long it has been since the previous check.
9251 If there is new mail, that mail will be copied to the destination folder
9252 and then will be deleted from the Mail Drop.
9253 Note that using a Mail Drop with a local destination folder does not make
9254 sense if you read mail from more than one machine, because the mail is
9255 downloaded to the destination folder (which is accessible from only one
9256 machine) and deleted from the Mail Drop.
9258 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
9261 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
9264 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
9266 The brackets are not literal.
9268 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
9270 is a single character that does not appear in the MailDropFolder name.
9271 If the name doesn't contain spaces then it can be a space character.
9272 The two folder names are full technical
9273 <A HREF="h_valid_folder_names">folder names</A>
9274 as used by Alpine.
9275 Here are a couple examples to give you an idea what is being talked about:
9278 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
9280 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
9283 A #move folder may only be used as an
9284 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
9285 an Inbox.
9286 When you are in the FOLDER LIST of Incoming Message Folders (after turning
9287 on the
9288 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
9289 option)
9290 the Add command has a subcommand &quot;Use Mail Drop&quot;
9291 which may be helpful for defining the folder in your Alpine configuration.
9292 The same is true when you edit the
9293 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
9294 option in Setup/Config.
9295 Each of these configuration methods will also create the DestinationFolder
9296 if it doesn't already exist.
9297 If you are having problems, make sure the DestinationFolder exists.
9300 &lt;End of help on this topic&gt;
9301 </BODY>
9302 </HTML>
9303 ========== h_save =========
9304 <HTML>
9305 <HEAD>
9306 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
9307 </HEAD>
9308 <BODY>
9309 <H1>Choose a Folder to Save Into</H1>
9311 After Exiting from this help text,
9312 type the name of the folder you want to save into and press RETURN.
9314 Press ^T to get a list of your folders to choose from.
9315 Press ^C to cancel the Save.
9317 If you have Folder Collections defined you may use
9318 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
9319 the collection being saved to.
9321 If Tab Completion is enabled (it is enabled by default)
9322 you may type a Tab character to have Alpine complete the folder name for you.
9324 If Partial Match Lists is enabled (it is enabled by default) you may type
9325 Ctrl-X to get a list of matches to the prefix you've typed in so far.
9327 If the Ctrl-R subcommand is present that means you can decide to Delete or
9328 not Delete the message you are saving after you save it.
9329 The label on that key gives the action to switch to.
9330 If it says Delete and you type Ctrl-R the label displayed will change to
9331 No Delete and the source message will be deleted after the save. If it
9332 says No Delete and you type Ctrl-R the label displayed will change to
9333 Delete and the message will not be deleted.
9334 You can control the default for the Delete parameter with the
9335 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
9337 Similarly, if the Ctrl-W subcommand is present that means you can decide
9338 to Preserve the order of the messages being saved or not.
9339 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
9340 will be in the same order as you see them in the source folder now.
9341 The opposite action (which is usually the default) is that you don't care
9342 about the order.
9343 The Saved messages may or may not be in the same order in the destination folder.
9344 There may be a performance penalty for choosing to save the messages in order.
9345 You can control the default for the Preserve Order parameter with the
9346 configuration feature
9347 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
9350 If you haven't disabled the Save Input History and you've already done a
9351 Save earlier in this session then you may use the Up and Down arrows to retrieve
9352 a folder name used in a previous Save.
9355 &lt;End of help on this topic&gt;
9356 </BODY>
9357 </HTML>
9358 ============= h_simple_index ========================
9359 <HTML>
9360 <HEAD>
9361 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
9362 </HEAD>
9363 <BODY>
9364 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
9365 <!--chtml if pinemode="function_key"-->
9366 <PRE>
9367 Navigating the List of Messages               General Alpine Commands
9368 -------------------------------               -----------------------
9369  F5   Move to previous message                 F1   Show this help text
9370  F6   Move to next message
9371  F7   Show previous screen of messages
9372  F8   Show next screen of messages
9374 Message Selection Commands
9375 --------------------------
9376  F3   Exit the Message Select menu (canceling Send command)
9377  F4   Select the currently highlighted message
9378  F9   Mark the currently highlighted message as deleted
9379  F10  Undelete (remove deletion mark from) the highlighted message
9380 </PRE>
9381 <!--chtml else-->
9382 <PRE>
9383 Navigating the List of Messages               General Alpine Commands
9384 -------------------------------               -----------------------
9385   P  Move to previous message                  ?  Show this help text
9386   N  Move to next message
9387   -  Show previous screen of messages
9388  Spc (space bar) Show next screen of messages
9390 Message Selection Commands
9391 --------------------------
9392   E  Exit the Message Select menu (canceling Send command)
9393   S  Select the currently highlighted message
9394   D  Mark the currently highlighted message as deleted
9395   U  Undelete (remove deletion mark from) the highlighted message
9396 </PRE>
9397 <!--chtml endif-->
9399 <H2>Description of the Select Postponed Message Screen</H2>
9401 This screen allows you to select one of several previously postponed
9402 messages in order to continue composition.  Your options are very limited
9403 -- the screen is not meant to let you manipulate these messages.  However,
9404 you may now delete messages from this list.  Once you choose a message,
9405 Alpine reads it in and puts you into the regular message composer.
9408 Messages do not stay in this postponed state automatically.  If you select
9409 a message and then want to postpone it again, use the normal postpone
9410 (Ctrl-O) command in the composer.
9413 If you exit this screen without selecting a message, the Compose command
9414 that got you here is canceled.  Other than messages explicitly marked
9415 &quot;Deleted&quot;, no messages will be removed.
9418 &lt;End of help on this topic&gt;
9419 </BODY>
9420 </HTML>
9421 ============= h_collection_screen ========================
9422 <HTML>
9423 <HEAD>
9424 <TITLE>COLLECTION LIST screen</TITLE>
9425 </HEAD>
9426 <BODY>
9427 <H1>COLLECTION LIST screen</H1>
9429 The COLLECTION LIST screen is used to select one of your  
9430 collection definitions to display the folders they contain.  See
9431 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
9432 detailed explanation of collections.<P>
9434 To manage your collection definitions (Add, Change, Delete, etc.), use
9435 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
9436 MAIN MENU.
9439 &lt;End of help on this topic&gt;
9440 </BODY>
9441 </HTML>
9442 ============= h_collection_maint ========================
9443 <HTML>
9444 <HEAD>
9445 <TITLE>SETUP COLLECTION LIST screen</TITLE>
9446 </HEAD>
9447 <BODY>
9448 <H1>SETUP COLLECTION LIST screen</H1>
9450 The SETUP COLLECTION LIST screen lets you manage your collection
9451 definitions.  See 
9452 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
9453 for detailed explanation of collections.<P>
9455 Maintenance commands include:
9456 <DL>
9457 <DT>Change
9458 <!--chtml if pinemode="function_key"-->
9459 (F4)
9460 <!--chtml else-->
9462 <!--chtml endif-->
9463 </DT>
9465 <DD>Modify attributes of the selected collection definition.
9467 <DT>Add Cltn
9468 <!--chtml if pinemode="function_key"-->
9469 (F9)
9470 <!--chtml else-->
9472 <!--chtml endif-->
9473 </DT>
9475 <DD>Create a new collection definition.
9476 </DD>
9478 <DT>Del Cltn
9479 <!--chtml if pinemode="function_key"-->
9480 (F10)
9481 <!--chtml else-->
9483 <!--chtml endif-->
9484 </DT>
9486 <DD>Delete the selected collection definition.<BR>
9487 NOTE: The folders and directories referred to by the
9488 collection definition are <EM>NOT</EM> deleted.  Folders must
9489 be deleted, if that's what you wish to do, from the 
9490 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
9491 individual folders in a collection.
9492 </DD>
9494 <DT>Shuffle
9495 <!--chtml if pinemode="function_key"-->
9496 (F11)
9497 <!--chtml else-->
9499 <!--chtml endif-->
9500 </DT>
9502 <DD>Change the order of the displayed collections.  Alpine will offer
9503 to move the currently selected collection one position UP
9504 or DOWN.
9505 </DD>
9506 </DL>
9509 &lt;End of help on this topic&gt;
9510 </BODY>
9511 </HTML>
9512 ============ h_what_are_collections ==========
9513 <HTML>
9514 <HEAD>
9515 <TITLE>Folder Collections Explained</TITLE>
9516 </HEAD>
9517 <BODY>
9518 <H1>Folder Collections Explained</H1>
9521 Those of you with simple mail configurations will just see a list of all the
9522 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
9523 The special folders for INBOX, sent mail and saved messages
9524 will appear at the top of the list.  All others are in alphabetical order.
9526 If you
9527 or your system administrator have defined more than one collection or if
9528 you have a collection (for newsgroups or email folders) defined on your 
9529 system, then you will see the COLLECTION LIST screen first when choosing 
9530 FOLDER LIST from Alpine's MAIN MENU.
9532 <H2>Why have multiple folder collections?</H2>
9534 For Alpine users who only maintain email folders (and not too many) on one host, 
9535 a single folder collection is probably sufficient.<P>
9537 However, people who have more than one email account - for example, one 
9538 at their university, and one with their personal Internet Service Provider - 
9539 will have different sets of folders on different hosts, and they may want to
9540 access them all from the same installation of Alpine, rather than use different 
9541 software and/or log into other hosts to manipulate messages in different 
9542 accounts.  (If in doubt whether one of your email accounts can be accessed 
9543 with Alpine, contact the technical support people for that account.)  Even people
9544 who have only one email account on one host, but have dozens or
9545 hundreds of email folders, may want to arrange these folders together in a 
9546 meaningful way.<BR>
9547 That is where multiple collections come in.
9549 <H2>Types of Collections</H2>
9550 <DL>
9551 <DT>INCOMING FOLDERS</DT>
9552 <DD>&quot;Incoming Message Folders&quot; 
9553 is a special collection typically used to supplement your single INBOX.  
9554 All the folders here are meant to be ones that receive incoming messages, 
9555 which you intend to check more or less frequently.  
9556 You may have multiple folders like this because you or your systems 
9557 administrator have set up an external program or you may have set up
9558 Alpine to filter incoming 
9559 messages into different folders, based on certain criteria such as 
9560 sender, recipient, or subject; or because you have multiple accounts and 
9561 wish to check their INBOXes easily.  This collection is established by 
9562 setting the 
9563 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
9564 feature in the SETUP CONFIGURATION screen, which is accessed from the 
9565 MAIN MENU.
9566 </DD>
9568 <DT>NEWS</DT>
9569 <DD>You can also define a collection specifically for
9570 newsgroups.  Alpine does this for you implicitly when you 
9571 <A HREF="h_config_nntp_server">define an NNTP Server</A>
9572 in your Alpine configuration.  The news collection appears last in the 
9573 COLLECTION LIST (though you can shuffle it up in the order of presentation),
9574 and Alpine knows not to save messages there.
9575 </DD>
9577 <DT>DEFAULT COLLECTION</DT>
9578 <DD>This is the default collection for your saved and sent messages folders.
9579 </DD>
9580 </DL>
9584 <H2>Defining Collections</H2>
9586 In the absence of any folder-collection definitions, Alpine will assume a
9587 single default folder collection.
9588 <!--chtml if pinemode="os_windows"-->
9589 <!--chtml else-->
9590 If necessary, Alpine will create the directory
9591 &quot;mail&quot; in your Unix home directory 
9592 to hold your folders.
9593 <!--chtml endif-->
9595 You can use the 
9596 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
9597 the MAIN MENU, to manage your collection list.  
9599 &lt;End of help on this topic&gt;
9600 </BODY>
9601 </HTML>
9602 ===== h_select_address_screen =====
9603 <HTML>
9604 <HEAD>
9605 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
9606 </HEAD>
9607 <BODY>
9608 <H1>SELECT AN ADDRESS SCREEN</H1>
9609 <H2>COMMANDS</H2>
9610 <!--chtml if pinemode="function_key"-->
9611 <PRE>
9612 Available  Commands                        
9613 -------------------------------            
9614 F1  Show Help Text
9615 F3  Exit without selecting anything
9616 F4  Select the highlighted address
9617 F5  Move highlight to previous address
9618 F6  Move highlight to next address
9619 F7  Previous page of addresses
9620 F8  Next page of addresses
9621 F11 Print
9622 F12 WhereIs
9623 </PRE>
9624 <!--chtml else-->
9625 <PRE>
9626 Navigation                     General Alpine Commands
9627 -------------------------      -----------------------
9628  P  Prev Address                ?  Display this help text
9629  N  Next Address                E  Exit without selecting anything
9630  -  Previous page               %  Print
9631 Spc (space bar) Next page
9632  W  WhereIs
9634 Select Command
9635 ------------------------------------------------
9636  S  Select the highlighted address
9637 </PRE>
9638 <!--chtml endif-->
9640 <H2>Description of the Select Address Screen</H2>
9642 This screen gives you an easy way to select an address from all of
9643 the address book entries that match the prefix typed so far.
9645 <P><UL>
9646 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9647 </UL>
9649 &lt;End of help on this topic&gt;
9650 </BODY>
9651 </HTML>
9652 ===== h_select_rule_screen =====
9653 <HTML>
9654 <HEAD>
9655 <TITLE>SELECT A RULE SCREEN</TITLE>
9656 </HEAD>
9657 <BODY>
9658 <H1>SELECT A RULE SCREEN</H1>
9659 <H2>COMMANDS</H2>
9660 <!--chtml if pinemode="function_key"-->
9661 <PRE>
9662 Available  Commands                        
9663 -------------------------------            
9664 F1  Show Help Text
9665 F3  Exit without selecting anything
9666 F4  Select the highlighted rule
9667 F5  Move highlight to previous rule
9668 F6  Move highlight to next rule
9669 F7  Previous page of rules
9670 F8  Next page of rules
9671 F11 Print
9672 F12 WhereIs
9673 </PRE>
9674 <!--chtml else-->
9675 <PRE>
9676 Navigation                     General Alpine Commands
9677 -------------------------      -----------------------
9678  P  Prev Rule                   ?  Display this help text
9679  N  Next Rule                   E  Exit without selecting anything
9680  -  Previous page               %  Print
9681 Spc (space bar) Next page
9682  W  WhereIs
9684 Select Command
9685 ------------------------------------------------
9686  S  Select the highlighted rule
9687 </PRE>
9688 <!--chtml endif-->
9690 <H2>Description of the Select Rule Screen</H2>
9692 This screen just gives you an easy way to select a rule from all of your
9693 defined rules.
9694 The list of rules presented is the list of nicknames of all of the rules
9695 defined using Setup/Rules.
9696 For selecting messages, it is likely that the Indexcolor rules and possibly
9697 the Roles rules will be most useful.
9698 The others are there also, in case you find a use for them.
9700 In order for this to be useful for selecting messages, the nicknames of
9701 the rules have to be different.
9702 Alpine actually just gets the nickname of the rule that you select and then
9703 looks up that rule using the nickname.
9704 So if there are duplicate nicknames, the first rule that has that
9705 nickname will be used.
9707 <P><UL>
9708 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9709 </UL>
9711 &lt;End of help on this topic&gt;
9712 </BODY>
9713 </HTML>
9714 ===== h_select_priority_screen =====
9715 <HTML>
9716 <HEAD>
9717 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
9718 </HEAD>
9719 <BODY>
9720 <H1>SELECT A PRIORITY SCREEN</H1>
9721 <H2>COMMANDS</H2>
9722 <!--chtml if pinemode="function_key"-->
9723 <PRE>
9724 Available  Commands                        
9725 -------------------------------            
9726 F1  Show Help Text
9727 F3  Exit without selecting anything
9728 F4  Select the highlighted priority
9729 F5  Move highlight to previous priority
9730 F6  Move highlight to next priority
9731 F7  Previous page of priorities
9732 F8  Next page of priorities
9733 F11 Print
9734 F12 WhereIs
9735 </PRE>
9736 <!--chtml else-->
9737 <PRE>
9738 Navigation                     General Alpine Commands
9739 -------------------------      -----------------------
9740  P  Prev Priority               ?  Display this help text
9741  N  Next Priority               E  Exit without selecting anything
9742  -  Previous page               %  Print
9743 Spc (space bar) Next page
9744  W  WhereIs
9746 Select Command
9747 ------------------------------------------------
9748  S  Select the highlighted priority
9749 </PRE>
9750 <!--chtml endif-->
9752 <H2>Description of the Select Priority Screen</H2>
9754 This screen gives you a way to select a priority for the message you are sending.
9755 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
9756 Some mail programs will display an indication of the priority level to
9757 the recipient of the message, some will ignore it.
9758 Even in cases where the mail programs of both the sender and the recipient
9759 agree on the meaning of this header, keep in mind that it is
9760 something that the sender sets so it is only an indication
9761 of the priority that the sender attaches to the mail.
9762 Alpine can be made to display an indication of this priority in incoming
9763 messages by use of one of the tokens
9764 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
9765 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
9766 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
9768 <P><UL>
9769 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9770 </UL>
9772 &lt;End of help on this topic&gt;
9773 </BODY>
9774 </HTML>
9775 ===== h_select_keyword_screen =====
9776 <HTML>
9777 <HEAD>
9778 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
9779 </HEAD>
9780 <BODY>
9781 <H1>SELECT A KEYWORD SCREEN</H1>
9782 <H2>COMMANDS</H2>
9783 <!--chtml if pinemode="function_key"-->
9784 <PRE>
9785 Available  Commands                        
9786 -------------------------------            
9787 F1  Show Help Text
9788 F3  Exit without selecting anything
9789 F4  Select the highlighted keyword
9790 F5  Move highlight to previous keyword
9791 F6  Move highlight to next keyword
9792 F7  Previous page of keywords
9793 F8  Next page of keywords
9794 F11 Print
9795 F12 WhereIs
9796 </PRE>
9797 <!--chtml else-->
9798 <PRE>
9799 Navigation                     General Alpine Commands
9800 -------------------------      -----------------------
9801  P  Prev Keyword                ?  Display this help text
9802  N  Next Keyword                E  Exit without selecting anything
9803  -  Previous page               %  Print
9804 Spc (space bar) Next page
9805  W  WhereIs
9807 Select Command
9808 ------------------------------------------------
9809  S  Select the highlighted keyword
9810 </PRE>
9811 <!--chtml endif-->
9813 <H2>Description of the Select Keyword Screen</H2>
9815 This screen just gives you an easy way to select a keyword.
9816 The list of keywords presented is the list of all keywords defined in your 
9817 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9818 If you have given a keyword a nickname, that nickname is displayed
9819 instead of the actual keyword.
9821 <P><UL>
9822 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9823 </UL>
9825 &lt;End of help on this topic&gt;
9826 </BODY>
9827 </HTML>
9828 ===== h_select_charset_screen =====
9829 <HTML>
9830 <HEAD>
9831 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
9832 </HEAD>
9833 <BODY>
9834 <H1>SELECT A CHARACTER SET SCREEN</H1>
9835 <H2>COMMANDS</H2>
9836 <!--chtml if pinemode="function_key"-->
9837 <PRE>
9838 Available  Commands                        
9839 -------------------------------            
9840 F1  Show Help Text
9841 F3  Exit without selecting anything
9842 F4  Select the highlighted character set
9843 F5  Move highlight to previous character set
9844 F6  Move highlight to next character set
9845 F7  Previous page of character sets
9846 F8  Next page of character sets
9847 F11 Print
9848 F12 WhereIs
9849 </PRE>
9850 <!--chtml else-->
9851 <PRE>
9852 Navigation                     General Alpine Commands
9853 -------------------------      -----------------------
9854  P  Prev Character Set          ?  Display this help text
9855  N  Next Character Set          E  Exit without selecting anything
9856  -  Previous page               %  Print
9857 Spc (space bar) Next page
9858  W  WhereIs
9860 Select Command
9861 ------------------------------------------------
9862  S  Select the highlighted character set
9863 </PRE>
9864 <!--chtml endif-->
9866 <H2>Description of the Select A Character Set Screen</H2>
9868 This screen just gives you an easy way to select a character set from the
9869 set of character sets Alpine knows about.
9870 The list presented will vary slightly depending on what option you are
9871 selecting the character set for.
9873 <P><UL>
9874 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9875 </UL>
9877 &lt;End of help on this topic&gt;
9878 </BODY>
9879 </HTML>
9880 ===== h_select_multcharsets_screen =====
9881 <HTML>
9882 <HEAD>
9883 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
9884 </HEAD>
9885 <BODY>
9886 <H1>SELECT CHARACTER SETS SCREEN</H1>
9887 <H2>COMMANDS</H2>
9888 <!--chtml if pinemode="function_key"-->
9889 <PRE>
9890 Available  Commands
9891 -------------------------------            
9892 F1  Show Help Text
9893 F3  Exit without selecting anything
9894 F4  Select the highlighted charset (or chosen charsets in ListMode)
9895 F5  Move highlight to previous charset
9896 F6  Move highlight to next charset
9897 F7  Previous page of charsets
9898 F8  Next page of charsets
9899 F9  Toggle choices when using ListMode
9900 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
9901 F11 Print
9902 F12 WhereIs
9903 </PRE>
9904 <!--chtml else-->
9905 <PRE>
9906 Navigation                     General Alpine Commands
9907 -------------------------      -----------------------
9908  P  Prev Charset                ?  Display this help text
9909  N  Next Charset                E  Exit without selecting anything
9910  -  Previous page               %  Print
9911 Spc (space bar) Next page
9912  W  WhereIs
9914 Select Command
9915 ------------------------------------------------
9916  S  Select the highlighted charset (or chosen charsets in ListMode)
9917  L  Turn on ListMode (makes it easy to choose multiple charsets)
9918  1  Turn off ListMode
9919  X  Toggle choices when using ListMode
9920 </PRE>
9921 <!--chtml endif-->
9923 <H2>Description of the Select Character Set Screen</H2>
9925 This screen just gives you an easy way to select a character set or a list of
9926 character sets.
9927 The list of character sets presented is the list of all character sets known to
9928 Alpine.
9929 You may select other character sets by typing them in directly.
9931 <P><UL>
9932 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9933 </UL>
9935 &lt;End of help on this topic&gt;
9936 </BODY>
9937 </HTML>
9938 ===== h_select_multkeyword_screen =====
9939 <HTML>
9940 <HEAD>
9941 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
9942 </HEAD>
9943 <BODY>
9944 <H1>SELECT KEYWORDS SCREEN</H1>
9945 <H2>COMMANDS</H2>
9946 <!--chtml if pinemode="function_key"-->
9947 <PRE>
9948 Available  Commands
9949 -------------------------------            
9950 F1  Show Help Text
9951 F3  Exit without selecting anything
9952 F4  Select the highlighted keyword (or chosen keywords in ListMode)
9953 F5  Move highlight to previous keyword
9954 F6  Move highlight to next keyword
9955 F7  Previous page of keywords
9956 F8  Next page of keywords
9957 F9  Toggle choices when using ListMode
9958 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
9959 F11 Print
9960 F12 WhereIs
9961 </PRE>
9962 <!--chtml else-->
9963 <PRE>
9964 Navigation                     General Alpine Commands
9965 -------------------------      -----------------------
9966  P  Prev Keyword                ?  Display this help text
9967  N  Next Keyword                E  Exit without selecting anything
9968  -  Previous page               %  Print
9969 Spc (space bar) Next page
9970  W  WhereIs
9972 Select Command
9973 ------------------------------------------------
9974  S  Select the highlighted keyword (or chosen keywords in ListMode)
9975  L  Turn on ListMode (makes it easy to choose multiple keywords)
9976  1  Turn off ListMode
9977  X  Toggle choices when using ListMode
9978 </PRE>
9979 <!--chtml endif-->
9981 <H2>Description of the Select Keyword Screen</H2>
9983 This screen just gives you an easy way to select a keyword or a list of
9984 keywords.
9985 The list of keywords presented is the list of all keywords defined in your 
9986 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9987 If you have given a keyword a nickname, that nickname is displayed
9988 instead of the actual keyword.
9990 <P><UL>
9991 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9992 </UL>
9994 &lt;End of help on this topic&gt;
9995 </BODY>
9996 </HTML>
9997 ===== h_select_incoming_to_monitor =====
9998 <HTML>
9999 <HEAD>
10000 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
10001 </HEAD>
10002 <BODY>
10003 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
10004 <H2>COMMANDS</H2>
10005 <!--chtml if pinemode="function_key"-->
10006 <PRE>
10007 Available  Commands
10008 -------------------------------            
10009 F1  Show Help Text
10010 F3  Exit without selecting anything
10011 F4  Select the marked folders
10012 F5  Move highlight to previous folder
10013 F6  Move highlight to next folder
10014 F7  Previous page of folders
10015 F8  Next page of folders
10016 F9  Toggle choices on or off
10017 F11 Print
10018 F12 WhereIs
10019 </PRE>
10020 <!--chtml else-->
10021 <PRE>
10022 Navigation                     General Alpine Commands
10023 -------------------------      -----------------------
10024  P  Prev Folder                 ?  Display this help text
10025  N  Next Folder                ^C  exit without changing anything
10026  -  Previous page               %  Print
10027 Spc (space bar) Next page
10028  W  WhereIs
10030 Select Command
10031 ------------------------------------------------
10032  S  Select the marked folders
10033  X  Toggle choices on or off
10034 </PRE>
10035 <!--chtml endif-->
10037 <H2>Description of the Select Folders to Check Screen</H2>
10039 This screen is only useful if the feature
10040 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
10041 is set.
10042 By default, when you set that feature all of your incoming folders
10043 will be checked periodically for Unseen messages.
10044 By using this screen, you may restrict the set of monitored folders to
10045 a subset of all of the incoming folders.
10047 Mark the folders you want to monitor for Unseen messages with
10048 an &quot;X&quot;.
10049 When you've finished marking all your selections use the Select
10050 command to register your choices.
10051 To return to the default of checking all incoming folders
10052 delete all folders or unmark all folders.
10054 <P><UL>
10055 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10056 </UL>
10058 &lt;End of help on this topic&gt;
10059 </BODY>
10060 </HTML>
10061 ===== h_role_select =====
10062 <HTML>
10063 <HEAD>
10064 <TITLE>ROLES SCREEN</TITLE>
10065 </HEAD>
10066 <BODY>
10067 <H1>ROLES SCREEN</H1>
10068 <H2>ROLES COMMANDS</H2>
10069 <!--chtml if pinemode="function_key"-->
10070 <PRE>
10071 Available  Commands                        
10072 -------------------------------            
10073 F1  Show Help Text
10074 F3  Exit without a selection
10075 F4  Select a role to use in composition
10076 F5  Move to previous role
10077 F6  Move to next role
10078 F7  Previous page of roles
10079 F8  Next page of roles
10080 F11 Change Default Role
10081 F12 Whereis (search role nicknames)
10082 </PRE>
10083 <!--chtml else-->
10084 <PRE>
10085 Navigation                     General Alpine Commands
10086 -------------------------      -----------------------
10087  P  Prev Role                     ?  Display this help text
10088  N  Next Role                     E  Exit without a selection
10089  -  Previous page
10090 Spc (space bar) Next page
10091  W  WhereIs (search for word in role nicknames)
10093 Select Role Commands
10094 ------------------------------------------------
10095  [Return]  Select highlighted role
10096  D         Change Default Role
10097 </PRE>
10098 <!--chtml endif-->
10100 <H2>Description of the Roles Screen</H2>
10102 With this screen you select a role to be used in the composition of a
10103 message.
10104 Use the Previous and Next commands to highlight the role you wish to
10105 use.
10106 When you type carriage return you will be placed in the composer using the highlighted role.
10108 You don't have any non-default <A HREF="h_rules_roles">roles</A>
10109 available unless you set them up.
10110 You may do so by using the Setup/Rules command on the MAIN MENU.
10112 By using the D command, you may set a default role that will persist until
10113 you change it or until you exit Alpine.
10114 The D command toggles through three states: set the default role, unset the
10115 default role, and leave the default role as it is.
10116 <P><UL>
10117 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10118 </UL>
10120 &lt;End of help on this topic&gt;
10121 </BODY>
10122 </HTML>
10123 ===== h_role_abook_select =====
10124 <HTML>
10125 <HEAD>
10126 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
10127 </HEAD>
10128 <BODY>
10129 <H1>SELECT ADDRESS BOOK SCREEN</H1>
10130 <H2>COMMANDS</H2>
10131 <!--chtml if pinemode="function_key"-->
10132 <PRE>
10133 Available  Commands                        
10134 -------------------------------            
10135 F1  Show Help Text
10136 F3  Exit screen without selecting anything
10137 F4  Select highlighted address book
10138 F5  Move to previous address book
10139 F6  Move to next address book
10140 F7  Previous page of address books
10141 F8  Next page of address books
10142 F12 Whereis
10143 </PRE>
10144 <!--chtml else-->
10145 <PRE>
10146 Navigation                     General Alpine Commands
10147 -------------------------      -----------------------
10148  P  Previous addrbook          ?  Display this help text
10149  N  Next addrbook
10150  -  Previous page
10151 Spc (space bar) Next page
10152  W  WhereIs
10154 Select Role Commands
10155 ------------------------------------------------
10156  S  Select highlighted address book
10157  E  Exit screen without selecting anything
10158 </PRE>
10159 <!--chtml endif-->
10161 <H2>Description of the Select Address Book Screen</H2>
10163 This screen helps you select one of your address books.
10164 Use the Previous and Next commands to highlight the address book you wish to
10165 select.
10166 <P><UL>
10167 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10168 </UL>
10170 &lt;End of help on this topic&gt;
10171 </BODY>
10172 </HTML>
10173 ======== h_rule_patterns =============
10174 <HTML>
10175 <HEAD>
10176 <TITLE>PATTERNS</TITLE>
10177 </HEAD>
10178 <BODY>
10179 <H1>PATTERNS</H1>
10180 Patterns are used with Roles, Filtering, Index Coloring,
10181 Scoring, Other Rules, and Search Rules.
10182 Patterns are compared with a message to see if there is a match.
10183 For Filtering, the messages being checked are all the messages in the
10184 folder, one at a time.
10185 For Index Line Coloring, each message that is visible on the screen is
10186 checked for matches with the Index Coloring Patterns.
10187 Roles are used with the Reply, Forward, and Compose commands.
10188 For Reply, the message used to compare the Pattern with is the message
10189 being replied to;
10190 for Forward, the message used to compare the Pattern with is the message
10191 being forwarded;
10192 and for Compose, there is no message, so the parts of the Pattern that depend
10193 on a message (everything other than Current Folder Type and the
10194 Beginning of Month and Year)
10195 are not used.
10196 Only the Current Folder Type matters for Compose (plus the Beginning of
10197 Month or Year, which you wouldn't usually use for a Role).
10198 For Scoring, the message being scored is compared with all of the Score
10199 Patterns, and the Score Values from the ones that match are added together to 
10200 get the message's score.
10201 For Other Rules, there is no message. Only the Current Folder Type is checked
10202 for Other Rules.
10204 Each Pattern has several possible parts, all of which are optional.
10205 In order for there to be a match, <EM>ALL</EM> of the
10206 <EM>defined</EM> parts of the Pattern must match the message.
10207 If a part is not defined it is considered a match, but note that a filtering
10208 Pattern must have at least one defined part or it will be ignored.
10209 For example, if the To pattern is not defined it will be
10210 displayed as
10212 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
10214 That is considered a match because it is not defined.
10215 This means that the Pattern with nothing defined is a match if the
10216 Current Folder Type matches, but there is an exception that was mentioned
10217 in the previous paragraph.
10218 Because filtering is a potentially destructive action, filtering Patterns
10219 with nothing other than Current Folder Type defined are ignored.
10220 If you really want a filtering Pattern to match all messages (subject to
10221 Current Folder Type) the best way to do it is to define a Score interval
10222 that includes all possible scores.
10223 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
10224 This can be used even if you haven't defined any rules to Set Scores.
10226 There are six predefined header patterns called the To, From, Sender, Cc, News,
10227 and Subject patterns.
10228 Besides those six predefined header patterns, you may add
10229 additional header patterns with header fieldnames of your choosing.
10230 You add an extra header pattern by placing the cursor on one of the
10231 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
10232 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
10233 and the Partic pattern is a header pattern that stands for
10234 Participant (From OR To OR Cc).
10235 (Defining the Recip pattern does not have the same effect as defining both
10236 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
10237 Similar to the header patterns are the AllText pattern and the BodyText pattern.
10238 Instead of comparing this pattern's text against only the contents of
10239 a particular header field, the text for the AllText pattern is compared
10240 with text anywhere in the message's header or body, and the text for the
10241 BodyText pattern is compared with text anywhere in the message's body.
10243 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
10244 &quot;!&quot; &quot;toggle NOT&quot; command.
10245 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10246 &quot;!&quot; at the beginning of the pattern line.
10247 When the &quot;!&quot; is present, it reverses the meaning of the match.
10248 That is, if the pattern matches then it is considered to NOT be a match, and
10249 if it does not match it is considered to be a match.
10251 Don't make the mistake of putting the &quot;!&quot; in the data field for
10252 a pattern.
10253 For example, if you type the characters &quot;!urgent&quot; into the Subject
10254 pattern, the pattern will look like:
10256 <PRE>
10257  Subject pattern = !urgent
10258 </PRE>
10260 This means you want to match the 7 character sequence &quot;!urgent&quot;.
10261 In order to match messages that do not have &quot;urgent&quot; in
10262 their Subject field, first type the characters &quot;urgent&quot; followed
10263 by carriage return for the value of the Subject pattern, then negate it
10264 by typing the &quot;!&quot; command.
10265 It should look like
10267 <PRE>
10268  ! Subject pattern = urgent
10269 </PRE>
10271 The contents of each of these header patterns (or the AllText or BodyText patterns) may
10272 be a complete email address, part of an address, or a random set of
10273 characters to match against.
10274 It may also be a list of such patterns, which means you
10275 are looking for a match against the first pattern in the list <EM>OR</EM>
10276 the second pattern <EM>OR</EM> the third and so on.
10277 For example, a Subject pattern equal to
10279 <PRE>
10280  Subject pattern = urgent
10281                    emergency
10282                    alert
10283 </PRE>
10285 would match all messages with a subject that contained at least one
10286 of those words.
10287 It would also match subjects containing the words &quot;alerts&quot; or
10288 &quot;Urgently&quot;.
10290 The same example with &quot;NOT&quot; turned on would be
10292 <PRE>
10293  ! Subject pattern = urgent
10294                      emergency
10295                      alert
10296 </PRE>
10298 which would match all messages with a subject that did <EM>NOT</EM> contain any of
10299 those words.
10300 You can use the &quot;Add Value&quot; command to add new words to the list,
10301 or you can enter them as a comma-separated list.
10303 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
10304 present for a match.
10305 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
10306 pattern2 must be present,
10307 and that is exactly what using a list does.)
10309 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
10310 also part of the Pattern, although the &quot;Score Interval&quot; is not used
10311 when checking for matches for Scoring.
10312 There are five similar settings that relate to the status of the message.
10313 These settings rely on the message being New or not, Deleted or not,
10314 Answered or not, Important or not, and Recent or not.
10315 There are also some other miscellaneous settings.
10316 The first is the Age of the message in days.
10317 Another is the Size of the message, in bytes.
10318 The third is a setting that detects whether or not the Subject of a
10319 message contains raw 8-bit characters (unencoded characters with the most
10320 significant bit set).
10321 There is a setting that detects whether or not this is the first time
10322 Alpine has been run this month (doesn't depend on individual messages),
10323 and another that detects whether or not this is the first time Alpine has
10324 been run this year.
10325 Other parts of the Pattern detect whether or not the From address of a
10326 message appears in your address book, whether or not certain keywords
10327 are set for a message, and whether or not certain character sets are
10328 used in a message.
10330 <H2>Parts of a Pattern</H2>
10332 <H3>Header patterns</H3>
10334 A header pattern is simply text that is searched for in the corresponding
10335 header field.
10336 For example, if a Pattern has a From header pattern with the value
10337 &quot;@company.com&quot;, then only messages that have a From header
10338 that contains the text &quot;@company.com&quot; will be possible
10339 matches.
10340 Matches don't have to be exact.
10341 For example, if the relevant field of a message contains the text
10342 &quot;mailbox@domain&quot; somewhere
10343 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
10344 &quot;mailbox@domain&quot; are all matches.
10346 All parts of the Pattern must match so, for example,
10347 if a message matches a defined
10348 From pattern, it still must be checked against the other parts of the
10349 Pattern that have been defined.
10350 The To header pattern is a slightly special case.
10351 If the message being checked has a Resent-To header
10352 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
10353 there are used in place of the addresses in the To header.
10354 This is only true for the To header.
10355 Resent-cc and Resent-From headers are never used unless you add them
10356 with the eXtraHdrs command.
10358 The meaning of a header pattern may be negated with the
10359 &quot;!&quot; &quot;toggle NOT&quot; command.
10360 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10361 &quot;!&quot; at the beginning of the pattern line.
10362 It would look something like
10364 <PRE>
10365  ! From pattern = susan@example.com
10366 </PRE>
10368 When the &quot;!&quot; is present, it reverses the meaning of the match.
10370 If you want to check for the presence of a header field but don't care
10371 about its value, then
10372 the empty pattern that you get by entering a pair of
10373 double quotes (&quot;&quot;) should match any message that
10374 has the corresponding header field.
10376 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
10378 AllText patterns are just like header patterns except that the text is
10379 searched for anywhere in the message's headers or body, not just in the
10380 contents of a particular header field.
10383 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
10385 BodyText patterns are just like header patterns except that the text is
10386 searched for anywhere in the message's body, not just in the
10387 contents of a particular header field.
10390 If there is more than one header pattern or AllText pattern or BodyText pattern
10391 for which you want to take the
10392 same action there is a shorthand notation that may be used.
10393 Any of these patterns may be a list of patterns instead of
10394 just a single pattern.
10395 If any one of the patterns in the list matches the message
10396 then it is considered a match.
10397 For example, if &quot;company1&quot; and &quot;company2&quot; both required
10398 you to use the same role when replying to messages, you might have
10399 a To pattern that looks like
10401 <PRE>
10402  To pattern = company1.com
10403               company2.com
10404 </PRE>
10406 This means that if the mail you are replying to was addressed to
10407 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
10408 then this Pattern is a match and the same actions will be taken.
10410 The meaning of an AllText or BodyText pattern may be negated with the
10411 &quot;!&quot; &quot;toggle NOT&quot; command.
10412 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10413 &quot;!&quot; at the beginning of the pattern line.
10414 When the &quot;!&quot; is present, it reverses the meaning of the match.
10416 A technicality: Since comma is the character used to separate multiple values
10417 in any of the fields that may have multiple values (such as header patterns,
10418 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
10419 you must escape comma with a
10420 backslash (&#92;) if you want to include a literal comma in one of those fields.
10421 In other words, if you type a backslash followed by a comma it will
10422 be interpreted as a comma by Alpine, instead of as a separator between
10423 pattern values.
10424 All other backslashes (those not followed by a comma) are literal
10425 backslashes and should not be escaped.
10426 It's unlikely you'll ever need to enter a literal comma or backslash in
10427 any of the patterns.
10429 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
10431 The &quot;Current Folder Type&quot; may be set to one of four different
10432 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
10433 &quot;Specific&quot;.
10434 If the value is set to &quot;News&quot;, then the
10435 Pattern will only match if the currently open folder is a newsgroup.
10436 The value &quot;Email&quot; only matches if the current folder is not news and
10437 the value &quot;Any&quot; causes any folder to match.
10438 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
10439 then you must fill in a value for &quot;Folder&quot;, which is on the line
10440 below the &quot;Specific&quot; line.
10441 In this case you will only get a match if the currently open folder is
10442 the specific folder you list.
10443 You may give a list of folders instead of just a single
10444 folder name, in which case the Pattern will match if the open folder is
10445 any one of the folders in the list.
10446 The name of each folder in the list may be either &quot;INBOX&quot;,
10447 the technical specification
10448 of the folder (like what appears in your configuration file) or, if the
10449 folder is one of your incoming folders, it may be the nickname you've given
10450 the folder.
10451 Here are some samples of specific folder names:
10453 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
10455 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
10457 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
10459 The easiest way to fill in the &quot;Folder&quot; field is to use
10460 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
10461 highlighted, or to use the &quot;Take&quot; command with the configuration
10462 feature
10463 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
10464 turned on.
10466 When reading a newsgroup, there may be a performance penalty
10467 incurred when collecting the information necessary to check whether
10468 or not a Pattern matches a message.
10469 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
10470 If you have Patterns with a Current Folder Type of either
10471 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
10472 Index Line Coloring or Scoring, you may experience
10473 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
10475 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
10477 The &quot;Age Interval&quot; may be set to an interval of message
10478 ages that should be considered a match.
10479 Like the other parts of the Pattern, if it is unset it will be ignored.
10480 The Age Interval looks like
10482 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
10484 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
10485 than or equal to zero.
10486 The special value &quot;INF&quot; may be used for
10487 the max value. It represents infinity.
10489 Actually, this option may be defined as a list of intervals instead
10490 of just a single interval.
10491 The list is separated by commas.
10492 It can look like
10494 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
10496 When there is an Age Interval defined, it is a match if the age, in days, of
10497 the message is contained in any of the intervals.
10498 The intervals include both endpoints.
10500 Even though this option is called Age, it isn't actually
10501 the <EM>age</EM> of the message.
10502 Instead, it is how many days ago the message arrived in one of your folders.
10503 If the current time is a little past midnight, then a message that arrived
10504 just before midnight arrived yesterday, even though the message is only
10505 a few minutes old.
10506 By default, the date being used is not the date in the Date
10507 header of the message.
10508 It is the date that the message arrived in one of your folders.
10509 When you Save a message from one folder to another that arrival date
10510 is preserved.
10511 If you would like to use the date in the Date header that is possible.
10512 Turn on the option
10513 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
10514 near the bottom of the rule definition.
10515 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
10517 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
10519 The &quot;Size Interval&quot; may be set to an interval of message
10520 sizes that should be considered a match.
10521 Like the other parts of the Pattern, if it is unset it will be ignored.
10522 The Size Interval looks like
10524 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
10526 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
10527 than or equal to zero.
10528 The special value &quot;INF&quot; may be used for
10529 the max value. It represents infinity.
10531 Actually, this option may be defined as a list of intervals instead
10532 of just a single interval.
10533 The list is separated by commas.
10534 It can look like
10536 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
10538 When there is a Size Interval defined, it is a match if the size, in bytes, of
10539 the message is contained in any of the intervals.
10540 The intervals include both endpoints.
10542 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
10544 The &quot;Score Interval&quot; may be set to an interval of message
10545 scores that should be considered a match.
10546 Like the other parts of the Pattern, if it is unset it will be ignored.
10547 The Score Interval looks like
10549 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
10551 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
10552 negative integers, with min_score less than or equal to max_score.
10553 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
10554 the min and max values to represent negative and positive infinity.
10556 Actually, a list of intervals may be used if you wish.
10557 A list would look like
10559 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
10561 When there is a Score Interval defined, it is a match if the score for
10562 the message is contained in any of the intervals in the list.
10563 The intervals include the endpoints.
10564 The score for a message is calculated by looking at every Score rule defined and
10565 adding up the Score Values for the ones that match the message.
10566 When deciding whether or not a Pattern matches a message for purposes of
10567 calculating the score, the Score Interval is ignored.
10569 <H3><A NAME="pattern_message_status">Message Status</A></H3>
10571 There are five separate message status settings.
10572 By default, all five are set to the value &quot;Don't care&quot;, which
10573 will match any message.
10574 The value &quot;Yes&quot; means that the particular status must be true
10575 for a match, and the value &quot;No&quot; means that the particular
10576 status must not be true for a match.
10577 For example, one of the five Message Status settings is whether a message
10578 is marked Important or not.
10579 A &quot;Yes&quot; means that the message must be Important to be
10580 considered a match and &quot;No&quot; means that the message must not be
10581 Important to be considered a match.
10582 The same is true of the other four message status settings that depend
10583 on whether or not the message is New; whether the message has 
10584 been Answered or not; whether the message has been Deleted or not, and
10585 whether the message is Recent or not. 
10587 The nomenclature for New and Recent is a bit confusing:
10589 New means that the message is Unseen.
10590 It could have been in your mailbox for a long time but if you haven't looked
10591 at it, it is still considered New.
10592 That matches the default Alpine index display that shows an N for such a
10593 message.
10595 Recent means that the message was added to this folder since the last time
10596 you opened the folder.
10597 Alpine also shows an N by default for these types of messages.
10598 If you were to run two copies of Alpine that opened a folder one right after
10599 the other, a message would only show up as Recent in (at most) the first
10600 Alpine session.
10602 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
10604 Keywords are similar to Message Status, but they are chosen by the user.
10605 Provided the mail server allows for it, you may add a set of possible keywords
10606 to a folder and then you may set those keywords or not for each message
10607 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
10608 The syntax of this part of the Pattern is similar to the header patterns.
10609 It is a list of keywords.
10610 The Keyword part of the Pattern is a match if the message has any of
10611 the keywords in the list set.
10612 Like other parts of the Pattern, if this is unset it will be ignored.
10614 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
10616 A message may use one or more character sets.
10617 This part of the Pattern matches messages that make use of one or more of
10618 the character sets specified in the pattern.
10619 It will be considered a match if a message uses any of the character
10620 sets in the list you give here.
10623 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
10624 GB2312) you may also use some shorthand names that Alpine provides.
10625 These names are more understandable shorthand names for sets of 
10626 character set names.
10627 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
10628 Selecting one of these shorthand names is equivalent to selecting all of
10629 the character sets that make up the set.
10630 You can see all of these shorthand names and the lists of character sets
10631 they stand for by typing the &quot;T&quot; command with the Character
10632 Set pattern highlighted.
10633 The syntax of this part of the Pattern is similar to the header patterns
10634 and the Message Keywords pattern.
10635 It is a list of character sets (or shorthand names).
10636 The Character Set part of the Pattern is a match if the message uses any
10637 of the character sets in the list.
10638 Like other parts of the Pattern, if this is unset it will be ignored.
10640 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
10642 It seems that lots of unwanted email contains unencoded 8-bit characters
10643 in the Subject.
10644 Normally, characters with the 8th bit set are not allowed in the Subject
10645 header unless they are MIME-encoded.
10646 This option gives you a way to match messages that have Subjects that
10647 contain unencoded 8-bit characters.
10648 By default, the value of this option is &quot;Don't care&quot;, which
10649 will match any message.
10650 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
10651 the Subject of the message in order for there to be a match,
10652 and the value &quot;No&quot; is the opposite.
10653 Setting this option will affect performance in large folders because the
10654 subject of each message in the folder has to be checked.
10656 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
10658 This option gives you a way to take some action once per month.
10659 By default, the value of this option is &quot;Don't care&quot;, which
10660 will always match.
10661 The value &quot;Yes&quot; means that this must be the first time Alpine has
10662 been run this month in order to count as a match,
10663 and the value &quot;No&quot; is the opposite.
10665 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
10667 This option gives you a way to take some action once per year.
10668 By default, the value of this option is &quot;Don't care&quot;, which
10669 will always match.
10670 The value &quot;Yes&quot; means that this must be the first time Alpine has
10671 been run this year in order to count as a match,
10672 and the value &quot;No&quot; is the opposite.
10674 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
10676 This option gives you a way to match messages that have an address
10677 that is in one of your address books.
10678 Only the simple entries in your address books are searched.
10679 Address book distribution lists are ignored!
10680 By default, the value of this option is &quot;Don't care&quot;, which
10681 will match any message.
10682 The value &quot;Yes, in any address book&quot; means the address
10683 from the message must be in at least one of your
10684 address books in order to be a match.
10685 The value &quot;No, not in any address book&quot;
10686 means none of the addresses may
10687 be in any of your address books in order to be a match.
10688 The values &quot;Yes, in specific address books&quot; and
10689 &quot;No, not in any of specific address books&quot; are similar but instead
10690 of depending on all address books you are allowed to give a list of address
10691 books to look in.
10692 The addresses from the message that are checked for are determined by the
10693 setting you have for &quot;Types of addresses to check for in address book&quot;.
10694 If you set this to &quot;From&quot; the From address from the message will
10695 be looked up in the address book.
10696 If you set it to only &quot;To&quot; then the To addresses will be used.
10697 If any of the To addresses are in the address book then it is considered
10698 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
10699 You could set it to both From and To, in which case all of the From and To
10700 addresses are used.
10701 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
10702 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
10703 exists or the From address if there is no Reply-To address.
10704 Same for the Sender address.
10705 Setting this option may affect performance in large folders because the
10706 From and Reply-To of each message in the folder have to be checked.
10708 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
10710 This is a command that is run with its standard input set to the message
10711 being checked and its standard output discarded.
10712 The full directory path should be specified.
10713 The command will be run and then its exit status will be checked against
10714 the Exit Status Interval, which defaults to just the value zero.
10715 If the exit status of the command falls in the interval, it is considered
10716 a match, otherwise it is not a match.
10719 This option may actually be a list of commands.
10720 The first one that exists and is executable is used.
10721 That makes it possible to use the same configuration with Unix Alpine and
10722 PC-Alpine.
10725 If none of the commands in the list exists and is executable then the rule
10726 is <EM>not</EM> a match.
10727 If it is possible that the command may not exist, you should be careful
10728 to structure your rules so that nothing destructive
10729 happens when the command does not exist.
10730 For example, you might have a filter that filters away spam when there is
10731 a match but does nothing when there is not a match.
10732 That would continue to work correctly if the command didn't exist.
10733 However, if you have a filter that filters away spam when there is not
10734 a match and keeps it when there is a match, that would filter everything
10735 if the categorizer command didn't exist.
10737 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
10738 setup for the bogofilter filter.
10741 &lt;End of help on this topic&gt;
10742 </BODY>
10743 </HTML>
10744 ===== h_rules_roles =====
10745 <HTML>
10746 <HEAD>
10747 <TITLE>SETUP ROLES SCREEN</TITLE>
10748 </HEAD>
10749 <BODY>
10750 <H1>SETUP ROLES SCREEN</H1>
10751 <H2>SETUP ROLES COMMANDS</H2>
10752 <!--chtml if pinemode="function_key"-->
10753 <PRE>
10754 Available  Commands -- Group 1         Available Commands -- Group 2   
10755 -------------------------------        ------------------------------  
10756 F1  Show Help Text                      F1  Show Help Text             
10757 F2  See commands in next group          F2  See commands in next group
10758 F3  Back to MAIN Alpine menu
10759 F4  Change configuration for role
10760 F5  Move to previous role               F5  Include file in role config
10761 F6  Move to next role                   F6  Exclude file from config
10762 F7  Previous page of roles
10763 F8  Next page of roles
10764 F9  Add new role                        F9  Replicate existing role
10765 F10 Delete existing role
10766 F11 Shuffle the order of roles
10767 F12 Whereis (search role nicknames)
10768 </PRE>
10769 <!--chtml else-->
10770 <PRE>
10771 Navigation                     General Alpine Commands
10772 -------------------------      -----------------------
10773  P  Prev Role                     ?  Display this help text
10774  N  Next Role                     E  Back to MAIN Alpine menu
10775  -  Previous page
10776 Spc (space bar) Next page
10777  W  WhereIs (search for word in role nicknames)
10779 Setup Roles Commands
10780 ------------------------------------------------
10781  A  Add new role                  $  Shuffle the order of roles
10782  D  Delete existing role          C  Change configuration for highlighted role
10783  R  Replicate existing role
10784  I  Include file in role config   X  Exclude file from role config
10785 </PRE>
10786 <!--chtml endif-->
10788 <H2>Description of the Setup Roles Screen</H2>
10790 This screen lets you add, delete, modify, or change the order of the rules
10791 that determine the role you are playing when composing a message.
10793 You may play different roles depending on who you are replying to.
10794 For example, if you are replying to a message addressed to help-desk you
10795 may be acting as a Help Desk Worker.
10796 That role may require that you use a different return address and/or
10797 a different signature.
10799 Roles are optional.
10800 If you set up roles they work like this:  Each role has a set of
10801 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
10802 considered for a particular use; a &quot;Pattern&quot;,
10803 which is used to decide which of the eligible roles is used; and a set
10804 of &quot;Actions&quot;, which are taken when that role is used.
10805 When you reply to a message, the message you are replying to is compared
10806 with the Patterns of the roles marked as eligible for use when replying.
10807 The comparisons start with the first eligible role and keep going until there
10808 is a match.
10809 If a match is found, the matching role's Actions are taken.
10811 It is also possible to set a default role and to change that role during
10812 your Alpine session.
10813 When you start Alpine no default role will be set.
10814 You may set or change the current default role by using the &quot;D&quot;
10815 command in the role selection screen.
10816 You'll see that screen while composing a message and being asked to select
10817 a role.
10818 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
10819 compose a message.
10820 You may find a default role useful if you normally perform the duties of one
10821 of your roles for a while, then you switch to another role and stay in the
10822 new role for another period of time.
10823 It may be easier than using the Role Command to select the role each time you
10824 compose a message.
10826 <H2>Role Uses</H2>
10828 There are three types of use to be configured;
10829 one for Replying, one for Forwarding, and one for Composing.
10830 These indicate whether or not you want a role to be considered when you
10831 type the Reply, Forward, or Compose commands.
10832 (The Role command is an alternate form of the Compose command, and it is
10833 not affected by these settings.)
10834 Each of these Use types has three possible values.
10835 The value &quot;Never&quot;
10836 means that the role will never be considered as a candidate for use with
10837 the corresponding command.
10838 For example, if you set a role's Reply Use to Never, then when you Reply to
10839 a message, that role won't even be considered.
10840 (That isn't quite true. If the message you are replying to matches some other
10841 role that requires confirmation,
10842 then there will be a ^T command available which allows you to select a role
10843 from all of your roles, not just the reply-eligible roles.)
10846 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
10847 both mean that you do want to consider this role when using the corresponding
10848 command.
10849 For either of these settings the role's Pattern will
10850 be checked to see if it matches the message.
10851 For Reply Use, the message used to compare the Pattern with is the message
10852 being replied to.
10853 For Forward Use, the message used to compare the Pattern with is the message
10854 being forwarded.
10855 For Compose Use, there is no message, so the parts of the Pattern that depend
10856 on a message (everything other than Current Folder Type) are ignored.
10857 In all cases, the Current Folder Type is checked if defined.
10858 If there is a match then this role will either be used without confirmation
10859 or will be the default when confirmation is asked for, depending on
10860 which of the two options is selected.
10861 If confirmation is requested, you will have a chance to
10862 choose No Role instead of the offered role, or to
10863 change the role to any one of your other roles (with the ^T command).
10865 <H2>Role Patterns</H2>
10867 In order to determine whether or not a message matches a role the message is
10868 compared with the Role's Pattern.
10869 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10870 Scoring, Other Rules, and Search Rules, so are described in only one place,
10871 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10873 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
10874 a role that has all header patterns unset, the AllText pattern unset,
10875 the BodyText pattern unset,
10876 the Score Interval unset, and the Current Folder Type set to
10877 &quot;Any&quot; may be used as a default role.
10878 It should be put last in the list of roles since the matching
10879 starts at the beginning and proceeds until one of the roles is a match.
10880 If no roles at all match, then Alpine will
10881 use its regular methods of defining the role.
10882 If you wanted to, you could define a different &quot;default&quot; role
10883 for Replying, Forwarding, and Composing by setting the
10884 &quot;Use&quot; fields appropriately.
10886 <H2>Role Actions</H2>
10888 Once a role match is found, the role's Actions are taken.
10889 For each role there are several possible actions that may be defined.
10890 They are actions to set the From address, the Reply-To address,
10891 the Fcc, the Signature, the Template file, and Other Headers.
10893 <H3>Set From</H3>
10895 The From address is the address used on the From line of the message
10896 you are sending.
10898 <H3>Set Reply-To</H3>
10900 The Reply-To address is the address used on the Reply-To line of the message
10901 you are sending.
10902 You don't need a Reply-To address unless it is different from the From address.
10904 <H3>Set Other Headers</H3>
10906 If you want to set the value of the From or Reply-To headers, use
10907 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
10908 If you want to set the values of other headers, use this field.
10909 This field is similar to the
10910 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
10911 Each header you specify here must include the header tag
10912 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
10913 and may optionally include a value for that header.
10914 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
10915 for a header here will replace any value that already exists.
10916 For example, if you are Replying to a message there will be at least one
10917 address in the To header (the address you are Replying to).
10918 However, if you Reply using a role that sets the To header, that role's
10919 To header value will be used instead.
10921 <H3>Set Fcc</H3>
10923 The Fcc is used as the Fcc for the message you are sending.
10925 <H3>Set Signature or Set LiteralSig</H3>
10927 The Signature is the name of a file to be used as the signature file when
10928 this role is being used.
10929 If the name of the file has a vertical bar following it (|)
10930 then it is assumed that the file is a program that should be run to
10931 produce the signature.
10932 If the LiteralSig is set, then it is used instead of the signature file.
10933 LiteralSig is just a different way to store the signature.
10934 It is stored in the pine configuration file instead of in a separate
10935 signature file.
10936 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
10937 either in the role or as the default signature in the Setup/Config screen,
10938 then the signature file is ignored.
10940 <H3>Set Template</H3>
10942 A Template is the name of a file to be included in the message when this
10943 role is being used.
10944 If the name of the file has a vertical bar following it (|)
10945 then it is assumed that the file is a program that should be run to
10946 produce the template.
10949 Both signature files and template files may be stored remotely on an IMAP
10950 server.
10951 In order to do that you just give the file a remote name.
10952 This works just like the regular
10953 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
10954 option that is configured from the Setup/Configuration screen.
10955 A remote signature file name might look like:
10957 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
10959 Once you have named the remote signature or template file you create its
10960 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
10961 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
10962 line of the role editor.
10965 Both signature files and template files (or the output of signature programs
10966 and template file programs) may contain special tokens
10967 that are replaced with contents
10968 that depend on the message being replied to or forwarded.
10969 See the help for the individual fields inside the role editor for more
10970 information on tokens.
10972 <H3>Use SMTP Server</H3>
10974 If this field has a value, then it will be used as the SMTP server
10975 to send mail when this role is being used (unless the SMTP server variable
10976 is set in the system-wide fixed configuration file).
10977 It has the same semantics as the
10978 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
10979 variable in the Setup/Config screen.
10980 When you postpone the composition this SMTP server list will be saved
10981 with the postponed composition and it cannot be changed later.
10982 Because of that, you may want to make this a list of SMTP servers
10983 with the preferred server at the front of the list and alternate servers
10984 later in the list.
10987 If any of the actions are left unset, then the action depends on what
10988 is present in the &quot;Initialize settings using role&quot; field.
10989 If you've listed the nickname of another one of your roles there, then the
10990 corresponding action from that role will be used here.
10991 If that action is also blank, or if there is no nickname specified,
10992 then Alpine will do whatever it normally does to set these actions.
10993 This depends on other configuration options and features you've set.
10995 <H2>Command Descriptions</H2>
10997 <H3>Add</H3>
10999 The Add command is used to add a new role definition to your set of
11000 roles.
11001 The new role will be added after the highlighted role.
11003 <H3>Delete</H3>
11005 The Delete command deletes the currently highlighted role.
11007 <H3>Change</H3>
11009 The Change command lets you edit the nickname, Uses, Pattern,
11010 and Actions of the currently highlighted role.
11012 <H3>Shuffle</H3>
11014 The Shuffle command allows you to change the order of the roles.
11015 You may move the currently highlighted role up or down in the list.
11016 The order of the roles is important since the roles are tested for a
11017 match starting with the first role and continuing until a match is found.
11018 You should place the roles with more specific Patterns near the beginning
11019 of the list, and those with more general Patterns near the end so that
11020 the more specific matches will happen when appropriate.
11022 <H3>Replicate</H3>
11024 The Replicate command is used to copy an existing role and modify it.
11025 The new role will be added after the highlighted role.
11027 <H3>IncludeFile</H3>
11029 The IncludeFile command allows you to add a roles file to your configuration.
11030 Usually, your roles will be contained in your Alpine configuration file.
11031 If you wish, some or all of your roles may be stored in a separate file.
11032 If a roles file already exists (maybe it was made by somebody else using
11033 Alpine), you may insert it before the currently highlighted role.
11034 You may also insert an empty file or a file that does not yet exist.
11035 Once you have an empty roles file in your configuration, you may use
11036 the Shuffle command to move roles into it.
11037 In fact, that's the only way to get the initial role into the file.
11039 <H3>eXcludeFile</H3>
11041 The eXcludeFile command removes a roles file from your roles configuration.
11042 A limitation of the program is that in order to exclude a roles file
11043 that file must have at least one role
11044 in it, otherwise you won't be able to highlight a line in the file.
11045 So you may have to add a dummy role to the file in order to exclude the file.
11046 <P><UL>
11047 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11048 </UL>
11050 &lt;End of help on this topic&gt;
11051 </BODY>
11052 </HTML>
11053 ===== h_rules_other =====
11054 <HTML>
11055 <HEAD>
11056 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
11057 </HEAD>
11058 <BODY>
11059 <H1>SETUP OTHER RULES SCREEN</H1>
11060 <H2>SETUP OTHER RULES COMMANDS</H2>
11061 <!--chtml if pinemode="function_key"-->
11062 <PRE>
11063 Available  Commands -- Group 1         Available Commands -- Group 2   
11064 -------------------------------        ------------------------------  
11065 F1  Show Help Text                      F1  Show Help Text             
11066 F2  See commands in next group          F2  See commands in next group
11067 F3  Back to MAIN Alpine menu
11068 F4  Change configuration for rule
11069 F5  Move to previous rule               F5  Include file in rule config
11070 F6  Move to next rule                   F6  Exclude file from config
11071 F7  Previous page of rules
11072 F8  Next page of rules
11073 F9  Add new rule                        F9  Replicate existing rule
11074 F10 Delete existing rule
11075 F11 Shuffle the order of rules
11076 F12 Whereis (search rule nicknames)
11077 </PRE>
11078 <!--chtml else-->
11079 <PRE>
11080 Navigation                     General Alpine Commands
11081 -------------------------      -----------------------
11082  P  Prev rule                     ?  Display this help text
11083  N  Next rule                     E  Back to MAIN Alpine menu
11084  -  Previous page
11085 Spc (space bar) Next page
11086  W  WhereIs (search for word in rule nicknames)
11088 Setup Other Rules Commands
11089 ------------------------------------------------
11090  A  Add new rule                  $  Shuffle the order of rules
11091  D  Delete existing rule          C  Change configuration for highlighted rule
11092  R  Replicate existing rule
11093  I  Include file in rule config   X  Exclude file from rule config
11094 </PRE>
11095 <!--chtml endif-->
11097 <H2>Description of the Setup Other Rules Screen</H2>
11099 This is where you may set various actions that do not fit well into the
11100 other Rules categories.
11102 <H2>Patterns</H2>
11104 Other Rules are a little different from the rest of the Rules because
11105 they depend only on the current folder, and not on a particular message.
11106 In order to determine whether or not a rule's actions should be applied
11107 the current folder is compared with the rule's Pattern, which consists
11108 of only the Current Folder Type.
11109 Current Folder Type works the same for Other Rules as it does for Roles,
11110 Filtering, Index Coloring, and Scoring.
11111 Keep in mind that the only part of the Pattern that applies to Other
11112 Rules is the Current Folder Type when looking at the description of
11113 Patterns given
11114 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11116 <H2>The Actions</H2>
11118 <H3>Set Sort Order</H3>
11120 When you enter a new folder, these rules will be checked to see if you
11121 have set a sort order that is different from your default sort order.
11122 The default is set in the Setup/Config screen with
11123 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
11124 If the Sort Order action is set, then the folder will be displayed sorted in
11125 that sort order instead of in the default order.
11127 A possible point of confusion arises when you change the configuration
11128 of the Sort Order for the currently open folder.
11129 The folder will normally be re-sorted when you go back to viewing the
11130 index.
11131 However, if you have manually sorted the folder with the
11132 Sort
11133 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
11134 command, then it will not be re-sorted until the next time it is opened.
11136 <H3>Set Index Format</H3>
11138 When you enter a new folder, these rules will be checked to see if you
11139 have set an Index Format that is different from your default Index Format,
11140 which is set with the
11141 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
11142 If so, the index will be displayed with this format instead of the default.
11144 <H3>Set Startup Rule</H3>
11146 When you enter a new folder, these rules will be checked to see if you
11147 have set a startup rule that is different from the default startup rule.
11148 The default for incoming folders is set in the Setup/Config screen with
11149 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
11150 The default for folders other than INBOX that are not part of your
11151 incoming collection
11152 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
11153 is to start with the last message in the folder.
11154 If the Startup Rule is set to something other than &quot;default&quot;,
11155 then the rule will determine which message will be the current message when
11156 the folder is first opened.
11158 The various startup rule possibilities work the same here as they do in
11159 the incoming collection, so check
11160 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
11161 for more help.
11163 <H2>Command Descriptions</H2>
11165 <H3>Add</H3>
11167 The Add command is used to add a new rule definition to your set of
11168 rules.
11169 The new rule will be added after the highlighted rule.
11171 <H3>Delete</H3>
11173 The Delete command deletes the currently highlighted rule.
11175 <H3>Change</H3>
11177 The Change command lets you edit the nickname, Pattern,
11178 and Action of the currently highlighted rule.
11180 <H3>Shuffle</H3>
11182 The Shuffle command allows you to change the order of the rules.
11183 You may move the currently highlighted rule up or down in the list.
11184 The order of the rules is important since the rules are tested for a
11185 match starting with the first rule and continuing until a match is found.
11186 You should place the rules with more specific Patterns near the beginning
11187 of the list, and those with more general Patterns near the end so that
11188 the more specific matches will happen when appropriate.
11190 <H3>Replicate</H3>
11192 The Replicate command is used to copy an existing rule definition and modify it.
11193 The new rule will be added after the highlighted rule.
11195 <H3>IncludeFile</H3>
11197 The IncludeFile command allows you to add a rules file to your configuration.
11198 Usually, your rules will be contained in your Alpine configuration file.
11199 If you wish, some or all of your rules may be stored in a separate file.
11200 If a rules file already exists (maybe it was made by somebody else using
11201 Alpine), you may insert it before the currently highlighted rule.
11202 You may also insert an empty file or a file that does not yet exist.
11203 Once you have an empty rules file in your configuration, you may use
11204 the Shuffle command to move rules into it.
11205 In fact, that's the only way to get the initial rule into the file.
11207 <H3>eXcludeFile</H3>
11209 The eXcludeFile command removes a rules file from your rules configuration.
11210 A limitation of the program is that in order to exclude a rules file
11211 that file must have at least one rule
11212 in it, otherwise you won't be able to highlight a line in the file.
11213 So you may have to add a dummy rule to the file in order to exclude the file.
11214 <P><UL>
11215 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11216 </UL>
11218 &lt;End of help on this topic&gt;
11219 </BODY>
11220 </HTML>
11221 ===== h_rules_srch =====
11222 <HTML>
11223 <HEAD>
11224 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
11225 </HEAD>
11226 <BODY>
11227 <H1>SETUP SEARCH RULES SCREEN</H1>
11228 <H2>SETUP SEARCH RULES COMMANDS</H2>
11229 <!--chtml if pinemode="function_key"-->
11230 <PRE>
11231 Available  Commands -- Group 1         Available Commands -- Group 2   
11232 -------------------------------        ------------------------------  
11233 F1  Show Help Text                      F1  Show Help Text             
11234 F2  See commands in next group          F2  See commands in next group
11235 F3  Back to MAIN Alpine menu
11236 F4  Change configuration for rule
11237 F5  Move to previous rule               F5  Include file in rule config
11238 F6  Move to next rule                   F6  Exclude file from config
11239 F7  Previous page of rules
11240 F8  Next page of rules
11241 F9  Add new rule                        F9  Replicate existing rule
11242 F10 Delete existing rule
11243 F11 Shuffle the order of rules
11244 F12 Whereis (search rule nicknames)
11245 </PRE>
11246 <!--chtml else-->
11247 <PRE>
11248 Navigation                     General Alpine Commands
11249 -------------------------      -----------------------
11250  P  Prev rule                     ?  Display this help text
11251  N  Next rule                     E  Back to MAIN Alpine menu
11252  -  Previous page
11253 Spc (space bar) Next page
11254  W  WhereIs (search for word in rule nicknames)
11256 Setup Search Rules Commands
11257 ------------------------------------------------
11258  A  Add new rule                  $  Shuffle the order of rules
11259  D  Delete existing rule          C  Change configuration for highlighted rule
11260  R  Replicate existing rule
11261  I  Include file in rule config   X  Exclude file from rule config
11262 </PRE>
11263 <!--chtml endif-->
11265 <H2>Description of the Setup Search Rules Screen</H2>
11267 One of the commands that becomes available when that feature is turned on
11268 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
11269 screen to select a set of messages.
11270 One way of selecting messages is to use a Rule.
11271 All of the messages that match (or don't match if you wish)
11272 a Rule's Pattern will be selected.
11274 Any of your Rules may be used for this purpose.
11275 You might already have Rules set up for filtering, index line color, scores, or roles;
11276 and you may use any of those Rules with the Select command.
11277 However, you might find it more convenient to set up a separate set of Rules
11278 just for this purpose without having to worry about what other effects
11279 they may cause.
11280 That is the purpose of these Select Rules.
11283 Each rule has a &quot;Pattern&quot;
11284 that is used to decide which messages are selected when you use it with
11285 the Select command.
11287 <H2>Patterns</H2>
11289 In order to determine whether or not a message should be selected
11290 the message is compared with the rule's Pattern.
11291 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11292 Scoring, Other Rules, and Search Rules, so are described in only one place,
11293 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11295 <H2>Command Descriptions</H2>
11297 <H3>Add</H3>
11299 The Add command is used to add a new rule definition to your set of
11300 rules.
11301 The new rule will be added after the highlighted rule.
11303 <H3>Delete</H3>
11305 The Delete command deletes the currently highlighted rule.
11307 <H3>Change</H3>
11309 The Change command lets you edit the nickname and Pattern
11310 of the currently highlighted rule.
11312 <H3>Shuffle</H3>
11314 The Shuffle command allows you to change the order of the rules.
11315 This affects only the order they are presented in when you use the
11316 ^T subcommand of the Select by Rule command.
11317 You may move the currently highlighted rule up or down in the list.
11319 <H3>Replicate</H3>
11321 The Replicate command is used to copy an existing rule definition and modify it.
11322 The new rule will be added after the highlighted rule.
11324 <H3>IncludeFile</H3>
11326 The IncludeFile command allows you to add a rules file to your configuration.
11327 Usually, your rules will be contained in your Alpine configuration file.
11328 If you wish, some or all of your rules may be stored in a separate file.
11329 If a rules file already exists (maybe it was made by somebody else using
11330 Alpine), you may insert it before the currently highlighted rule.
11331 You may also insert an empty file or a file that does not yet exist.
11332 Once you have an empty rules file in your configuration, you may use
11333 the Shuffle command to move rules into it.
11334 In fact, that's the only way to get the initial rule into the file.
11336 <H3>eXcludeFile</H3>
11338 The eXcludeFile command removes a rules file from your rules configuration.
11339 A limitation of the program is that in order to exclude a rules file
11340 that file must have at least one rule
11341 in it, otherwise you won't be able to highlight a line in the file.
11342 So you may have to add a dummy rule to the file in order to exclude the file.
11343 <P><UL>
11344 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11345 </UL>
11347 &lt;End of help on this topic&gt;
11348 </BODY>
11349 </HTML>
11350 ===== h_rules_incols =====
11351 <HTML>
11352 <HEAD>
11353 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
11354 </HEAD>
11355 <BODY>
11356 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
11357 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
11358 <!--chtml if pinemode="function_key"-->
11359 <PRE>
11360 Available  Commands -- Group 1         Available Commands -- Group 2   
11361 -------------------------------        ------------------------------  
11362 F1  Show Help Text                      F1  Show Help Text             
11363 F2  See commands in next group          F2  See commands in next group
11364 F3  Back to MAIN Alpine menu
11365 F4  Change configuration for rule
11366 F5  Move to previous rule               F5  Include file in rule config
11367 F6  Move to next rule                   F6  Exclude file from config
11368 F7  Previous page of rules
11369 F8  Next page of rules
11370 F9  Add new rule                        F9  Replicate existing rule
11371 F10 Delete existing rule
11372 F11 Shuffle the order of rules
11373 F12 Whereis (search rule nicknames)
11374 </PRE>
11375 <!--chtml else-->
11376 <PRE>
11377 Navigation                     General Alpine Commands
11378 -------------------------      -----------------------
11379  P  Prev rule                     ?  Display this help text
11380  N  Next rule                     E  Back to MAIN Alpine menu
11381  -  Previous page
11382 Spc (space bar) Next page
11383  W  WhereIs (search for word in rule nicknames)
11385 Setup Index Color Commands
11386 ------------------------------------------------
11387  A  Add new rule                  $  Shuffle the order of rules
11388  D  Delete existing rule          C  Change configuration for highlighted rule
11389  R  Replicate existing rule
11390  I  Include file in rule config   X  Exclude file from rule config
11391 </PRE>
11392 <!--chtml endif-->
11394 <H2>Description of the Setup Index Line Colors Screen</H2>
11396 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
11397 This action is only available if your terminal is capable of displaying
11398 color and color display has been enabled with the
11399 <A HREF="h_config_color_style">Color Style</A> option within the
11400 Setup Color screen.
11401 (In PC-Alpine, color is always enabled so there is no option to turn on.)
11402 This screen lets you add, delete, modify, or change the order of the rules
11403 that cause the lines in the MESSAGE INDEX to be displayed in different
11404 colors.
11406 Each rule has a &quot;Pattern&quot;,
11407 which is used to decide which of the rules is used; and the color that
11408 is used if the Pattern matches a particular message.
11410 <H2>Index Color Patterns</H2>
11412 In order to determine whether or not a message matches an Index Color Rule
11413 the message is compared with the rule's Pattern.
11414 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11415 Scoring, Other Rules, and Search Rules, so are described in only one place,
11416 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11419 If none of the Index Color rules is a match for a particular index line,
11420 then the color used is set using
11421 the <A HREF="h_color_setup">Setup Kolor</A> screen.
11423 <H2>Index Line Color</H2>
11425 This is the color that index lines are colored when there is a matching
11426 Pattern.
11427 This colors the whole index line, except possibly the status letters,
11428 which may be colored separately using
11429 the <A HREF="h_color_setup">Setup Kolor</A> screen.
11431 <H2>Command Descriptions</H2>
11433 <H3>Add</H3>
11435 The Add command is used to add a new rule definition to your set of
11436 rules.
11437 The new rule will be added after the highlighted rule.
11439 <H3>Delete</H3>
11441 The Delete command deletes the currently highlighted rule.
11443 <H3>Change</H3>
11445 The Change command lets you edit the nickname, Pattern,
11446 and Index Line Color of the currently highlighted rule.
11448 <H3>Shuffle</H3>
11450 The Shuffle command allows you to change the order of the rules.
11451 You may move the currently highlighted rule up or down in the list.
11452 The order of the rules is important since the rules are tested for a
11453 match starting with the first rule and continuing until a match is found.
11454 You should place the rules with more specific Patterns near the beginning
11455 of the list, and those with more general Patterns near the end so that
11456 the more specific matches will happen when appropriate.
11458 <H3>Replicate</H3>
11460 The Replicate command is used to copy an existing rule definition and modify it.
11461 The new rule will be added after the highlighted rule.
11463 <H3>IncludeFile</H3>
11465 The IncludeFile command allows you to add a rules file to your configuration.
11466 Usually, your rules will be contained in your Alpine configuration file.
11467 If you wish, some or all of your rules may be stored in a separate file.
11468 If a rules file already exists (maybe it was made by somebody else using
11469 Alpine), you may insert it before the currently highlighted rule.
11470 You may also insert an empty file or a file that does not yet exist.
11471 Once you have an empty rules file in your configuration, you may use
11472 the Shuffle command to move rules into it.
11473 In fact, that's the only way to get the initial rule into the file.
11475 <H3>eXcludeFile</H3>
11477 The eXcludeFile command removes a rules file from your rules configuration.
11478 A limitation of the program is that in order to exclude a rules file
11479 that file must have at least one rule
11480 in it, otherwise you won't be able to highlight a line in the file.
11481 So you may have to add a dummy rule to the file in order to exclude the file.
11482 <P><UL>
11483 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11484 </UL>
11486 &lt;End of help on this topic&gt;
11487 </BODY>
11488 </HTML>
11489 ===== h_rules_filter =====
11490 <HTML>
11491 <HEAD>
11492 <TITLE>SETUP FILTERING SCREEN</TITLE>
11493 </HEAD>
11494 <BODY>
11495 <H1>SETUP FILTERING SCREEN</H1>
11496 <H2>SETUP FILTERING COMMANDS</H2>
11497 <!--chtml if pinemode="function_key"-->
11498 <PRE>
11499 Available  Commands -- Group 1         Available Commands -- Group 2   
11500 -------------------------------        ------------------------------  
11501 F1  Show Help Text                      F1  Show Help Text             
11502 F2  See commands in next group          F2  See commands in next group
11503 F3  Back to MAIN Alpine menu
11504 F4  Change configuration for filter
11505 F5  Move to previous filter             F5  Include file in filter config
11506 F6  Move to next filter                 F6  Exclude file from config
11507 F7  Previous page of filters
11508 F8  Next page of filters
11509 F9  Add new filter                      F9  Replicate existing filter
11510 F10 Delete existing filter
11511 F11 Shuffle the order of filters
11512 F12 Whereis (search filter nicknames)
11513 </PRE>
11514 <!--chtml else-->
11515 <PRE>
11516 Navigation                     General Alpine Commands
11517 -------------------------      -----------------------
11518  P  Prev Filter                   ?  Display this help text
11519  N  Next Filter                   E  Back to MAIN Alpine menu
11520  -  Previous page
11521 Spc (space bar) Next page
11522  W  WhereIs (search for word in filter nicknames)
11524 Setup Filters Commands
11525 ------------------------------------------------
11526  A  Add new filter                $  Shuffle the order of filters
11527  D  Delete existing filter        C  Change configuration for highlighted filter
11528  R  Replicate existing filter
11529  I  Include file in filter config X  Exclude file from filter config
11530 </PRE>
11531 <!--chtml endif-->
11533 <H2>Description of the Setup Filtering Screen</H2>
11535 This screen lets you add, delete, modify, or change the order of the rules
11536 that determine the filtering Alpine does on folders you view.
11538 The software that actually delivers mail (the stuff that happens
11539 before Alpine is involved) for you is in a better position to do mail filtering
11540 than Alpine itself.
11541 If possible, you may want to look into using that sort of mail filtering to
11542 deliver mail to different folders, delete it, or forward it.
11543 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
11545 Filtering is a way to automatically move certain messages from one folder
11546 to another or to delete messages.
11547 It can also be used to set message status (Important, Deleted, New,
11548 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
11549 Alpine doesn't have the ability to forward mail to another address or
11550 to deliver vacation messages.
11552 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
11553 When a folder is opened, when new mail arrives in an open folder, or
11554 when mail is Expunged from a folder; each
11555 message is compared with the Patterns of your filtering rules.
11556 The comparisons start with the first rule and keep going until there
11557 is a match.
11558 If a match is found, the message may be deleted or moved, depending on
11559 the setting of the Filter Action.
11560 If the message is not deleted, it may have its status altered.
11563 <EM>NOTE:</EM>
11564 When setting up a Pattern used to delete messages,
11565 it is recommended that you test the Pattern first with a &quot;Move&quot;
11566 folder specified in
11567 case unintended matches occur.  Messages that are deleted will be removed 
11568 from the folder and <EM>unrecoverable</EM> from within Alpine after the
11569 next Expunge command or once the folder being filtered has been closed.
11571 <H2>Filter Patterns</H2>
11573 In order to determine whether or not a message matches a filter the message is
11574 compared with the Filter's Pattern.
11575 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11576 Scoring, Other Rules, and Search Rules, so are described in only one place,
11577 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11579 Since filtering is a potentially destructive action, if you have a filtering
11580 Pattern with nothing other than Current Folder Type set, that filtering
11581 rule is ignored.
11583 <H2>Filter Actions</H2>
11585 Once a filter match is found for a particular message, there are some actions
11586 that may be taken.
11587 First, the message may have its status changed.
11588 This is the same message status that you can manipulate manually using the
11589 <a href="h_common_flag">Flag Command</a>.
11590 There are always four elements of message status that you can control.
11591 You can set or clear the Important status, the New status, the Deleted
11592 status, and the Answered status.
11593 Of course, if the filter is going to delete the message,
11594 then there is no point in setting message status.
11595 You may also be able to set user-defined keywords for a message.
11596 Read a little about keywords in the help text for the
11597 <A HREF="h_common_flag">Flag</A> command.
11599 Second, the filter may delete or move the message.
11600 Deleting the message marks it Deleted and removes it from view.
11601 It is effectively gone forever (though it technically is still there until
11602 the next expunge command, which may happen implicitly).
11603 Moving the message moves it from the open folder into the folder
11604 listed on the &quot;Folder List&quot; line of the filter configuration.
11605 If you list more than one folder name (separated by commas) then the message
11606 will be copied to each of those folders.
11607 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
11608 message is removed from the current folder.
11609 If you just want to set the messages status without deleting it from
11610 the folder, then set the filter action to
11611 &quot;Just Set Message Status&quot;.
11613 (There is no way to do a Copy instead of a Move, due to the difficulties
11614 involved in keeping track of whether or not a message has
11615 already been copied.)
11617 <H2>Command Descriptions</H2>
11619 <H3>Add</H3>
11621 The Add command is used to add a new filter definition to your set of
11622 filters.
11623 The new filter will be added after the highlighted filter.
11625 <H3>Delete</H3>
11627 The Delete command deletes the currently highlighted filter.
11629 <H3>Change</H3>
11631 The Change command lets you edit the nickname, Pattern,
11632 and Folder of the currently highlighted filter.
11634 <H3>Shuffle</H3>
11636 The Shuffle command allows you to change the order of the filters.
11637 You may move the currently highlighted filter up or down in the list.
11638 The order of the filters is important since the filters are tested for a
11639 match starting with the first filter and continuing until a match is found.
11640 You should place the filters with more specific Patterns near the beginning
11641 of the list, and those with more general Patterns near the end so that
11642 the more specific matches will happen when appropriate.
11644 <H3>Replicate</H3>
11646 The Replicate command is used to copy an existing filter and modify it.
11647 The new filter will be added after the highlighted filter.
11649 <H3>IncludeFile</H3>
11651 The IncludeFile command allows you to add a filters file to your configuration.
11652 Usually, your filters will be contained in your Alpine configuration file.
11653 If you wish, some or all of your filters may be stored in a separate file.
11654 If a filters file already exists (maybe it was made by somebody else using
11655 Alpine), you may insert it before the currently highlighted filter.
11656 You may also insert an empty file or a file that does not yet exist.
11657 Once you have an empty filters file in your configuration, you may use
11658 the Shuffle command to move filters into it.
11659 In fact, that's the only way to get the initial filter into the file.
11661 <H3>eXcludeFile</H3>
11663 The eXcludeFile command removes a filters file from your filters configuration.
11664 A limitation of the program is that in order to exclude a filters file
11665 that file must have at least one filter
11666 in it, otherwise you won't be able to highlight a line in the file.
11667 So you may have to add a dummy filter to the file in order to exclude the file.
11668 <P><UL>
11669 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11670 </UL>
11672 <H3>Performance Considerations</H3>
11673 The number and type of patterns being tested can 
11674 adversely effect performance.  Issues to be aware
11675 of include:
11677 <UL>
11678   <LI> The more filters you have defined the longer it will take to run down
11679 the list.  Deleting unused filters is a good idea.
11680   <LI> Filtering in newsgroups served by an NNTP server will be slow
11681 if your patterns include tests other than &quot;From:&quot;
11682 or &quot;Subject:&quot;.
11683 </UL>
11685 &lt;End of help on this topic&gt;
11686 </BODY>
11687 </HTML>
11688 ===== h_rules_score =====
11689 <HTML>
11690 <HEAD>
11691 <TITLE>SETUP SCORING SCREEN</TITLE>
11692 </HEAD>
11693 <BODY>
11694 <H1>SETUP SCORING SCREEN</H1>
11695 <H2>SETUP SCORING COMMANDS</H2>
11696 <!--chtml if pinemode="function_key"-->
11697 <PRE>
11698 Available  Commands -- Group 1         Available Commands -- Group 2   
11699 -------------------------------        ------------------------------  
11700 F1  Show Help Text                      F1  Show Help Text             
11701 F2  See commands in next group          F2  See commands in next group
11702 F3  Back to MAIN Alpine menu
11703 F4  Change configuration for rule
11704 F5  Move to previous rule               F5  Include file in rule config
11705 F6  Move to next rule                   F6  Exclude file from config
11706 F7  Previous page of rules
11707 F8  Next page of rules
11708 F9  Add new rule                        F9  Replicate existing rule
11709 F10 Delete existing rule
11710 F11 Shuffle the order of rules
11711 F12 Whereis (search rule nicknames)
11712 </PRE>
11713 <!--chtml else-->
11714 <PRE>
11715 Navigation                     General Alpine Commands
11716 -------------------------      -----------------------
11717  P  Prev rule                     ?  Display this help text
11718  N  Next rule                     E  Back to MAIN Alpine menu
11719  -  Previous page
11720 Spc (space bar) Next page
11721  W  WhereIs (search for word in rule nicknames)
11723 Setup Scoring Commands
11724 ------------------------------------------------
11725  A  Add new rule                  $  Shuffle the order of rules
11726  D  Delete existing rule          C  Change configuration for highlighted rule
11727  R  Replicate existing rule
11728  I  Include file in rule config   X  Exclude file from rule config
11729 </PRE>
11730 <!--chtml endif-->
11732 <H2>Description of the Setup Scoring Screen</H2>
11734 Most people will not use scores at all, but if you do use them, here's how
11735 they work in Alpine.
11736 Using this screen, you may define Scoring rules.
11737 The score for a message is calculated by looking at every Score rule defined
11738 and adding up the Score Values for the ones that match the message.
11739 If there are no matches for a message, it has a score of zero.
11740 Message scores may be used a couple of ways in Alpine.
11742 <H3>Sorting by Score</H3>
11744 One of the methods you may use to sort message indexes is to sort by
11745 score.
11746 The scores of all the messages in a folder will be calculated and then
11747 the index will be ordered by placing the messages in order of ascending or
11748 descending score.
11750 <H3>Scores for use in Patterns</H3>
11752 The Patterns used for Roles, Index Line Coloring, and Filtering have a
11753 category labeled &quot;Score Interval&quot;.
11754 When a message is being compared with a Pattern to check for a match, if
11755 the Score Interval is set only messages that have a score somewhere in
11756 the interval are a match.
11758 <H2>Scoring Rule Patterns</H2>
11760 In order to determine whether or not a message matches a scoring rule
11761 the message is compared with the rule's Pattern.
11762 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11763 Scoring, Other Rules, and Search Rules, so are described in only one place,
11764 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11767 Actually, Scoring rule Patterns are slightly different from the other types of
11768 Patterns because Scoring rule Patterns don't contain a Score Interval.
11769 In other words, when calculating the score for a message, which is done
11770 by looking at the Scoring rule Patterns, scores aren't used.
11772 <H2>Score Value</H2>
11774 This is the value that will be added to the score for a message if the
11775 rule's Pattern is a match.
11776 Each individual Score Value is an integer between -100 and 100, and the
11777 values from matching rules are added together to get a message's score.
11778 There is also a way to extract the value from a particular header of each
11779 message. See the help text for Score Value for further information.
11781 <H2>Command Descriptions</H2>
11783 <H3>Add</H3>
11785 The Add command is used to add a new scoring rule definition.
11786 The new rule will be added after the highlighted rule.
11788 <H3>Delete</H3>
11790 The Delete command deletes the currently highlighted scoring rule.
11792 <H3>Change</H3>
11794 The Change command lets you edit the nickname, Pattern,
11795 and Score Value of the currently highlighted scoring rule.
11797 <H3>Shuffle</H3>
11799 The Shuffle command allows you to change the order of the scoring rules.
11800 You may move the currently highlighted rule up or down in the list.
11801 The order of the rules is important since the rules are tested for a
11802 match starting with the first rule and continuing until a match is found.
11803 You should place the rules with more specific Patterns near the beginning
11804 of the list, and those with more general Patterns near the end so that
11805 the more specific matches will happen when appropriate.
11807 <H3>Replicate</H3>
11809 The Replicate command is used to copy an existing rule and modify it.
11810 The new rule will be added after the highlighted rule.
11812 <H3>IncludeFile</H3>
11814 The IncludeFile command allows you to add a rules file to your configuration.
11815 Usually, your rules will be contained in your Alpine configuration file.
11816 If you wish, some or all of your rules may be stored in a separate file.
11817 If a rules file already exists (maybe it was made by somebody else using
11818 Alpine), you may insert it before the currently highlighted rule.
11819 You may also insert an empty file or a file that does not yet exist.
11820 Once you have an empty rules file in your configuration, you may use
11821 the Shuffle command to move rules into it.
11822 In fact, that's the only way to get the initial rule into the file.
11824 <H3>eXcludeFile</H3>
11826 The eXcludeFile command removes a rules file from your rules configuration.
11827 A limitation of the program is that in order to exclude a rules file
11828 that file must have at least one rule
11829 in it, otherwise you won't be able to highlight a line in the file.
11830 So you may have to add a dummy rule to the file in order to exclude the file.
11831 <P><UL>
11832 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11833 </UL>
11835 &lt;End of help on this topic&gt;
11836 </BODY>
11837 </HTML>
11838 ===== h_direct_config =====
11839 <HTML>
11840 <HEAD>
11841 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
11842 </HEAD>
11843 <BODY>
11844 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
11845 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
11846 <!--chtml if pinemode="function_key"-->
11847 <PRE>
11848 Available  Commands                        
11849 -------------------------------            
11850 F1  Show Help Text                         
11851 F3  Back to MAIN Alpine menu                 
11852 F4  Change configuration for directory server  
11853 F5  Move to previous directory server          
11854 F6  Move to next directory server              
11855 F7  Previous page of directory servers         
11856 F8  Next page of directory servers
11857 F9  Add new directory server
11858 F10 Delete existing directory server
11859 F11 Shuffle the order of directory servers
11860 F12 Whereis (search directory server titles)   
11861 </PRE>
11862 <!--chtml else-->
11863 <PRE>
11864 Navigation                     General Alpine Commands
11865 -------------------------      -----------------------
11866  P  Prev Directory Server         ?  Display this help text
11867  N  Next Directory Server         E  Back to MAIN Alpine menu
11868  -  Previous page
11869 Spc (space bar) Next page
11870  W  WhereIs (search for word in directory server titles)
11872 Setup LDAP Directory Server Commands
11873 ------------------------------------------------
11874  A  Add new directory server      $  Shuffle the order of directory servers
11875  D  Delete existing dir server    C  Change configuration for highlighted server
11876 </PRE>
11877 <!--chtml endif-->
11879 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
11881 This screen lets you add, delete, modify, or change the order of your
11882 directory servers. You may also set some optional behavior for each server.
11883 The &quot;Add Dir&quot; command brings up a blank form to 
11884 fill in. You will have to supply at least the name of the LDAP server.
11885 You will often have to supply a search base to be used with that server,
11886 as well. Once the form has been brought up on your screen, there is help
11887 available for each of the options you may set.
11889 The &quot;Del Dir&quot; command allows you to remove a directory server
11890 from your configuration.
11892 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
11893 The difference is that instead of bringing up a form for a new server
11894 configuration, you are changing the configuration of an existing entry.
11895 For example, you might want to correct a typing error, change a
11896 nickname, or change one of the options set for that server.
11898 The &quot;Shuffle&quot; command is used to change the order of directory
11899 servers.
11900 <P><UL>
11901 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11902 </UL>
11904 &lt;End of help on this topic&gt;
11905 </BODY>
11906 </HTML>
11907 ============= h_address_display ========================
11908 <HTML>
11909 <HEAD>
11910 <TITLE>SEARCH RESULTS INDEX</TITLE>
11911 </HEAD>
11912 <BODY>
11913 <H1>SEARCH RESULTS INDEX</H1>
11914 This screen shows the results, if any, of your Directory Server search.  
11915 Commands (besides those for screen navigation) are:
11916 <DL>
11917 <DT>View
11918 <!--chtml if pinemode="function_key"-->
11919 (F4)
11920 <!--chtml else-->
11922 <!--chtml endif-->
11923 </DT>
11924 <DD>See the full information for the selected entry.
11926 <DT>Compose
11927 <!--chtml if pinemode="function_key"-->
11928 (F9)
11929 <!--chtml else-->
11931 <!--chtml endif--></DT>
11932 <DD>Compose a message with the selected entry as the recipient.
11934 <DT>Role
11935 <!--chtml if pinemode="function_key"-->
11936 (F2)
11937 <!--chtml else-->
11939 <!--chtml endif--></DT>
11940 <DD>Compose a message with the selected entry as the recipient. This differs
11941 from Compose in that you may select a role before beginning your composition.
11943 <DT>Forward
11944 <!--chtml if pinemode="function_key"-->
11945 (F10)
11946 <!--chtml else-->
11948 <!--chtml endif--></DT>
11949 <DD>Send the full information for the selected entry as an 
11950 email message to someone else.
11952 <DT>Save
11953 <!--chtml if pinemode="function_key"-->
11954 (F11)
11955 <!--chtml else-->
11957 <!--chtml endif-->
11958 </DT>
11959 <DD>Save to your address book:
11960 <UL>
11961 <LI>the result of the search (as just found through your query) for the 
11962 selected entry; or 
11963 <LI>the selected entry for repeated Directory Server searching when used 
11964 in the future.
11965 </UL>
11966 or<BR>
11967 Export to a file (external to Alpine):
11968 <UL>
11969 <LI>the full information for the selected entry; or
11970 <LI>the email address from the selected entry; or
11971 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
11972 </UL>
11973 <DT>WhereIs
11974 <!--chtml if pinemode="function_key"-->
11975 (F12)
11976 <!--chtml else-->
11978 <!--chtml endif-->
11979 </DT>
11980 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11981 displayed text, not the full records for each entry.)  
11982 </DL>
11983 &lt;End of help on this topic&gt;
11984 </BODY>
11985 </HTML>
11986 ============= h_address_select ========================
11987 <HTML>
11988 <HEAD>
11989 <TITLE>SEARCH RESULTS INDEX</TITLE>
11990 </HEAD>
11991 <BODY>
11992 <H1>SEARCH RESULTS INDEX</H1>
11993 This screen shows the results, if any, of your Directory Server search.  
11994 Commands (besides those for screen navigation) are:
11995 <DL>
11996 <DT>Select
11997 </DT>
11998 <DD>Select this entry for use.
12000 <DT>ExitSelect
12001 <DD>Exit without selecting any of the entries.
12003 <DT>WhereIs
12004 </DT>
12005 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
12006 displayed text, not the full records for each entry.)  
12007 </DL>
12008 &lt;End of help on this topic&gt;
12009 </BODY>
12010 </HTML>
12011 ===== h_folder_maint =====
12012 <HTML>
12013 <HEAD>
12014 <TITLE>Help for Folder List</TITLE>
12015 </HEAD>
12016 <BODY>
12017 <H1>FOLDER LIST COMMANDS</H1>
12018 <!--chtml if pinemode="function_key"-->
12019 <PRE>
12020 Available Commands -- Group 1        Available Commands -- Group 2
12021 -------------------------------      ------------------------------
12022 F1  Show Help Text                    F1  Show Help Text               
12023 F2  See commands in next group        F2  See commands in next group  
12024 F3  MAIN MENU Screen                  F3  Quit Alpine                    
12025 F4  Select folder and view it         F4  MAIN MENU Screen
12026 F5  Move to previous folder
12027 F6  Move to next folder               F6  Specify a folder to go to
12028 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
12029 F8  Show next screen of listing       F8  Compose a message
12030 F9  Add a new folder                  F9  Print folder listing
12031 F10 Delete selected folder
12032 F11 Rename selected folder
12033 F12 Whereis (search folder names)
12035 Available Commands -- Group 3
12036 F1  Show Help Text
12037 F2  See commands in next group
12038 F5  Go to next new message
12039     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
12040 F8  Compose a message using roles
12041 F9  Export folder to a file
12042 F10 Import the file back to a folder
12043 </PRE>
12044 <!--chtml else-->
12045 <PRE>
12046 Navigating the Folder Screen            Operations on the Selected Folder
12047 ----------------------------            ---------------------------------
12048  P   Move to previous folder              V  View Index of selected folder
12049  N   Move to next folder                  D  Delete
12050  -   Show previous page of listing        R  Rename
12051 Spc  (space bar) Show next page           E  Export to file
12052                                           U  Import from file to folder
12054 FOLDER LIST Screen Commands              General Alpine Command
12055 ---------------------------              -----------------------
12056  A  Add a folder                          O  Show all other available commands
12057  G  Specify a folder to go to             ?  Show Help text
12058  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
12059  W  Whereis (search folder names)         Q  Quit Alpine
12060  %  Print folder listing                  C  Compose a message
12061                                           #  Compose a message using roles
12062 </PRE>
12063 <!--chtml endif-->
12065 These commands are only available in the FOLDER LIST screen when the 
12066 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
12067 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
12068 <DT>Select:</DT>
12069 <DD>Select folders by certain criteria:<UL>
12070 <LI>All: of limited use, since there is no Apply command.
12071 <LI>by Property: <UL>
12072         <LI>folder contains messages not yet seen 
12073         <LI>folder contains new messages
12074         <LI>folder contains exactly as many, more, or fewer messages 
12075 than a given number
12076         </UL>
12077 <LI>by Text: <UL>
12078         <LI>contained in name of folder (Name Select)
12079         <LI>contained in messages in folder (Content Select)
12080         </UL>
12081 </UL></DD>
12083 <DT>Select current:</DT>
12084 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
12085 add one or more folders to a set created with the Select command described 
12086 above.)</DD>
12087 <DT>Zoom mode:</DT>
12088 <DD>Toggles display of only selected folders or all folders on and off.</DD>
12089 </DL>
12091 If the feature
12092 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
12093 is set then the TAB key will display the number of recent messages and
12094 the total number of messages in the highlighted folder.
12096 The &quot;Export&quot; command causes the lowest common denominator style
12097 mailbox to be written to a file.
12098 If the file already exists, you are asked if you want to delete it.
12099 If you say No, then the operation is aborted.
12100 Export might be a reasonable way to store a backup or an archival copy of
12101 a folder.
12102 The exported-to file is a local file on the system where you are running Alpine.
12103 The &quot;Import&quot; command is the opposite of the Export command.
12104 It reads a file created by Export and asks where it should save it in your
12105 folders.
12106 This could be a new folder or an existing folder.
12107 If the folder already exists, the messages from the exported file will be
12108 appended to the folder.
12110 <CENTER>Description of the FOLDER LIST Screen</CENTER>
12112 The purpose of the FOLDER LIST screen is to help you browse and manage
12113 the folders and directories (also known as &quot;hierarchy&quot;)
12114 contained within a collection.
12117 Folders and directories are arranged alphabetically across lines of
12118 the screen.  Directories, if present, are denoted by a special
12119 character at the end of the name known as the hierarchy delimiter
12120 (typically, &quot;/&quot;).  By default, folders and directories are
12121 mixed together.  The
12122 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
12123 configuration option can be used to group directories toward the 
12124 beginning or end of the list.
12127 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
12128 commands change the &quot;selected&quot; (i.e., highlighted) folder or
12129 directory, and the View Fldr/Dir commands will &quot;open&quot; the
12130 selected item.  Folder and directory management is provided via the
12131 Rename, Delete and Add commands.
12133 <P><CENTER>About Folders</CENTER>
12134 What are Folders?<P>
12136 Folders are simply files where messages are kept.  Every message has to be
12137 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
12138 folder for sent mail and a folder for saved messages.<P>
12140 You may create as many other folders as you wish.  They must be given
12141 names that can be filenames on the filesystem.  
12144 You can move messages from one folder to another by opening the original
12145 folder and saving messages into the other folder just as you can save
12146 message from your INBOX to any other folder.<P>
12148 Folders are typically just files in the filesystem.  However, the files
12149 that are
12150 folders have some special formatting in them (so that Alpine knows where one
12151 message ends and another begins) and should <EM>not</EM> be edited outside of
12152 Alpine.  If you want copies of your messages in text files that you can edit
12153 or otherwise manipulate, use the Export command to copy them from Alpine into
12154 your regular file area.
12157 FOR MORE INFORMATION: See the section on
12158 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12160 <CENTER>About Directories</CENTER>
12162 A directory is simply a container used to group folders within a
12163 folder list.  You can create as many directories as you like.  And 
12164 directories can even contain directories themselves.
12167 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
12168 to note that not all IMAP servers support directories.  If you find that
12169 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
12170 then it's likely that directories are not supported by the server serving
12171 in that collection.
12174 Similarly, servers that do provide for directories may not do so in
12175 the same way.  On some servers, for example, each folder name you
12176 create is at the same time capable of being a directory.  When this
12177 happens, Alpine will display both the folder name and the name of the
12178 directory (with trailing hierarchy delimiter) in the folder list.
12181 Another issue with IMAP access, though with a much smaller set of servers,
12182 is that not all servers accept the request to list out the available
12183 folders and directories in the same way.  If you find yourself having
12184 trouble viewing folders on your server, you might investigate the
12185 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
12186 feature.
12188 <UL>
12189 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12190 </UL>
12192 &lt;End of help on this topic&gt;
12193 </BODY>
12194 </HTML>
12195 ========= h_valid_folder_names ========
12196 <HTML>
12197 <HEAD>
12198 <TITLE>Explanation of Valid Folder Names</TITLE>
12199 </HEAD>
12200 <BODY>
12201 <H1>Folder Name Syntax Explained</H1>
12203 Once your folder collections are defined, you can usually refer to
12204 folders by their simple (unqualified) name, or pick from a FOLDER LIST
12205 display.  However, understanding the complete syntax for folder names,
12206 both local and remote, is handy when using the Goto command and when
12207 you are adding new folder collections via the Setups/collectionList screen.
12209 An Alpine folder name looks like
12212 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
12215 The square brackets ([]) mean that the part is optional.
12218 If there is no remote-specification, then the folder name is interpreted
12219 locally on the computer running Alpine.
12220 Local folder names depend on the operating system used by the computer 
12221 running Alpine, as well as the configuration of that system.  For example,
12222 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
12223 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
12224 system running Unix.
12227 Alpine users have the option of using folders that are stored on some other
12228 computer.  Alpine accesses remote folders via IMAP (the Internet Message
12229 Access Protocol), or in the case of news, via NNTP (the Network News
12230 Transport Protocol).  To be able to access remote folders in Alpine, the
12231 remote host must be running the appropriate server software (imapd or
12232 nntpd) and you must correctly specify the name of the folder to Alpine,
12233 including the domain name of the remote machine. For example,
12235 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
12237 could be a remote folder specification, and so could
12239 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
12242 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
12244 Note that in the case of remote folders, the directory/file path in the specification is 
12245 determined by the operating system of the remote computer, <B>not</B> by
12246 the operating system of the computer on which you are running Alpine.
12248 As you can tell, the name of the computer is in &#123;} brackets
12249 followed immediately by the name of the folder.  (In each of these cases the
12250 optional namespace is missing.)  If, as in these
12251 examples, there is no remote access protocol specified, then IMAP is
12252 assumed.  Check
12253 <A HREF="h_folder_server_syntax">here</A>
12254 for a more detailed look at what options can be placed between the brackets.
12255 If there are no brackets at all, then the folder name is interpreted locally
12256 on the computer on which you are running Alpine.
12259 To the right of the brackets when a server name is present, or at the
12260 start of the foldername if no server is present, the sharp sign,
12261 &quot;#&quot;, holds special meaning.  It indicates a folder name
12262 outside the area reserved for your personal folders.  In fact, it's
12263 used to indicate both the name of the folder, and a special phrase
12264 telling Alpine how to interpret the name that follows.
12267 So, for example, Alpine can be used to access a newsgroup that might be 
12268 available on your computer using:
12270 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
12272 The sharp sign indicates the folder name is outside your personal
12273 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
12274 interpret the remainder of the name as a newsgroup.
12277 Similarly, to access a newsgroup on your IMAP server, you might
12278 use something like:
12280 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
12283 There are a number of such special phrases (or &quot;namespaces&quot;)
12284 available.  For a more detailed explanation read about
12285 <A HREF="h_folder_name_namespaces">Namespaces</A>.
12288 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
12289 names.  The name INBOX refers to your &quot;principal incoming
12290 message folder&quot; and will be mapped to the actual file name used for your
12291 INBOX on any given host.  Therefore, a name like
12292 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
12293 store incoming mail for you on that particular host.
12296 &lt;End of help on this topic&gt;
12297 </BODY>
12298 </HTML>
12299 ======= h_folder_name_namespaces =======
12300 <HTML>
12301 <HEAD>
12302 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
12303 </HEAD>
12304 <BODY>
12305 <H1>Folder Name Namespaces Explained</H1>
12307 An Alpine folder name looks like
12310 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
12313 The local part of a folder name has an optional &quot;Namespace&quot; which
12314 tells Alpine how to interpret the rest of the name.
12316 <P> 
12317 By default the folder name is interpreted as defining a section of your personal
12318 folder area.  This area and how you specify it are defined by the
12319 server, if one is specified, or, typically, the home
12320 directory, if no server is defined.
12323 If a namespace is specified, it begins with the
12324 sharp, &quot;#&quot;, character followed by the name of the namespace
12325 and then the namespace's path-element-delimiter.  Aside from the
12326 path's format, namespaces can also imply access rights, content
12327 policy, audience, location, and, occasionally, access methods.
12330 Each server exports its own set (possibly of size one) of 
12331 namespaces.  Hence, it's likely communication with your server's
12332 administrator will be required for specific configurations.  Some of
12333 the more common namespaces, however, include:
12335 <DL>
12336 <DT>#news.</DT>
12337 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
12338 names are hierarchically defined with each level delimited by a period.
12340 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
12342 </DD>
12343 <DT>#public/</DT>
12344 <DD>This specifies a folder area that the server may export to the general
12345 public.
12346 </DD>
12347 <DT>#shared/</DT>
12348 <DD>This specifies a folder area that the server may export to groups
12349 of users.
12350 </DD>
12351 <DT>#ftp/</DT>
12352 <DD>This specifies a folder area that is the same as that it may have 
12353 exported via the &quot;File Transfer Protocol&quot;.
12354 </DD>
12355 <DT>#mh/</DT>
12356 <DD>This specifies the personal folder area associated with folders
12357 and directories that were created using the MH message handling system.
12358 </DD>
12359 <DT>#move/</DT>
12360 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
12362 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
12364 The #move namespace is followed by two folder names separated by a delimiter
12365 character.
12366 The delimiter character may be any character that does not appear in
12367 the MailDropFolder name.
12368 The meaning of #move is that mail will be copied from the MailDropFolder to
12369 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
12370 Periodic checks at frequency
12371 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
12372 time between checks set by
12373 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
12374 are made for new mail arriving in the MailDropFolder.
12375 An example that copies mail from a POP inbox to a local folder follows
12377 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
12379 To you it appears that mail is being delivered to the local folder when it
12380 is copied from the MailDropFolder, and you read mail from the local folder.
12382 Note that if the DestinationFolder does not exist then the messages are not
12383 copied from the MailDropFolder.
12384 A #move folder may only be used as an
12385 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
12386 an Inbox.
12387 When you are in the FOLDER LIST of Incoming Message Folders (after turning
12388 on the
12389 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
12390 option)
12391 the Add command has a subcommand &quot;Use Mail Drop&quot;
12392 which may be helpful for defining the folder in your Alpine configuration.
12393 The same is true when you edit the
12394 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
12395 option in Setup/Config.
12396 Each of these configuration methods will also create the DestinationFolder
12397 if it doesn't already exist.
12398 If you are having problems, make sure the DestinationFolder exists.
12399 You may find some more useful information about Mail Drops at
12400 <A HREF="h_maildrop">What is a Mail Drop?</A>.
12401 </DD>
12402 </DL>
12405 In addition, the server may support access to other user's folders,
12406 provided you have suitable permissions.  Common methods use a prefix
12407 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
12408 indicate the root of the other user's folder area.
12411 No, nothing's simple.
12414 &lt;End of help on this topic&gt;
12415 </BODY>
12416 </HTML>
12417 ============= h_whatis_vcard ========================
12418 <HTML>
12419 <HEAD>
12420 <TITLE>VCARD EXPLAINED</TITLE>
12421 </HEAD>
12422 <BODY>
12423 <H1>What is the vCard format?</H1>
12424 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
12425 information about and among people and organizations electronically.  
12426 More information about vCard can be found (as of May 1998) on the WWW site 
12427 of the Internet Mail Consortium at the URL:
12429 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
12431 &lt;End of help on this topic&gt;
12432 </BODY>
12433 </HTML>
12434 ===== h_folder_open =====
12435 <HTML>
12436 <HEAD>
12437 <TITLE>Explanation of Folder Selection</TITLE>
12438 </HEAD>
12439 <BODY>
12440 <BR>
12441 <BR>
12442 This screen is designed to allow you to quickly and easily survey your
12443 folders and select one to open.
12444 <!--chtml if pinemode="function_key"-->
12445 <PRE>
12446 Navigating the List of Folders             General Alpine Commands
12447 ------------------------------             -----------------------
12448  P   Move to previous folder               ?   Show this help text
12449  N   Move to next folder
12450  -   Show previous screen of folders
12451 Spc  (space bar) Show next screen
12452  W   WhereIs (search folder names)
12454 Folder Selection Commands
12455 -------------------------
12456  E   Exit the Folder Select menu (without selecting a folder)
12457  S   Select the currently highlighted folder
12458 </PRE>
12459 <!--chtml else-->
12460 <PRE>
12461 Navigating the List of Folders             General Alpine Commands
12462 ------------------------------             -----------------------
12463 F5   Move to previous folder               F1  Show this help text
12464 F6   Move to next folder
12465 F7   Show previous screen of folders
12466 F8   Show next screen of folders
12467 F12  WhereIs (search folder names)
12469 Folder Selection Commands
12470 -------------------------
12471 F3   Exit the Folder Select menu (without selecting a folder)
12472 F4   Select the currently highlighted folder
12473 </PRE>
12474 <!--chtml endif-->
12476 FOR MORE INFORMATION: See the section on
12477 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12479 &lt;End of help on this topic&gt;
12480 </BODY>
12481 </HTML>
12482 ===== h_folder_subscribe =====
12483 <HTML>
12484 <HEAD>
12485 <TITLE>Newsgroup Subscribe Screen explained</TITLE>
12486 </HEAD>
12487 <BODY>
12488 <H1>FOLDER SUBSCRIBE HELP</H1>
12490 This screen is designed to help you subscribe to newsgroups you are
12491 not currently subscribed to.  The screen display is a list of all
12492 available newsgroups (or possibly a partial list if you specified a
12493 partial name when entering the screen).  Groups you have already
12494 subscribed to have the letters &quot;SUB&quot; next to them.  You may
12495 select a single new group to subscribe to by moving the cursor to that
12496 group and pressing &quot;S&quot; or carriage return.  Alternatively,
12497 you may change into ListMode with the &quot;ListMode&quot; command.
12498 The display will change slightly so that each group has a checkbox in
12499 front of it.  Use the cursor and the Set/Unset command to place an
12500 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
12503 When you are finished marking groups, the &quot;Subscribe&quot;
12504 command will subscribe you to those groups you have marked.  Note, you
12505 may not unsubscribe to groups with this command.  Instead of the
12506 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
12507 UnSbscrbe command.
12510 <!--chtml if pinemode="function_key"-->
12511 <PRE>
12512 Navigating the List of Newsgroups          General Alpine Commands
12513 ---------------------------------          -----------------------
12514 F5   Move to previous group                F1   Show this help text
12515 F6   Move to next group
12516 F7   Show previous screen of groups
12517 F8   Show next screen of groups
12518 F12  WhereIs (search group names)
12519 F9   Use ListMode
12521 Group Selection Commands
12522 -------------------------
12523 F3  Exit the News Subscribe menu (without selecting any groups)
12524 F4  Subscribe to the currently highlighted newsgroup
12525 </PRE>
12526 <!--chtml else-->
12527 <PRE>
12528 Navigating the List of Newsgroups          General Alpine Commands
12529 ---------------------------------          -----------------------
12530  P   Move to previous group                ?   Show this help text
12531  N   Move to next group
12532  -   Show previous screen of groups
12533 Spc  (space bar) Show next screen
12534  W   WhereIs (search group names)
12535  L   Use ListMode
12537 Group Selection Commands
12538 -------------------------
12539  E   Exit the News Subscribe menu (without selecting any groups)
12540  S   Subscribe to the currently highlighted newsgroup
12541 </PRE>
12542 <!--chtml endif-->
12544 When in ListMode, there is an additional command for marking groups to
12545 subscribe to:
12547 <!--chtml if pinemode="function_key"-->
12548 <PRE>
12549 ListMode Commands
12550 -------------------------
12551 F9  Set or unset the highlighted group
12552 </PRE>
12553 <!--chtml else-->
12554 <PRE>
12555 ListMode Commands
12556 -------------------------
12557 X   Set or unset the highlighted group
12558 </PRE>
12559 <!--chtml endif-->
12561 &lt;End of help on this topic&gt;
12562 </BODY>
12563 </HTML>
12564 ===== h_folder_postnews =====
12565 <HTML>
12566 <HEAD>
12567 <TITLE>Newsgroup selecting for Posting explained</TITLE>
12568 </HEAD>
12569 <BODY>
12570 This screen is designed to allow you to quickly and easily survey
12571 the available newsgroups and select one to post news to.
12573 <!--chtml if pinemode="function_key"-->
12574 <PRE>
12575 Navigating the List of Newsgroups          General Alpine Commands
12576 ---------------------------------          -----------------------
12577 F5   Move to previous group                F1  Show this help text
12578 F6   Move to next group
12579 F7   Show previous screen of groups
12580 F8   Show next screen of groups
12581 F12  WhereIs (search group names)
12583 Group Selection Commands
12584 -------------------------
12585 F3   Exit the Selection menu (without selecting a group)
12586 F4   Select the currently highlighted newsgroup
12587 </PRE>
12588 <!--chtml else-->
12589 <PRE>
12590 Navigating the List of Newsgroups          General Alpine Commands
12591 ---------------------------------          -----------------------
12592  P   Move to previous group                ?  Show this help text
12593  N   Move to next group
12594  -   Show previous screen of groups
12595 Spc  (space bar) Show next screen of groups
12596  W   WhereIs (search group names)
12598 Group Selection Commands
12599 -------------------------
12600  E   Exit the Selection menu (without selecting a group)
12601  S   Select the currently highlighted newsgroup
12602 </PRE>
12603 <!--chtml endif-->
12605 &lt;End of help on this topic&gt;
12606 </BODY>
12607 </HTML>
12608 ===== h_folder_save =====
12609 <HTML>
12610 <HEAD>
12611 <TITLE>Folder Select for Save Explained</TITLE>
12612 </HEAD>
12613 <BODY>
12614 This screen is designed to allow you to quickly and easily survey your
12615 folders and select one to use for saving the current message.
12618 <!--chtml if pinemode="function_key"-->
12619 <PRE>
12620 Navigating the List of Folders             General Alpine Commands
12621 ------------------------------             -----------------------
12622 F5   Move to previous folder               F1  Show this help text
12623 F6   Move to next folder
12624 F7   Show previous screen of folders
12625 F8   Show next screen of folders
12626 F12  WhereIs (search folder names)
12628 Folder Selection Commands
12629 -------------------------
12630 F3   Exit the Folder Select menu (without selecting a folder)
12631 F4   Select the currently highlighted folder
12632 F11  AddNew folder (just like Select, but you type in a new folder name)
12633 </PRE>
12634 <!--chtml else-->
12635 <PRE>
12636 Navigating the List of Folders             General Alpine Commands
12637 ------------------------------             -----------------------
12638  P   Move to previous folder               ?  Show this help text
12639  N   Move to next folder
12640  -   Show previous screen of folders
12641 Spc  (space bar) Show next screen of folders
12642  W   WhereIs (search folder names)
12644 Folder Selection Commands
12645 -------------------------
12646  E   Exit the Folder Select menu (without selecting a folder)
12647  S   Select the currently highlighted folder
12648  A   AddNew folder (just like Select, but you type in a new folder name)
12649 </PRE>
12650 <!--chtml endif-->
12652 FOR MORE INFORMATION: See the section on
12653 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12655 &lt;End of help on this topic&gt;
12656 </BODY>
12657 </HTML>
12658 ===== h_folder_fcc =====
12659 <HTML>
12660 <HEAD>
12661 <TITLE>Folder Select for Fcc Explained</TITLE>
12662 </HEAD>
12663 <BODY>
12664 This screen is designed to allow you to quickly and easily survey your
12665 folders and select one to use as the file carbon copy (fcc) for the
12666 current message.
12669 <!--chtml if pinemode="function_key"-->
12670 <PRE>
12671 Navigating the List of Folders             General Alpine Commands
12672 ------------------------------             -----------------------
12673 F5   Move to previous folder               F1  Show this help text
12674 F6   Move to next folder
12675 F7   Show previous screen of folders
12676 F8   Show next screen of folders
12677 F12  WhereIs (search folder names)
12679 Folder Selection Commands
12680 -------------------------
12681 F3   Exit the Folder Select menu (without selecting a folder)
12682 F4   Select the currently highlighted folder
12683 F11  AddNew folder (just like Select, but you type in a new folder name)
12684 </PRE>
12685 <!--chtml else-->
12686 <PRE>
12687 Navigating the List of Folders             General Alpine Commands
12688 ------------------------------             -----------------------
12689  P   Move to previous folder               ?  Show this help text
12690  N   Move to next folder
12691  -   Show previous screen of folders
12692 Spc  (space bar) Show next screen of folders
12693  W   WhereIs (search folder names)
12695 Folder Selection Commands
12696 -------------------------
12697  E   Exit the Folder Select menu (without selecting a folder)
12698  S   Select the currently highlighted folder
12699  A   AddNew folder (just like Select, but you type in a new folder name)
12700 </PRE>
12701 <!--chtml endif-->
12703 FOR MORE INFORMATION: See the section on
12704 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12706 &lt;End of help on this topic&gt;
12707 </BODY>
12708 </HTML>
12709 ===== h_folder_pattern_roles =====
12710 <HTML>
12711 <HEAD>
12712 <TITLE>Folder Select for Current Folder Explained</TITLE>
12713 </HEAD>
12714 <BODY>
12715 This screen is designed to allow you to quickly and easily survey your
12716 folders and select one to use as the specific Current Folder
12717 in a Pattern.
12720 <!--chtml if pinemode="function_key"-->
12721 <PRE>
12722 Navigating the List of Folders             General Alpine Commands
12723 ------------------------------             -----------------------
12724 F5   Move to previous folder               F1  Show this help text
12725 F6   Move to next folder
12726 F7   Show previous screen of folders
12727 F8   Show next screen of folders
12728 F12  WhereIs (search folder names)
12730 Folder Selection Commands
12731 -------------------------
12732 F3   Exit the Folder Select menu (without selecting a folder)
12733 F4   Select the currently highlighted folder
12734 F11  AddNew folder (just like Select, but you type in a new folder name)
12735 </PRE>
12736 <!--chtml else-->
12737 <PRE>
12738 Navigating the List of Folders             General Alpine Commands
12739 ------------------------------             -----------------------
12740  P   Move to previous folder               ?  Show this help text
12741  N   Move to next folder
12742  -   Show previous screen of folders
12743 Spc  (space bar) Show next screen of folders
12744  W   WhereIs (search folder names)
12746 Folder Selection Commands
12747 -------------------------
12748  E   Exit the Folder Select menu (without selecting a folder)
12749  S   Select the currently highlighted folder
12750  A   AddNew folder (just like Select, but you type in a new folder name)
12751 </PRE>
12752 <!--chtml endif-->
12754 FOR MORE INFORMATION: See the section on
12755 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12757 &lt;End of help on this topic&gt;
12758 </BODY>
12759 </HTML>
12760 ===== h_folder_stayopen_folders =====
12761 <HTML>
12762 <HEAD>
12763 <TITLE>Folder Select Explained</TITLE>
12764 </HEAD>
12765 <BODY>
12766 This screen is designed to allow you to quickly and easily survey your
12767 folders and select one to use as a Stay-Open folder.
12770 <!--chtml if pinemode="function_key"-->
12771 <PRE>
12772 Navigating the List of Folders             General Alpine Commands
12773 ------------------------------             -----------------------
12774 F5   Move to previous folder               F1  Show this help text
12775 F6   Move to next folder
12776 F7   Show previous screen of folders
12777 F8   Show next screen of folders
12778 F12  WhereIs (search folder names)
12780 Folder Selection Commands
12781 -------------------------
12782 F3   Exit the Folder Select menu (without selecting a folder)
12783 F4   Select the currently highlighted folder
12784 F11  AddNew folder (just like Select, but you type in a new folder name)
12785 </PRE>
12786 <!--chtml else-->
12787 <PRE>
12788 Navigating the List of Folders             General Alpine Commands
12789 ------------------------------             -----------------------
12790  P   Move to previous folder               ?  Show this help text
12791  N   Move to next folder
12792  -   Show previous screen of folders
12793 Spc  (space bar) Show next screen of folders
12794  W   WhereIs (search folder names)
12796 Folder Selection Commands
12797 -------------------------
12798  E   Exit the Folder Select menu (without selecting a folder)
12799  S   Select the currently highlighted folder
12800  A   AddNew folder (just like Select, but you type in a new folder name)
12801 </PRE>
12802 <!--chtml endif-->
12804 FOR MORE INFORMATION: See the section on
12805 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12807 &lt;End of help on this topic&gt;
12808 </BODY>
12809 </HTML>
12810 ===== h_folder_action_roles =====
12811 <HTML>
12812 <HEAD>
12813 <TITLE>Folder Select Explained</TITLE>
12814 </HEAD>
12815 <BODY>
12816 This screen is designed to allow you to quickly and easily survey your
12817 folders and select one to use as the folder into which messages
12818 matching this filter will be moved.
12821 <!--chtml if pinemode="function_key"-->
12822 <PRE>
12823 Navigating the List of Folders             General Alpine Commands
12824 ------------------------------             -----------------------
12825 F5   Move to previous folder               F1  Show this help text
12826 F6   Move to next folder
12827 F7   Show previous screen of folders
12828 F8   Show next screen of folders
12829 F12  WhereIs (search folder names)
12831 Folder Selection Commands
12832 -------------------------
12833 F3   Exit the Folder Select menu (without selecting a folder)
12834 F4   Select the currently highlighted folder
12835 F11  AddNew folder (just like Select, but you type in a new folder name)
12836 </PRE>
12837 <!--chtml else-->
12838 <PRE>
12839 Navigating the List of Folders             General Alpine Commands
12840 ------------------------------             -----------------------
12841  P   Move to previous folder               ?  Show this help text
12842  N   Move to next folder
12843  -   Show previous screen of folders
12844 Spc  (space bar) Show next screen of folders
12845  W   WhereIs (search folder names)
12847 Folder Selection Commands
12848 -------------------------
12849  E   Exit the Folder Select menu (without selecting a folder)
12850  S   Select the currently highlighted folder
12851  A   AddNew folder (just like Select, but you type in a new folder name)
12852 </PRE>
12853 <!--chtml endif-->
12855 FOR MORE INFORMATION: See the section on
12856 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12858 &lt;End of help on this topic&gt;
12859 </BODY>
12860 </HTML>
12861 ===== h_abook_config =====
12862 <HTML>
12863 <HEAD>
12864 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
12865 </HEAD>
12866 <BODY>
12867 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
12868 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
12869 <!--chtml if pinemode="function_key"-->
12870 <PRE>
12871 Available  Commands                        
12872 -------------------------------            
12873 F1  Show Help Text                         
12874 F3  Back to MAIN Alpine menu                 
12875 F4  Change configuration for address book  
12876 F5  Move to previous address book          
12877 F6  Move to next address book              
12878 F7  Previous page of address books         
12879 F8  Next page of address books             
12880 F9  Add new address book                   
12881 F10 Delete existing address book           
12882 F11 Shuffle the order of address books     
12883 F12 Whereis (search address book titles)   
12884 </PRE>
12885 <!--chtml else-->
12886 <PRE>
12887 Navigation                     General Alpine Commands
12888 -----------------------        -----------------------
12889  P  Prev Address Book           ?  Display this help text
12890  N  Next Address Book           E  Back to MAIN Alpine menu
12891  -  Previous page
12892 Spc (space bar) Next page
12893  W  WhereIs (search for word in address book titles)
12895 Setup Address Books Commands
12896 ------------------------------------------------
12897  A  Add new address book          $  Shuffle the order of address books
12898  D  Delete existing address book  C  Change configuration for address book
12899 </PRE>
12900 <!--chtml endif-->
12902 <H2>Description of the Setup Address Books Screen</H2>
12904 This screen lets you add, delete, modify, or change the order of your
12905 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
12906 fill in.  If you are adding a remote address book on an IMAP server
12907 you should fill in the name of the IMAP server.  Otherwise, leave
12908 that field blank.  (Note that remote IMAP address books are an Alpine
12909 concept and are unlikely to interoperate with other mail clients.)
12910 For a remote address book, fill in the name of the remote folder
12911 in the Folder field.  This should be a folder that is used only for
12912 this one purpose, not a general purpose folder you expect to store
12913 messages in.
12914 <P>If you are adding a local address book, fill in the
12915 Folder Name field with a local file name (e.g., .addressbook).
12917 <B>Please note:</B> Remote address books stored on an IMAP server are 
12918 of an entirely different format (namely, a special-purpose 
12919 &quot;mail folder&quot;) than that of the local addressbook familiar 
12920 to Alpine users.  Therefore, 
12921 you cannot use &quot;add a remote address book&quot; to make an existing 
12922 Alpine .addressbook file you may have on a remote IMAP server accessible to 
12923 Alpine running on a different host.  
12926 The &quot;Del Abook&quot; command allows you to remove an address book
12927 from your configuration.  It will also ask you if you wish to remove
12928 the data for that address book, which would erase all traces of the
12929 address book if you answer Yes.
12932 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
12933 The difference is that instead of adding a new address book to your
12934 configuration, you are changing the configuration of an existing entry.
12935 For example, you might want to correct a typing error or change a
12936 nickname.  The &quot;Change&quot; command is not a move command.  If you
12937 change the folder name or server name the data will not be moved for you.
12940 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
12941 an address book toward another address book in the same group then
12942 the order of those two address books will be swapped.  If you shuffle
12943 the last Personal address book down towards the Global address book
12944 section, it will become a Global address book.  If you shuffle
12945 the first Global address book up it will become a Personal address
12946 book.  The main difference between Personal and Global address
12947 books is that Global address books are forced read-only.
12948 <P><UL>
12949 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12950 </UL>
12952 &lt;End of help on this topic&gt;
12953 </BODY>
12954 </HTML>
12955 ===== h_abook_top =====
12956 <HTML>
12957 <HEAD>
12958 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
12959 </HEAD>
12960 <BODY>
12961 <H1>ADDRESS BOOK LIST COMMANDS</H1>
12962 <!--chtml if pinemode="function_key"-->
12963 <PRE>
12964 Available  Commands -- Group 1         Available Commands -- Group 2
12965 -------------------------------        ------------------------------
12966 F1  Show Help Text                      F1  Show Help Text
12967 F2  See commands in next group          F2  See commands in next group
12968 F3  Exit to MAIN MENU                   F3  Quit Alpine
12969 F4  View/Edit selected address book
12970 F5  Move to previous address book       F5  FOLDER LIST screen
12971 F6  Move to next address book           F6  Specify a folder to go to
12972 F7  Previous page                       F7  MESSAGE INDEX screen
12973 F8  Next page                           F9  Print list of address books
12974 F12 Whereis (search for word)
12975 </PRE>
12976 <!--chtml else-->
12977 <PRE>
12978 Navigation                       General Alpine Commands
12979 -----------------------          -----------------------
12980  P  Previous Entry                ?  Display this help text
12981  N  Next Entry                    O  Show all other available commands
12982  -  Previous page                 &lt;  Back to MAIN Alpine menu
12983 Spc (space bar) Next page         Q  Quit Alpine
12984  W  WhereIs (search for word)     L  FOLDER LIST screen
12985                                   G  Specify a folder to go to
12986 Address Book Commands             I  MESSAGE INDEX screen
12987 ------------------------------------------------
12988  &gt;  View/Edit selected address book
12989               or
12990  &gt;  Search on selected directory server
12992  %  Print list of address books and directory servers
12993 </PRE>
12994 <!--chtml endif-->
12996 <H2>Description of the Address Book List Screen</H2>
12998 From this screen you may choose which address book you wish to view
12999 or edit. For more information on address books, view one of your
13000 address books (with
13001 <!--chtml if pinemode="function_key"-->
13003 <!--chtml else-->
13004 &quot;&gt;&quot;
13005 <!--chtml endif-->)
13006 and see the Help Text there.<P>
13008 You may also choose a directory server on which to search for entries.
13009 You do that by highlighting the directory server line and using
13010 <!--chtml if pinemode="function_key"-->
13012 <!--chtml else-->
13013 &quot;&gt;&quot;
13014 <!--chtml endif-->.<P>
13016 If you wish to define new address books or directory servers go to the Main
13017 menu and choose Setup. You may then either choose to setup AddressBooks or
13018 Directory (among other things). It's possible that the Directory option
13019 will not be there if the Alpine you are using does not contain LDAP directory
13020 lookup functionality.
13022 <P><UL>
13023 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13024 </UL><P>
13025 &lt;End of help on this topic&gt;
13026 </BODY>
13027 </HTML>
13028 ===== h_abook_opened =====
13029 <HTML>
13030 <HEAD>
13031 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
13032 </HEAD>
13033 <BODY>
13034 <H1>THE ALPINE ADDRESS BOOK</H1>
13035 <H2>ADDRESS BOOK COMMANDS</H2>
13036 <PRE>
13037 <!--chtml if pinemode="function_key"-->
13038 Available  Commands -- Group 1         Available Commands -- Group 2   
13039 -------------------------------        ------------------------------  
13040 F1  Show Help Text                      F1  Show Help Text             
13041 F2  See commands in next group          F2  See commands in next group
13042 F3  Exit this screen                    F3  Quit Alpine                  
13043 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
13044 F5  Move to previous entry              F5  FOLDER LIST screen         
13045 F6  Move to next entry                  F6  Specify a folder to go to  
13046 F7  Previous page of address book       F7  MESSAGE INDEX screen        
13047 F8  Next page of address book           F8  Compose to entry using roles
13048 F9  Add new entry to address book       F9  Print address book         
13049 F10 Delete selected entry               F10 TakeAddr to another addrbook
13050 F11 Compose to selected entry           F11 Save or Export addrbook selections
13051 F12 Whereis (search address book)       F12 Forward entry by mail       
13053 Available Commands -- Group 3                                           
13054 ------------------------------                                          
13055 F3  Select                              F6  Zoom (or unZoom)            
13056 F5  Select Current                      F7  Apply Command to Selection  
13057 <!--chtml else-->
13058 Address Book Navigation        General Alpine Commands
13059 -----------------------        -----------------------
13060  P  Prev Address                  ?  Display this help text
13061  N  Next Address                  O  Show all other available commands
13062  -  Previous page of address book M  Back to MAIN MENU
13063 Spc (space bar) Next page         Q  Quit Alpine
13064  W  WhereIs (search for word      C  Compose message to selected addr
13065      or name in address book)     #  Compose to addr using roles
13066  &lt;  To List of Address Books if   L  FOLDER LIST screen
13067      more than one, else to MAIN  G  Specify a folder to go to
13068                                   I  MESSAGE INDEX screen
13070 Address Book Commands
13071 ----------------------------------------------------
13072  &gt;  View/Update selected entry    D  Delete selected entries
13073  %  Print address book            S  Save or Export address book selections
13074  F  Forward entries by mail       @  Add new entry to address book
13076  ;  Select command                Z  Toggle Zoom Mode
13077  :  Select highlighted entry      A  Apply command to selected entries
13079 <!--chtml endif-->
13080 </PRE>
13081 Note:  The presence or absence of the final four commands above is
13082 controlled by the option 
13083 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
13086 <H2>Description of the Address Book Screen</H2>
13088 This screen lets you edit and manage entries in your address book.  It
13089 also acts as a short-cut for composing messages to people in the address
13090 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
13091 message starts &quot;pre-addressed&quot; to whatever address book entry is
13092 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
13093 role to use in your composition.
13095 Alpine's address book helps you keep a list of addresses you send email to so
13096 you do not have to remember addresses that are often complex.  Each entry
13097 in the address book has five fields, all of them optional.  The three
13098 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
13100         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
13101         This is what you type in as you are addressing the message in the
13102         composer.  If there is a matching entry in your address book(s),
13103         Alpine will extract the corresponding FullName and Address fields to
13104         generate the actual address for your message.
13106         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
13107 of the
13108         person or organization.  Usually the full names are put in last
13109         name first so they sort nicely in alphabetical order.  Whatever
13110         you put as the name here will appear on the message when it is
13111         finally delivered.  Examples:<PRE>
13112            Garcia Marquez, Gabriel
13113            Henscheid, Eckhard
13114            Alpine-Info mailing list
13115            Library materials renewal requests
13116            Kim An-guk
13117            &quot;George III, King of Great Britain, 1738-1820&quot;
13118 </PRE>
13119 (In the second-to-last example, no comma is used in the name so that 
13120 the family name appears first in the address book and when the entry is 
13121 used in the composer.
13122 In the last example, retaining the commas is intended; 
13123 double-quotation marks surround the name to 
13124 prevent the transposition of its parts when the entry is used in 
13125 the composer.)
13127         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
13128         a valid Internet address that conforms to the Internet message
13129         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
13131 The two fields that aren't usually visible are:<DL>
13133   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
13134         message to this address to be saved in.  If this field is set, and
13135         this address is the first one in the message's To: header, then
13136         Alpine will use this folder name for the FCC in lieu of the normal
13137         FCC folder name.
13139   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
13140         </DL>
13142 Due to screen width limitations, these last two fields do not show up in
13143 the normal ADDRESS BOOK display.  You may select the 
13144 &quot;View/Update&quot; command to
13145 view or modify them.  You may use the configuration variable
13146 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
13147 to add these fields to your ADDRESS BOOK 
13148 display, or to modify the format of the display.
13150 <H2>Sorting the Address book</H2>
13152 By default, address book entries are sorted alphabetically on the full
13153 name with distribution lists sorted to the end.  Sorting can be changed by
13154 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
13155 --assuming you have &quot;write&quot; permission for the address book file.
13157 Unlike the sorting of folders (which only changes presentation), sorting an
13158 address book actually changes the file as it is kept on the computer.  For
13159 this reason you won't be able to sort a shared or system-wide address
13160 book.
13162 <H2>Adding New Entries</H2>
13164 The easiest way to add new entries to your address book is to use the
13165 &quot;TakeAddr&quot; command when viewing a message.
13166 This command allows you to take addresses from the header and body of the
13167 message and put them into your address book, without having to type
13168 them in.
13171 To manually add a new entry from within the address book screen, use the AddNew
13172 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
13173 Use this command both for adding a simple alias and for adding a
13174 distribution list.
13176 <H2>Distribution Lists</H2>
13178 Address book entries can be simple cases of aliases (a single nickname is linked
13179 to a single email address) or distribution lists (a single nickname
13180 pointing at more than one email address).  Each distribution list has a
13181 nickname, a full name and a list of addresses.  The addresses may be
13182 actual addresses or they may be other nicknames in your address book.
13183 They may even refer to other distribution lists.
13184 There's really no difference between a simple alias and a distribution list,
13185 other than the number of addresses.
13186 Therefore, you can turn a simple alias with one address into a distribution
13187 list simply by adding more addresses.
13188 To add entries to an existing list or alias
13189 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
13190 a single address from the list if the cursor is placed on the address;
13191 it will delete the entire distribution list if the cursor is on the
13192 nickname/fullname line.  View/Update may also be used to delete addresses
13193 from a list.
13195 Address field entries in distribution lists may take any one of three
13196 forms: a nickname existing in any of the defined address books, a normal
13197 address of the form &quot;jsmith@art.example.com&quot;, or a complete
13198 fullname/address combination, e.g. &quot;John Smith
13199 &lt;jsmith@art.example.com&gt;&quot;.
13201 Distribution lists in Alpine address books can only be used by the person or
13202 people who have access to that address book.  They are not usually used to
13203 implement discussion groups, but can be used to facilitate small
13204 discussion groups if all the participants have access to the same shared
13205 address book.
13207 <H2>FCC and Comments</H2>
13209 As mentioned above, each entry in the address book also has two other optional
13210 fields, Fcc and Comments.  The command to look at or change either of these
13211 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
13212 Comments field is just for your own use.  The Fcc field overrides the
13213 default Fcc if this address is the first one on the To line.  The WhereIs
13214 command may be used to search for particular strings in the address book,
13215 including fields that are not visible (like Comment and Fcc by default).
13217 <H2>Aggregate Operations</H2>
13219 If the feature
13220 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
13221 is turned on (the default), then the four commands &quot;Select&quot;,
13222 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
13223 are available.  The two selection commands allow you to mark a set of
13224 address book entries as being selected.  If you have more than one address
13225 book, the selections may be in more than one of those address books.
13226 The &quot;Zoom&quot; command will toggle between displaying only the selected
13227 entries and all of the entries.  The &quot;Apply&quot; command allows you to
13228 apply one of the regular address book commands to all of the selected
13229 entries.  Usually the address book commands apply to only the entry
13230 highlighted by the cursor.  The &quot;Apply&quot; command works with the
13231 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
13232 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
13234 <H2>Exporting and Forwarding Address book entries</H2>
13236 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
13237 address book entry is placed in a plain text file in your home directory
13238 <!--chtml if pinemode="running"-->
13239 (which, in the present configuration of your system, is
13240  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13241 <!--chtml endif-->
13242 or current working directory
13243 <!--chtml if pinemode="running"-->
13244 (which, at least for your current Alpine &quot;session,&quot; 
13245 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13246 <!--chtml endif-->, depending on the 
13247 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13248 configuration setting.  If you have some entries selected and use the
13249 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
13250 placed in the text file.
13252 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
13253 address book entry is placed in a special attachment and you are put into
13254 the composer.  You can fill in some comments in the body of the message,
13255 if you'd like, and send it to somebody else who uses Alpine.  The recipient
13256 may use the TakeAddr command on that message to insert the address book
13257 entry you sent in their own address book.  If you have some entries
13258 selected and use the Apply Forward command all of the selected entries
13259 will be forwarded in a single message.  You may
13260 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.
13261 The recipient must be using Alpine in order to receive this correctly.
13262 One way for the recipient to handle this might be to create an empty
13263 address book and then &quot;Take&quot; your forwarded address book entries into
13264 that empty address book.
13266 <H2>Multiple and/or Site-Wide Address books</H2>
13268 You may have more than one personal address book.  In addition, there may
13269 be one or more global address books.  This capability allows you to have
13270 multiple personal address books (some of which may be shared) and it also
13271 allows system administrators to implement site-wide address books that
13272 contain entries for users on multiple machines within the organization.
13273 <P><DL>
13274 <DT>Searching
13275   <DD> If you enter a nickname when composing a message, your
13276   personal address books will be searched through in order, and then the
13277   global address book(s) searched. If more than one address book has an entry
13278   for the nickname, Alpine uses the first one that it finds, so an entry in
13279   your personal address book would override a global address book entry. If
13280   after searching all the address books there is still no match, (Unix) Alpine
13281   then searches the local host password file on the assumption that you have
13282   entered a local user name rather than an address book nickname.
13283   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
13284   command, but global address books are always searched after personal
13285   address books.
13287   <P><DT>Tab completion
13288   <DD> If the
13289   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
13290   feature is turned on (the default) then the Tab key may be used
13291   in the composer to complete partially typed nicknames in the To
13292   or Cc lines. You type the first few letters of a nickname and then
13293   press the Tab key. It there is only one nickname that matches it will
13294   be filled in by Alpine. If there is more than one the unambiguous part
13295   of the nicknames will be filled in. For example, if your address book or
13296   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
13297   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
13298   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
13299   If you then type a second Tab character you will be presented with a list
13300   of matching nicknames to select from. Alternatively, you could type another
13301   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
13302   in the entire &quot;barbecue&quot; entry.
13304   <P><DT>Defining
13305   <DD> You define multiple personal address books in the 
13306   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
13307   from the MAIN MENU.  
13308   You may add as many as you like.  Global address books are usually
13309   site-wide address books defined by the System administrator, but
13310   you may define global address books of your own just like you define
13311   personal address books.
13313   <P><DT>Creating and updating
13314   <DD> Personal address books are normally created empty
13315   and populated by explicit additions from within Alpine, e.g. via the
13316   TakeAddr command.  Unlike personal address books, global address books may
13317   not be modified/updated from within Alpine; that is, they are Read-Only.
13318   Thus, global address books are created, populated and updated outside of
13319   Alpine. They might be hand-edited, generated by a program from another
13320   database, or by copying an existing address book.  They might also be
13321   some other user's personal address book, and so be modified normally by
13322   that user but accessed Read-Only by you.  See the Alpine Technical
13323   Notes document (included in the Alpine distribution) for more information on
13324   this.
13326   <P><DT>Accessing
13327   <DD>There are two different types of address books in Alpine.
13328   A local address book is stored in a regular file and the normal file
13329   access permissions apply.  A remote address book is stored on an IMAP
13330   server in a special folder that contains only messages pertaining to
13331   that address book.  The last message in the remote folder contains a
13332   copy of the address book data, and that data is copied to a local cache
13333   file in your home directory.  From there it is accessed just like a local
13334   address book.  The name of the cache file is kept track of in a special
13335   file called the
13336   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
13337   the name of which is stored in
13338   your Alpine configuration file the first time you use a remote address book.
13339   Just as local Alpine address books use a format that only Alpine understands,
13340   remote Alpine address books do the same and other mail reading programs
13341   are unlikely to be able to understand them.<P>
13342   While global address books are explicitly intended to be shared, there is
13343   nothing to prevent you from sharing a personal address book with other
13344   Alpine users. This might be useful in the case of a small workgroup.
13345   However, it is recommended that updates to shared personal address books
13346   be done when other Alpine users are not accessing the address book. Alpine
13347   does not do any file-locking to manage concurrent updates to the
13348   addressbook, but it does check to see if the file has been modified before
13349   making any changes.  Consequently, inadvertent concurrent updates will
13350   only cause other Alpine users to have to restart their address book
13351   operation, which will cause Alpine to reopen the updated file.
13353   <P><DT>Converting to Remote
13354   <DD>The easiest way to convert an existing local
13355   address book into a remote address book is to create an empty new remote
13356   personal address book by typing &quot;A&quot; to execute the
13357   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
13358   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
13359   address book.
13360   After you have added the empty
13361   remote address book, go into the screen for the address book you wish
13362   to copy and &quot;Select&quot; &quot;All&quot;.
13363   This selects every entry in that
13364   address book.  Then type the command &quot;Apply Save&quot;.
13365   You will be asked for the address book to save to.  You may use ^P and ^N
13366   to get to the new empty address book, then hit RETURN and the addresses
13367   will be copied.
13368   At this point you'll probably want to unselect all the entries in the local
13369   address book before proceeding. You do that with
13370   &quot;Select&quot; &quot;unselect All&quot;.
13372 </DL>
13373 <UL>
13374 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13375 </UL>
13376 <P><UL>
13377 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13378 </UL>
13380 &lt;End of help on this topic&gt;
13381 </BODY>
13382 </HTML>
13383 ===== h_abook_select_addr =====
13384 <HTML>
13385 <HEAD>
13386 <TITLE>Addressbook Selection Explained</TITLE>
13387 </HEAD>
13388 <BODY>
13389 <H1>SELECT ADDRESS</H1>
13390 <!--chtml if pinemode="function_key"-->
13391 <PRE>
13392 Navigating the List of Messages               General Alpine Commands
13393 -------------------------------               -----------------------
13394 F5   Move to previous entry                   F1  Show this help text
13395 F6   Move to next entry
13396 F7   Show previous screen of address book
13397 F8   Show next screen of address book
13398 F12  WhereIs (search through address book)
13400 Address Selection Commands
13401 --------------------------
13402 F3   Exit the Address Select screen (without selecting an address)
13403 F4   Select the currently highlighted entry
13404 </PRE>
13405 <!--chtml else-->
13406 <PRE>
13407 Navigating the List of Messages               General Alpine Commands
13408 -------------------------------               -----------------------
13409  P   Move to previous entry                    ?  Show this help text
13410  N   Move to next entry
13411  -   Show previous screen of address book
13412 Spc  (space bar) Show next screen of address book
13413  W   WhereIs (search through address book)
13415 Address Selection Commands
13416 --------------------------
13417  E   Exit the Address Select screen (without selecting an address)
13418  S   Select the currently highlighted entry
13419 </PRE>
13420 <!--chtml endif-->
13423 This screen is designed to let you easily scan your address book(s) in
13424 order to select an entry for the message you are composing.  You cannot
13425 edit your address book in any way at this time, for address book
13426 maintenance, select the address book command when not composing a message.
13429 If you are composing a message and know the nickname of the person/list you
13430 want, you can bypass this screen by simply typing in the nickname on the
13431 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13432 selecting an entry does not cancel your message.
13435 FOR MORE INFORMATION on addressing see
13436 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13437 <A HREF="h_abook_opened">Address Book Screen's</A>
13438 help text.
13440 &lt;End of help on this topic&gt;
13441 </BODY>
13442 </HTML>
13443 ===== h_abook_select_top =====
13444 <HTML>
13445 <HEAD>
13446 <TITLE>Addressbook Selection Navigation Explained</TITLE>
13447 </HEAD>
13448 <BODY>
13449 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
13450 <!--chtml if pinemode="function_key"-->
13451 <PRE>
13452 Navigating the List of Address Books       General Alpine Commands
13453 ------------------------------------       -----------------------
13454 F4   View the highlighted address book
13455 F5   Move to previous address book         F1  Show this help text
13456 F6   Move to next address book
13457 F7   Show previous screen of address books
13458 F8   Show next screen of address books
13459 F12  WhereIs (search through address books)
13461 Address Selection Commands
13462 --------------------------
13463 F3   Exit the Address Select screen (without selecting an address)
13464 F4   Select the currently selected entries (if using ListMode)
13465 F9   Change to ListMode
13466 </PRE>
13467 <!--chtml else-->
13468 <PRE>
13469 Navigating the List of Address Books       General Alpine Commands
13470 ------------------------------------       -----------------------
13471  &gt;   View the highlighted address book
13472  P   Move to previous address book         ?  Show this help text
13473  N   Move to next address book
13474  -   Show previous screen of address books
13475 Spc  (space bar) Show next screen of address books
13476  W   WhereIs (search through address books)
13478 Address Selection Commands
13479 --------------------------
13480  E   Exit the Address Select screen (without selecting an address)
13481  S   Select the currently selected entries (if using ListMode)
13482  L   Change to ListMode
13483 </PRE>
13484 <!--chtml endif-->
13487 This screen is designed to let you easily scan your address book(s) in
13488 order to select entries for the message you are composing.  You cannot
13489 edit your address book in any way at this time.  For address book
13490 maintenance, select the address book command when not composing a message.
13493 If you are composing a message and know the nickname of the person/list you
13494 want, you can bypass this screen by simply typing in the nickname on the
13495 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13496 selecting an entry does not cancel your message.
13499 The ListMode command will add a column at the left edge of the screen.
13500 You mark the entries that you wish to select with the &quot;X&quot; command.
13501 This allows you to choose more than one entry at a time.
13504 An alternative method of composing a message to entries in your
13505 address book(s) is to first use the &quot;Select&quot; command from
13506 the address book maintenance screen and then the &quot;Apply&quot;
13507 &quot;ComposeTo&quot; command to start the composer composing to the
13508 selected entries.
13511 FOR MORE INFORMATION on addressing see
13512 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13513 <A HREF="h_abook_opened">Address Book Screen's</A>
13514 help text.
13516 &lt;End of help on this topic&gt;
13517 </BODY>
13518 </HTML>
13519 ===== h_abook_select_listmode =====
13520 <HTML>
13521 <HEAD>
13522 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
13523 </HEAD>
13524 <BODY>
13525 <H1>COMPOSER: SELECT ADDRESSES</H1>
13526 <!--chtml if pinemode="function_key"-->
13527 <PRE>
13528 Navigating the List of Messages                 General Alpine Commands
13529 -------------------------------                 -----------------------
13530 F5   Move to previous entry                     F1  Show this help text
13531 F6   Move to next entry
13532 F7   Show previous screen of address book
13533 F8   Show next screen of address book
13534 F12  WhereIs (search through address book)
13536 Address Selection Commands
13537 --------------------------
13538 F3   Exit the Address Select screen (without selecting an address)
13539 F4   Select the currently highlighted entry
13540 F9   Change to ListMode
13541 </PRE>
13542 <!--chtml else-->
13543 <PRE>
13544 Navigating the List of Messages                 General Alpine Commands
13545 -------------------------------                 -----------------------
13546  P   Move to previous entry                     ?  Show this help text
13547  N   Move to next entry
13548  -   Show previous screen of address book
13549 Spc  (space bar) Show next screen of address book
13550  W   WhereIs (search through address book)
13552 Address Selection Commands
13553 --------------------------
13554  E   Exit the Address Select screen (without selecting an address)
13555  S   Select the currently highlighted entry
13556  L   Change to ListMode
13557 </PRE>
13558 <!--chtml endif-->
13561 This screen is designed to let you easily scan your address book(s) in
13562 order to select entries for the message you are composing.  You cannot
13563 edit your address book in any way at this time, for address book
13564 maintenance, select the address book command when not composing a message.
13567 If you are composing a message and know the nickname of the person/list you
13568 want, you can bypass this screen by simply typing in the nickname on the
13569 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13570 selecting an entry does not cancel your message.
13573 The ListMode command will add a column at the left edge of the screen.
13574 You mark the entries that you wish to select with the &quot;X&quot; command.
13575 This allows you to choose more than one entry at a time.
13578 An alternative method of composing a message to entries in your
13579 address book(s) is to first use the &quot;Select&quot; command from
13580 the address book maintenance screen and then the &quot;Apply&quot;
13581 &quot;ComposeTo&quot; command to start the composer composing to the
13582 selected entries.
13585 FOR MORE INFORMATION on addressing see
13586 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13587 <A HREF="h_abook_opened">Address Book Screen's</A>
13588 help text.
13590 &lt;End of help on this topic&gt;
13591 </BODY>
13592 </HTML>
13593 ===== h_abook_select_checks =====
13594 <HTML>
13595 <HEAD>
13596 <TITLE>Address Selection from Composer Explained</TITLE>
13597 </HEAD>
13598 <BODY>
13599 <H1>COMPOSER: SELECT ADDRESSES</H1>
13600 <!--chtml if pinemode="function_key"-->
13601 <PRE>
13602 Navigating the List of Messages                 General Alpine Commands
13603 -------------------------------                 -----------------------
13604 F5   Move to previous entry                     F1  Show this help text
13605 F6   Move to next entry
13606 F7   Show previous screen of address book
13607 F8   Show next screen of address book
13608 F12  WhereIs (search through address book)
13610 Address Selection Commands
13611 --------------------------
13612 F3   Exit the Address Select screen (without selecting an address)
13613 F4   Select the currently highlighted entry
13614 F8   Either Sets or Unsets all entries in this address book
13615 F9   Set or Unset the highlighted entry
13616 </PRE>
13617 <!--chtml else-->
13618 <PRE>
13619 Navigating the List of Messages                 General Alpine Commands
13620 -------------------------------                 -----------------------
13621  P   Move to previous entry                     ?  Show this help text
13622  N   Move to next entry
13623  -   Show previous screen of address book
13624 Spc  (space bar) Show next screen of address book
13625  W   WhereIs (search through address book)
13627 Address Selection Commands
13628 --------------------------
13629  E   Exit the Address Select screen (without selecting an address)
13630  S   Select the currently highlighted entry
13631  X   Set or Unset the highlighted entry
13632  A   Either Sets or Unsets all entries in this address book
13633 </PRE>
13634 <!--chtml endif-->
13637 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
13638 command.  Type &quot;S Select&quot; to select all of the entries you
13639 have marked, just as if you had typed them in by hand.
13642 An alternative method of composing a message to entries in your
13643 address book(s) is to first use the &quot;Select&quot; command from
13644 the address book maintenance screen and then the &quot;Apply&quot;
13645 &quot;ComposeTo&quot; command to start the composer composing to the
13646 selected entries.
13649 FOR MORE INFORMATION on addressing see
13650 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13651 <A HREF="h_abook_opened">Address Book Screen's</A>
13652 help text.
13654 &lt;End of help on this topic&gt;
13655 </BODY>
13656 </HTML>
13657 ===== h_abook_select_nicks_take =====
13658 <HTML>
13659 <HEAD>
13660 <TITLE>Take Address Nickname Selection Explained</TITLE>
13661 </HEAD>
13662 <BODY>
13663 <H1>TAKEADDR: SELECT NICKNAME</H1>
13664 <!--chtml if pinemode="function_key"-->
13665 <PRE>
13666 Navigating the List of Messages                 General Alpine Commands
13667 -------------------------------                 -----------------------
13668 F5   Move to previous entry                     F1  Show this help text
13669 F6   Move to next entry
13670 F7   Show previous screen of address book
13671 F8   Show next screen of address book
13672 F12  WhereIs (search through address book)
13674 Message Selection Commands
13675 --------------------------
13676 F3   Exit the Nickname Select screen (without selecting an address)
13677 F4   Select the currently highlighted entry
13678 </PRE>
13679 <!--chtml else-->
13680 <PRE>
13681 Navigating the List of Messages                 General Alpine Commands
13682 -------------------------------                 -----------------------
13683  P   Move to previous entry                     ?  Show this help text
13684  N   Move to next entry
13685  -   Show previous screen of address book
13686 Spc  (space bar) Show next screen of address book
13687  W   WhereIs (search through address book)
13689 Message Selection Commands
13690 --------------------------
13691  E   Exit the Nickname Select screen (without selecting an address)
13692  S   Select the currently highlighted entry
13693 </PRE>
13694 <!--chtml endif-->
13697 This screen is designed to let you modify or add to an existing
13698 address book entry.  You have already selected the name(s) and
13699 address(es) through &quot;Take Address&quot;.  This screen simply lets
13700 you scan your address books and select the nickname to be
13701 changed/augmented.  If you want to add a new entry, then you are in
13702 the wrong place-- Select &quot;Exit&quot; command.
13705 FOR MORE INFORMATION on addressing see
13706 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13707 <A HREF="h_abook_opened">Address Book Screen's</A>
13708 help text.
13710 &lt;End of help on this topic&gt;
13711 </BODY>
13712 </HTML>
13713 ===== h_abook_select_nick =====
13714 <HTML>
13715 <HEAD>
13716 <TITLE>Nickname Selection Explained</TITLE>
13717 </HEAD>
13718 <BODY>
13719 <H1>SELECT NICKNAME</H1>
13720 <!--chtml if pinemode="function_key"-->
13721 <PRE>
13722 Navigating the List of Messages                 General Alpine Commands
13723 -------------------------------                 -----------------------
13724 F5   Move to previous entry                     F1  Show this help text
13725 F6   Move to next entry
13726 F7   Show previous screen of address book
13727 F8   Show next screen of address book
13728 F12  WhereIs (search through address book)
13730 Message Selection Commands
13731 --------------------------
13732 F3   Exit the Nickname Select screen (without selecting an address)
13733 F4   Select the currently highlighted entry
13734 </PRE>
13735 <!--chtml else-->
13736 <PRE>
13737 Navigating the List of Messages                 General Alpine Commands
13738 -------------------------------                 -----------------------
13739  P   Move to previous entry                     ?  Show this help text
13740  N   Move to next entry
13741  -   Show previous screen of address book
13742 Spc  (space bar) Show next screen of address book
13743  W   WhereIs (search through address book)
13745 Message Selection Commands
13746 --------------------------
13747  E   Exit the Nickname Select screen (without selecting an address)
13748  S   Select the currently highlighted entry
13749 </PRE>
13750 <!--chtml endif-->
13753 This screen is designed to let you look at the nicknames in your address
13754 books before choosing a new one.
13757 FOR MORE INFORMATION on addressing see
13758 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13759 <A HREF="h_abook_opened">Address Book Screen's</A>
13760 help text.
13762 &lt;End of help on this topic&gt;
13763 </BODY>
13764 </HTML>
13765 ===== h_takeaddr_screen =====
13766 <HTML>
13767 <HEAD>
13768 <TITLE>Take Address Screen Explained</TITLE>
13769 </HEAD>
13770 <BODY>
13771 <H1>TAKE ADDRESS COMMANDS</H1>
13772 <!--chtml if pinemode="function_key"-->
13773 <PRE>
13774 Navigating the List of Addresses       Address Selection Commands        
13775 --------------------------------       --------------------------        
13776  F5  Move to previous entry            F3  Exit without taking address
13777  F6  Move to next entry                F4  Take current address(es)
13778  F7  Show previous page of address list
13779  F8  Show next page of address list
13780  F2  WhereIs (search list)
13781                                --------------
13782 Mode Toggle            F9  Set/Unset current address
13783 -----------            F10 Set all
13784  F12 Toggle between List and single mode       F11 Unset all
13785 </PRE>
13786 <!--chtml else-->
13787 <PRE>
13788 Navigating the List of Addresses       Address Selection Commands
13789 --------------------------------       --------------------------
13790  P  Move to previous entry              &lt;  Exit without taking address
13791  N  Move to next entry                  T  Take address
13792  -  Show previous page of address list
13793 Spc (space bar) Show next page of address list
13794  W  WhereIs (search list)              List Mode
13795                                        ---------
13796 Single Mode                             X  Set/Unset current address
13797 -----------                             A  Set all addresses
13798  L  Switch to list mode                 U  Unset all addresses
13799                                         S  Switch to single mode
13800 </PRE>
13801 <!--chtml endif-->
13803 <H2>Description of the Take Address Screen</H2>
13805 This screen is designed to let you select one or more address/name
13806 combinations from the current message and put them into your address book.
13807 The cursor is initially placed on the line with the message author.
13808 Other lines include the names of people and/or mailing lists who also
13809 received the message.  Other people &quot;involved&quot; in the
13810 message (e.g. the person named as Reply-To:) are also listed here.
13813 The simple case is adding a new, single entry into your address book. To
13814 do this, simply highlight the correct line and press 
13815 <!--chtml if pinemode="function_key"-->
13817 <!--chtml else-->
13818 &quot;T&quot;.
13819 <!--chtml endif-->
13820 To create a new list or add to an existing list, switch the screen display
13821 into List Mode by pressing
13822 <!--chtml if pinemode="function_key"-->
13823 F12.
13824 <!--chtml else-->
13825 &quot;L&quot;.
13826 <!--chtml endif-->
13827 In List Mode, you select the
13828 group of addresses you wish to manipulate by marking them with an
13829 &quot;X&quot;.
13830 The Set/Unset
13831 <!--chtml if pinemode="function_key"-->
13832 (F9)
13833 <!--chtml else-->
13834 (&quot;X&quot;)
13835 <!--chtml endif-->
13836 command will turn the &quot;X&quot; on for the
13837 highlighted address if it was off or turn it off if it was previously on.
13838 The SetAll command will select all of the addresses, and the UnSetAll
13839 command will turn off all the selections.  Once you've gotten the
13840 selection the way you want it, you may create a new list by pressing
13841 <!--chtml if pinemode="function_key"-->
13843 <!--chtml else-->
13844 &quot;T&quot;.
13845 <!--chtml endif-->
13848 In both the simple and list cases, after choosing to take the address,
13849 you will be asked for the nickname of the entry.  Typing in a new name
13850 creates the new entry/list.  Entering an existing nickname will replace
13851 the entry (simple case) or add to the list (list case).  Alternatively,
13852 you can press Ctrl-T at the nickname prompt and select an existing
13853 nickname from your address book.
13856 You will normally start in Single Mode, unless you used the Apply command
13857 to startup the TakeAddr screen, in which case you will start in List Mode.
13858 You may switch between the two modes at any time.  If you've already
13859 selected several addresses in List Mode, those will be remembered when you
13860 switch to Single Mode and then back to List Mode.  The set of addresses
13861 that are pre-selected when you start in List Mode are the From addresses
13862 of all of the messages you are operating on.  You may, of course, easily
13863 erase those selections with the UnSetAll command.
13866 If you have more than one writable address book, you will be prompted for
13867 the name of the address book you wish to add the new entry to before
13868 anything else. You can use ^N and ^P to choose among the defined address
13869 books, or type in the address book name.
13872 FOR MORE INFORMATION on addressing see
13873 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13874 <A HREF="h_abook_opened">Address Book Screen's</A>
13875 help text.
13877 &lt;End of help on this topic&gt;
13878 </BODY>
13879 </HTML>
13880 ===== h_takeexport_screen =====
13881 <HTML>
13882 <HEAD>
13883 <TITLE>Take Export Screen Explained</TITLE>
13884 </HEAD>
13885 <BODY>
13886 <H1>TAKE EXPORT COMMANDS</H1>
13887 <!--chtml if pinemode="function_key"-->
13888 <PRE>
13889 Navigating the List of Addresses       Address Selection Commands        
13890 --------------------------------       --------------------------        
13891  F5  Move to previous entry            F3  Exit without taking address
13892  F6  Move to next entry                F4  Take current address(es)
13893  F7  Show previous page of address list
13894  F8  Show next page of address list
13895  F2  WhereIs (search list)
13896                                --------------
13897 Mode Toggle            F9  Set/Unset current address
13898 -----------            F10 Set all
13899  F12 Toggle between List and single mode       F11 Unset all
13900 </PRE>
13901 <!--chtml else-->
13902 <PRE>
13903 Navigating the List of Addresses       Address Selection Commands
13904 --------------------------------       --------------------------
13905  P  Move to previous entry              &lt;  Exit without taking address
13906  N  Move to next entry                  T  Take address
13907  -  Show previous page of address list
13908 Spc (space bar) Show next page of address list
13909  W  WhereIs (search list)              List Mode
13910                                        ---------
13911 Single Mode                             X  Set/Unset current address
13912 -----------                             A  Set all addresses
13913  L  Switch to list mode                 U  Unset all addresses
13914                                         S  Switch to single mode
13915 </PRE>
13916 <!--chtml endif-->
13918 <H2>Description of the Take Export Screen</H2>
13920 This screen is designed to let you select one or more addresses
13921 from the current message and put them into a file.
13922 Only the user@domain_name part of each address is put into the file.
13925 To put a single entry into a file simply highlight the correct line and press 
13926 <!--chtml if pinemode="function_key"-->
13928 <!--chtml else-->
13929 &quot;T&quot;.
13930 <!--chtml endif-->
13931 To put more than one entry into a file
13932 switch the screen display
13933 into List Mode by pressing
13934 <!--chtml if pinemode="function_key"-->
13935 F12.
13936 <!--chtml else-->
13937 &quot;L&quot;.
13938 <!--chtml endif-->
13939 In List Mode, you select the
13940 group of addresses you wish to manipulate by marking them with an
13941 &quot;X&quot;.
13942 The Set/Unset
13943 <!--chtml if pinemode="function_key"-->
13944 (F9)
13945 <!--chtml else-->
13946 (&quot;X&quot;)
13947 <!--chtml endif-->
13948 command will turn the &quot;X&quot; on for the
13949 highlighted address if it was off or turn it off if it was previously on.
13950 The SetAll command will select all of the addresses, and the UnSetAll
13951 command will turn off all the selections.  Once you've gotten the
13952 selection the way you want it, you may put the addresses in a file by typing
13953 <!--chtml if pinemode="function_key"-->
13955 <!--chtml else-->
13956 &quot;T&quot;.
13957 <!--chtml endif-->
13960 You will be asked for the name of a file to put the addresses in.
13961 If the file already exists, you will be asked whether you want to Overwrite
13962 (replace) the contents of the file or Append to the contents of the file.
13965 &lt;End of help on this topic&gt;
13966 </BODY>
13967 </HTML>
13968 ============= h_abook_view ========================
13969 <HTML>
13970 <HEAD>
13971 <TITLE>Address Book View Explained</TITLE>
13972 </HEAD>
13973 <BODY>
13974 This function allows you to view the contents of an address book entry. You
13975 can only view one entry at a time.
13977 <DL>
13978 <DT>Help
13979 <!--chtml if pinemode="function_key"-->
13980 (F1)
13981 <!--chtml else-->
13983 <!--chtml endif-->
13984 </DT>
13985 <DD>
13986 Display this help text.
13988 <DT>Abook
13989 <!--chtml if pinemode="function_key"-->
13990 (F3)
13991 <!--chtml else-->
13992 (&lt;)
13993 <!--chtml endif-->
13994 </DT>
13995 <DD>
13996 Go back to index of address book entries.
13998 <DT>Update
13999 <!--chtml if pinemode="function_key"-->
14000 (F4)
14001 <!--chtml else-->
14003 <!--chtml endif-->
14004 </DT>
14005 <DD>
14006 Update (modify) this entry.
14008 <DT>ComposeTo
14009 <!--chtml if pinemode="function_key"-->
14010 (F5)
14011 <!--chtml else-->
14013 <!--chtml endif-->
14014 </DT>
14015 <DD>Compose a message to the address(es) in this entry.
14017 <DT>Role
14018 <!--chtml if pinemode="function_key"-->
14019 (F6)
14020 <!--chtml else-->
14022 <!--chtml endif-->
14023 </DT>
14024 <DD>Compose a message to the address(es) in this entry using roles.
14026 <DT>Prev Page
14027 <!--chtml if pinemode="function_key"-->
14028 (F7)
14029 <!--chtml else-->
14031 <!--chtml endif-->
14032 </DT>
14033 <DD>
14034 Show the previous page of the current entry.
14036 <DT>Next Page
14037 <!--chtml if pinemode="function_key"-->
14038 (F8)
14039 <!--chtml else-->
14040 (Space)
14041 <!--chtml endif-->
14042 </DT>
14043 <DD>
14044 Show the next page of the current entry.
14046 <DT>Print
14047 <!--chtml if pinemode="function_key"-->
14048 (F9)
14049 <!--chtml else-->
14051 <!--chtml endif-->
14052 </DT>
14053 <DD>Print the current entry.  You can select the
14054 printer or the print command via the &quot;Setup&quot; command
14055 on the MAIN MENU.
14057 <DT>WhereIs
14058 <!--chtml if pinemode="function_key"-->
14059 (F10)
14060 <!--chtml else-->
14062 <!--chtml endif-->
14063 </DT>
14064 <DD>Search the entry for a string of letters.  If it is
14065 found, move to it.  The string can be one word or a phrase.
14066 If there are multiple occurrences, the cursor moves to the
14067 first occurrence beyond the current cursor position.
14069 <DT>Fwd Email
14070 <!--chtml if pinemode="function_key"-->
14071 (F11)
14072 <!--chtml else-->
14074 <!--chtml endif-->
14075 </DT>
14076 <DD>Begin composition of a new mail message with the displayed
14077 text already inserted in the message body.
14079 </DL>
14081 &lt;End of help on this topic&gt;
14082 </BODY>
14083 </HTML>
14084 ============= h_ldap_view ========================
14085 <HTML>
14086 <HEAD>
14087 <TITLE>LDAP Response View Explained</TITLE>
14088 </HEAD>
14089 <BODY>
14090 This function allows you to view the contents of a directory entry. You
14091 can only view one entry at a time.
14093 <DL>
14094 <DT>Help
14095 <!--chtml if pinemode="function_key"-->
14096 (F1)
14097 <!--chtml else-->
14099 <!--chtml endif-->
14100 </DT>
14101 <DD>
14102 Display this help text.
14104 <DT>Results Index
14105 <!--chtml if pinemode="function_key"-->
14106 (F3)
14107 <!--chtml else-->
14108 (&lt;)
14109 <!--chtml endif-->
14110 </DT>
14111 <DD>Go back to index of search results.
14113 <DT>ComposeTo
14114 <!--chtml if pinemode="function_key"-->
14115 (F5)
14116 <!--chtml else-->
14118 <!--chtml endif-->
14119 </DT>
14120 <DD>Compose a message to the address(es) in this entry.
14122 <DT>Role
14123 <!--chtml if pinemode="function_key"-->
14124 (F6)
14125 <!--chtml else-->
14127 <!--chtml endif-->
14128 </DT>
14129 <DD>Compose a message to the address(es) in this entry using roles.
14131 <DT>Prev Page
14132 <!--chtml if pinemode="function_key"-->
14133 (F7)
14134 <!--chtml else-->
14136 <!--chtml endif-->
14137 </DT>
14138 <DD>
14139 Show the previous page of the current entry.
14141 <DT>Next Page
14142 <!--chtml if pinemode="function_key"-->
14143 (F8)
14144 <!--chtml else-->
14145 (Space)
14146 <!--chtml endif-->
14147 </DT>
14148 <DD>
14149 Show the next page of the current entry.
14151 <DT>Print
14152 <!--chtml if pinemode="function_key"-->
14153 (F9)
14154 <!--chtml else-->
14156 <!--chtml endif-->
14157 </DT>
14158 <DD>Print the current entry on paper.  You can select the
14159 printer or the print command via the &quot;Setup&quot; command
14160 on the MAIN MENU.
14162 <DT>WhereIs
14163 <!--chtml if pinemode="function_key"-->
14164 (F10)
14165 <!--chtml else-->
14167 <!--chtml endif-->
14168 </DT>
14169 <DD>Search the entry for a string of letters.  If it is
14170 found, move to it.  The string can be one word or a phrase.
14171 If there are multiple occurrences, the cursor moves to the
14172 first occurrence beyond the current cursor position.
14174 <DT>Fwd Email
14175 <!--chtml if pinemode="function_key"-->
14176 (F11)
14177 <!--chtml else-->
14179 <!--chtml endif-->
14180 </DT>
14181 <DD>Begin composition of a new mail message with the displayed
14182 text already inserted in the message body.
14184 <DT>Save
14185 <!--chtml if pinemode="function_key"-->
14186 (F12)
14187 <!--chtml else-->
14189 <!--chtml endif-->
14190 </DT>
14191 <DD>Save the displayed entry to one of your address books or export
14192 it to a file.
14193 </DL>
14195 &lt;End of help on this topic&gt;
14196 </BODY>
14197 </HTML>
14198 ===== h_attachment_screen =====
14199 <HTML>
14200 <HEAD>
14201 <TITLE>Attachment Index Screen Explained</TITLE>
14202 </HEAD>
14203 <BODY>
14204 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
14205 message's attachments, and allows various operations on them.  The
14206 first attachment is usually the message text, but does not include the
14207 header portion of the message.
14209 Available commands include:
14211 <DL>
14213 <DT>Help</DT>
14214 <DD>Show this help text.
14216 <DT>Msg #<I>num</I></DT>
14217 <DD>Leave this screen without displaying or saving any attachments.
14219 <DT>View</DT>
14220 <DD>View the currently selected attachment.
14222 <DT>External</DT>
14223 <DD>Passes a TEXT/HTML message to an external browser for its display.
14225 <DT>Prev Attach</DT>
14226 <DD>Move to previous attachment.
14228 <DT>Next Attach</DT>
14229 <DD>Move to next attachment.
14231 <DT>Prev Page</DT>
14232 <DD>Previous page of the listed attachments.
14234 <DT>Next Page</DT>
14235 <DD>Next page of the listed attachments.
14237 <DT>Delete</DT>
14238 <DD>Mark the currently selected attachment for Deletion.
14239 This does not modify the current message by deleting the attachment from
14240 it, but instead the delete flag <EM>only</EM> has an effect when saving
14241 the message to a folder.
14242 Attachments marked for deletion are not copied to the destination folder
14243 along with the rest of the message when it is saved.
14244 It is ok for the destination folder to be the same as the current folder.
14245 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
14247 <DT>Undelete</DT>
14248 <DD>Turn off the Delete flag for the selected attachment.
14250 <DT>Save</DT>
14251 <DD>Save the selected attachment to a file.  If the attachment is of
14252 type &quot;RFC822/Message&quot;, then the attachment will be saved to
14253 the specified mail folder.
14255 <DT>Export</DT>
14256 <DD>If the attachment is of
14257 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
14258 copy the message to a file in the same way this command works on 
14259 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
14261 <DT>Pipe</DT>
14262 <DD>Pipe the attachment contents into a UNIX command (if enabled).
14263 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
14265 <DT>WhereIs</DT>
14266 <DD>Find a matching string in the attachment list.
14268 <DT>AboutAttch</DT>
14269 <DD>Examine various aspects of the selected attachment.
14271 <DT>Print</DT>
14272 <DD>Print the selected attachment.
14274 <DT>Forward</DT>
14275 <DD>Forward the selected attachment as an attachment.
14276 </DL>
14280 All attachments can be saved or piped into a UNIX command, but some may
14281 not be readily displayed by either Alpine or an external tool.  In such
14282 cases, the reason why the message cannot be displayed is displayed on
14283 Alpine's message line.
14285 &lt;End of help on this topic&gt;
14286 </BODY>
14287 </HTML>
14288 ============= h_mail_text_att_view ========================
14289 <HTML>
14290 <HEAD>
14291 <TITLE>Attachment View Screen Explained</TITLE>
14292 </HEAD>
14293 <BODY>
14294 This function allows you to view the contents of a text attachment. You
14295 can only view one attachment at a time.
14297 Available commands include:
14299 <DL>
14301 <DT>Help</DT>
14302 <DD>Display this help text
14304 <DT>AttchIndex</DT>
14305 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
14307 <DT>Prev Page</DT>
14308 <DD>Show the previous page of the current attachment.
14310 <DT>Next Page</DT>
14311 <DD>Show the next page of the current attachment by pressing the space bar.
14313 <DT>Delete</DT>
14314 <DD>Mark the viewed attachment for Deletion.  The delete
14315 flag <EM>only</EM> has affect when saving the message to a folder.
14316 Attachments marked for deletion are excluded from the message when
14317 it is saved.  In addition, the delete mark <EM>only</EM> applies to
14318 this Alpine session.
14320 <DT>Undelete</DT>
14321 <DD>Turn off the Delete flag for the selected attachment.
14323 <DT>Save</DT>
14324 <DD>Copy the current attachment to a file.  If you just enter
14325 a filename, the attachment will be saved with that name in
14326 your home directory 
14327 <!--chtml if pinemode="running"-->
14328 (which, in the present configuration of your system, is
14329  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14330 <!--chtml endif-->
14331 or current working directory
14332 <!--chtml if pinemode="running"-->
14333 (which, at least for your current Alpine &quot;session,&quot; 
14334 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14335 <!--chtml endif-->, depending on the
14336 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14337 configuration setting.  You may enter the full
14338 path and filename to save it in another directory instead.
14340 <DT>Export</DT>
14341 <DD>If the attachment is of
14342 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
14343 copy the message to a file in the same way this command works on 
14344 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
14345 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
14346 defined, they may affect the contents of the exported file.)
14348 <DT>Pipe</DT>
14349 <DD>Pipe the attachment contents into a UNIX command (if enabled)
14351 <DT>WhereIs</DT>
14352 <DD>Search the attachment for a string of letters.  If it is
14353 found, move to it.  The string can be one word or a phrase.
14354 If there are multiple occurrences, the cursor moves to the
14355 first occurrence beyond the current cursor position.
14357 <DT>Print</DT>
14358 <DD>Print the current attachment on paper.  You can select the
14359 printer or the print command via the &quot;Setup&quot; command
14360 on the MAIN MENU.
14362 <DT>Forward</DT>
14363 <DD>Forward the selected attachment as an attachment.
14364 </DL>
14366 &lt;End of help on this topic&gt;
14367 </BODY>
14368 </HTML>
14369 ============= h_journal ==============
14370 <HTML>
14371 <HEAD>
14372 <TITLE>Recent Message Journal Explained</TITLE>
14373 </HEAD>
14374 <BODY>
14376 The following commands are available on this screen:
14378 <DL>
14379 <DT>Help</DT>
14380 <DD>Show this help text
14382 <DT>Exit</DT>
14383 <DD>Exit Viewer, and go back to mail processing
14385 <DT>Prev Page</DT>
14386 <DD>Show the previous page text
14388 <DT>Next Page</DT>
14389 <DD>Show the next page of text by pressing the space bar
14391 <DT>Print</DT>
14392 <DD>Print the displayed text on paper.  You can select the
14393 printer or the print command via the &quot;Setup&quot; command
14394 on the MAIN MENU.
14396 <DT>Fwd Email</DT>
14397 <DD>Begin composition of a new mail message with the displayed
14398 text already inserted in the message body.
14400 <DT>Save</DT>
14401 <DD>Copy the displayed text to a file.  If you just enter
14402 a filename, the text will be saved with that name in
14403 your 
14404 home directory 
14405 <!--chtml if pinemode="running"-->
14406 (which, in the present configuration of your system, is
14407  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14408 <!--chtml endif-->
14409 or current working directory
14410 <!--chtml if pinemode="running"-->
14411 (which, at least for your current Alpine &quot;session,&quot; 
14412 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14413 <!--chtml endif-->, depending on the
14414 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14415 configuration setting.   You may enter the full
14416 path and filename to save it in another directory instead.
14418 <DT>WhereIs</DT>
14419 <DD>Search the text for a string of letters.  If it is
14420 found, move to it.  The string can be one word or a phrase.
14421 If there are multiple occurrences, the cursor moves to the
14422 first occurrence beyond the current cursor position.
14423 </DL>
14425 &lt;End of help on this topic&gt;
14426 </BODY>
14427 </HTML>
14428 ============= h_debugjournal ==============
14429 <HTML>
14430 <HEAD>
14431 <TITLE>Debug Journal Explained</TITLE>
14432 </HEAD>
14433 <BODY>
14435 The following commands are available on this screen:
14437 <DL>
14438 <DT>Help</DT>
14439 <DD>Show this help text
14441 <DT>Exit</DT>
14442 <DD>Exit Viewer, and go back to mail processing
14444 <DT>Timestamps</DT>
14445 <DD>Turn on or off timestamps.
14447 <DT>DebugView</DT>
14448 <DD>Set the level of debugging you want to see. The level may be any number
14449 in the range 0-9. Higher numbers show more debugging detail. Note that the
14450 debugging information has already been captured. This setting just causes the
14451 debugging information that you see to be filtered. If you set this to
14452 the number &quot;5&quot; then you will be shown all of the debugging information
14453 at levels 5 and below.
14454 It's actually a bit more complicated than that. A fixed amount of memory
14455 is used to store the debug information.
14456 Since the amount of memory used is limited the debugging information
14457 has to be trimmed back when it gets too large.
14459 <DT>Prev Page</DT>
14460 <DD>Show the previous page text
14462 <DT>Next Page</DT>
14463 <DD>Show the next page of text by pressing the space bar
14465 <DT>Print</DT>
14466 <DD>Print the displayed text on paper.  You can select the
14467 printer or the print command via the &quot;Setup&quot; command
14468 on the MAIN MENU.
14470 <DT>Fwd Email</DT>
14471 <DD>Begin composition of a new mail message with the displayed
14472 text already inserted in the message body.
14474 <DT>Save</DT>
14475 <DD>Copy the displayed text to a file.  If you just enter
14476 a filename, the text will be saved with that name in
14477 your 
14478 home directory 
14479 <!--chtml if pinemode="running"-->
14480 (which, in the present configuration of your system, is
14481  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14482 <!--chtml endif-->
14483 or current working directory
14484 <!--chtml if pinemode="running"-->
14485 (which, at least for your current Alpine &quot;session,&quot; 
14486 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14487 <!--chtml endif-->, depending on the
14488 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14489 configuration setting.   You may enter the full
14490 path and filename to save it in another directory instead.
14492 <DT>WhereIs</DT>
14493 <DD>Search the text for a string of letters.  If it is
14494 found, move to it.  The string can be one word or a phrase.
14495 If there are multiple occurrences, the cursor moves to the
14496 first occurrence beyond the current cursor position.
14497 </DL>
14499 &lt;End of help on this topic&gt;
14500 </BODY>
14501 </HTML>
14502 ============= h_simple_text_view ==============
14503 <HTML>
14504 <HEAD>
14505 <TITLE>Simple Text View Screen Explained</TITLE>
14506 </HEAD>
14507 <BODY>
14509 The following commands are available on this screen:
14511 <DL>
14512 <DT>Help</DT>
14513 <DD>Show this help text
14515 <DT>Exit</DT>
14516 <DD>Exit Viewer, and go back to mail processing
14518 <DT>Prev Page</DT>
14519 <DD>Show the previous page text
14521 <DT>Next Page</DT>
14522 <DD>Show the next page of text by pressing the space bar
14524 <DT>Print</DT>
14525 <DD>Print the displayed text on paper.  You can select the
14526 printer or the print command via the &quot;Setup&quot; command
14527 on the MAIN MENU.
14529 <DT>Fwd Email</DT>
14530 <DD>Begin composition of a new mail message with the displayed
14531 text already inserted in the message body.
14533 <DT>Save</DT>
14534 <DD>Copy the displayed text to a file.  If you just enter
14535 a filename, the attachment will be saved with that name in
14536 your 
14537 home directory 
14538 <!--chtml if pinemode="running"-->
14539 (which, in the present configuration of your system, is
14540  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14541 <!--chtml endif-->
14542 or current working directory
14543 <!--chtml if pinemode="running"-->
14544 (which, at least for your current Alpine &quot;session,&quot; 
14545 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14546 <!--chtml endif-->, depending on the
14547 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14548 configuration setting.   You may enter the full
14549 path and filename to save it in another directory instead.
14551 <DT>WhereIs</DT>
14552 <DD>Search the attachment for a string of letters.  If it is
14553 found, move to it.  The string can be one word or a phrase.
14554 If there are multiple occurrences, the cursor moves to the
14555 first occurrence beyond the current cursor position.
14556 </DL>
14558 &lt;End of help on this topic&gt;
14559 </BODY>
14560 </HTML>
14561 ======= h_pine_for_windows ========
14562 <HTML>
14563 <HEAD>
14564 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
14565 </HEAD>
14566 <BODY>
14567 <H1>Getting Help In PC-Alpine</H1>
14570 PC-Alpine offers general and specific help text. From the <A
14571 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
14572 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
14573 specific help for that screen is available from the toolbar Help menu or
14574 with the 
14575 <!--chtml if pinemode="function_key"-->
14576 &quot;F1&quot; key.
14577 <!--chtml else-->
14578 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
14579 typing &quot;?&quot; would be mistaken as entering text.
14580 <!--chtml endif-->
14583 Although this version of Alpine is for Microsoft Windows, it is not
14584 considered a full &quot;Graphical User Interface&quot; application. 
14585 Yet, many of the controls that Windows users are accustomed to seeing, 
14586 such as scrollbars and toolbars, are available.
14589 PC-Alpine offers considerable mouse support.  You can view what is
14590 &quot;click-able&quot; by dragging your mouse over any screen; when the
14591 arrow cursor changes into a hand, you found something. Mouse-click
14592 possibilities include navigating between screens and folders and
14593 double-clicking on hyperlinks to open your Web browser.
14594 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
14595 screen.  Examples of right-click options include &quot;copy&quot; after
14596 selecting text to copy and &quot;View in New Window&quot; when you click
14597 on a particular message in the Message Index. The menu choices available
14598 to you will vary based upon what screen is open, where on the screen your
14599 cursor is located, and even what action you have already taken.
14602 &lt;End of help on this topic&gt;
14603 </BODY>
14604 </HTML>
14605 ===== h_composer =====
14606 <HTML>
14607 <HEAD>
14608 <TITLE>COMPOSER COMMANDS</TITLE>
14609 </HEAD>
14610 <BODY>
14611 <H1>COMPOSER COMMANDS</H1>
14613 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>
14614 &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>
14615 &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>
14616 &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>
14617 &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>
14618 &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>
14619 &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>
14620 &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>
14621 &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>
14622 &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>
14623 ---------------------------------------|&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>
14624 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>
14625 &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>
14626 &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>
14627 &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>
14630 NOTE:
14631 <OL>
14632  <LI>For help on a particular command, highlight the bold text associated
14633 with it above and hit Return.
14634  <LI> The availability of certain commands
14635 is determined by Alpine configuration files and system capabilities.
14636 At some sites, certain commands may not be available due to security or
14637 support concerns.
14638  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14639 Ctrl-&#92;, ESC.
14640  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14641 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14642 </OL>
14645 HINT: To move rapidly to the bottom of a message you are composing,
14646 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
14647 with the Mark and Cut commands to eliminate large amounts of unwanted
14648 text in a Reply.
14650 <H2>Description of Composer</H2>
14652 Alpine has a built-in editing program that allows you to compose messages
14653 without having to leave Alpine.  The editor is designed to be very simple to
14654 use so that you can get started writing email right away.
14657 Messages are usually just text, about 80 columns wide.  Using upper and
14658 lower case is encouraged.  On some systems the size limit of the message
14659 is about 100,000 characters, which is about 2,000 lines.  You can include
14660 punctuation and special characters found on most keyboards, but you can't
14661 include characters with diacritical marks and certain special symbols.
14664 Text automatically wraps as you type past the end of a line so you do not
14665 have to hit return.  Using the
14666 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
14667 you can also reformat text explicitly, perhaps after you have
14668 deleted some text.
14671 You can include other text files with the 
14672 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
14673 which will prompt you for the name of the file to insert at the
14674 current cursor position.
14677 <UL>
14678 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14679 </UL>
14681 &lt;End of help on this topic&gt;
14682 </BODY>
14683 </HTML>
14684 ====== h_composer_browse =====
14685 <HTML>
14686 <HEAD>
14687 <TITLE>BROWSER</TITLE>
14688 </HEAD>
14689 <BODY>
14690 <H1>BROWSER</H1>
14691 This screen lets you browse your files and directories.  To go to another 
14692 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
14693 choose &quot;Select&quot; (the default choice on the menu); 
14694 or choose &quot;Goto&quot; and enter the name of the directory.
14695 <!--chtml if pinemode="os_windows"-->
14696 <!--chtml else--> 
14697 In Unix Alpine, you may use 
14698 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
14699 to another's home directory.  
14700 <!--chtml endif--><P>
14701 To select a file, move the cursor to it and 
14702 choose &quot;Select&quot; (the default choice on the menu).  
14704 <UL>
14705 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
14706 inclusion in the 
14707 message body (that is, you chose &quot;Read File&quot; with the cursor under 
14708 the 
14709 &quot;----- Message Text -----&quot; line
14710 while composing, then &quot;To Files&quot;):  Since the file 
14711 selected will become part of the message text, it must be in a format 
14712 suitable for that (Alpine does not check!), such as a plain text file.
14713 Files of other formats (for example, graphics, databases, software 
14714 programs) should be 
14715 <B>attached</B> to the message instead --
14716 by moving the cursor in the COMPOSE MESSAGE screen into the 
14717 message header area and pressing 
14718 <!--chtml if pinemode="function_key"-->
14720 <!--chtml else-->
14721 Ctrl-J.
14722 <!--chtml endif--> 
14724 <P><LI>
14725 Note <B>if</B> you are currently using the BROWSER for saving a message 
14726 attachment, or exporting a message, to a file: You can use the Add command to 
14727 provide the name for a new file to save/export to, and then select that name 
14728 to use it for the save/export operation.  Back at the prompt 
14729 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
14730 either Overwrite or Append (it doesn't make a difference, since the file is 
14731 so far empty).  Note: If you cancel the 
14732 operation at that point, the file created with the Add command will remain 
14733 0 bytes in size.
14735 </UL>
14736 <P><UL>
14737 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14738 </UL>
14740 &lt;End of help on this topic&gt;
14741 </BODY>
14742 </HTML>
14743 ====== h_composer_ins =====
14744 <HTML>
14745 <HEAD>
14746 <TITLE>INSERT TEXT FILE</TITLE>
14747 </HEAD>
14748 <BODY>
14749 <H1>INSERT TEXT FILE</H1>
14751 Use this function to insert a text file. The file name
14752 given can be an absolute file path name for your system
14753 <!--chtml if pinemode="os_windows"-->
14754 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14755 with a relative pathname, or simply a file name without
14756 drive or directory specification.  
14757 <!--chtml else-->
14758 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14759 a file in your home directory, or a file path relative to your 
14760 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14761 your home directory or &quot;~user&quot; to refer to another
14762 account's home directory.
14763 <!--chtml endif-->
14765 No wild card characters may be used.  
14766 The file must reside on the system running Alpine.
14768 If the 
14769 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14770 feature is set, names are relative to your current working directory 
14771 <!--chtml if pinemode="running"-->
14772 (which, at least for your current Alpine &quot;session,&quot; 
14773 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14774 <!--chtml endif-->
14775 rather than your home directory
14776 <!--chtml if pinemode="running"-->
14777 (which, in the present configuration of your system, is
14778  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14779 <!--chtml endif-->
14781 <P><UL>
14782 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14783 </UL>
14785 &lt;End of help on this topic&gt;
14786 </BODY>
14787 </HTML>
14788 ====== h_composer_ins_m =====
14789 <HTML>
14790 <HEAD>
14791 <TITLE>INSERT MESSAGE</TITLE>
14792 </HEAD>
14793 <BODY>
14794 <H1>INSERT MESSAGE</H1>
14796 Type in the number of a message in the currently open folder to insert it
14797 into your message.
14798 <P><UL>
14799 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14800 </UL>
14802 &lt;End of help on this topic&gt;
14803 </BODY>
14804 </HTML>
14805 ====== h_composer_search =====
14806 <HTML>
14807 <HEAD>
14808 <TITLE>Explanation of Composer Whereis Command </TITLE>
14809 </HEAD>
14810 <BODY>
14811 <H1>Help For Whereis Command</H1>
14813 Whereis is used to search the message for a word or part of a word.
14814 When searching in the composer, only the message part of your mail is
14815 searched, and the cursor is put on the first occurrence appearing
14816 after the location of the cursor.  The search will wrap to the
14817 beginning of the message when it no longer finds matches in the
14818 remainder of the message.
14820 To search for the same string a second time, press 
14821 <!--chtml if pinemode="function_key"-->
14822 &quot;F6&quot;
14823 <!--chtml else-->
14824 &quot;^W&quot;
14825 <!--chtml endif-->
14826 to begin search and then just press RETURN to accept the previous
14827 search string shown in square brackets rather than entering a new
14828 search string.<P>
14830 The &quot;Search&quot; prompt has several sub-command available:
14832 <DL>
14833 <DT>Get Help</DT>
14834 <DD> Takes you to this help page.
14836 <DT>Cancel</DT>
14837 <DD> Cancels the prompt.  No search takes place.
14839 <DT>First Line</DT>
14840 <DD> Takes you back to the composer with the cursor on the first character
14841 of the first line of text.
14843 <DT>Last Line</DT>
14844 <DD> Takes you back to the composer with the cursor on the last character
14845 of the last line of text.
14847 <DT>Replace (Optional)</DT>
14848 <DD> This sub-command is enabled by the 
14849 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14850 feature (which is on by default); see its help screen for details on how replacing works.
14852 </DL>
14854 &lt;End of help on this topic&gt;
14855 </BODY>
14856 </HTML>
14857 ====== h_sigedit_search =====
14858 <HTML>
14859 <HEAD>
14860 <TITLE>Explanation of Whereis Command </TITLE>
14861 </HEAD>
14862 <BODY>
14863 <H1>Help For Whereis Command</H1>
14865 Whereis is used to search for a word or part of a word.
14866 When searching the cursor is put on the first occurrence appearing
14867 after the location of the cursor.  The search will wrap to the
14868 beginning of the signature when it no longer finds matches in the
14869 remainder of the signature.
14871 To search for the same string a second time, press 
14872 <!--chtml if pinemode="function_key"-->
14873 &quot;F6&quot;
14874 <!--chtml else-->
14875 &quot;^W&quot;
14876 <!--chtml endif-->
14877 to begin search and then just press RETURN to accept the previous
14878 search string shown in square brackets rather than entering a new
14879 search string.<P>
14881 The &quot;Search&quot; prompt has several sub-command available:
14883 <DL>
14884 <DT>Get Help</DT>
14885 <DD> Takes you to this help page.
14887 <DT>Cancel</DT>
14888 <DD> Cancels the prompt.  No search takes place.
14890 <DT>First Line</DT>
14891 <DD> Takes you back to the composer with the cursor on the first character
14892 of the first line of text.
14894 <DT>Last Line</DT>
14895 <DD> Takes you back to the composer with the cursor on the last character
14896 of the last line of text.
14898 <DT>Replace (Optional)</DT>
14899 <DD> This sub-command is enabled by the 
14900 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14901 feature (which is on by default); see its help screen for details on how replacing works.
14903 </DL>
14905 &lt;End of help on this topic&gt;
14906 </BODY>
14907 </HTML>
14908 ======= h_composer_to ====
14909 <HTML>
14910 <HEAD>
14911 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
14912 </HEAD>
14913 <BODY>
14914 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
14916 <H2>The &quot;To:&quot; field</H2>
14917 The address you enter here must be a valid email address that is reachable
14918 from your site. 
14920 <H2>Email Address Format</H2>
14921 You may enter a full name and email address, 
14922 <!--chtml if pinemode="os_windows"-->
14923 <!--chtml else-->
14924 a local (meaning, on the same 
14925 host as the one you are running Alpine on) username that Alpine will
14926 complete for you, 
14927 <!--chtml endif-->
14928 the nickname of someone in a 
14929 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
14930 mail alias defined by your system administrator.  When you move the cursor
14931 out of this field, the nicknames will be expanded to the addresses in your
14932 address book, and the local usernames will be expanded to include the 
14933 persons' actual names.  You may enter as many addresses as you wish, but they 
14934 must be separated by commas.  You can move around this and other header fields
14935 with the arrow keys and use many of the usual composer editing keys.
14937 <UL>
14938 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14939 </UL>
14942 <H2>MESSAGE HEADER COMMANDS</H2>
14943 <!--chtml if pinemode="function_key"-->
14944 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14945 ^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>
14946 ^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>
14947 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
14948 ^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>
14949 ^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>
14950 ^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>
14951 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>
14952 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>
14953 ^@&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>
14954 ----------------------------------------|<BR>
14955 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
14956 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>
14957 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>
14958 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>
14959 <!--chtml else-->
14960 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14961 ^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>
14962 ^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>
14963 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
14964 ^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>
14965 ^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>
14966 ^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>
14967 ^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>
14968 ^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>
14969 ^@&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>
14970 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
14971 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>
14972 ^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>
14973 ^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>
14974 ^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>
14975 <!--chtml endif-->
14978 NOTE:
14979 <OL>
14980  <LI>For help on a particular command, highlight the bold text associated
14981 with it above and hit Return.
14982  <LI> The availability of certain commands 
14983 is determined by Alpine configuration files and system capabilities.
14984 At some sites, certain commands may not be available due to security or
14985 support concerns.
14986 </OL>
14989 <UL>   
14990 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14991 </UL><P>
14992 &lt;End of help on this topic&gt;
14993 </BODY>
14994 </HTML>
14995 ======= h_composer_cc ====
14996 <HTML>
14997 <HEAD>
14998 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
14999 </HEAD>
15000 <BODY>
15001 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
15002 The Cc: field is just like the To: field, except it is used for addressees
15003 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
15004 not directly meant directly &quot;for&quot; these recipients, but you wanted 
15005 them to see the message.  The only difference the recipients see is that their 
15006 name is in the Cc: field, rather than the To: field.
15008 For help with Cc: field editing
15009 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15011 <UL>
15012 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15013 </UL>
15015 <UL>   
15016 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15017 </UL><P>
15018 &lt;End of help on this topic&gt;
15019 </BODY>
15020 </HTML>
15021 ======= h_composer_bcc ====
15022 <HTML>
15023 <HEAD>
15024 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
15025 </HEAD>
15026 <BODY>
15027 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
15028 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
15029 a copy of the message to one or more people whose addresses you do not
15030 wish disclosed, either to reduce clutter or for confidentiality.
15032 The format of the Bcc: field is just the same as the To: and Cc: fields in
15033 the way the addresses are entered.  The recipients listed here will
15034 receive a copy of the message, but --assuming your site's mail transport
15035 software is properly configured-- their addresses will not show up in the
15036 headers of the message, as delivered to all of the recipients.  The To:
15037 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
15039 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
15040 will automatically generate and place in the To: field a pseudo-address of 
15041   &quot;undisclosed-recipients: ;&quot;
15042 or whatever string has been specified in the 
15043 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
15044 variable.
15046 The reason for this is to avoid embarrassment caused by some Internet
15047 mail transfer software that interprets a &quot;missing&quot; To: header as 
15048 an error and replaces it with an Apparently-to: header that may contain
15049 the addresses you entered on the Bcc: line.  In addition, it may be
15050 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
15052 You can manipulate what text ends up on the (originally) empty To:
15053 field.  Just remember to put a colon and semicolon at the end of the
15054 field, which is a special notation denoting that it is not a real address.
15056 For information on message header editing
15057 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15059 <UL>
15060 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15061 </UL>
15063 <UL>   
15064 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15065 </UL><P>
15066 &lt;End of help on this topic&gt;
15067 </BODY>
15068 </HTML>
15069 ======= h_composer_lcc ====
15070 <HTML>
15071 <HEAD>
15072 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
15073 </HEAD>
15074 <BODY>
15075 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
15076 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
15077 you wish to send a message to a list of people but avoid having all
15078 of their addresses visible, in order to reduce clutter when the
15079 message is received.
15081 It is similar to the 
15082 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
15083 in that individual
15084 addressees are hidden, but Lcc is designed to work specifically with
15085 distribution lists you have created in your 
15086 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
15087 the nickname of the list on the Lcc line will result in the full name of
15088 your Alpine Address Book list being placed on the To: line of the message,
15089 using a special notation that distinguishes it from a real address. You
15090 must leave the To: line blank for your list name to appear there.
15092 For example, if you have this list entered in your Address Book:<PRE>
15094         largo         Key Largo List       DISTRIBUTION LIST:
15095                                            bogie@mgm.com
15096                                            lauren@mgm.com
15097                                            walter@mgm.com</PRE>
15100 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
15101 the result is:<PRE>
15103         To      : Key Largo List: ;
15104         Cc      :
15105         Bcc     :
15106         Fcc     : sent-mail
15107         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
15108                   lauren@mgm.com,
15109                   walter@mgm.com
15110         Subject :</PRE>
15112 Each recipient listed on the Lcc: line receives a copy of the message
15113 without their address being visible (as though they were listed on the
15114 Bcc: line). The colon-semicolon notation used to put the full-name of the
15115 list on the To: line is a special address format that doesn't specify any
15116 actual addressees, but does give some information to the recipients of the
15117 message.
15119 Note: if after entering an LCC, you delete the list name that is placed
15120 on the To: line, then recipients will see <PRE>
15121        To: undisclosed-recipients: ;</PRE>
15123 (or whatever string is defined in the 
15124 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
15125 variable) just as in the BCC case. 
15127 For help with Lcc: field editing
15128 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15130 <UL>
15131 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15132 </UL>
15134 <UL>   
15135 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15136 </UL><P>
15137 &lt;End of help on this topic&gt;
15138 </BODY>
15139 </HTML>
15140 ======= h_composer_from =======
15141 <HTML>
15142 <HEAD>
15143 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
15144 </HEAD>
15145 <BODY>
15146 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
15148 This header carries your return address.  It is the address toward which
15149 replies (and often, future unrelated correspondence) will be directed,
15150 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
15151 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
15152 sure this address is correct.
15154 For help with message header editing
15155 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15157 <UL>
15158 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15159 </UL>
15161 <UL>   
15162 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15163 </UL><P>
15164 &lt;End of help on this topic&gt;
15165 </BODY>
15166 </HTML>
15167 ======= h_composer_reply_to =======
15168 <HTML>
15169 <HEAD>
15170 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
15171 </HEAD>
15172 <BODY>
15173 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
15175 Most people should not need this header. The Reply-To: header is used in
15176 cases where you would like replies to your messages to be directed to an
15177 address other than your normal &quot;From:&quot; address.  This is atypical, 
15178 but can happen when you use multiple machines and do not have the same account
15179 name on each one, or when you wish to direct certain replies to accounts
15180 or folders designated for specific classes of correspondence.
15182 For help with message header editing
15183 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15185 <UL>
15186 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15187 </UL>
15190 <UL>   
15191 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15192 </UL><P>
15193 &lt;End of help on this topic&gt;
15194 </BODY>
15195 </HTML>
15196 ======= h_composer_custom_addr ====
15197 <HTML>
15198 <HEAD>
15199 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
15200 </HEAD>
15201 <BODY>
15202 <H1>CUSTOMIZED HEADER FIELD</H1>
15203 This is a customized header, i.e. not one that is part of Alpine's normal
15204 set of Compose headers.
15206 For help with message header editing
15207 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15209 <UL>
15210 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15211 </UL>
15213 <UL>   
15214 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15215 </UL><P>
15216 &lt;End of help on this topic&gt;
15217 </BODY>
15218 </HTML>
15219 ======= h_composer_custom_free ====
15220 <HTML>
15221 <HEAD>
15222 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
15223 </HEAD>
15224 <BODY>
15225 <H1>CUSTOMIZED HEADER FIELD</H1>
15226 This is a customized header, i.e. not one that is part of Alpine's normal
15227 set of Compose headers.
15229 This field consists of arbitrary text.
15231 For help with message header editing
15232 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15234 <UL>   
15235 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15236 </UL><P>
15237 &lt;End of help on this topic&gt;
15238 </BODY>
15239 </HTML>
15240 ====== h_composer_news =====
15241 <HTML>
15242 <HEAD>
15243 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
15244 </HEAD>
15245 <BODY>
15246 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
15247 Use the newsgroups line to specify any and all USENET newsgroups to which
15248 your message should be posted.  When composing a message from scratch, this
15249 line may be hidden.  If so, just press the rich headers command
15250 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
15251 to make it visible.
15253 <EM>Be aware</EM> that when you post to a newsgroup thousands of
15254 people will be reading your message.  Also, you or your system manager
15255 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
15256 in order for you to be able to post.
15258 For help with message header editing
15259 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15260 <P><UL>
15261 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15262 </UL>
15264 &lt;End of help on this topic&gt;
15265 </BODY>
15266 </HTML>
15267 ======= h_composer_fcc ====
15268 <HTML>
15269 <HEADER>
15270 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
15271 </HEADER>
15272 <BODY>
15273 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
15274 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
15275 each outgoing message.  The default value can be configured with the
15276 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
15277 the file carbon copy on any message you send by editing the FCC header.<p>
15279 You may type ^T to get a list of all your folders and select one to use as
15280 the FCC for this message.<P>
15282 For help with message header editing
15283 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15285 <UL>   
15286 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15287 </UL><P>
15288 &lt;End of help on this topic&gt;
15289 </BODY>
15290 </HTML>
15291 ======= h_composer_subject ====
15292 <HTML>
15293 <HEADER>
15294 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
15295 </HEADER>
15296 <BODY>
15297 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
15299 The subject header provides a place to enter a few words that summarize
15300 the topic of the message you are sending.  You may leave this line blank,
15301 but it is considered a courtesy to use a meaningful subject.<p>
15303 For help with message header editing
15304 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15306 <UL>   
15307 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15308 </UL><P>
15309 &lt;End of help on this topic&gt;
15310 </BODY>
15311 </HTML>
15312 ======= h_composer_attachment ====
15313 <HTML>
15314 <HEAD>
15315 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
15316 </HEAD>
15317 <BODY>
15318 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
15320 The &quot;Attchmnt:&quot; field is where you specify what file or
15321 files you'd like attached to
15322 the message you are composing.  Those files must reside on the machine
15323 running Alpine. If your file is on a PC or Mac and you run Alpine with an
15324 account on a Unix machine, you'll have to transfer it before attaching it.
15325 Contact local computer support people for assistance with transferring.
15328 The file name
15329 given can be an absolute file path name for your system
15330 <!--chtml if pinemode="os_windows"-->
15331 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
15332 with a relative pathname, or simply a file name without
15333 drive or directory specification.  
15334 <!--chtml else-->
15335 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
15336 a file in your home directory, or a file path relative to your 
15337 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
15338 your home directory or &quot;~user&quot; to refer to another
15339 account's home directory.
15340 <!--chtml endif--><P>
15341 No wild card characters may be used.
15342 <P>If the 
15343 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
15344 feature is set, names are relative to your current working directory 
15345 <!--chtml if pinemode="running"-->
15346 (which, at least for your current Alpine &quot;session,&quot; 
15347 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
15348 <!--chtml endif-->
15349 rather than your home directory
15350 <!--chtml if pinemode="running"-->
15351 (which, in the present configuration of your system, is
15352  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
15353 <!--chtml endif-->
15356 Alpine uses MIME encoding for attachments, so binaries and files of any
15357 length can safely be delivered to any MIME-capable mail reading program.
15358 If you send an attachment to someone who does not have a MIME-capable mail
15359 reading program yet, then the main message text will be readable, but
15360 attachments (even attachments that are just plain text) are not.
15363 Typing the filename on the Attchmnt: line achieves the same
15364 result as using the 
15365 <!--chtml if pinemode="function_key"-->
15367 <!--chtml else-->
15368 Ctrl-J
15369 <!--chtml endif--> command.
15372 If you Forward a message with attachments, you may delete them from your
15373 Forwarded message by editing the Attchmnt header line.
15376 For help with message header editing
15377 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15379 <UL>   
15380 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15381 </UL><P>
15382 &lt;End of help on this topic&gt;
15383 </BODY>
15384 </HTML>
15385 ======= h_composer_ctrl_j ====
15386 <HTML>
15387 <HEAD>
15388 <TITLE>COMPOSER ATTACH</TITLE>
15389 </HEAD>
15390 <BODY>
15391 After the
15392 <!--chtml if pinemode="function_key"-->
15394 <!--chtml else-->
15395 Ctrl-J
15396 <!--chtml endif--> command:
15397 At the &quot;File to attach:&quot; prompt, enter the name of the 
15398 existing file to attach to your message.  
15399 When the feature
15400 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
15401 is set
15402 you need only enter the beginning of the filename (enough of it to uniquely 
15403 identify the file) and press TAB to complete it.
15405 Or, press ^T to use the BROWSER screen for 
15406 selecting the file.  <P>
15407 For more information on attaching files, see the help screen for the 
15408 composer's 
15409 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
15410 but can be revealed using the 
15411 <!--chtml if pinemode="function_key"-->
15413 <!--chtml else-->
15414 Ctrl-R
15415 <!--chtml endif--> 
15416 command with the cursor positioned above the
15417 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
15419 &lt;End of help on this topic&gt;
15420 </BODY>
15421 </HTML>
15422 ======= h_edit_nav_cmds =========
15423 <HTML>
15424 <HEAD>
15425 <TITLE>Composer Editing Commands Explained</TITLE>
15426 </HEAD>
15427 <BODY>
15428 <H1>EDITING and NAVIGATION COMMANDS</H1>
15429 <!--chtml if pinemode="function_key"-->
15430 <PRE>
15431 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15432 ^B (Left Arrow)    Back character       | ^D       Delete current character
15433 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
15434 ^P (Up Arrow)      Previous line        |
15435 ^N (Down Arrow)    Next line            | F9       Cut marked text or
15436 ^A                 Beginning of line    |            delete current line
15437 ^E                 End of line          | F10      Undelete line(s)
15438 F7                 Previous page        |
15439 F8                 Next page            |-------------------------------------
15440 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
15441 ----------------------------------------|
15442 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
15443 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
15444 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
15445 </PRE>
15446 <!--chtml else-->
15447 <PRE>
15448 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15449 ^B (Left Arrow)    Back character       | ^D       Delete current character
15450 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
15451 ^P (Up Arrow)      Previous line        |
15452 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
15453 ^A                 Beginning of line    |            delete current line
15454 ^E                 End of line          | ^U       Undelete line(s)
15455 ^Y                 Previous page        |
15456 ^V                 Next page            |-------------------------------------
15457 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
15458 ----------------------------------------|
15459 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
15460 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
15461 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
15462 </PRE>
15463 <!--chtml endif-->
15464 &lt;End of help on this topic&gt;
15465 </BODY>
15466 </HTML>
15467 ===== h_composer_sigedit =====
15468 <HTML>
15469 <HEAD>
15470 <TITLE>Signature Editor Commands Explained</TITLE>
15471 </HEAD>
15472 <BODY>
15473 <H1>SIGNATURE EDITOR COMMANDS</H1>
15474 <!--chtml if pinemode="function_key"-->
15475 <PRE>
15476 CURSOR MOTION KEYS                     |EDITING KEYS
15477   ^B (Left Arrow)   Back character     | ^D       Delete current character
15478   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15479   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15480   ^N (Down Arrow)   Next line          | F9       Cut marked text or
15481   ^A                Beginning of line  |           delete current line
15482   ^E                End of line        | F10       Paste text, undelete lines
15483   F7                Previous page      |           cut with ^K, or unjustify
15484   F8                Next page          |-------------------------------------
15485   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15486 ---------------------------------------| F6       Whereis (search for string)
15487 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
15488  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
15489                  |  ^Z    Suspend      | ^L       Redraw Screen
15490  F2   Send       |  F6    Alt. editor  | F5       Read in a file
15491 </PRE>
15492 <!--chtml else-->
15493 <PRE>
15494 CURSOR MOTION KEYS                     |EDITING KEYS
15495   ^B (Left Arrow)   Back character     | ^D       Delete current character
15496   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15497   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15498   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
15499   ^A                Beginning of line  |           delete current line
15500   ^E                End of line        | ^U        Paste text, undelete lines
15501   ^Y                Previous page      |           cut with ^K, or unjustify
15502   ^V                Next page          |-------------------------------------
15503   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15504 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
15505 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
15506  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
15507                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
15508  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
15509 </PRE>
15510 <!--chtml endif-->
15512 NOTE: The presence or absence of the following commands is determined
15513 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
15514 some of these commands may be administratively disabled by your system
15515 manager; if they don't work, please check with your local help desk
15516 before reporting a bug.
15518 <UL>
15519  <LI>Suspend (suspends Alpine and gives a system prompt)
15520  <LI>Alternate editor (allows you to compose with your own editor)
15521 </UL>
15524 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
15525 Ctrl-&#92;, ESC
15528 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
15529 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
15531 &lt;End of help on this topic&gt;
15532 </BODY>
15533 </HTML>
15534 ===== h_composer_commentedit =====
15535 <HTML>
15536 <HEAD>
15537 <TITLE>Comment Editor Commands Explained</TITLE>
15538 </HEAD>
15539 <BODY>
15540 <H1>COMMENT EDITOR COMMANDS</H1>
15541 <!--chtml if pinemode="function_key"-->
15542 <PRE>
15543 CURSOR MOTION KEYS                     |EDITING KEYS
15544   ^B (Left Arrow)   Back character     | ^D       Delete current character
15545   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15546   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15547   ^N (Down Arrow)   Next line          | F9       Cut marked text or
15548   ^A                Beginning of line  |           delete current line
15549   ^E                End of line        | F10       Paste text, undelete lines
15550   F7                Previous page      |           cut with ^K, or unjustify
15551   F8                Next page          |-------------------------------------
15552   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15553 ---------------------------------------| F6       Whereis (search for string)
15554 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
15555  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
15556                  |  ^Z    Suspend      | ^L       Redraw Screen
15557  F2   Send       |  F6    Alt. editor  | F5       Read in a file
15558 </PRE>
15559 <!--chtml else-->
15560 <PRE>
15561 CURSOR MOTION KEYS                     |EDITING KEYS
15562   ^B (Left Arrow)   Back character     | ^D       Delete current character
15563   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15564   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15565   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
15566   ^A                Beginning of line  |           delete current line
15567   ^E                End of line        | ^U        Paste text, undelete lines
15568   ^Y                Previous page      |           cut with ^K, or unjustify
15569   ^V                Next page          |-------------------------------------
15570   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15571 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
15572 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
15573  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
15574                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
15575  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
15576 </PRE>
15577 <!--chtml endif-->
15579 NOTE: The presence or absence of the following commands is determined
15580 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
15581 some of these commands may be administratively disabled by your system
15582 manager; if they don't work, please check with your local help desk
15583 before reporting a bug.
15585 <UL>
15586  <LI>Suspend (suspends Alpine and gives a system prompt)
15587  <LI>Alternate editor (allows you to compose with your own editor)
15588 </UL>
15591 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
15592 Ctrl-&#92;, ESC
15595 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
15596 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
15598 &lt;End of help on this topic&gt;
15599 </BODY>
15600 </HTML>
15601 ======= h_composer_abook_nick =======
15602 <HTML>
15603 <HEAD>
15604 <TITLE>Addressbook Nickname Explained</TITLE>
15605 </HEAD>
15606 <BODY>
15607 This is a short nickname for this address book entry.  If it is used in
15608 place of an address from the composer, the composer will fill in the
15609 address(es) for the entry that matches the nickname. 
15612 Look <A HREF="h_edit_nav_cmds">here</A>
15613 to see the available Editing and Navigation commands.
15615 &lt;End of help on this topic&gt;
15616 </BODY>
15617 </HTML>
15618 ======= h_composer_abook_full =======
15619 <HTML>
15620 <HEAD>
15621 <TITLE>Addressbook Fullname Explained</TITLE>
15622 </HEAD>
15623 <BODY>
15624 This is the full name field for this entry.  If this is going to be a
15625 distribution list (more than one address), it should be a descriptive
15626 phrase describing the list.  It will be included in the mail header if you
15627 put the list in the To: or CC: field, or in the To: line if you put the
15628 list in the Lcc: field.  It's OK to leave this field blank (and OK to
15629 leave any of the other fields blank, too). If this address book entry is
15630 going to be a simple entry with just one address, then this field is the
15631 person's name. When you send mail to this entry, this is the field to the
15632 left of the brackets. That is, it is the most readable part of the 
15633 address. For example, in the sample address:
15634 <PRE>
15635        John Doe &lt;jdoe@some.domain&gt;
15636 </PRE>
15637 "John Doe" is the full name field. If you are sorting your address book
15638 with one of the options that uses full names, then it might be useful to
15639 enter the full name as "Last, First", for example:
15640 <PRE>
15641        Doe, John
15642 </PRE>
15643 so that it will be sorted using Doe instead of John. This will be changed
15644 back into John Doe when you use it.
15646 Look <A HREF="h_edit_nav_cmds">here</A>
15647 to see the available Editing and Navigation commands.
15649 &lt;End of help on this topic&gt;
15650 </BODY>
15651 </HTML>
15652 ======= h_composer_abook_fcc =======
15653 <HTML>
15654 <HEAD>
15655 <TITLE>Addressbook Fcc Explained</TITLE>
15656 </HEAD>
15657 <BODY>
15658 If this entry is the first one in the To: line of an outgoing message,
15659 this field will be used for the Fcc (File Carbon Copy) instead of whatever
15660 you would normally get (which depends on which
15661 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
15662 you've chosen). 
15664 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
15665 that you don't want any Fcc associated with this entry.
15667 Look <A HREF="h_edit_nav_cmds">here</A>
15668 to see the available Editing and Navigation commands.
15670 &lt;End of help on this topic&gt;
15671 </BODY>
15672 </HTML>
15673 ====== h_config_combined_abook_display =====
15674 <HTML>
15675 <HEAD>
15676 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
15677 </HEAD>
15678 <BODY>
15679 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
15681 This feature affects the address book display screens.
15682 Normally, expanding an address book from the ADDRESS BOOK LIST screen
15683 will cause the remaining address books and directory servers to disappear
15684 from the screen, leaving only the entries of the expanded address book.
15685 If this feature is set, then the other address books will remain on the screen,
15686 so that all of the address books can be present at once.
15689 The way that commands work won't be changed.
15690 For example, the Select All command will select all of the entries in the
15691 current address book, not all of the entries in all of the address books.
15692 The WhereIs command will change a little.
15693 It will search through all of the text on the screen plus all of the entries
15694 from expanded address books.
15697 When this feature is set, the setting of the feature
15698 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
15699 has an effect.
15701 &lt;End of help on this topic&gt;
15702 </BODY>
15703 </HTML>
15704 ====== h_config_titlebar_color_style =====
15705 <HTML>
15706 <HEAD>
15707 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
15708 </HEAD>
15709 <BODY>
15710 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
15712 This option affects the colors used to display the titlebar (the top
15713 line on the screen) when viewing a message.
15716 The available options include:
15719 <DL>
15720 <DT>default</DT>
15721 <DD>The color of the titlebar will be the color you set for the
15722 <A HREF="h_config_title_color">Title Color</A>.
15723 The Title Color may be set by using the
15724 <A HREF="h_color_setup">Setup Kolor</A> screen.
15725 </DD>
15727 <DT>indexline</DT>
15728 <DD>The color of the titlebar will be the same as the color of the
15729 index line corresponding to the message being viewed.
15730 The rules that determine what color the index line will be may be set
15731 up by going to the Setup/Rules/Indexcolor screen.
15732 If the index line for a message is not colored explicitly by the
15733 Indexcolor rules, then the titlebar will be colored the same as for
15734 the &quot;default&quot; option above (which is not the same color that
15735 the index line itself will have).
15736 </DD>
15738 <DT>reverse-indexline</DT>
15739 <DD>This is similar to the &quot;indexline&quot; option except the
15740 foreground and background colors from the corresponding index line will
15741 be reversed.
15742 For example, if the index line color is red letters on a white background,
15743 then the titlebar will be white letters on a red background.
15744 If the index line for a message is not colored explicitly by the
15745 Indexcolor rules, then the titlebar will be colored the same as for
15746 the &quot;default&quot; option above (which is not the same color that
15747 the index line itself will have).
15748 </DD>
15749 </DL>
15753 <UL>   
15754 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15755 </UL><P>
15756 &lt;End of help on this topic&gt;
15757 </BODY>
15758 </HTML>
15759 ====== h_config_index_color_style =====
15760 <HTML>
15761 <HEAD>
15762 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
15763 </HEAD>
15764 <BODY>
15765 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
15767 This option affects the colors used to display the current line in the
15768 MESSAGE INDEX screen.
15769 If you do not have Index Color Rules defined, then this option will
15770 have no effect in the index.
15771 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
15773 If the option
15774 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
15775 is turned on and the
15776 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
15777 is set to something other than the default, then
15778 this option also affects the color used to display the current folder
15779 in the Incoming FOLDER LIST screen.
15782 The available options include:
15785 <DL>
15786 <DT>flip-colors</DT>
15787 <DD>This is the default.
15788 If an index line is colored because it matches one of your
15789 Index Color Rules, then its colors will be reversed when it is the currently
15790 highlighted line.
15791 For example, if the line is normally red text on a blue background, then
15792 when it is the current line it will be drawn as blue text on a red background.
15794 The rest of the option values all revert to this flip-colors behavior if
15795 there is no Reverse Color defined.
15796 </DD>
15798 <DT>reverse</DT>
15799 <DD>With this option the Reverse color is always used to highlight the
15800 current line.
15801 </DD>
15803 <DT>reverse-fg</DT>
15804 <DD>The foreground part of the Reverse Color is used to highlight
15805 the current line.
15806 If this would cause the text to be unreadable (because the foreground and
15807 background colors are the same) or if it would cause no change in the
15808 color of the index line, then the colors are flipped instead.
15810 Some people think this works particularly well if you use different
15811 background colors to emphasize &quot;interesting&quot; lines,
15812 but always with the same Normal foreground color,
15813 and you use a different foreground color for the Reverse Color.
15814 </DD>
15816 <DT>reverse-fg-no-ambiguity</DT>
15817 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
15818 the resulting color will be exactly the same as the regular Reverse
15819 Color.
15820 That can lead to some possible confusion because an
15821 &quot;interesting&quot;
15822 line that is the current line will be displayed exactly the same as a
15823 non-interesting line that is current.
15824 You can't tell whether the line is just a regular current line or if it is
15825 an &quot;interesting&quot; current line by looking at the color.
15826 Setting the option to this value removes that ambiguity.
15827 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
15828 interesting current line would look just like a non-interesting current line.
15829 In that case, the interesting line's colors are simply flipped (like in the
15830 default behavior).
15832 As an alternative way to preserve the line's interestingness in this case,
15833 you may find that using both a different foreground and a different
15834 background color for the interesting line will help.
15835 </DD>
15837 <DT>reverse-bg</DT>
15838 <DD>The background part of the Reverse Color is used to highlight
15839 the current line.
15840 If this would cause the text to be unreadable (because the foreground and
15841 background colors are the same) or if it would cause no change in the
15842 color of the index line, then the colors are flipped instead.
15844 Some people think this works particularly well if you use different
15845 foreground colors to emphasize &quot;interesting&quot; lines,
15846 but always with the same Normal background color,
15847 and you use a different background color for the Reverse Color.
15848 </DD>
15850 <DT>reverse-bg-no-ambiguity</DT>
15851 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
15852 rule may also result in a color that is exactly the same as the regular
15853 Reverse Color.
15854 Setting the option to this value removes that ambiguity.
15855 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
15856 current line has the same color as the Reverse Color.
15857 In that case, the interesting line's colors are simply flipped (like in the
15858 default behavior).
15859 </DD>
15860 </DL>
15864 <UL>   
15865 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15866 </UL><P>
15867 &lt;End of help on this topic&gt;
15868 </BODY>
15869 </HTML>
15870 ====== h_config_expanded_addrbooks =====
15871 <HTML>
15872 <HEAD>
15873 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
15874 </HEAD>
15875 <BODY>
15876 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
15878 If multiple address books (either personal or global) are defined, and you
15879 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
15880 screen, then set this feature. This feature will have no effect unless the
15881 feature
15882 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
15883 is also set.
15885 &lt;End of help on this topic&gt;
15886 </BODY>
15887 </HTML>
15888 ====== h_config_combined_folder_display =====
15889 <HTML>
15890 <HEAD>
15891 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
15892 </HEAD>
15893 <BODY>
15894 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
15896 This feature affects the folder list display screens.
15897 Normally, each folder list is viewed within its collection only.  This
15898 command allows folder lists to be viewed within a single screen that
15899 combines the contents of all collections.
15902 The way that commands work won't be changed.
15903 For example, the Select All command will select all of the folders in the
15904 current collection, not all of the entries in all of the collections.
15905 The WhereIs command will change a little.
15906 It will search through all of the folders in the current collection as well
15907 as all the folder in any other expanded collection.
15910 When this feature is set, the setting of the feature
15911 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
15912 has an effect.
15914 &lt;End of help on this topic&gt;
15915 </BODY>
15916 </HTML>
15917 ====== h_config_combined_subdir_display =====
15918 <HTML>
15919 <HEAD>
15920 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
15921 </HEAD>
15922 <BODY>
15923 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
15925 This feature affects the Folder List screen when
15927 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15928 feature is enabled.  Normally, selecting a directory from the Folder
15929 List takes you into a new screen displaying only the contents of
15930 that directory.
15933 Enabling this feature will cause the contents of the selected
15934 directory to be
15935 displayed within the boundaries of the &quot;Collection&quot; it
15936 is a part of.  All previously displayed collections will remain
15937 in the screen.
15940 The way that commands work won't be changed.
15941 For example, the Select All command will select all of the folders in the
15942 directory, as opposed to all of the entries in all of the collections.
15943 The WhereIs command will change a little.
15944 It will search through all of the folders in the current collection as well
15945 as all the folder in any other expanded collection.
15948 &lt;End of help on this topic&gt;
15949 </BODY>
15950 </HTML>
15951 ====== h_config_separate_fold_dir_view =====
15952 <HTML>
15953 <HEAD>
15954 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
15955 </HEAD>
15956 <BODY>
15957 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
15959 This feature affects folder collections wherein a folder
15960 and directory can have the same name.  By default, Alpine displays them
15961 only once, denoting that it is both a folder and directory by appending
15962 the folder name with the hierarchy character enclosed
15963 in square brackets.
15967 Enabling this feature will cause Alpine to display such names
15968 separately marking the name representing a directory with a trailing
15969 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
15972 The feature also alters the command set slightly.  By default, the
15973 right-arrow descends into the directory, while hitting the Return key will
15974 cause the folder by that name to be opened.
15977 With this feature set, the Return key will open the highlighted folder, or
15978 enter the highlighted directory.
15981 &lt;End of help on this topic&gt;
15982 </BODY>
15983 </HTML>
15984 ====== h_config_expanded_folders =====
15985 <HTML>
15986 <HEAD>
15987 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
15988 </HEAD>
15989 <BODY>
15990 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
15992 If multiple folder collections are defined, and you
15993 wish to have them all expanded implicitly upon entering the FOLDER LIST
15994 screen, then set this feature. This feature will have no effect unless the
15995 feature
15996 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15997 is also set.
15999 &lt;End of help on this topic&gt;
16000 </BODY>
16001 </HTML>
16002 ======= h_config_ldap_server =======
16003 <HTML>
16004 <HEAD>
16005 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
16006 </HEAD>
16007 <BODY>
16008 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
16009 This is the name of the host where an LDAP server is running.
16010 For redundancy, this may be a space-delimited set of server names, in which
16011 case the first server that answers is used.
16012 Each of the server names may be optionally followed by
16013 a colon and a port number.
16014 If this form is used then the port number configured below in the
16015 <EM>port</EM> field is not used.
16017 To find out whether your organization has its own LDAP server, 
16018 contact its computing support staff.
16019 <P><UL>
16020 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
16021 </UL>
16023 &lt;End of help on this topic&gt;
16024 </BODY>
16025 </HTML>
16026 ======= h_config_ldap_base =======
16027 <HTML>
16028 <HEAD>
16029 <TITLE>LDAP OPTION: Search-Base</TITLE>
16030 </HEAD>
16031 <BODY>
16032 <H1>LDAP OPTION: Search-Base</H1>
16034 This is the search base to be used on this server.  It functions as a filter 
16035 by restricting your searches in the LDAP server database
16036 to the specified contents of the specified fields.  Without it, searches 
16037 submitted to this directory server may fail.  It might be something
16038 like:
16040 <PRE>
16041       O = &lt;Your Organization Name&gt;, C = US
16042 </PRE>
16043 or it might be blank.  
16044 (Some LDAP servers actually ignore anything specified here.)
16046 If in doubt what parameters you should specify here, 
16047 contact the maintainers of the LDAP server.
16048 <P><UL>
16049 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
16050 </UL>
16052 &lt;End of help on this topic&gt;
16053 </BODY>
16054 </HTML>
16055 ======= h_config_ldap_port =======
16056 <HTML>
16057 <HEAD>
16058 <TITLE>LDAP OPTION: Port</TITLE>
16059 </HEAD>
16060 <BODY>
16061 <H1>LDAP OPTION: Port</H1>
16063 This is the TCP port number to be used with this LDAP server. If you leave
16064 this blank port 389 will be used.
16066 &lt;End of help on this topic&gt;
16067 </BODY>
16068 </HTML>
16069 ======= h_config_ldap_nick =======
16070 <HTML>
16071 <HEAD>
16072 <TITLE>LDAP OPTION: Nickname</TITLE>
16073 </HEAD>
16074 <BODY>
16075 <H1>LDAP OPTION: Nickname</H1>
16077 This is a nickname to be used in displays. If you don't supply a
16078 nickname the server name
16079 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
16080 will be used instead.  This option is strictly for your convenience.
16082 &lt;End of help on this topic&gt;
16083 </BODY>
16084 </HTML>
16085 ======= h_config_ldap_binddn =======
16086 <HTML>
16087 <HEAD>
16088 <TITLE>LDAP OPTION: Bind-DN</TITLE>
16089 </HEAD>
16090 <BODY>
16091 <H1>LDAP OPTION: Bind-DN</H1>
16093 You may need to authenticate to the LDAP server before you are able to use it.
16094 This is the Distinguished Name to bind to when authenticating to this server.
16095 Try leaving this blank until you know you need it.
16097 Alpine only knows about LDAP Simple authentication.
16098 It does not attempt LDAP SASL authentication.
16099 The DN and password will be sent in the clear unless TLS encryption is
16100 being used on this connection.
16101 Because of this, you may want to set the LDAP feature
16102 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
16103 or the feature
16104 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
16105 if you are going to be providing a password.
16106 <P><UL>
16107 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
16108 </UL>
16110 &lt;End of help on this topic&gt;
16111 </BODY>
16112 </HTML>
16113 ======= h_config_ldap_opts_impl =======
16114 <HTML>
16115 <HEAD>
16116 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
16117 </HEAD>
16118 <BODY>
16119 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
16121 Set this to have lookups done to this server implicitly from the composer.
16122 If an address doesn't look like a fully-qualified address, it will be looked
16123 up in your address books, and if it doesn't match a nickname there, then it
16124 will be looked up on the LDAP servers that have this feature set.
16125 The lookups will also be done when using the address completion feature
16126 (TAB command) in the composer if any of the servers have this feature set.
16127 Also see the LDAP feature
16128 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
16129 and the Setup/Config feature
16130 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
16132 &lt;End of help on this topic&gt;
16133 </BODY>
16134 </HTML>
16135 ======= h_config_ldap_opts_tls =======
16136 <HTML>
16137 <HEAD>
16138 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
16139 </HEAD>
16140 <BODY>
16141 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
16143 When connecting to this server Alpine will attempt to use TLS encryption
16144 on the connection.
16145 Also see the closely related feature
16146 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
16148 Note that if this option is set, then 
16149 <A HREF="h_config_ldap_opts_ldaps">
16150 &quot;Require-LDAPS-On-Connection&quot;</A>
16151 can not be enabled for this server. You must disable this feature in
16152 order to use 
16153 <A HREF="h_config_ldap_opts_ldaps">
16154 &quot;Require-LDAPS-On-Connection&quot;</A>
16156 &lt;End of help on this topic&gt;
16157 </BODY>
16158 </HTML>
16159 ======= h_config_ldap_opts_tlsmust =======
16160 <HTML>
16161 <HEAD>
16162 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
16163 </HEAD>
16164 <BODY>
16165 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
16167 When connecting to this server Alpine will attempt to use TLS encryption
16168 on the connection.
16169 If the StartTLS operation fails then the connection will not be used.
16171 Note that if this option is set, then 
16172 <A HREF="h_config_ldap_opts_ldaps">
16173 &quot;Require-LDAPS-On-Connection&quot;</A>
16174 can not be enabled for this server. You must disable this feature in
16175 order to use 
16176 <A HREF="h_config_ldap_opts_ldaps">
16177 &quot;Require-LDAPS-On-Connection&quot;</A>
16179 &lt;End of help on this topic&gt;
16180 </BODY>
16181 </HTML>
16182 ======= h_config_ldap_opts_ldaps =======
16183 <HTML>
16184 <HEAD>
16185 <TITLE>LDAP FEATURE: Require-LDAPS-On-Connection</TITLE>
16186 </HEAD>
16187 <BODY>
16188 <H1>LDAP FEATURE: Require-LDAPS-On-Connection</H1>
16190 When connecting to this server Alpine will use LDAPS (LDAP over SSL/TLS) 
16191 on the connection.
16193 This feature can not be used along with 
16194 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
16195  or
16196 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>.
16197 If you want to connect using StartTLS to this server, you must disable
16198 this feature first.
16200 &lt;End of help on this topic&gt;
16201 </BODY>
16202 </HTML>
16203 ====== h_config_ldap_opts_rhs =====
16204 <HTML>
16205 <HEAD>
16206 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
16207 </HEAD>
16208 <BODY>
16209 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
16211 Normally implicit LDAP lookups from the composer are done only for the
16212 strings you type in from the composer screen. In other words, you type in
16213 something in the To or CC field and press return, then the string is looked up.
16214 First that string is looked up in your address books. If a match is found
16215 there, then the results of that match are looked up again. If you place
16216 a string in your address book that you want to have looked up on the LDAP
16217 directory server, you need to turn on this feature. If you set this feature
16218 for a server, you almost always will also want to set the
16219 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
16220 feature. An example might serve to best illustrate this feature.
16222 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
16223 entry with an
16224 address of pres@whitehouse.gov, then you might put an entry in your address
16225 book that looks like:
16227 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
16228 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
16230 Now, when you type &quot;bill&quot; into an
16231 address field in the composer Alpine will
16232 find the &quot;bill&quot; entry in your address book.
16233 It will replace &quot;bill&quot; with
16234 &quot;William Clinton&quot;.
16235 It will then search for an entry with that nickname
16236 in your address book and not find one. If this feature
16237 is set, Alpine will then attempt to lookup
16238 &quot;William Clinton&quot; on the LDAP server and find the entry with address
16239 pres@whitehouse.gov.
16241 A better way to accomplish the same thing is probably to use the feature
16242 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
16244 &lt;End of help on this topic&gt;
16245 </BODY>
16246 </HTML>
16247 ====== h_config_ldap_opts_ref =====
16248 <HTML>
16249 <HEAD>
16250 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
16251 </HEAD>
16252 <BODY>
16253 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
16255 Normally when you save the results of an LDAP directory lookup to your
16256 address book the results of the lookup are saved. If this feature is set
16257 and the entry being saved was found on this directory server, then the
16258 search criteria is saved instead of the results of the search. When this
16259 address book entry is used in the future, instead of copying the results
16260 from the address book the directory lookup will be done again. This could
16261 be useful if the copied result might become stale because the data on
16262 the directory server changes (for example, the entry's email address changes).
16263 You probably don't want to set this feature if the server is at all slow or
16264 unreliable.
16266 The way this actually works is that instead of saving the email address
16267 in your address book, Alpine saves enough information to look up the same
16268 directory entry again. In particular, it saves the server name and the
16269 distinguished name of the entry. It's possible that the server administrators
16270 might change the format of distinguished names on the server, or that the
16271 entry might be removed from the server. If Alpine notices this, you will be warned
16272 and a backup copy of the email address will be used. You may want to create
16273 a new entry in this case, since you will get the annoying warning every
16274 time you use the old entry. You may do that by Saving the entry to a new
16275 nickname in the same address book. You will be asked whether or not you
16276 want to use the backup email address.
16278 A related feature in the Setup/Config screen is
16279 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
16281 &lt;End of help on this topic&gt;
16282 </BODY>
16283 </HTML>
16284 ======= h_config_ldap_opts_nosub =======
16285 <HTML>
16286 <HEAD>
16287 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
16288 </HEAD>
16289 <BODY>
16290 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
16292 Spaces in your input are normally handled specially.
16293 Each space character is replaced
16296 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
16298 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
16299 The reason this is done is so the input string
16301 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
16303 (which is converted to &quot;Greg* Donald&quot;) will match
16304 the names &quot;Greg Donald&quot;,
16305 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
16306 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
16307 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
16308 then it would also match the name &quot;Greg Donaldson&quot;.
16310 Turning on this feature will disable this substitution.
16312 &lt;End of help on this topic&gt;
16313 </BODY>
16314 </HTML>
16315 ====== h_config_ldap_searchtypes =======
16316 <HTML>
16317 <HEAD>
16318 <TITLE>LDAP OPTION: Search-Type</TITLE>
16319 </HEAD>
16320 <BODY>
16321 <H1>LDAP OPTION: Search-Type</H1>
16323 This affects the way that LDAP searches are done.
16324 In particular, this tells the server where to look for the string to be matched.
16325 If set to &quot;name&quot; then the string that is being searched for will
16326 be compared with the string in the
16327 &quot;Name&quot; field on the server
16328 (technically, it is the &quot;commonname&quot; field on the server).
16329 &quot;Surname&quot; means we're looking for a
16330 match in the &quot;Surname&quot; field on the
16331 server (actually the &quot;sn&quot; field).
16332 &quot;Givenname&quot; really is &quot;givenname&quot;
16333 and &quot;email&quot; is the electronic mail address (this is actually the field
16334 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
16335 The other three types are combinations of
16336 the types listed so far. &quot;Name-or-email&quot;
16337 means the string should appear
16338 in either the &quot;name&quot; field OR the &quot;email&quot; field.
16339 Likewise, &quot;surname-or-givenname&quot;
16340 means &quot;surname&quot; OR &quot;givenname&quot;
16341 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
16343 This search TYPE is combined with the
16344 search <A HREF="h_config_ldap_searchrules">RULE</A>
16345 to form the actual search query.
16347 The usual default value for this
16348 option is &quot;sur-or-given-or-name-or-email&quot;.
16349 This type of search may be slow on some servers.
16350 Try &quot;name-or-email&quot;, which is often
16351 faster, or just &quot;name&quot; if the performance seems to be a problem.
16353 Some servers have been configured with different attribute names for
16354 these four fields.
16355 In other words, instead of using the attribute name &quot;mail&quot;
16356 for the email address field, the server might be configured to use something
16357 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
16358 Alpine can be configured to use these different attribute names by using
16359 the four configuration options:
16360 <P><UL>
16361 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
16362 </UL>
16363 <P><UL>
16364 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
16365 </UL>
16366 <P><UL>
16367 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
16368 </UL>
16369 <P><UL>
16370 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
16371 </UL>
16373 &lt;End of help on this topic&gt;
16374 </BODY>
16375 </HTML>
16376 ====== h_config_ldap_searchrules =======
16377 <HTML>
16378 <HEAD>
16379 <TITLE>LDAP OPTION: Search-Rule</TITLE>
16380 </HEAD>
16381 <BODY>
16382 <H1>LDAP OPTION: Search-Rule</H1>
16384 This affects the way that LDAP searches are done.
16385 If set to &quot;equals&quot; then
16386 only exact matches count.
16387 &quot;Contains&quot; means that the string you type in
16388 is a substring of what you are matching against.
16389 &quot;Begins-with&quot; and &quot;ends-with&quot;
16390 mean that the string starts or ends with the string you type in.
16392 Spaces in your input are normally handled specially, but you can turn that
16393 special handling off with the
16394 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
16395 feature.
16397 The usual default value for this option is &quot;begins-with&quot;.
16399 &lt;End of help on this topic&gt;
16400 </BODY>
16401 </HTML>
16402 ======= h_config_ldap_email_attr =======
16403 <HTML>
16404 <HEAD>
16405 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
16406 </HEAD>
16407 <BODY>
16408 <H1>LDAP OPTION: EmailAttribute</H1>
16410 This is the name of the attribute that is searched for when looking for
16411 an email address. The default value for this option is &quot;mail&quot; or
16412 &quot;electronicmail&quot;.
16413 If the server you are using uses a different attribute name for the email
16414 address, put that attribute name here.
16416 This will affect the search filter used if your Search-Type is one that
16417 contains a search for &quot;email&quot;.
16418 It will also cause the attribute value matching this attribute name to be used
16419 as the email address when you look up an entry from the composer.
16421 &lt;End of help on this topic&gt;
16422 </BODY>
16423 </HTML>
16424 ======= h_config_ldap_sn_attr =======
16425 <HTML>
16426 <HEAD>
16427 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
16428 </HEAD>
16429 <BODY>
16430 <H1>LDAP OPTION: SurnameAttribute</H1>
16432 This is the name of the attribute that is searched for when looking for
16433 the surname of the entry. The default value for this option is &quot;sn&quot;.
16434 If the server you are using uses a different attribute name for the surname,
16435 put that attribute name here.
16436 This will affect the search filter used if your Search-Type is one that
16437 contains a search for &quot;surname&quot;.
16439 &lt;End of help on this topic&gt;
16440 </BODY>
16441 </HTML>
16442 ======= h_config_ldap_gn_attr =======
16443 <HTML>
16444 <HEAD>
16445 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
16446 </HEAD>
16447 <BODY>
16448 <H1>LDAP OPTION: GivennameAttribute</H1>
16450 This is the name of the attribute that is searched for when looking for
16451 the given name of the entry. The default value for this option is &quot;givenname&quot;.
16452 If the server you are using uses a different attribute name for the given name,
16453 put that attribute name here.
16454 This will affect the search filter used if your Search-Type is one that
16455 contains a search for &quot;givenname&quot;.
16457 &lt;End of help on this topic&gt;
16458 </BODY>
16459 </HTML>
16460 ======= h_config_ldap_cn_attr =======
16461 <HTML>
16462 <HEAD>
16463 <TITLE>LDAP OPTION: NameAttribute</TITLE>
16464 </HEAD>
16465 <BODY>
16466 <H1>LDAP OPTION: NameAttribute</H1>
16468 This is the name of the attribute that is searched for when looking for
16469 the name of the entry. The default value for this option is &quot;cn&quot;, which
16470 stands for common name.
16471 If the server you are using uses a different attribute name for the name,
16472 put that attribute name here.
16473 This will affect the search filter used if your Search-Type is one that
16474 contains a search for &quot;name&quot;.
16476 &lt;End of help on this topic&gt;
16477 </BODY>
16478 </HTML>
16479 ======= h_config_ldap_time =======
16480 <HTML>
16481 <HEAD>
16482 <TITLE>LDAP OPTION: Timelimit</TITLE>
16483 </HEAD>
16484 <BODY>
16485 <H1>LDAP OPTION: Timelimit</H1>
16487 This places a limit on the number of seconds the LDAP search will continue.
16488 The default is 30 seconds. A value of 0 means no limit. Note that some servers
16489 may place limits of their own on searches.
16491 &lt;End of help on this topic&gt;
16492 </BODY>
16493 </HTML>
16494 ======= h_config_ldap_size =======
16495 <HTML>
16496 <HEAD>
16497 <TITLE>LDAP OPTION: Sizelimit</TITLE>
16498 </HEAD>
16499 <BODY>
16500 <H1>LDAP OPTION: Sizelimit</H1>
16502 This places a limit on the number of entries returned by the LDAP server.
16503 A value of 0 means no limit. The default is 0. Note that some servers
16504 may place limits of their own on searches.
16506 &lt;End of help on this topic&gt;
16507 </BODY>
16508 </HTML>
16509 ======= h_config_ldap_cust =======
16510 <HTML>
16511 <HEAD>
16512 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
16513 </HEAD>
16514 <BODY>
16515 <H1>LDAP OPTION: Custom-Search-Filter</H1>
16517 This one is for advanced users only! If you define this, then the
16518 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
16519 However, the feature
16520 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
16521 is still in effect.
16522 That is, the space substitution will take place even in a custom filter unless
16523 you disable it.
16525 If your LDAP service stops working and you suspect it might be because
16526 of your custom filter, just delete this filter and try using the
16527 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
16528 Another option that sometimes causes trouble is the
16529 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
16531 This variable may be set to the string representation of an LDAP search
16532 filter (see RFC1960). In the places where you want the address string to be
16533 substituted in, put a '%s' in this filter string. Here are some examples:
16535 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
16536 is equivalent to the &quot;Custom-Search-Filter&quot;
16537 <PRE>
16538      (cn=%s*)
16539 </PRE>
16540 When you try to match against the string &quot;string&quot; the program replaces
16541 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
16542 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
16544 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
16545 of &quot;contains&quot; is equivalent to
16546 <PRE>
16547      (|(cn=*%s*)(mail=*%s*))
16548 </PRE>
16550 If your server uses a different attribute <EM>name</EM> than
16551 Alpine uses by default,
16552 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
16553 then you may be able to use one or more of the four attribute configuration
16554 options instead of defining a custom filter:
16555 <P><UL>
16556 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
16557 </UL>
16558 <P><UL>
16559 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
16560 </UL>
16561 <P><UL>
16562 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
16563 </UL>
16564 <P><UL>
16565 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
16566 </UL>
16568 &lt;End of help on this topic&gt;
16569 </BODY>
16570 </HTML>
16571 ======= h_composer_abook_comment =======
16572 <HTML>
16573 <HEAD>
16574 <TITLE>Addressbook Comment Explained</TITLE>
16575 </HEAD>
16576 <BODY>
16577 This is a comment to help you remember what this entry is. The WhereIs
16578 command searches comments so that it is easier to find an entry with a comment
16579 you know about attached to it. This field is not used in the outgoing message.
16581 Look <A HREF="h_edit_nav_cmds">here</A>
16582 to see the available Editing and Navigation commands.
16584 &lt;End of help on this topic&gt;
16585 </BODY>
16586 </HTML>
16587 ======= h_composer_abook_addrs =======
16588 <HTML>
16589 <HEAD>
16590 <TITLE>Addressbook Lists</TITLE>
16591 </HEAD>
16592 <BODY>
16593 <H1>Addressbook Lists</H1>
16595 This is a list of addresses to send to when sending to this address book
16596 entry.  Each member of the list may be an address or another nickname from
16597 any of your address books.  If it is an address, it is OK to include the
16598 full name field as well as the electronic address portion of that address.
16599 For example, the following are all legitimate entries in this field:
16601 <DL><DT>&nbsp;</DT>
16602 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
16603 <DD>jdoe@some.domain
16604 <DD>John Doe &lt;jdoe@some.domain&gt;
16605 </DL>
16607 The addresses should be listed separated by commas, just like you would
16608 enter them from the composer.
16612 The only difference between a distribution list and a simple entry with a
16613 single address, is that a distribution list has more than one address   
16614 listed in the Addresses: field, whereas a simple personal entry has just  
16615 one address.
16619 For individual address book entries, if there is a full name in the
16620 Fullname: field (filling in the Fullname: field is not required), it is
16621 used.  If the full name is specified in the Address: field and not in the
16622 Fullname: field, then the full name from the Address: field is used.
16626 If you type the nickname of a distribution list from one of your address 
16627 books in the Lcc: field, then the full name of that list is used in the  
16628 To: field.  If you put a list in the To: or Cc: fields, that list will be
16629 expanded into all of its addresses.  If the list has a full name, then
16630 that will appear at the beginning of the addresses.
16632 <DL><DT>&nbsp;</DT>
16633 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
16634 &lt;sal@here.there&gt;
16635 </DL>
16637 If the first address in the distribution list also has a full name, then
16638 the list full name and that full name are combined into something like the
16639 following:
16641 <DL><DT>&nbsp;</DT>
16642 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
16643 </DL>
16646 If you specify a list via Lcc, the full name is used in the To: line.  If
16647 you specify a list in the To: or Cc: fields, then it uses the same method
16648 as for individual entries for filling in the full name.
16652 For help with editing and navigation commands, check the Help for the
16653 Nickname: field.
16656 &lt;End of help on this topic&gt;
16657 </BODY>
16658 </HTML>
16659 ======= h_config_xoauth2_client_id =======
16660 <HTML>
16661 <HEAD>
16662 <TITLE>Client-Id Explained</TITLE>
16663 </HEAD>
16664 <BODY>
16665 <H1>Client-Id Explained</H1>
16667 If you have registered Alpine with your service provider to use the XOAUTH2 authenticator, or
16668 someone has shared a client-id and client-secret with you, use this field to input the
16669 client-id.
16671 The Client-Id field is a string that your provider generates for the program
16672 being registered. However, some providers allow different users to register
16673 the same program. Users of the Mutt email program already do this to use
16674 XOAUTH2 authentication in Gmail.
16677 &lt;End of help on this topic&gt;
16678 </BODY>
16679 </HTML>
16680 ======= h_config_xoauth2_client_secret =======
16681 <HTML>
16682 <HEAD>
16683 <TITLE>Client-Secret Explained</TITLE>
16684 </HEAD>
16685 <BODY>
16686 <H1>Client-Secret Explained</H1>
16688 If you have registered Alpine with your service provider to use the XOAUTH2 authenticator, or
16689 someone has shared a client-id and client-secret with you, use this field to input the
16690 client-secret. Some servers require both a client-id and a client-secret, some other servers do
16691 not require a client-secret. If a client-secret is required, use this field to add one.
16693 <P> The client-secret field is supposed to be kept secret, that is, not
16694 shared with any of the users, but due to the open source nature of Alpine,
16695 it is not possible to keep it secret in any meaningful way. The intention
16696 of this field is so that only the coders of an app can use the codes given
16697 to them and authenticate their users to the services they are requesting.
16698 This means that other coders would not be able to impresonate that app,
16699 and use it to steal data from those users. In the case of Alpine this is
16700 not possible, as Alpine does not steal data from its users, so users are safe
16701 sharing client-secrets. Just make sure you obtain your copy of Alpine from
16702 a reputable provider or compile the source code by yourself. The official
16703 source code of this project is located at
16705 <P><CENTER><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A>.</CENTER>
16708 &lt;End of help on this topic&gt;
16709 </BODY>
16710 </HTML>
16711 ======= h_config_xoauth2_tenant =======
16712 <HTML>
16713 <HEAD>
16714 <TITLE>Tenant Explained</TITLE>
16715 </HEAD>
16716 <BODY>
16717 <H1>Tenant Explained</H1>
16719 The tenant is a way in which an app can be restricted. Alpine by default
16720 has no restrictions, which means that it can be used to access any service;
16721 however, a system administrator might register their own app and make it
16722 available only to those in their organization.
16725 This setting allows a system administrator to register Alpine with a different
16726 client-id and client-secret and further restrict access to only authorized
16727 users.
16730 &lt;End of help on this topic&gt;
16731 </BODY>
16732 </HTML>
16733 ======= h_config_xoauth2_flow =======
16734 <HTML>
16735 <HEAD>
16736 <TITLE>Flow Explained</TITLE>
16737 </HEAD>
16738 <BODY>
16739 <H1>Flow Explained</H1>
16741 The first time you connect to a service to authorize Alpine access to your
16742 email, you will have to do a certain number of steps, which typically involve
16743 to login to your account using a browser, and agreeing to give Alpine certain
16744 rights to access your account.
16747 How this process is going to be done depends on the service. Some services
16748 allow you to give access to Alpine and later generate a code that you
16749 input into Alpine, while others give you a code you have to use before you
16750 approve access to Alpine to access your email.
16752 <P> An example of a service that gives you a code after you authorize
16753 Alpine is Gmail, and this process is called internally as &quot;Authorize&quot;.
16754 An example of a service that gives you a code before you authorize Alpine
16755 is Outlook, and this process is called &quot;Device&quot;. However, some services,
16756 like Outlook, offer both services, and you can choose which flow you would like
16757 to use. You
16758 can choose between the &quot;Authorize&qupt; and &quot;Device&quot; in these servers.
16759 If you forget to configure
16760 this, Alpine will ask you in these situations which method to use before it starts
16761 to setup the process to get your authrization.
16764 &lt;End of help on this topic&gt;
16765 </BODY>
16766 </HTML>
16767 ======= h_config_xoauth2_username =======
16768 <HTML>
16769 <HEAD>
16770 <TITLE>Username Explained</TITLE>
16771 </HEAD>
16772 <BODY>
16773 <H1>Username Explained</H1>
16775 This variable is a list of usernames for which the configuration for the
16776 given service is valid. You may have more than one username for which this
16777 configuration is correct.
16780 Alpine will use the usernames in this list to associate your username with
16781 the correct configuration in Alpine. If Alpine cannot determine which configuration
16782 to use, Alpine will offer you a list of client-ids that you have configured
16783 for that service and ask you to pick one. Your answer will be saved  in your
16784 .pinerc file.
16787 &lt;End of help on this topic&gt;
16788 </BODY>
16789 </HTML>
16790 ======= h_config_role_nick =======
16791 <HTML>
16792 <HEAD>
16793 <TITLE>Nickname Explained</TITLE>
16794 </HEAD>
16795 <BODY>
16796 <H1>Nickname Explained</H1>
16798 This is a nickname to help you.
16799 You should have a different nickname for each role you define.
16800 The nickname will be used in the SETUP ROLE RULES screen to allow you to
16801 pick a role to edit.
16802 It will also be used when you send a message to let you know you are
16803 sending with a different role than you use by default, and
16804 it will be useful for choosing a role when composing with the Role command
16805 or when composing with one of the Role Uses set to With Confirmation.
16806 This field is not used in the outgoing message.
16808 Look <A HREF="h_edit_nav_cmds">here</A>
16809 to see the available Editing and Navigation commands.
16811 &lt;End of help on this topic&gt;
16812 </BODY>
16813 </HTML>
16814 ======= h_config_role_comment =======
16815 <HTML>
16816 <HEAD>
16817 <TITLE>Comment Explained</TITLE>
16818 </HEAD>
16819 <BODY>
16820 <H1>Comment Explained</H1>
16822 This is a comment to help you.
16823 This comment does not play any functional role, it is simply an optional
16824 comment to help you remember what the rule is for.
16826 Look <A HREF="h_edit_nav_cmds">here</A>
16827 to see the available Editing and Navigation commands.
16829 &lt;End of help on this topic&gt;
16830 </BODY>
16831 </HTML>
16832 ======= h_config_other_nick =======
16833 <HTML>
16834 <HEAD>
16835 <TITLE>Nickname Explained</TITLE>
16836 </HEAD>
16837 <BODY>
16838 <H1>Nickname Explained</H1>
16840 This is a nickname to help you.
16841 You should have a different nickname for each rule you define.
16842 The nickname will be used in the SETUP OTHER RULES screen to allow you to
16843 pick a rule to edit.
16845 Look <A HREF="h_edit_nav_cmds">here</A>
16846 to see the available Editing and Navigation commands.
16848 &lt;End of help on this topic&gt;
16849 </BODY>
16850 </HTML>
16851 ======= h_config_score_nick =======
16852 <HTML>
16853 <HEAD>
16854 <TITLE>Nickname Explained</TITLE>
16855 </HEAD>
16856 <BODY>
16857 <H1>Nickname Explained</H1>
16859 This is a nickname to help you.
16860 You should have a different nickname for each scoring rule you define.
16861 The nickname will be used in the SETUP SCORING RULES screen to allow you to
16862 pick a rule to edit.
16864 Look <A HREF="h_edit_nav_cmds">here</A>
16865 to see the available Editing and Navigation commands.
16867 &lt;End of help on this topic&gt;
16868 </BODY>
16869 </HTML>
16870 ======= h_config_incol_nick =======
16871 <HTML>
16872 <HEAD>
16873 <TITLE>Nickname Explained</TITLE>
16874 </HEAD>
16875 <BODY>
16876 <H1>Nickname Explained</H1>
16878 This is a nickname to help you.
16879 You should have a different nickname for each color rule you define.
16880 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
16881 pick a rule to edit.
16883 Look <A HREF="h_edit_nav_cmds">here</A>
16884 to see the available Editing and Navigation commands.
16886 &lt;End of help on this topic&gt;
16887 </BODY>
16888 </HTML>
16889 ======= h_config_filt_nick =======
16890 <HTML>
16891 <HEAD>
16892 <TITLE>Nickname Explained</TITLE>
16893 </HEAD>
16894 <BODY>
16895 <H1>Nickname Explained</H1>
16897 This is a nickname to help you.
16898 You should have a different nickname for each filtering rule you define.
16899 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
16900 pick a rule to edit.
16902 Look <A HREF="h_edit_nav_cmds">here</A>
16903 to see the available Editing and Navigation commands.
16905 &lt;End of help on this topic&gt;
16906 </BODY>
16907 </HTML>
16908 ======= h_config_score_topat =======
16909 <HTML>
16910 <HEAD>
16911 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16912 </HEAD>
16913 <BODY>
16914 <H1>&quot;To:&quot; Pattern Explained</H1>
16916 Any text you enter as the &quot;To pattern&quot;
16917 will be compared to the recipients from the To: line of
16918 the message being scored.
16919 When the text you entered matches
16920 all or part of the To: line of a message, then the Score Value
16921 you have specified will be added to the score for the message.
16922 (Any other non-blank parts of the Pattern must match, too.)
16925 You may enter a complete email address, part of an address, or a
16926 list of addresses or partial addresses.
16927 For example:
16930 <PRE>
16931  To pattern = friend@public.com
16933  To pattern = rated.net
16935  To pattern = xxx@adults.com
16936               admin@msn.com
16937               fool@motleyfool.com
16938 </PRE>
16941 Each of those are valid To patterns.
16944 Messages match those patterns if any of the
16945 addresses in the To: line of the message contains the pattern.
16946 If the pattern is a list of patterns
16947 (like the last example above) then it is a match if any of the patterns in
16948 the list match any of the addresses in the To: line.
16949 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16950 present for a match.
16951 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16952 address2 must be present.
16953 That is exactly what using a list does.)
16956 Some messages may be &quot;bounced&quot; to you, and will
16957 have a &quot;Resent-To:&quot; header line.
16958 If the message contains a Resent-To: line
16959 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16960 Alpine will look for
16961 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16962 the original To: line.
16965 When entering a pattern, you may choose an address from your address book
16966 with the &quot;T&quot; command.
16969 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16970 &quot;!&quot; &quot;toggle NOT&quot; command.
16971 This changes the meaning of the To pattern so that it has the opposite meaning.
16972 It will be considered a match if there are no matches between the
16973 addresses in the To: line and the list of To patterns.
16975 Don't make the mistake of putting the &quot;!&quot; in the data field for
16976 the pattern.
16977 For example, if you type the characters &quot;!frizzle&quot; into the To
16978 pattern, the pattern will look like:
16980 <PRE>
16981  To pattern = !frizzle
16982 </PRE>
16984 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16985 In order to match messages that do not have &quot;frizzle&quot; in
16986 their To field, first type the characters &quot;frizzle&quot; followed
16987 by carriage return for the value of the To pattern, then negate it
16988 by typing the &quot;!&quot; command.
16989 It should end up looking like
16991 <PRE>
16992  ! To pattern = frizzle
16993 </PRE>
16995 You are not limited to using the six standard header patterns that are
16996 normally shown (To, From, Sender, Cc, News, and Subject).
16997 You may add any other header to a Pattern by
16998 using the &quot;eXtraHdr&quot; command to specify a different
16999 message header line; and then the Add or Change command to fill in
17000 a pattern for the new header line, just like you would for a standard header.
17002 A technicality: Since comma is the character used to separate multiple
17003 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17004 you want to include a literal comma in the field.
17005 In other words, if you type a backslash followed by a comma it will
17006 be interpreted as a comma by Alpine, instead of as a separator between
17007 pattern values.
17008 All other backslashes are literal backslashes and should not be escaped.
17010 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17011 for more information on Patterns.
17013 Look <A HREF="h_edit_nav_cmds">here</A>
17014 to see the available Editing and Navigation commands.
17016 &lt;End of help on this topic&gt;
17017 </BODY>
17018 </HTML>
17019 ======= h_config_incol_topat =======
17020 <HTML>
17021 <HEAD>
17022 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17023 </HEAD>
17024 <BODY>
17025 <H1>&quot;To:&quot; Pattern Explained</H1>
17027 Any text you enter as the &quot;To pattern&quot;
17028 will be compared to the recipients from the To: lines of
17029 the messages in the index.
17030 When the text you entered matches
17031 all or part of the To: line of a message, then the Index Line Color you have
17032 specified will be used for that line in the index.
17033 (Any other non-blank parts of the Pattern must match, too.)
17036 You may enter a complete email address, part of an address, or a
17037 list of addresses or partial addresses.
17038 For example:
17041 <PRE>
17042  To pattern = friend@public.com
17043  To pattern = rated.net
17044  To pattern = xxx@adults.com
17045               admin@msn.com
17046               fool@motleyfool.com
17047 </PRE>
17050 Each of those are valid To patterns.
17053 Messages match those patterns if any of the
17054 addresses in the To: line of the message contains the pattern.
17055 If the pattern is a list of patterns
17056 (like the last example above) then it is a match if any of the patterns in
17057 the list match any of the addresses in the To: line.
17058 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
17059 present for a match.
17060 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
17061 address2 must be present.
17062 That is exactly what using a list does.)
17065 Some messages may be &quot;bounced&quot; to you, and will
17066 have a &quot;Resent-To:&quot; header line.
17067 If the message contains a Resent-To: line
17068 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
17069 Alpine will look for
17070 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
17071 the original To: line.
17074 When entering a pattern, you may choose an address from your address book
17075 with the &quot;T&quot; command.
17078 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17079 &quot;!&quot; &quot;toggle NOT&quot; command.
17080 This changes the meaning of the To pattern so that it has the opposite meaning.
17081 It will be considered a match if there are no matches between the
17082 addresses in the To: line and the list of To patterns.
17084 Don't make the mistake of putting the &quot;!&quot; in the data field for
17085 the pattern.
17086 For example, if you type the characters &quot;!frizzle&quot; into the To
17087 pattern, the pattern will look like:
17089 <PRE>
17090  To pattern = !frizzle
17091 </PRE>
17093 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17094 In order to match messages that do not have &quot;frizzle&quot; in
17095 their To field, first type the characters &quot;frizzle&quot; followed
17096 by carriage return for the value of the To pattern, then negate it
17097 by typing the &quot;!&quot; command.
17098 It should end up looking like
17100 <PRE>
17101  ! To pattern = frizzle
17102 </PRE>
17105 You are not limited to using the six standard header patterns that are
17106 normally shown (To, From, Sender, Cc, News, and Subject).
17107 You may add any other header to a Pattern by
17108 using the &quot;eXtraHdr&quot; command to specify a different
17109 message header line; and then the Add or Change command to fill in
17110 a pattern for the new header line, just like you would for a standard header.
17112 A technicality: Since comma is the character used to separate multiple
17113 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17114 you want to include a literal comma in the field.
17115 In other words, if you type a backslash followed by a comma it will
17116 be interpreted as a comma by Alpine, instead of as a separator between
17117 pattern values.
17118 All other backslashes are literal backslashes and should not be escaped.
17120 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17121 for more information on Patterns.
17123 Look <A HREF="h_edit_nav_cmds">here</A>
17124 to see the available Editing and Navigation commands.
17126 &lt;End of help on this topic&gt;
17127 </BODY>
17128 </HTML>
17129 ======= h_config_other_topat =======
17130 <HTML>
17131 <HEAD>
17132 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17133 </HEAD>
17134 <BODY>
17135 <H1>&quot;To:&quot; Pattern Explained</H1>
17137 For some of the OTHER RULES actions, there is no message that is being
17138 compared against.
17139 If that is the case, then only the Current Folder Type is checked.
17140 In particular, this To pattern is ignored.
17141 Actions that fall into this category include both
17142 Sort Order and Index Format.
17144 A technicality: Since comma is the character used to separate multiple
17145 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17146 you want to include a literal comma in the field.
17147 In other words, if you type a backslash followed by a comma it will
17148 be interpreted as a comma by Alpine, instead of as a separator between
17149 pattern values.
17150 All other backslashes are literal backslashes and should not be escaped.
17152 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17153 for more information on Patterns.
17155 Look <A HREF="h_edit_nav_cmds">here</A>
17156 to see the available Editing and Navigation commands.
17158 &lt;End of help on this topic&gt;
17159 </BODY>
17160 </HTML>
17161 ======= h_config_filt_topat =======
17162 <HTML>
17163 <HEAD>
17164 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17165 </HEAD>
17166 <BODY>
17167 <H1>&quot;To:&quot; Pattern Explained</H1>
17169 Any text you enter as the &quot;To pattern&quot;
17170 will be compared to the recipients from the To: line of
17171 messages when Alpine opens folders.
17172 When the text you entered matches
17173 all or part of the To: line of a message, then the Filter Action you have
17174 specified will be carried out.
17175 (Any other non-blank parts of the Pattern must match, too.)
17178 You may enter a complete email address, part of an address, or a
17179 list of addresses or partial addresses.
17180 For example:
17183 <PRE>
17184  To pattern = friend@public.com
17185  To pattern = rated.net
17186  To pattern = xxx@adults.com
17187               admin@msn.com
17188               fool@motleyfool.com
17189 </PRE>
17192 Each of those are valid To patterns.
17195 Messages match those patterns if any of the
17196 addresses in the To: line of the message contains the pattern.
17197 If the pattern is a list of patterns
17198 (like the last example above) then it is a match if any of the patterns in
17199 the list match any of the addresses in the To: line.
17200 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
17201 present for a match.
17202 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
17203 address2 must be present.
17204 That is exactly what using a list does.)
17207 Some messages may be &quot;bounced&quot; to you, and will
17208 have a &quot;Resent-To:&quot; header line.
17209 If the message contains a Resent-To: line
17210 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
17211 Alpine will look for
17212 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
17213 the original To: line.
17216 When entering a pattern, you may choose an address from your address book
17217 with the &quot;T&quot; command.
17220 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17221 &quot;!&quot; &quot;toggle NOT&quot; command.
17222 This changes the meaning of the To pattern so that it has the opposite meaning.
17223 It will be considered a match if there are no matches between the
17224 addresses in the To: line and the list of To patterns.
17226 Don't make the mistake of putting the &quot;!&quot; in the data field for
17227 the pattern.
17228 For example, if you type the characters &quot;!frizzle&quot; into the To
17229 pattern, the pattern will look like:
17231 <PRE>
17232  To pattern = !frizzle
17233 </PRE>
17235 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17236 In order to match messages that do not have &quot;frizzle&quot; in
17237 their To field, first type the characters &quot;frizzle&quot; followed
17238 by carriage return for the value of the To pattern, then negate it
17239 by typing the &quot;!&quot; command.
17240 It should end up looking like
17242 <PRE>
17243  ! To pattern = frizzle
17244 </PRE>
17247 You are not limited to using the six standard header patterns that are
17248 normally shown (To, From, Sender, Cc, News, and Subject).
17249 You may add any other header to a Pattern by
17250 using the &quot;eXtraHdr&quot; command to specify a different
17251 message header line; and then the Add or Change command to fill in
17252 a pattern for the new header line, just like you would for a standard header.
17254 A technicality: Since comma is the character used to separate multiple
17255 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17256 you want to include a literal comma in the field.
17257 In other words, if you type a backslash followed by a comma it will
17258 be interpreted as a comma by Alpine, instead of as a separator between
17259 pattern values.
17260 All other backslashes are literal backslashes and should not be escaped.
17262 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17263 for more information on Patterns.
17265 Look <A HREF="h_edit_nav_cmds">here</A>
17266 to see the available Editing and Navigation commands.
17268 &lt;End of help on this topic&gt;
17269 </BODY>
17270 </HTML>
17271 ======= h_config_role_topat =======
17272 <HTML>
17273 <HEAD>
17274 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17275 </HEAD>
17276 <BODY>
17277 <H1>&quot;To:&quot; Pattern Explained</H1>
17279 Any text you enter as the &quot;To pattern&quot;
17280 will be compared to the recipients from the To: line of
17281 the message being replied to or forwarded.
17282 (Any other non-blank parts of the Pattern must match, too.)
17283 In the case of the Compose command, this pattern and the other header
17284 patterns are ignored.
17287 You may enter a complete email address, part of an address, or a
17288 list of addresses or partial addresses.
17289 For example:
17292 <PRE>
17293  To pattern = friend@public.com
17294  To pattern = rated.net
17295  To pattern = xxx@adults.com
17296               admin@msn.com
17297               fool@motleyfool.com
17298 </PRE>
17301 Each of those are valid To patterns.
17304 Messages match those patterns if any of the
17305 addresses in the To: line of the message contains the pattern.
17306 If the pattern is a list of patterns
17307 (like the last example above) then it is a match if any of the patterns in
17308 the list match any of the addresses in the To: line.
17309 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
17310 present for a match.
17311 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
17312 address2 must be present.
17313 That is exactly what using a list does.)
17316 Some messages may be &quot;bounced&quot; to you, and will
17317 have a &quot;Resent-To:&quot; header line.
17318 If the message contains a Resent-To: line
17319 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
17320 Alpine will look for
17321 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
17322 the original To: line.
17325 When entering a pattern, you may choose an address from your address book
17326 with the &quot;T&quot; command.
17329 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17330 &quot;!&quot; &quot;toggle NOT&quot; command.
17331 This changes the meaning of the To pattern so that it has the opposite meaning.
17332 It will be considered a match if there are no matches between the
17333 addresses in the To: line and the list of To patterns.
17335 Don't make the mistake of putting the &quot;!&quot; in the data field for
17336 the pattern.
17337 For example, if you type the characters &quot;!frizzle&quot; into the To
17338 pattern, the pattern will look like:
17340 <PRE>
17341  To pattern = !frizzle
17342 </PRE>
17344 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17345 In order to match messages that do not have &quot;frizzle&quot; in
17346 their To field, first type the characters &quot;frizzle&quot; followed
17347 by carriage return for the value of the To pattern, then negate it
17348 by typing the &quot;!&quot; command.
17349 It should end up looking like
17351 <PRE>
17352  ! To pattern = frizzle
17353 </PRE>
17356 You are not limited to using the six standard header patterns that are
17357 normally shown (To, From, Sender, Cc, News, and Subject).
17358 You may add any other header to a Pattern by
17359 using the &quot;eXtraHdr&quot; command to specify a different
17360 message header line; and then the Add or Change command to fill in
17361 a pattern for the new header line, just like you would for a standard header.
17363 A technicality: Since comma is the character used to separate multiple
17364 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17365 you want to include a literal comma in the field.
17366 In other words, if you type a backslash followed by a comma it will
17367 be interpreted as a comma by Alpine, instead of as a separator between
17368 pattern values.
17369 All other backslashes are literal backslashes and should not be escaped.
17371 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17372 for more information on Patterns.
17374 Look <A HREF="h_edit_nav_cmds">here</A>
17375 to see the available Editing and Navigation commands.
17377 &lt;End of help on this topic&gt;
17378 </BODY>
17379 </HTML>
17380 ======= h_config_role_frompat =======
17381 <HTML>
17382 <HEAD>
17383 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
17384 </HEAD>
17385 <BODY>
17386 <H1>&quot;From:&quot; Pattern Explained</H1>
17388 This is just like the &quot;To pattern&quot; except that it is compared with
17389 the address in the From: line of the message
17390 instead of the addresses from the To: line.
17391 See the help for the To pattern for more information on header patterns.
17393 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17394 for more information on Patterns.
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_senderpat =======
17403 <HTML>
17404 <HEAD>
17405 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
17406 </HEAD>
17407 <BODY>
17408 <H1>&quot;Sender:&quot; Pattern Explained</H1>
17410 This is just like the &quot;To pattern&quot; except that it is compared with
17411 the address from the Sender: line of the message
17412 instead of the addresses from the To: line.
17413 See the help for the To pattern for more information on header patterns.
17415 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17416 for more information on Patterns.
17418 Look <A HREF="h_edit_nav_cmds">here</A>
17419 to see the available Editing and Navigation commands.
17421 &lt;End of help on this topic&gt;
17422 </BODY>
17423 </HTML>
17424 ======= h_config_role_ccpat =======
17425 <HTML>
17426 <HEAD>
17427 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
17428 </HEAD>
17429 <BODY>
17430 <H1>&quot;Cc:&quot; Pattern Explained</H1>
17432 This is just like the &quot;To pattern&quot; except that it is compared with
17433 the addresses from the Cc: line of the message
17434 instead of the addresses from the To: line.
17435 See the help for the To pattern for more information on header patterns.
17437 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17438 for more information on Patterns.
17440 Look <A HREF="h_edit_nav_cmds">here</A>
17441 to see the available Editing and Navigation commands.
17443 &lt;End of help on this topic&gt;
17444 </BODY>
17445 </HTML>
17446 ======= h_config_role_recippat =======
17447 <HTML>
17448 <HEAD>
17449 <TITLE>Recipient Pattern Explained</TITLE>
17450 </HEAD>
17451 <BODY>
17452 <H1>Recipient Pattern Explained</H1>
17454 This is just like the &quot;To pattern&quot; except that it is compared with
17455 the addresses from both the To: line and the Cc: line of the
17456 message instead of just the addresses from the To: line.
17457 In other words, it is considered a match if the pattern matches
17458 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
17459 in the Cc: line.
17460 (Notice that defining the Recipient pattern does not have the same
17461 effect as defining both the To and Cc patterns.
17462 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
17463 It is equivalent to having two different rules;
17464 one with a To pattern and the other with the same Cc pattern.)
17466 A technicality: Since comma is the character used to separate multiple
17467 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17468 you want to include a literal comma in the field.
17469 In other words, if you type a backslash followed by a comma it will
17470 be interpreted as a comma by Alpine, instead of as a separator between
17471 pattern values.
17472 All other backslashes are literal backslashes and should not be escaped.
17474 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17475 for more information on Patterns.
17477 Look <A HREF="h_edit_nav_cmds">here</A>
17478 to see the available Editing and Navigation commands.
17480 &lt;End of help on this topic&gt;
17481 </BODY>
17482 </HTML>
17483 ======= h_config_role_particpat =======
17484 <HTML>
17485 <HEAD>
17486 <TITLE>Participant Pattern Explained</TITLE>
17487 </HEAD>
17488 <BODY>
17489 <H1>Participant Pattern Explained</H1>
17491 This is just like the &quot;To pattern&quot; except that it is compared with
17492 the addresses from the From: line, the To: line, and the Cc: line of the
17493 message instead of just the addresses from the To: line.
17494 In other words, it is considered a match if the pattern matches
17495 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
17496 in the To: line, <EM>OR</EM> an address in the Cc: line.
17497 (Notice that defining the Participant pattern does not have the same
17498 effect as defining all of the From, To, and Cc patterns.
17499 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
17500 From <EM>AND</EM> To <EM>AND</EM> Cc.
17501 It is equivalent to having three different rules;
17502 one with a From pattern, another with the same To pattern, and a third with
17503 the same Cc pattern.)
17505 A technicality: Since comma is the character used to separate multiple
17506 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17507 you want to include a literal comma in the field.
17508 In other words, if you type a backslash followed by a comma it will
17509 be interpreted as a comma by Alpine, instead of as a separator between
17510 pattern values.
17511 All other backslashes are literal backslashes and should not be escaped.
17513 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17514 for more information on Patterns.
17516 Look <A HREF="h_edit_nav_cmds">here</A>
17517 to see the available Editing and Navigation commands.
17519 &lt;End of help on this topic&gt;
17520 </BODY>
17521 </HTML>
17522 ======= h_config_role_newspat =======
17523 <HTML>
17524 <HEAD>
17525 <TITLE>News Pattern Explained</TITLE>
17526 </HEAD>
17527 <BODY>
17528 <H1>News Pattern Explained</H1>
17530 If this pattern is non-blank, then for this rule to be considered a
17531 match, at least one of the newsgroups from
17532 the Newsgroups line of the message must match this pattern.
17533 If this pattern is a list of patterns, then at least one of the
17534 newsgroups must match at least one of the patterns.
17535 (Any other non-blank parts of the Pattern must match, too.)
17537 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
17538 &quot;!&quot; &quot;toggle NOT&quot; command.
17539 This changes the meaning of the News pattern so that it has the opposite meaning.
17540 It will be considered a match if there are no matches between the
17541 addresses in the Newsgroups: line and the list of News patterns.
17543 Don't make the mistake of putting the &quot;!&quot; in the data field for
17544 the pattern.
17545 For example, if you type the characters &quot;!frizzle&quot; into the News
17546 pattern, the pattern will look like:
17548 <PRE>
17549  News pattern = !frizzle
17550 </PRE>
17552 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17553 In order to match messages that do not have &quot;frizzle&quot; in
17554 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
17555 by carriage return for the value of the News pattern, then negate it
17556 by typing the &quot;!&quot; command.
17557 It should end up looking like
17559 <PRE>
17560  ! News pattern = frizzle
17561 </PRE>
17563 A technicality: Since comma is the character used to separate multiple
17564 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17565 you want to include a literal comma in the field.
17566 In other words, if you type a backslash followed by a comma it will
17567 be interpreted as a comma by Alpine, instead of as a separator between
17568 pattern values.
17569 All other backslashes are literal backslashes and should not be escaped.
17572 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17573 for more information on Patterns.
17575 Look <A HREF="h_edit_nav_cmds">here</A>
17576 to see the available Editing and Navigation commands.
17578 &lt;End of help on this topic&gt;
17579 </BODY>
17580 </HTML>
17581 ======= h_config_role_subjpat =======
17582 <HTML>
17583 <HEAD>
17584 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
17585 </HEAD>
17586 <BODY>
17587 <H1>&quot;Subject:&quot; Pattern Explained</H1>
17589 This is similar to the other parts of the Pattern.
17590 It is compared with
17591 the contents from the Subject of the message.
17593 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17594 for more information on Patterns.
17596 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
17597 &quot;!&quot; &quot;toggle NOT&quot; command.
17598 This changes the meaning of the Subject pattern so that it has the opposite meaning.
17599 It will be considered a match if there are no matches between the
17600 text in the Subject: line and the list of Subject patterns.
17603 If you wish to have a header pattern that is not one of the six standard
17604 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
17606 A technicality: Since comma is the character used to separate multiple
17607 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17608 you want to include a literal comma in the field.
17609 In other words, if you type a backslash followed by a comma it will
17610 be interpreted as a comma by Alpine, instead of as a separator between
17611 pattern values.
17612 All other backslashes are literal backslashes and should not be escaped.
17614 Look <A HREF="h_edit_nav_cmds">here</A>
17615 to see the available Editing and Navigation commands.
17617 &lt;End of help on this topic&gt;
17618 </BODY>
17619 </HTML>
17620 ======= h_config_role_alltextpat =======
17621 <HTML>
17622 <HEAD>
17623 <TITLE>AllText Pattern Explained</TITLE>
17624 </HEAD>
17625 <BODY>
17626 <H1>AllText Pattern Explained</H1>
17628 This is similar to the header patterns.
17629 Instead of comparing with text in a particular header field it 
17630 is compared with all of the text in the message header and body.
17632 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
17633 &quot;!&quot; &quot;toggle NOT&quot; command.
17634 This changes the meaning of the AllText pattern so that it has the opposite meaning.
17635 It will be considered a match if there are no matches between the
17636 text of the message and the list of AllText patterns.
17638 Don't make the mistake of putting the &quot;!&quot; in the data field for
17639 the pattern.
17640 For example, if you type the characters &quot;!frizzle&quot; into the AllText
17641 pattern, the pattern will look like:
17643 <PRE>
17644  AllText pattern = !frizzle
17645 </PRE>
17647 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17648 In order to match messages that do not have &quot;frizzle&quot; in
17649 the text of the message, first type the characters &quot;frizzle&quot; followed
17650 by carriage return for the value of the AllText pattern, then negate it
17651 by typing the &quot;!&quot; command.
17652 It should end up looking like
17654 <PRE>
17655  ! AllText pattern = frizzle
17656 </PRE>
17658 It is possible that you may notice degraded performance when using
17659 AllText Patterns.
17661 A technicality: Since comma is the character used to separate multiple
17662 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17663 you want to include a literal comma in the field.
17664 In other words, if you type a backslash followed by a comma it will
17665 be interpreted as a comma by Alpine, instead of as a separator between
17666 pattern values.
17667 All other backslashes are literal backslashes and should not be escaped.
17669 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17670 for more information on Patterns.
17672 Look <A HREF="h_edit_nav_cmds">here</A>
17673 to see the available Editing and Navigation commands.
17675 &lt;End of help on this topic&gt;
17676 </BODY>
17677 </HTML>
17678 ======= h_config_role_bodytextpat =======
17679 <HTML>
17680 <HEAD>
17681 <TITLE>BodyText Pattern Explained</TITLE>
17682 </HEAD>
17683 <BODY>
17684 <H1>BodyText Pattern Explained</H1>
17686 This is similar to the header patterns.
17687 Instead of comparing with text in a particular header field it 
17688 is compared with all of the text in the message body.
17690 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
17691 &quot;!&quot; &quot;toggle NOT&quot; command.
17692 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
17693 It will be considered a match if there are no matches between the
17694 text of the body of the message and the list of BodyText patterns.
17696 Don't make the mistake of putting the &quot;!&quot; in the data field for
17697 the pattern.
17698 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
17699 pattern, the pattern will look like:
17701 <PRE>
17702  BdyText pattern = !frizzle
17703 </PRE>
17705 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17706 In order to match messages that do not have &quot;frizzle&quot; in
17707 their BodyText, first type the characters &quot;frizzle&quot; followed
17708 by carriage return for the value of the BodyText pattern, then negate it
17709 by typing the &quot;!&quot; command.
17710 It should end up looking like
17712 <PRE>
17713  ! BodyText pattern = frizzle
17714 </PRE>
17716 It is possible that you may notice degraded performance when using
17717 BodyText Patterns.
17719 A technicality: Since comma is the character used to separate multiple
17720 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17721 you want to include a literal comma in the field.
17722 In other words, if you type a backslash followed by a comma it will
17723 be interpreted as a comma by Alpine, instead of as a separator between
17724 pattern values.
17725 All other backslashes are literal backslashes and should not be escaped.
17727 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17728 for more information on Patterns.
17730 Look <A HREF="h_edit_nav_cmds">here</A>
17731 to see the available Editing and Navigation commands.
17733 &lt;End of help on this topic&gt;
17734 </BODY>
17735 </HTML>
17736 ======= h_config_role_charsetpat =======
17737 <HTML>
17738 <HEAD>
17739 <TITLE>Character Set Pattern Explained</TITLE>
17740 </HEAD>
17741 <BODY>
17742 <H1>Character Set Pattern Explained</H1>
17744 A message may use one or more character sets.
17745 This part of the Pattern matches messages that make use of
17746 certain specified character sets.
17747 It will be considered a match if a message uses any of the character
17748 sets in the list you give here.
17751 When filling in a value for this field, you may use
17752 the &quot;T&quot; command, which presents you with a large list of
17753 possible character sets to choose from.
17754 You may also just type in the name of a character set, and it need not
17755 be one that Alpine knows about.
17758 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
17759 GB2312) you may also use some shorthand names that Alpine provides.
17760 These names are more understandable shorthand names for sets of 
17761 character set names.
17762 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
17763 Selecting one of these shorthand names is equivalent to selecting all of
17764 the character sets that make up the set.
17765 You can see all of these shorthand names and the lists of character sets
17766 they stand for by typing the &quot;T&quot; command.
17769 For the purposes of this Pattern,
17770 Alpine will search through a message for all of the text parts and
17771 collect the character sets declared for each part.
17772 It will also look in the Subject line for a character set used there.
17773 Alpine does not actually look at the text of the message or the text
17774 of the Subject to determine if a declared character set is actually
17775 used, it looks only at the declarations themselves in the MIME part headers
17776 and in the Subject.
17779 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
17780 &quot;!&quot; &quot;toggle NOT&quot; command.
17781 This changes the meaning of the Character Set pattern so that
17782 it has the opposite meaning.
17783 It will be considered a match if none of the character sets in the
17784 list are used in a message.
17786 Don't make the mistake of putting the &quot;!&quot; in the data field for
17787 the pattern.
17788 For example, if you type the characters &quot;!GB2312&quot; into the
17789 Character Set pattern, the pattern will look like:
17791 <PRE>
17792  Charset pattern = !GB2312
17793 </PRE>
17795 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
17796 In order to match messages that do not have the
17797 character set &quot;GB2312&quot;
17798 set, first type the characters &quot;GB2312&quot; followed
17799 by carriage return for the value of the Character Set pattern, then negate it
17800 by typing the &quot;!&quot; command.
17801 It should end up looking like
17803 <PRE>
17804  ! Charset pattern = GB2312
17805 </PRE>
17807 A technicality: Since comma is the character used to separate multiple
17808 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17809 you want to include a literal comma in the field.
17810 In other words, if you type a backslash followed by a comma it will
17811 be interpreted as a comma by Alpine, instead of as a separator between
17812 pattern values.
17813 All other backslashes are literal backslashes and should not be escaped.
17815 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17816 for more information on Patterns.
17818 Look <A HREF="h_edit_nav_cmds">here</A>
17819 to see the available Editing and Navigation commands.
17821 &lt;End of help on this topic&gt;
17822 </BODY>
17823 </HTML>
17824 ======= h_config_role_keywordpat =======
17825 <HTML>
17826 <HEAD>
17827 <TITLE>Keyword Pattern Explained</TITLE>
17828 </HEAD>
17829 <BODY>
17830 <H1>Keyword Pattern Explained</H1>
17832 A folder may have user-defined keywords.
17833 These are similar to the Important flag, which the user may set using the
17834 Flag command.
17835 The difference is that the Important flag is always present for each folder.
17836 User-defined keywords are picked by the user.
17837 You may add new keywords by defining them in the
17838 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
17839 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
17840 the Flag command may be used to set or clear the keyword on individual messages.
17841 If you have given a keyword a nickname when configuring it,
17842 that nickname may be used instead of the actual keyword.
17845 When filling in a value for this field, it may be easiest to use
17846 the &quot;T&quot; command, which presents you with a list of the keywords
17847 you have defined to choose from.
17850 This part of the Pattern matches messages with certain keywords set.
17851 It will be considered a match if a message has any of the keywords in the
17852 list set.
17853 A keyword that you have not defined using the
17854 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
17855 will not be a match.
17858 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
17859 &quot;!&quot; &quot;toggle NOT&quot; command.
17860 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
17861 It will be considered a match if none of the keywords in the list are set
17862 for a message.
17863 A keyword that you have not defined using the
17864 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
17865 will not be a match, so a <EM>NOT</EM> of that keyword does match.
17867 Don't make the mistake of putting the &quot;!&quot; in the data field for
17868 the pattern.
17869 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
17870 pattern, the pattern will look like:
17872 <PRE>
17873  Keyword pattern = !frizzle
17874 </PRE>
17876 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17877 In order to match messages that do not have the keyword &quot;frizzle&quot;
17878 set, first type the characters &quot;frizzle&quot; followed
17879 by carriage return for the value of the Keyword pattern, then negate it
17880 by typing the &quot;!&quot; command.
17881 It should end up looking like
17883 <PRE>
17884  ! Keyword pattern = frizzle
17885 </PRE>
17887 A technicality: Since comma is the character used to separate multiple
17888 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17889 you want to include a literal comma in the field.
17890 In other words, if you type a backslash followed by a comma it will
17891 be interpreted as a comma by Alpine, instead of as a separator between
17892 pattern values.
17893 All other backslashes are literal backslashes and should not be escaped.
17895 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17896 for more information on Patterns.
17898 Look <A HREF="h_edit_nav_cmds">here</A>
17899 to see the available Editing and Navigation commands.
17901 &lt;End of help on this topic&gt;
17902 </BODY>
17903 </HTML>
17904 ======= h_config_role_arbpat =======
17905 <HTML>
17906 <HEAD>
17907 <TITLE>Extra Header Patterns Explained</TITLE>
17908 </HEAD>
17909 <BODY>
17910 <H1>Extra Header Patterns Explained</H1>
17912 The header patterns that come after the Participant pattern but before the 
17913 AllText pattern are extra header patterns that you have added to a rule's
17914 Pattern. These are just like the other header patterns except that
17915 the contents of the particular header listed on the left hand side will
17916 be used for comparisons.
17918 The &quot;eXtraHdr&quot; command may be used to add more of these
17919 header patterns to the rule you are editing.
17921 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
17922 extra header pattern from the rule you are editing.
17924 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
17925 &quot;!&quot; &quot;toggle NOT&quot; command.
17926 This changes the meaning of the pattern so that it has the opposite meaning.
17927 It will be considered a match if there are no matches between the
17928 text in the header line and the list of patterns.
17930 Don't make the mistake of putting the &quot;!&quot; in the data field for
17931 the pattern.
17932 For example, if you type the characters &quot;!frizzle&quot; into the
17933 pattern, the pattern will look like:
17935 <PRE>
17936  Xyz pattern = !frizzle
17937 </PRE>
17939 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17940 In order to match messages that do not have &quot;frizzle&quot; in
17941 their Xyz field, first type the characters &quot;frizzle&quot; followed
17942 by carriage return for the value of the pattern, then negate it
17943 by typing the &quot;!&quot; command.
17944 It should end up looking like
17946 <PRE>
17947  ! Xyz pattern = frizzle
17948 </PRE>
17951 A technicality: Since comma is the character used to separate multiple
17952 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17953 you want to include a literal comma in the field.
17954 In other words, if you type a backslash followed by a comma it will
17955 be interpreted as a comma by Alpine, instead of as a separator between
17956 pattern values.
17957 All other backslashes are literal backslashes and should not be escaped.
17959 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17960 for more information on Patterns.
17962 Look <A HREF="h_edit_nav_cmds">here</A>
17963 to see the available Editing and Navigation commands.
17965 &lt;End of help on this topic&gt;
17966 </BODY>
17967 </HTML>
17968 ======= h_config_role_cat_cmd =======
17969 <HTML>
17970 <HEAD>
17971 <TITLE>Categorizer Command Explained</TITLE>
17972 </HEAD>
17973 <BODY>
17974 <H1>Categorizer Command Explained</H1>
17976 This is a command that is run with its standard input set to the message
17977 being checked and its standard output discarded.
17978 The full directory path should be specified.
17979 The command will be run and then its exit status will be checked against
17980 the Exit Status Interval, which defaults to just the value zero.
17981 If the exit status of the command falls in the interval, it is considered
17982 a match, otherwise it is not a match.
17985 This option may actually be a list of commands.
17986 The first one that exists and is executable is used.
17987 That makes it possible to use the same configuration with Unix Alpine and
17988 PC-Alpine.
17991 If none of the commands in the list exists and is executable then the rule
17992 is <EM>not</EM> a match.
17993 If it is possible that the command may not exist, you should be careful
17994 to structure your rules so that nothing destructive
17995 happens when the command does not exist.
17996 For example, you might have a filter that filters away spam when there is
17997 a match but does nothing when there is not a match.
17998 That would cause no harm if the command didn't exist.
17999 However, if you have a filter that filters away spam when there is not
18000 a match and keeps it when there is a match, that would filter everything
18001 if the categorizer command didn't exist.
18003 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
18004 setup for the bogofilter filter.
18007 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18008 for more information on Patterns.
18010 Look <A HREF="h_edit_nav_cmds">here</A>
18011 to see the available Editing and Navigation commands.
18013 &lt;End of help on this topic&gt;
18014 </BODY>
18015 </HTML>
18016 ======= h_config_role_cat_cmd_example =======
18017 <HTML>
18018 <HEAD>
18019 <TITLE>Categorizer Command Example</TITLE>
18020 </HEAD>
18021 <BODY>
18022 <H1>Categorizer Command Example</H1>
18024 Bogofilter
18025 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
18026 is a mail filter that attempts to classify mail as spam or
18027 non-spam using statistical analysis of the message content.
18028 When run with no arguments and a message as standard input, it exits with
18029 exit status 0 if it thinks a message is spam and 1 if it thinks
18030 it is not spam.
18031 To use bogofilter as your Categorizer Command you would simply set Command to
18032 the pathname of the bogofilter program.
18033 For example,
18035 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
18037 Exit status of zero is what you are interested in, so you'd set the
18038 Exit Status Interval to
18040 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
18043 In order to prevent downloading an entire huge message to check for spam, you
18044 might want to set the Character Limit to a few thousand characters (the
18045 assumption being that the spam will reveal itself in those characters)
18047 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
18050 You would probably use bogofilter in an Alpine Filter Rule, and have the action
18051 be to move the message to a spam folder.
18052 It would usually be wise to also check the &quot;Message is Recent&quot;
18053 part of the rule so that messages are only checked when they first arrive,
18054 and to restrict the Current Folder Type to just your INBOX.
18055 The reason for checking only Recent messages is to save the time it takes
18056 to run bogofilter on each message.
18057 As an experiment, you might start out by using this in an Indexcolor Rule
18058 instead of a Filter Rule.
18059 In that case, you probably wouldn't check the Recent checkbox.
18061 The use described above assumes that you are somehow maintaining bogofilter's
18062 database of words associated with spam and non-spam messages.
18063 One way to start your database would be to select a bunch of spam messages
18064 in Alpine (you might Save spam messages to a special folder or use Alpine's
18065 Select command to select several) and then Apply
18066 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
18067 a pipe command to the spam messages.
18068 For example, you could have a shell script or an alias
18069 called <EM>this_is_spam</EM>, which would simply be the command
18071 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
18074 It is probably best to use the pipe command's Raw Text, With Delimiter,
18075 and Free Output options,
18076 which are at the bottom of the screen when you type the pipe command.
18077 That's because bogofilter expects the raw message as input, and uses
18078 the Delimiters to tell when a new message starts.
18079 You would not need to use a separate pipe for each message, because
18080 bogofilter can handle multiple messages at once.
18082 Similarly, you would select a group of non-spam messages
18083 and run them through a <EM>this_is_nonspam</EM> script
18084 that was something like
18086 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
18089 For the more adventurous, the next step might be to automate the upkeep of
18090 the bogofilter database.
18091 It might make more sense to have bogofilter be part of the delivery process,
18092 but it is also possible to do it entirely from within Alpine.
18093 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
18094 the &quot;-u&quot; argument will cause bogofilter to update the database.
18096 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
18098 You'd want a couple more aliases or shell scripts called something like
18099 <EM>change_to_spam</EM>
18101 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
18104 <EM>change_to_nonspam</EM>
18106 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
18108 When you run across a message in your INBOX that should have been
18109 classified as spam you would pipe it to the change_to_spam script, and
18110 when you run across a message in your spam folder that should have been
18111 left in your INBOX you would pipe it through change_to_nonspam.
18114 There is a technical problem with this approach.
18115 Alpine may check your filters more than once.
18116 In particular, every time you start Alpine the filters will be checked for
18117 each message.
18118 Also, if you have any filters that depend on message state (New, Deleted, etc.)
18119 then Alpine will recheck for matches in messages that have changed state
18120 at the time you close the folder and before expunging.
18121 This is usually ok.
18122 However, in this case it is a problem because the command
18124 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
18126 has the side effect of updating the database.
18127 So you run the risk of updating the database multiple times for a single
18128 message instead of updating it just once per message.
18129 There are some ways to work around this problem.
18130 What you need is a way to mark the message after you have run the filter.
18131 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
18132 Besides having the filter move the message to a spam folder, also have it
18133 set the Bogo keyword.
18134 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
18135 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
18136 This rule can only set the Bogo keyword for the messages that it matches.
18137 You will also need to add a second rule right after this one that
18138 matches all the messages that don't have the Bogo keyword set
18139 (put the keyword in the Keyword pattern and toggle
18140 the Not with the ! command)
18141 and takes the action of setting it.
18142 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
18143 (and so it won't re-run the bogofilter command) if the keyword is already
18144 set.
18146 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
18147 on all messages that don't have the Bogo keyword set.
18148 This will have the side effect of inserting that message in the bogofilter
18149 database, match or not.
18150 If this rule matches (it is spam), the Bogo keyword will be set and
18151 the message will be moved to a spam folder.
18152 If it does not match, the
18153 following rule will mark the message by turning on the keyword.
18154 This second rule should be a non-terminating
18155 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
18156 rule so that it doesn't stop the filtering process before the rest of
18157 your rules are consulted.
18160 In summary, the first rule is something like
18161 <PRE>
18162   Nickname          = bogofilter -u rule
18163   Current Folder Type =
18164                (*) Specific
18165                    Folder = INBOX
18167   ! Keyword pattern = Bogo
18169   External Categorizer Commands =
18170        Command              = /usr/local/bin/bogofilter -u
18171        Exit Status Interval = (0,0)
18172        Character Limit      = <No Value Set: using "-1">  (optionally set this)
18174   Filter Action =
18175        (*) Move
18176            Folder = spam
18177   
18178   Set These Keywords   = Bogo
18179 </PRE>
18181 and the following rule is
18182 <PRE>
18183   Nickname          = Set Bogo Keyword
18184   Current Folder Type =
18185                (*) Specific
18186                    Folder = INBOX
18188   ! Keyword pattern = Bogo
18190   Filter Action =
18191        (*) Just Set Message Status
18193   Set These Keywords   = Bogo
18195   Features =
18196       [X]  dont-stop-even-if-rule-matches
18197 </PRE>
18199 If it is possible for you to insert bogofilter in the delivery process instead
18200 of having it called from Alpine you could prevent having to wait
18201 for the bogofilter processing while you read your mail.
18202 You would have bogofilter add a header to the message at the time of delivery
18203 that identified it as spam or nonspam.
18204 With this method, you could avoid using a Categorizer Command while running Alpine,
18205 and just match on the header instead.
18206 You might still want to use the scripts mentioned above to initialize the
18207 database or to re-classify wrongly classified messages.
18210 Finally, it isn't for the faint-hearted,
18211 but it is also possible to run bogofilter from PC-Alpine.
18212 You can install Cygwin from
18213 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
18214 then compile bogofilter in the cygwin environment, and run it from
18215 within PC-Alpine.
18216 You would end up with a Categorizer command that looked something like
18218 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
18220 Note that the &quot;.exe&quot; extension is explicit,
18221 and that the bogofilter.exe executable should be in the same directory
18222 as cygwin1.dll.
18225 &lt;End of help on this topic&gt;
18226 </BODY>
18227 </HTML>
18228 ======= h_config_role_cat_status =======
18229 <HTML>
18230 <HEAD>
18231 <TITLE>Exit Status Interval Explained</TITLE>
18232 </HEAD>
18233 <BODY>
18234 <H1>Exit Status Interval Explained</H1>
18236 The categorizer command is run and the result is the exit status of
18237 that command.
18238 If that exit status falls in the Exit Status Interval
18239 then it is considered a match, otherwise it is not a match.
18240 Of course for the entire rule to match, it must also be checked against
18241 the other defined parts of the Pattern.
18243 The Exit Status Interval defaults to the single value 0 (zero).
18244 If you define it, it should be set to something like:
18246 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
18248 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
18249 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
18250 positive and negative integers.
18252 Actually, a list of intervals may be used if you wish.
18253 A list would look like
18255 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
18257 When there is an Exit Status Interval defined, it is a match if the exit status
18258 of the categorizer command is contained in any of the intervals.
18259 The intervals include both endpoints.
18261 The default interval is
18263 <CENTER><SAMP>(0,0)</SAMP></CENTER>
18265 and it matches only if the command exits with exit status equal to zero.
18268 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18269 for more information on Patterns.
18271 Look <A HREF="h_edit_nav_cmds">here</A>
18272 to see the available Editing and Navigation commands.
18274 &lt;End of help on this topic&gt;
18275 </BODY>
18276 </HTML>
18277 ======= h_config_role_cat_limit =======
18278 <HTML>
18279 <HEAD>
18280 <TITLE>Character Limit Explained</TITLE>
18281 </HEAD>
18282 <BODY>
18283 <H1>Character Limit Explained</H1>
18285 Setting this option makes it possible to limit how much of the message
18286 is made available to the categorizer command as input.
18287 The default value (-1) means that the entire message is fed to the
18288 command.
18289 A value of 0 (zero) means that only the headers of the message are
18290 made available.
18291 A positive integer means that the headers plus that many characters from
18292 the body of the message are passed to the categorizer.
18295 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18296 for more information on Patterns.
18298 Look <A HREF="h_edit_nav_cmds">here</A>
18299 to see the available Editing and Navigation commands.
18301 &lt;End of help on this topic&gt;
18302 </BODY>
18303 </HTML>
18304 ======= h_config_role_age =======
18305 <HTML>
18306 <HEAD>
18307 <TITLE>Age Interval Explained</TITLE>
18308 </HEAD>
18309 <BODY>
18310 <H1>Age Interval Explained</H1>
18312 The Age Interval, if defined, is part of the Pattern.
18313 If you use this, it should be set to something like:
18315 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
18317 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
18318 The special value &quot;INF&quot; may be used for the max value.
18319 It represents infinity.
18321 In rare cases it may be useful to use the more general form of the value,
18322 which is a comma-separated list of intervals.
18323 It would look something like:
18325 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
18327 When there is an Age Interval defined, it is a match if the age, in days, of
18328 the message is contained in the interval.
18329 The interval includes both endpoints.
18330 If the option is set to a list of intervals then it is a match if the
18331 age of the message is contained in any of the intervals.
18333 Even though this option is called Age, it isn't actually
18334 the <EM>age</EM> of the message.
18335 Instead, it is how many days ago the message arrived in one of your folders.
18336 If the current time is a little past midnight, then a message that arrived
18337 just before midnight arrived yesterday, even though the message is only
18338 a few minutes old.
18339 By default, the date being used is not the date in the Date
18340 header of the message.
18341 It is the date that the message arrived in one of your folders.
18342 When you Save a message from one folder to another that arrival date
18343 is preserved.
18344 If you would like to use the date in the Date header that is possible.
18345 Turn on the option
18346 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
18347 near the bottom of the rule definition.
18349 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
18350 The age interval
18352 <CENTER><SAMP>(2,2)</SAMP></CENTER>
18354 matches all messages that arrived on the day before yesterday.
18355 The interval
18357 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
18359 matches all messages that arrived at least 180 days before today.
18360 The interval
18362 <CENTER><SAMP>(0,1)</SAMP></CENTER>
18364 matches all messages that arrived today or yesterday.
18367 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18368 for more information on Patterns.
18370 Look <A HREF="h_edit_nav_cmds">here</A>
18371 to see the available Editing and Navigation commands.
18373 &lt;End of help on this topic&gt;
18374 </BODY>
18375 </HTML>
18376 ======= h_config_role_size =======
18377 <HTML>
18378 <HEAD>
18379 <TITLE>Size Interval Explained</TITLE>
18380 </HEAD>
18381 <BODY>
18382 <H1>Size Interval Explained</H1>
18384 The Size Interval, if defined, is part of the Pattern.
18385 If you use this, it should be set to something like:
18387 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
18389 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
18390 The special value &quot;INF&quot; may be used for the max value.
18391 It represents infinity.
18393 In rare cases it may be useful to use the more general form of the value,
18394 which is a comma-separated list of intervals.
18395 It would look something like:
18397 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
18399 When there is a Size Interval defined, it is a match if the size of
18400 the message is contained in the interval.
18401 The interval includes both endpoints.
18402 If the option is set to a list of intervals then it is a match if the
18403 size of the message is contained in any of the intervals.
18405 The size interval
18407 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
18409 matches all messages with sizes greater than or equal to 10000, and less
18410 than or equal to 50000.
18411 The interval
18413 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
18415 matches all messages with sizes greater than or equal to 100000.
18418 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18419 for more information on Patterns.
18421 Look <A HREF="h_edit_nav_cmds">here</A>
18422 to see the available Editing and Navigation commands.
18424 &lt;End of help on this topic&gt;
18425 </BODY>
18426 </HTML>
18427 ======= h_config_role_scorei =======
18428 <HTML>
18429 <HEAD>
18430 <TITLE>Score Interval Explained</TITLE>
18431 </HEAD>
18432 <BODY>
18433 <H1>Score Interval Explained</H1>
18435 The Score Interval, if defined, is part of the Pattern.
18436 If you use this, it should be set to something like:
18438 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
18440 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
18441 -32000 and 32000.
18442 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
18443 the min and max values.
18444 These represent negative and positive infinity.
18446 Actually, the value may be a list of intervals rather than just a
18447 single interval if that is useful.
18448 The elements of the list are separated by commas like:
18450 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
18452 When there is a Score Interval defined, it is a match if the score for
18453 the message is contained in any of the intervals.
18454 The intervals include both endpoints.
18455 The score for a message is calculated by looking at every scoring rule
18456 defined and adding up the Score Values for the rules that match the message.
18457 Scoring rules are created using the
18458 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
18461 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18462 for more information on Patterns.
18464 Look <A HREF="h_edit_nav_cmds">here</A>
18465 to see the available Editing and Navigation commands.
18467 &lt;End of help on this topic&gt;
18468 </BODY>
18469 </HTML>
18470 ======= h_config_role_fldr_type =======
18471 <HTML>
18472 <HEAD>
18473 <TITLE>Current Folder Type Explained</TITLE>
18474 </HEAD>
18475 <BODY>
18476 <H1>Current Folder Type Explained</H1>
18478 The Current Folder Type is part of the role's Pattern.
18479 It refers to the type of the currently open folder, which is the folder
18480 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
18481 In order for a role to be considered a match, the current folder must
18482 be of the type you set here.
18483 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18484 all what you might think.
18486 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
18487 example, then
18488 that role will only be a match if the current folder is a newsgroup and
18489 the rest of the Pattern matches.
18490 The value &quot;Specific&quot; may be used when you want to limit the match
18491 to a specific folder (not just a specific type of folder), or to a list of
18492 specific folders.
18494 In order to match a specific folder you Select the &quot;Specific&quot;
18495 button <EM>AND</EM> fill in
18496 the name (or list of names) of
18497 the folder in the &quot;Folder List&quot; field.
18498 If the current folder is any of the folders in the list, that is considered
18499 a match.
18500 The name of each folder in the list may be either &quot;INBOX&quot;,
18501 the technical specification
18502 of the folder (like what appears in your configuration file) or, if the
18503 folder is one of your incoming folders, it may be the nickname you've given
18504 the folder.
18505 Here are a couple samples of specific folder names:
18507 <CENTER><SAMP>{monet.art.example.com/user=vincent}mail/art-class</SAMP></CENTER>
18509 <CENTER><SAMP>{news.example.com/nntp/user=peter}#news.comp.mail.pine</SAMP></CENTER>
18511 Observe that in order for an external folder (IMAP, POP, News) to be a match,
18512 you must also add the /user= option in the definition of the incoming folder.
18514 The easiest way to fill in the &quot;Folder List&quot; field is to use
18515 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
18516 highlighted, or to use the &quot;Take&quot; command with the configuration
18517 feature
18518 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
18519 turned on.
18520 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18521 Current Folder Type is set to &quot;Specific&quot;, and any value that
18522 &quot;Folder List&quot; has is ignored unless the type
18523 is set to &quot;Specific&quot;.
18525 When reading a newsgroup, there may be a performance penalty
18526 incurred when collecting the information necessary to check a Pattern.
18527 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18529 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18530 for more information on Patterns.
18532 Look <A HREF="h_edit_nav_cmds">here</A>
18533 to see the available Editing and Navigation commands.
18535 &lt;End of help on this topic&gt;
18536 </BODY>
18537 </HTML>
18538 ======= h_config_filt_rule_type =======
18539 <HTML>
18540 <HEAD>
18541 <TITLE>Filter Action Explained</TITLE>
18542 </HEAD>
18543 <BODY>
18544 <H1>Filter Action Explained</H1>
18546 The Filter Action specifies the action to be taken when the Pattern is a
18547 match.
18548 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
18549 &quot;Just Set Message Status&quot;.
18551 If it is set to &quot;Delete&quot;, then the message that matches the
18552 Pattern will be deleted from the open folder.
18554 If it is set to &quot;Move&quot;, then the name of the folder to which
18555 the matching message should be moved is given in the &quot;Folder List&quot; field on the
18556 next line of the screen.
18557 A list of folders separated by commas may be given, in which case the
18558 message will be copied to all of the folders in the list before it is
18559 deleted.
18561 If it is set to neither of those two values (it is set to the value
18562 labeled &quot;Just Set Message Status&quot;) then the message status
18563 setting will happen
18564 but the message will not be deleted or moved.
18566 If you are Moving a message you may also set Message Status if you wish.
18568 The easiest way to fill in the &quot;Folder List&quot; field is to use
18569 the T command that is available when the &quot;Folder List&quot; line is
18570 highlighted.
18571 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18572 Filter Action is set to &quot;Move&quot;, and any value that
18573 &quot;Folder List&quot; has is ignored unless the type
18574 is set to &quot;Move&quot;.
18576 There are a few tokens that may be used in the names in the Folder List.
18577 They are all related to the date on which the filtering is taking place.
18578 The tokens are words surrounded by underscores.
18579 For example, if you want your filter to move messages to a folder named
18580 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
18581 you could specify the folder as
18582 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
18583 which would result in a file named something like
18584 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
18586 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
18587 which would result in a file named something like
18588 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
18589 The available tokens are listed
18590 <A HREF="h_index_tokens">here</A>.
18592 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18593 for more information on Patterns.
18595 Look <A HREF="h_edit_nav_cmds">here</A>
18596 to see the available Editing and Navigation commands.
18598 &lt;End of help on this topic&gt;
18599 </BODY>
18600 </HTML>
18601 ======= h_config_score_fldr_type =======
18602 <HTML>
18603 <HEAD>
18604 <TITLE>Current Folder Type Explained</TITLE>
18605 </HEAD>
18606 <BODY>
18607 <H1>Current Folder Type Explained</H1>
18609 The Current Folder Type is part of the scoring rule's Pattern.
18610 It refers to the type of the folder that
18611 the message being scored is in.
18612 In order for a rule to be considered a match, the current folder must
18613 be of the type you set here.
18614 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18615 all what you might think.
18617 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18618 example, then
18619 that Pattern will only match if the current folder is a newsgroup and
18620 the rest of the Pattern matches.
18621 The value &quot;Specific&quot; may be used when you want to limit the match
18622 to a specific folder (not just a specific type of folder), or to a list of
18623 specific folders.
18625 In order to match a specific folder you Select the &quot;Specific&quot;
18626 button <EM>AND</EM> fill in
18627 the name (or list of names) of
18628 the folder in the &quot;Folder List&quot; field.
18629 If the current folder is any of the folders in the list, that is considered
18630 a match.
18631 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18632 of the folder (like what appears in your configuration file) or, if the
18633 folder is one of your incoming folders, it may be the nickname you've given
18634 the folder.
18635 Here are a couple samples of specific folder names:
18637 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18639 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18641 The easiest way to fill in the &quot;Folder List&quot; field is to use
18642 the T command that is available when the &quot;Folder List&quot; line is
18643 highlighted.
18644 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18645 Current Folder Type is set to &quot;Specific&quot;, and any value that
18646 &quot;Folder List&quot; has is ignored unless the type
18647 is set to &quot;Specific&quot;.
18649 When reading a newsgroup, there may be a performance penalty
18650 incurred when collecting the information necessary to check a Pattern.
18651 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18652 For example, if you have Index Line Coloring rules that have Score Intervals
18653 defined then the scores for all the visible messages will need to be calculated.
18654 If some of your Scoring rules have 
18655 a Current Folder Type of
18656 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
18657 screen to draw more slowly when in a newsgroup.
18659 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18660 for more information on Patterns.
18662 Look <A HREF="h_edit_nav_cmds">here</A>
18663 to see the available Editing and Navigation commands.
18665 &lt;End of help on this topic&gt;
18666 </BODY>
18667 </HTML>
18668 ======= h_config_other_fldr_type =======
18669 <HTML>
18670 <HEAD>
18671 <TITLE>Current Folder Type Explained</TITLE>
18672 </HEAD>
18673 <BODY>
18674 <H1>Current Folder Type Explained</H1>
18676 The Current Folder Type is part of the rule's Pattern.
18677 It refers to the type of the folder being viewed.
18678 In order for a rule to be considered a match, the current folder must
18679 be of the type you set here.
18680 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18681 all what you might think.
18683 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18684 example, then
18685 that Pattern will only match if the current folder is a newsgroup.
18686 The value &quot;Specific&quot; may be used when you want to limit the match
18687 to a specific folder (not just a specific type of folder), or to a list of
18688 specific folders.
18690 In order to match a specific folder you Select the &quot;Specific&quot;
18691 button <EM>AND</EM> fill in
18692 the name (or list of names) of
18693 the folder in the &quot;Folder List&quot; field.
18694 If the current folder is any of the folders in the list, that is considered
18695 a match.
18696 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18697 of the folder (like what appears in your configuration file) or, if the
18698 folder is one of your incoming folders, it may be the nickname you've given
18699 the folder.
18700 Here are a couple samples of specific folder names:
18702 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18704 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18706 The easiest way to fill in the &quot;Folder List&quot; field is to use
18707 the T command that is available when the &quot;Folder List&quot; line is
18708 highlighted.
18709 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18710 Current Folder Type is set to &quot;Specific&quot;, and any value that
18711 &quot;Folder List&quot; has is ignored unless the type
18712 is set to &quot;Specific&quot;.
18714 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18715 for more information on Patterns.
18717 Look <A HREF="h_edit_nav_cmds">here</A>
18718 to see the available Editing and Navigation commands.
18720 &lt;End of help on this topic&gt;
18721 </BODY>
18722 </HTML>
18723 ======= h_config_incol_fldr_type =======
18724 <HTML>
18725 <HEAD>
18726 <TITLE>Current Folder Type Explained</TITLE>
18727 </HEAD>
18728 <BODY>
18729 <H1>Current Folder Type Explained</H1>
18731 The Current Folder Type is part of the Line Coloring rule's Pattern.
18732 It refers to the type of the folder for which the MESSAGE INDEX is
18733 being viewed.
18734 In order for a rule to be considered a match, the current folder must
18735 be of the type you set here.
18736 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18737 all what you might think.
18739 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18740 example, then
18741 that Pattern will only match if the current folder is a newsgroup and
18742 the rest of the Pattern matches.
18743 The value &quot;Specific&quot; may be used when you want to limit the match
18744 to a specific folder (not just a specific type of folder), or to a list of
18745 specific folders.
18747 In order to match a specific folder you Select the &quot;Specific&quot;
18748 button <EM>AND</EM> fill in
18749 the name (or list of names) of
18750 the folder in the &quot;Folder List&quot; field.
18751 If the current folder is any of the folders in the list, that is considered
18752 a match.
18753 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18754 of the folder (like what appears in your configuration file) or, if the
18755 folder is one of your incoming folders, it may be the nickname you've given
18756 the folder.
18757 Here are a couple samples of specific folder names:
18759 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18761 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18763 The easiest way to fill in the &quot;Folder List&quot; field is to use
18764 the T command that is available when the &quot;Folder List&quot; line is
18765 highlighted.
18766 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18767 Current Folder Type is set to &quot;Specific&quot;, and any value that
18768 &quot;Folder List&quot; has is ignored unless the type
18769 is set to &quot;Specific&quot;.
18771 When reading a newsgroup, there may be a performance penalty
18772 incurred when collecting the information necessary to check a Pattern.
18773 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18774 For example, a rule with a non-Normal Index Line Color
18775 and a Current Folder Type of
18776 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
18777 screen to draw more slowly when in a newsgroup.
18779 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18780 for more information on Patterns.
18782 Look <A HREF="h_edit_nav_cmds">here</A>
18783 to see the available Editing and Navigation commands.
18785 &lt;End of help on this topic&gt;
18786 </BODY>
18787 </HTML>
18788 ======= h_config_filt_fldr_type =======
18789 <HTML>
18790 <HEAD>
18791 <TITLE>Current Folder Type Explained</TITLE>
18792 </HEAD>
18793 <BODY>
18794 <H1>Current Folder Type Explained</H1>
18796 The Current Folder Type is part of the Filtering rule's Pattern.
18797 It refers to the type of the folder for which the filtering is being done.
18798 In order for a rule to be considered a match, the current folder must
18799 be of the type you set here.
18800 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18801 all what you might think.
18803 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18804 example, then
18805 that Pattern will only match if the current folder is a newsgroup and
18806 the rest of the Pattern matches.
18807 The value &quot;Specific&quot; may be used when you want to limit the match
18808 to a specific folder (not just a specific type of folder), or to a list of
18809 specific folders.
18811 In order to match a specific folder you Select the &quot;Specific&quot;
18812 button <EM>AND</EM> fill in
18813 the name (or list of names) of
18814 the folder in the &quot;Folder List&quot; field.
18815 If the current folder is any of the folders in the list, that is considered
18816 a match.
18817 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18818 of the folder (like what appears in your configuration file) or, if the
18819 folder is one of your incoming folders, it may be the nickname you've given
18820 the folder.
18821 Here are a couple samples of specific folder names:
18823 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18825 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18827 The easiest way to fill in the &quot;Folder List&quot; field is to use
18828 the T command that is available when the &quot;Folder List&quot; line is
18829 highlighted.
18830 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18831 Current Folder Type is set to &quot;Specific&quot;, and any value that
18832 &quot;Folder List&quot; has is ignored unless the type
18833 is set to &quot;Specific&quot;.
18835 When reading a newsgroup, there may be a performance penalty
18836 incurred when collecting the information necessary to check a Pattern.
18837 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18838 For example, a rule with a Current Folder Type of either
18839 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
18840 more slowly when opening a newsgroup.
18842 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18843 for more information on Patterns.
18845 Look <A HREF="h_edit_nav_cmds">here</A>
18846 to see the available Editing and Navigation commands.
18848 &lt;End of help on this topic&gt;
18849 </BODY>
18850 </HTML>
18851 ======= h_config_role_stat_imp =======
18852 <HTML>
18853 <HEAD>
18854 <TITLE>Message Important Status Explained</TITLE>
18855 </HEAD>
18856 <BODY>
18857 <H1>Message Important Status Explained</H1>
18859 This part of the Pattern may have one of three possible values.
18860 The default value is &quot;Don't care&quot;, which matches any message.
18861 The other two values are &quot;Yes&quot;, which means the message must be
18862 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
18863 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
18864 to be a match.
18866 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18867 for more information on Patterns.
18869 Look <A HREF="h_edit_nav_cmds">here</A>
18870 to see the available Editing and Navigation commands.
18872 &lt;End of help on this topic&gt;
18873 </BODY>
18874 </HTML>
18875 ======= h_config_role_stat_new =======
18876 <HTML>
18877 <HEAD>
18878 <TITLE>Message New Status Explained</TITLE>
18879 </HEAD>
18880 <BODY>
18881 <H1>Message New Status Explained</H1>
18883 This part of the Pattern may have one of three possible values.
18884 The default value is &quot;Don't care&quot;, which matches any message.
18885 The other two values are &quot;Yes&quot;, which means the message must be
18886 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
18887 means the message must <EM>not</EM> be &quot;New&quot; in order
18888 to be a match.
18889 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
18890 same as <EM>Seen</EM>.
18892 The nomenclature for New and Recent is a bit confusing:
18894 New means that the message is Unseen.
18895 It could have been in your mailbox for a long time but if you haven't looked
18896 at it, it is still considered New.
18897 That matches the default Alpine index display that shows an N for such a
18898 message.
18900 Recent means that the message was added to this folder since the last time
18901 you opened the folder.
18902 Alpine also shows an N by default for these types of messages.
18903 If you were to run two copies of Alpine that opened a folder one right after
18904 the other, a message would only show up as Recent in (at most) the first
18905 Alpine session.
18907 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18908 for more information on Patterns.
18910 Look <A HREF="h_edit_nav_cmds">here</A>
18911 to see the available Editing and Navigation commands.
18913 &lt;End of help on this topic&gt;
18914 </BODY>
18915 </HTML>
18916 ======= h_config_role_stat_recent =======
18917 <HTML>
18918 <HEAD>
18919 <TITLE>Message Recent Status Explained</TITLE>
18920 </HEAD>
18921 <BODY>
18922 <H1>Message Recent Status Explained</H1>
18924 This part of the Pattern may have one of three possible values.
18925 The default value is &quot;Don't care&quot;, which matches any message.
18926 The other two values are &quot;Yes&quot;, which means the message must be
18927 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
18928 means the message must <EM>not</EM> be &quot;Recent&quot; in order
18929 to be a match.
18930 &quot;Recent&quot; means that the message was added to the folder since
18931 the last time the folder was opened.
18932 If more than one mail client has the folder opened, the message will
18933 appear to be &quot;Recent&quot; to only one of the clients.
18935 The nomenclature for New and Recent is a bit confusing:
18937 New means that the message is Unseen.
18938 It could have been in your mailbox for a long time but if you haven't looked
18939 at it, it is still considered New.
18940 That matches the default Alpine index display that shows an N for such a
18941 message.
18943 Recent means that the message was added to this folder since the last time
18944 you opened the folder.
18945 Alpine also shows an N by default for these types of messages.
18946 If you were to run two copies of Alpine that opened a folder one right after
18947 the other, a message would only show up as Recent in (at most) the first
18948 Alpine session.
18950 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18951 for more information on Patterns.
18953 Look <A HREF="h_edit_nav_cmds">here</A>
18954 to see the available Editing and Navigation commands.
18956 &lt;End of help on this topic&gt;
18957 </BODY>
18958 </HTML>
18959 ======= h_config_role_stat_del =======
18960 <HTML>
18961 <HEAD>
18962 <TITLE>Message Deleted Status Explained</TITLE>
18963 </HEAD>
18964 <BODY>
18965 <H1>Message Deleted Status Explained</H1>
18967 This part of the Pattern may have one of three possible values.
18968 The default value is &quot;Don't care&quot;, which matches any message.
18969 The other two values are &quot;Yes&quot;, which means the message must be
18970 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
18971 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
18972 to be a match.
18974 If you are thinking of using this part of the Pattern as a way to prevent
18975 messages from being filtered more than once in a Filter Pattern,
18976 take a look at the Filter Option
18977 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
18978 instead.
18979 It should work better than using this field since it will hide the filtered
18980 messages even if they are already Deleted.
18981 That option is at the bottom of the Filter configuration screen.
18983 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18984 for more information on Patterns.
18986 Look <A HREF="h_edit_nav_cmds">here</A>
18987 to see the available Editing and Navigation commands.
18989 &lt;End of help on this topic&gt;
18990 </BODY>
18991 </HTML>
18992 ======= h_config_role_stat_ans =======
18993 <HTML>
18994 <HEAD>
18995 <TITLE>Message Answered Status Explained</TITLE>
18996 </HEAD>
18997 <BODY>
18998 <H1>Message Answered Status Explained</H1>
19000 This part of the Pattern may have one of three possible values.
19001 The default value is &quot;Don't care&quot;, which matches any message.
19002 The other two values are &quot;Yes&quot;, which means the message must be
19003 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
19004 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
19005 to be a match.
19007 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19008 for more information on Patterns.
19010 Look <A HREF="h_edit_nav_cmds">here</A>
19011 to see the available Editing and Navigation commands.
19013 &lt;End of help on this topic&gt;
19014 </BODY>
19015 </HTML>
19016 ======= h_config_role_abookfrom =======
19017 <HTML>
19018 <HEAD>
19019 <TITLE>Address in Address Book Explained</TITLE>
19020 </HEAD>
19021 <BODY>
19022 <H1>Address in Address Book Explained</H1>
19024 This option gives you a way to match messages that contain an address
19025 that is in one of your address books.
19026 Only the simple entries in your address books are searched.
19027 Address book distribution lists are ignored!
19029 This part of the Pattern may have one of five possible values.
19030 The default value is &quot;Don't care&quot;, which matches any message.
19031 The value &quot;Yes, in any address book&quot; means at least one of the addresses
19032 from the message must be in at least one of your
19033 address books in order to be a match.
19034 The value &quot;No, not in any address book&quot;
19035 means none of the addresses may
19036 be in any of your address books in order to be a match.
19038 The values &quot;Yes, in specific address books&quot; and
19039 &quot;No, not in any of specific address books&quot; are similar but instead
19040 of depending on all address books you are allowed to give a list of address
19041 books to look in.
19042 Usually this would be a single address book but it may be a
19043 list of address books as well.
19044 For each of these &quot;specific&quot; address book options you Select which
19045 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
19046 name (or list of names) of the address book in the
19047 &quot;Abook List&quot; field.
19048 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
19049 The easiest way to fill in the Abook List field it to use
19050 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
19051 line is highlighted.
19052 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
19053 option is set to one of the two &quot;Specific&quot;, values.
19055 The addresses from the message that are checked for are determined by the
19056 setting you have for &quot;Types of addresses to check for in address book&quot;.
19057 If you set this to &quot;From&quot; the From address from the message will
19058 be looked up in the address book.
19059 If you set it to &quot;To&quot; instead then the To addresses will be used.
19060 If any of the To addresses are in the address book then it is considered
19061 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
19062 You could set it to both From and To, in which case all of the From and To
19063 addresses are used.
19064 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
19065 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
19066 exists or the From address if there is no Reply-To address.
19067 Same for the Sender address.
19069 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19070 for more information on Patterns.
19072 Look <A HREF="h_edit_nav_cmds">here</A>
19073 to see the available Editing and Navigation commands.
19075 &lt;End of help on this topic&gt;
19076 </BODY>
19077 </HTML>
19078 ======= h_config_inabook_from =======
19079 <HTML>
19080 <HEAD>
19081 <TITLE>From</TITLE>
19082 </HEAD>
19083 <BODY>
19084 <H1>From</H1>
19086 Setting the From line will cause the address from the From header line
19087 of the message to be checked for in the address book.
19089 &lt;End of help on this topic&gt;
19090 </BODY>
19091 </HTML>
19092 ======= h_config_inabook_replyto =======
19093 <HTML>
19094 <HEAD>
19095 <TITLE>Reply-To</TITLE>
19096 </HEAD>
19097 <BODY>
19098 <H1>Reply-To</H1>
19100 Setting the Reply-To line will cause the address from the Reply-To header line
19101 of the message to be checked for in the address book.
19102 However, if there is no Reply-To header line in the message the From header
19103 line will be used instead.
19104 We understand this is dumb but we don't have an easy way around it.
19106 &lt;End of help on this topic&gt;
19107 </BODY>
19108 </HTML>
19109 ======= h_config_inabook_sender =======
19110 <HTML>
19111 <HEAD>
19112 <TITLE>Sender</TITLE>
19113 </HEAD>
19114 <BODY>
19115 <H1>Sender</H1>
19117 Setting the Sender line will cause the address from the Sender header line
19118 of the message to be checked for in the address book.
19119 However, if there is no Sender header line in the message the From header
19120 line will be used instead.
19121 We understand this is dumb but we don't have an easy way around it.
19123 &lt;End of help on this topic&gt;
19124 </BODY>
19125 </HTML>
19126 ======= h_config_inabook_to =======
19127 <HTML>
19128 <HEAD>
19129 <TITLE>To</TITLE>
19130 </HEAD>
19131 <BODY>
19132 <H1>To</H1>
19134 Setting the To line will cause the address from the To header line
19135 of the message to be checked for in the address book.
19137 &lt;End of help on this topic&gt;
19138 </BODY>
19139 </HTML>
19140 ======= h_config_inabook_cc =======
19141 <HTML>
19142 <HEAD>
19143 <TITLE>CC</TITLE>
19144 </HEAD>
19145 <BODY>
19146 <H1>CC</H1>
19148 Setting the CC line will cause the address from the CC header line
19149 of the message to be checked for in the address book.
19151 &lt;End of help on this topic&gt;
19152 </BODY>
19153 </HTML>
19154 ======= h_config_role_stat_8bitsubj =======
19155 <HTML>
19156 <HEAD>
19157 <TITLE>Raw 8-bit in Subject Explained</TITLE>
19158 </HEAD>
19159 <BODY>
19160 <H1>Raw 8-bit in Subject Explained</H1>
19162 It seems that lots of unwanted email contains unencoded 8-bit characters
19163 in the Subject.
19164 Normally, characters with the 8th bit set are not allowed in the Subject
19165 header unless they are MIME-encoded.
19166 This option gives you a way to match messages that have Subjects that
19167 contain unencoded 8-bit characters.
19169 This part of the Pattern may have one of three possible values.
19170 The default value is &quot;Don't care&quot;, which matches any message.
19171 The other two values are &quot;Yes&quot;, which means the Subject of
19172 the message must contain unencoded 8-bit characters (characters with the
19173 most significant bit set)
19174 in order to be a match; or &quot;No&quot;, which
19175 means the Subject must <EM>not</EM>
19176 contain unencoded 8-bit characters in order to be a match.
19178 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19179 for more information on Patterns.
19181 Look <A HREF="h_edit_nav_cmds">here</A>
19182 to see the available Editing and Navigation commands.
19184 &lt;End of help on this topic&gt;
19185 </BODY>
19186 </HTML>
19187 ======= h_config_role_bom =======
19188 <HTML>
19189 <HEAD>
19190 <TITLE>Beginning of Month</TITLE>
19191 </HEAD>
19192 <BODY>
19193 <H1>Beginning of Month</H1>
19195 This option gives you a limited ability to take different actions depending on whether
19196 this is the first time Alpine has been run this month or not.
19197 Though it would be nice to have such an option available, this is not the
19198 same as whether or not this is the first time a particular folder has been
19199 opened this month.
19200 If you want some action (probably Filtering) to take place in a folder each
19201 month, then you will need to be sure that the folder is opened during the
19202 first Alpine session of the month in order for this option to be helpful.
19204 This part of the Pattern may have one of three possible values.
19205 The default value is &quot;Don't care&quot;, which matches any message.
19206 The other two values are &quot;Yes&quot;, which means this is the first
19207 time Alpine has been run this month;
19208 or &quot;No&quot;, which
19209 means this is not the first time Alpine has been run this month.
19211 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19212 for more information on Patterns.
19214 Here are some technical details.
19215 The way that Alpine decides if it is the beginning of the month or not is
19216 to compare today's date with the date stored in the
19217 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
19218 variable in the config file.
19219 If the month of today's date is later than the month stored in the variable,
19220 then this is considered to be the first time you have run Alpine this month, and
19221 that turns the Beginning of the Month option on.
19223 Look <A HREF="h_edit_nav_cmds">here</A>
19224 to see the available Editing and Navigation commands.
19226 &lt;End of help on this topic&gt;
19227 </BODY>
19228 </HTML>
19229 ======= h_config_role_boy =======
19230 <HTML>
19231 <HEAD>
19232 <TITLE>Beginning of Year</TITLE>
19233 </HEAD>
19234 <BODY>
19235 <H1>Beginning of Year</H1>
19237 This option gives you a limited ability to take different actions depending on whether
19238 this is the first time Alpine has been run this year or not.
19239 Though it would be nice to have such an option available, this is not the
19240 same as whether or not this is the first time a particular folder has been
19241 opened this year.
19242 If you want some action (probably Filtering) to take place in a folder each
19243 year, then you will need to be sure that the folder is opened during the
19244 first Alpine session of the year in order for this option to be helpful.
19246 This part of the Pattern may have one of three possible values.
19247 The default value is &quot;Don't care&quot;, which matches any message.
19248 The other two values are &quot;Yes&quot;, which means this is the first
19249 time Alpine has been run this year;
19250 or &quot;No&quot;, which
19251 means this is not the first time Alpine has been run this year.
19253 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19254 for more information on Patterns.
19256 Here are some technical details.
19257 The way that Alpine decides if it is the beginning of the year or not is
19258 to compare today's date with the date stored in the
19259 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
19260 variable in the config file.
19261 If the year of today's date is later than the year stored in the variable,
19262 then this is considered to be the first time you have run Alpine this year, and
19263 that turns the Beginning of the Year option on.
19265 Look <A HREF="h_edit_nav_cmds">here</A>
19266 to see the available Editing and Navigation commands.
19268 &lt;End of help on this topic&gt;
19269 </BODY>
19270 </HTML>
19271 ======= h_config_role_inick =======
19272 <HTML>
19273 <HEAD>
19274 <TITLE>Initialize Values From Role Explained</TITLE>
19275 </HEAD>
19276 <BODY>
19277 <H1>Initialize Values From Role Explained</H1>
19279 This is a power user feature.
19280 You will usually want to leave this field empty.
19281 The value of this field is the nickname of another one of your roles.
19282 The Action values from that other role
19283 are used as the initial values of the Action items for this role.
19284 If you put something in any of the action fields for this role, that will
19285 override whatever was in the corresponding field of the initializer role.
19287 You might use this field if the &quot;Action&quot; part of one of your roles
19288 is something you want to use in more than one role.
19289 Instead of filling in those action values again for each role, you
19290 may give the nickname of the role where the values are filled in.
19291 It's just a shortcut way to define Role Actions.
19293 Here's an example to help explain how this works.
19294 Suppose you have a role with nickname &quot;role1&quot; and role1 has
19295 (among other things)
19297 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
19299 set.
19300 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
19301 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
19302 from role1 by default (and any of the other inheritable action values
19303 that are set).
19304 So if role2 had
19306 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
19308 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
19309 However, if role2 had
19311 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
19313 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
19315 If you wish,
19316 you may choose a nickname from your list of roles by using the
19317 &quot;T&quot; command.
19318 If the role you are using to initialize also has a role it initializes from,
19319 then that initialization happens first.
19320 That is, inheritance works as expected with the grandparent and
19321 great-grandparent (and so on) roles having the expected effect.
19323 Look <A HREF="h_edit_nav_cmds">here</A>
19324 to see the available Editing and Navigation commands.
19326 &lt;End of help on this topic&gt;
19327 </BODY>
19328 </HTML>
19329 ======= h_config_role_setfrom =======
19330 <HTML>
19331 <HEAD>
19332 <TITLE>Set From Explained</TITLE>
19333 </HEAD>
19334 <BODY>
19335 <H1>Set From Explained</H1>
19337 This describes part of the action to be taken if the Pattern for this
19338 role is a match.
19339 This field consists of a single address that will be used as the From
19340 address on the message you are sending.
19341 This should be a fully-qualified address like
19343 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
19345 or just
19347 <CENTER><SAMP>user@domain</SAMP></CENTER>
19349 If you wish,
19350 you may choose an address from your address book with the
19351 &quot;T&quot; command.
19353 If this is left blank, then your normal From address will be used.
19355 You may also find it useful to add the changed From address to the
19356 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
19357 configuration option.
19359 Look <A HREF="h_edit_nav_cmds">here</A>
19360 to see the available Editing and Navigation commands.
19362 &lt;End of help on this topic&gt;
19363 </BODY>
19364 </HTML>
19365 ======= h_config_role_setreplyto =======
19366 <HTML>
19367 <HEAD>
19368 <TITLE>Set Reply-To Explained</TITLE>
19369 </HEAD>
19370 <BODY>
19371 <H1>Set Reply-To Explained</H1>
19373 This describes part of the action to be taken if the Pattern for this
19374 role is a match.
19375 This field consists of a single address that will be used as the Reply-To
19376 address on the message you are sending.
19377 This may be a fully-qualified address like
19379 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
19381 or just
19383 <CENTER><SAMP>user@domain</SAMP></CENTER>
19385 If you wish,
19386 you may choose an address from your address book with the
19387 &quot;T&quot; command.
19389 If this is left blank, then there won't be a Reply-To address unless
19390 you have configured one specially with the
19391 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
19392 configuration option.
19394 Look <A HREF="h_edit_nav_cmds">here</A>
19395 to see the available Editing and Navigation commands.
19397 &lt;End of help on this topic&gt;
19398 </BODY>
19399 </HTML>
19400 ======= h_config_role_setfcc =======
19401 <HTML>
19402 <HEAD>
19403 <TITLE>Set Fcc Explained</TITLE>
19404 </HEAD>
19405 <BODY>
19406 <H1>Set Fcc Explained</H1>
19408 This describes part of the action to be taken if the Pattern for this
19409 role is a match.
19410 This field consists of a single folder name that will be used in
19411 the Fcc field of the message you are sending.
19412 You may put anything here that you would normally type into the Fcc
19413 field from the composer.
19415 In addition, an fcc of &quot;&quot; (two double quotation marks) means
19416 no Fcc.
19418 A blank field here means that Alpine will use its normal rules for deciding
19419 the default value of the Fcc field.
19420 For many roles, perhaps most, it may make more sense for you to use the
19421 other Alpine facilities for setting the Fcc.
19422 In particular, if you want the Fcc to depend on who you are sending the
19423 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
19424 is probably more useful.
19425 In that case, you would want to leave the Fcc field here blank.
19426 However, if you have a role that depends on who the message you are replying
19427 to was From, or what address that message was sent to;
19428 then it might make sense to set the Fcc for that role here.
19430 If you wish,
19431 you may choose a folder from your folder collections by using the
19432 &quot;T&quot; command.
19434 Look <A HREF="h_edit_nav_cmds">here</A>
19435 to see the available Editing and Navigation commands.
19437 &lt;End of help on this topic&gt;
19438 </BODY>
19439 </HTML>
19440 ======= h_config_role_usesmtp =======
19441 <HTML>
19442 <HEAD>
19443 <TITLE>Use SMTP Server Explained</TITLE>
19444 </HEAD>
19445 <BODY>
19446 <H1>Use SMTP Server Explained</H1>
19448 This describes part of the action to be taken if the Pattern for this
19449 role is a match.
19450 If this field has a value, then it will be used as the SMTP server
19451 to send mail when this role is being used (unless the SMTP server variable
19452 is set in the system-wide fixed configuration file).
19453 It has the same semantics as the
19454 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19455 variable in the Setup/Config screen.
19457 If you are using this to post from home when you are at home and from
19458 work when you are at work you need to be careful about postponing messages.
19459 When you postpone a composition that was using a role with this variable
19460 set, the SMTP server list will be saved
19461 with the postponed composition.
19462 It cannot be changed later.
19463 Because of this, you may want to make this a list of SMTP servers
19464 with the preferred server at the front of the list and alternate servers
19465 later in the list.
19466 In your &quot;Home&quot; role you would put the home SMTP server first and
19467 the work SMTP server last.
19468 In your &quot;Work&quot; role you would put the work SMTP server first and
19469 the home SMTP server last.
19470 Then if you start a composition as &quot;Work&quot;, postpone
19471 it, and then later resume it from home the work SMTP server will fail but
19472 the home SMTP server later in the list will succeed.
19474 You may be able to simplify things by making the regular
19475 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19476 variable in the Setup/Config screen a list instead of using roles
19477 to set the SMTP server.
19480 Look <A HREF="h_edit_nav_cmds">here</A>
19481 to see the available Editing and Navigation commands.
19483 &lt;End of help on this topic&gt;
19484 </BODY>
19485 </HTML>
19486 ======= h_config_role_usenntp =======
19487 <HTML>
19488 <HEAD>
19489 <TITLE>Use NNTP Server Explained</TITLE>
19490 </HEAD>
19491 <BODY>
19492 <H1>Use NNTP Server Explained</H1>
19494 This describes part of the action to be taken if the Pattern for this
19495 role is a match.
19496 If this field has a value, then it will be used as the NNTP server
19497 to post to newsgroups when this role is being used (unless the NNTP server
19498 variable
19499 is set in the system-wide fixed configuration file).
19500 It has the same semantics as the
19501 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
19502 variable in the Setup/Config screen.
19504 This role setting can facilitate posting to the right nntp server for someone
19505 who reads news from various news sources.  The feature
19506 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
19507 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
19508 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
19509 nntp servers for roles may be more desirable for some people.
19511 If you are using this to post from home when you are at home and from
19512 work when you are at work you need to be careful about postponing messages.
19513 When you postpone a composition that was using a role with this variable
19514 set, the NNTP server list will be saved
19515 with the postponed composition.
19516 It cannot be changed later.
19517 Because of this, you may want to make this a list of NNTP servers
19518 with the preferred server at the front of the list and alternate servers
19519 later in the list.
19520 In your &quot;Home&quot; role you would put the home NNTP server first and
19521 the work NNTP server last.
19522 In your &quot;Work&quot; role you would put the work NNTP server first and
19523 the home NNTP server last.
19524 Then if you start a composition as &quot;Work&quot;, postpone
19525 it, and then later resume it from home the work NNTP server will fail but
19526 the home NNTP server later in the list will succeed.
19528 You may be able to simplify things by making the regular
19529 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
19530 variable in the Setup/Config screen a list instead of using roles
19531 to set the NNTP server.
19534 Look <A HREF="h_edit_nav_cmds">here</A>
19535 to see the available Editing and Navigation commands.
19537 &lt;End of help on this topic&gt;
19538 </BODY>
19539 </HTML>
19540 ======= h_config_role_setotherhdr =======
19541 <HTML>
19542 <HEAD>
19543 <TITLE>Set Other Headers Explained</TITLE>
19544 </HEAD>
19545 <BODY>
19546 <H1>Set Other Headers Explained</H1>
19548 This describes part of the action to be taken if the Pattern for this
19549 role is a match.
19550 This field gives you a way to set values for headers besides
19551 &quot;From&quot; and &quot;Reply-To&quot;.
19552 If you want to set either of those, use the specific
19553 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
19555 This field is similar to the
19556 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
19557 Each header you specify here must include the header tag 
19558 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
19559 and may optionally include a value for that header.
19560 In order to see these headers when you compose using this role you 
19561 must use the rich header
19562 <!--chtml if pinemode="function_key"-->(F5)
19563 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
19564 Here's an example that shows how you might set the To address.
19566 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
19568 Headers set in this way are different from headers set with the
19569 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
19570 will replace any value that already exists.
19571 For example, if you are Replying to a message there will already be at
19572 least one address in the To header (the address you are Replying to).
19573 However, if you Reply using a role that sets the To header, that role's
19574 To header value will be used instead.
19576 Limitation: Because commas are used to separate the list of
19577 Other Headers, it is not possible to have the value of a
19578 header contain a comma;
19579 nor is there currently an &quot;escape&quot; mechanism provided
19580 to make this work.
19582 Look <A HREF="h_edit_nav_cmds">here</A>
19583 to see the available Editing and Navigation commands.
19585 &lt;End of help on this topic&gt;
19586 </BODY>
19587 </HTML>
19588 ======= h_config_role_setlitsig =======
19589 <HTML>
19590 <HEAD>
19591 <TITLE>Set Literal Signature Explained</TITLE>
19592 </HEAD>
19593 <BODY>
19594 <H1>Set Literal Signature Explained</H1>
19596 This describes part of the action to be taken if the Pattern for this
19597 role is a match.
19598 This field contains the actual text for your signature, as opposed to
19599 the name of a file containing your signature.
19600 If this is defined it takes precedence over any value set in the
19601 &quot;Set Signature&quot; field.
19603 This is simply a different way to store the signature.
19604 The signature is stored inside your Alpine configuration file instead of in
19605 a separate file.
19606 Tokens work the same way they do with
19607 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
19608 help text there for more information.
19611 The two character sequence &#92;n (backslash followed by
19612 the character n) will be used to signify a line-break in your signature.
19613 You don't have to enter the &#92;n, but it will be visible in the
19614 CHANGE THIS ROLE RULE window after you are done editing the signature.
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_role_setsig =======
19623 <HTML>
19624 <HEAD>
19625 <TITLE>Set Signature Explained</TITLE>
19626 </HEAD>
19627 <BODY>
19628 <H1>Set Signature Explained</H1>
19630 This describes part of the action to be taken if the Pattern for this
19631 role is a match.
19633 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
19634 option from Setup/Config
19635 or the &quot;Set LiteralSig&quot; option for this role are defined,
19636 then this option will be ignored.
19637 You can tell that that is the case because the value of this
19638 option will show up as
19640 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
19642 You may either use all Literal Signatures (signatures stored in your
19643 configuration file) throughout Alpine, or all signature files.
19644 You can't mix the two.
19646 This field consists of a filename that will be used as the signature
19647 file when using this role.
19649 If the filename is followed by a vertical bar (|) then instead
19650 of reading the contents of the file the file is assumed to be a
19651 program that will produce the text to be used on its standard output.
19652 The program can't have any arguments and doesn't receive any input from Alpine,
19653 but the rest of the processing works as if the contents came from a file.
19655 Instead of storing the data in a local file, the
19656 signature data may be stored remotely in an IMAP folder.
19657 In order to do this, 
19658 you must use a remote name for the signature.
19659 A remote signature name might look like:
19661 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
19664 The syntax used here is the same as the syntax used for a remote
19665 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
19666 Note that you may not access an existing signature file remotely,
19667 you have to create a new <EM>folder</EM> that contains the signature data.
19668 If the name you use here for the signature data is a remote name, then when
19669 you edit the file using the &quot;F&quot; command the data will
19670 be saved remotely in the folder.
19671 You aren't required to do anything special to create the folder, it
19672 gets created if you use a remote name.
19675 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
19676 the name of the file) you have specified.
19677 If you type &quot;T&quot; you may use a browser to choose an existing filename.
19679 Besides containing regular text, a signature file may also
19680 contain (or a signature program may produce) tokens that are replaced with text
19681 that depends on the message you are replying to or forwarding.
19682 The tokens all look like _word_ (a word surrounded by underscores).
19683 For example, if the token
19685 <CENTER><SAMP>_DATE_</SAMP></CENTER>
19687 is included in the text of the signature file, then when you reply to
19688 or forward a message, the token will be replaced with the actual date
19689 the message you are replying to or forwarding was sent.
19691 If you use a role that has a signature file for a plain composition
19692 (that is, not a reply or forward) then there is no original message, so
19693 any tokens that depend on the message will be replaced with nothing.
19694 So if you want a signature file to be useful for new compositions it
19695 shouldn't include any of the tokens that depend on the message being
19696 replied to or forwarded.
19698 The list of available tokens is
19699 <A HREF="h_index_tokens">here</A>.
19701 Actually, for the adventurous, there is a way to conditionally include text based
19702 on whether or not a token would result in specific replacement text.
19703 For example, you could include some text based on whether or not
19704 the _NEWS_ token would result in any newsgroups if it was used.
19705 It's explained in detail
19706 <A HREF="h_reply_token_conditionals">here</A>.
19708 In the very unlikely event that you want to include a literal token in
19709 a signature file, you must precede it with a backslash character.
19710 For example, to include the literal text _DATE_ you must actually use
19711 &#92;_DATE_.
19712 It is not possible to have a literal backslash followed by an expanded token.
19714 A blank field here means that Alpine will use its normal rules for deciding
19715 which file (if any) to use for the signature file.
19717 An alternate method for storing the signature is available in
19718 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
19720 Look <A HREF="h_edit_nav_cmds">here</A>
19721 to see the available Editing and Navigation commands.
19723 &lt;End of help on this topic&gt;
19724 </BODY>
19725 </HTML>
19726 ======= h_config_role_settempl =======
19727 <HTML>
19728 <HEAD>
19729 <TITLE>Set Template Explained</TITLE>
19730 </HEAD>
19731 <BODY>
19732 <H1>Set Template Explained</H1>
19734 This describes part of the action to be taken if the Pattern for this
19735 role is a match.
19736 This field consists of a filename that will be used as the template
19737 file when using this role.
19738 The template file is a file that is included at the top of the message you
19739 are composing.
19741 If the filename is followed by a vertical bar (|) then instead
19742 of reading the contents of the file the file is assumed to be a
19743 program that will produce the text to be used on its standard output.
19744 The program can't have any arguments and doesn't receive any input from Alpine,
19745 but the rest of the processing works as if the contents came from a file.
19747 Instead of storing the data in a local file, the
19748 template may be stored remotely in an IMAP folder.
19749 In order to do this, 
19750 you must use a remote name for the template.
19751 A remote template name might look like:
19753 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
19756 The syntax used here is the same as the syntax used for a remote
19757 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
19758 Note that you may not access an existing template file remotely,
19759 you have to create a new <EM>folder</EM> that contains the template data.
19760 If the name you use here for the template is a remote name, then when
19761 you edit the file using the &quot;F&quot; command the data will
19762 be saved remotely in the folder.
19763 You aren't required to do anything special to create the folder, it
19764 gets created if you use a remote name.
19766 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
19767 the name of the file) you have specified.
19768 If you type &quot;T&quot; you may use a browser to choose an existing filename.
19770 Besides containing regular text, the template file may also
19771 contain (or a template file program may produce) tokens that are replaced with text
19772 that depends on the message you are replying to or forwarding.
19773 The tokens all look like _word_ (a word surrounded by underscores).
19774 For example, if the token
19776 <CENTER><SAMP>_DATE_</SAMP></CENTER>
19778 is included in the text of the template file, then when you reply to
19779 or forward a message, the token will be replaced with the actual date
19780 the message you are replying to or forwarding was sent.
19782 If you use a role that has a template file for a plain composition
19783 (that is, not a reply or forward) then there is no original message, so
19784 any tokens that depend on the message will be replaced with nothing.
19785 So if you want a template file to be useful for new compositions it
19786 shouldn't include any of the tokens that depend on the message being
19787 replied to or forwarded.
19789 The list of available tokens is
19790 <A HREF="h_index_tokens">here</A>.
19792 Actually, for the adventurous, there is a way to conditionally include text based
19793 on whether or not a token would result in specific replacement text.
19794 For example, you could include some text based on whether or not
19795 the _NEWS_ token would result in any newsgroups if it was used.
19796 It's explained in detail
19797 <A HREF="h_reply_token_conditionals">here</A>.
19799 In the very unlikely event that you want to include a literal token in
19800 a template file, you must precede it with a backslash character.
19801 For example, to include the literal text _DATE_ you must actually use
19802 &#92;_DATE_.
19803 It is not possible to have a literal backslash followed by an expanded token.
19805 A blank template field means that Alpine will not use a template file when
19806 this role is being used.
19808 Look <A HREF="h_edit_nav_cmds">here</A>
19809 to see the available Editing and Navigation commands.
19811 &lt;End of help on this topic&gt;
19812 </BODY>
19813 </HTML>
19814 ======= h_config_filt_stat_imp =======
19815 <HTML>
19816 <HEAD>
19817 <TITLE>Set Important Status Explained</TITLE>
19818 </HEAD>
19819 <BODY>
19820 <H1>Set Important Status Explained</H1>
19822 This describes part of the action to be taken if the Pattern for this
19823 filter is a match.
19824 If set to &quot;Don't change it&quot; then this does nothing.
19825 If set to &quot;Set this state&quot; then the Important flag is set
19826 for the matching message.
19827 If set to &quot;Clear this state&quot; then the Important flag is cleared
19828 for the matching message.
19829 The important flag usually causes an asterisk to show up in the MESSAGE
19830 INDEX.
19831 It may also be useful when selecting a set of messages
19832 with the Select command.
19834 Look <A HREF="h_edit_nav_cmds">here</A>
19835 to see the available Editing and Navigation commands.
19837 &lt;End of help on this topic&gt;
19838 </BODY>
19839 </HTML>
19840 ======= h_config_filt_stat_new =======
19841 <HTML>
19842 <HEAD>
19843 <TITLE>Set New Status Explained</TITLE>
19844 </HEAD>
19845 <BODY>
19846 <H1>Set New Status Explained</H1>
19848 This describes part of the action to be taken if the Pattern for this
19849 filter is a match.
19850 If set to &quot;Don't change it&quot; then this does nothing.
19851 If set to &quot;Set this state&quot; then the
19852 matching message is marked New.
19853 If set to &quot;Clear this state&quot; then the
19854 matching message is marked Seen.
19856 Look <A HREF="h_edit_nav_cmds">here</A>
19857 to see the available Editing and Navigation commands.
19859 &lt;End of help on this topic&gt;
19860 </BODY>
19861 </HTML>
19862 ======= h_config_filt_stat_ans =======
19863 <HTML>
19864 <HEAD>
19865 <TITLE>Set Answered Status Explained</TITLE>
19866 </HEAD>
19867 <BODY>
19868 <H1>Set Answered Status Explained</H1>
19870 This describes part of the action to be taken if the Pattern for this
19871 filter is a match.
19872 If set to &quot;Don't change it&quot; then this does nothing.
19873 If set to &quot;Set this state&quot; then the Answered flag is set
19874 for the matching message.
19875 If set to &quot;Clear this state&quot; then the Answered flag is cleared
19876 for the matching message.
19878 Look <A HREF="h_edit_nav_cmds">here</A>
19879 to see the available Editing and Navigation commands.
19881 &lt;End of help on this topic&gt;
19882 </BODY>
19883 </HTML>
19884 ======= h_config_filt_stat_del =======
19885 <HTML>
19886 <HEAD>
19887 <TITLE>Set Deleted Status Explained</TITLE>
19888 </HEAD>
19889 <BODY>
19890 <H1>Set Deleted Status Explained</H1>
19892 This describes part of the action to be taken if the Pattern for this
19893 filter is a match.
19894 If set to &quot;Don't change it&quot; then this does nothing.
19895 If set to &quot;Set this state&quot; then the
19896 matching message is marked Deleted.
19897 If set to &quot;Clear this state&quot; then the
19898 matching message is marked UnDeleted.
19900 You should not use this option unless you are prepared to have matching
19901 messages expunged from the folder permanently.
19902 For example, if you type the Expunge command, this filter is applied
19903 before the expunge, so matching messages will be marked Deleted and then
19904 will be permanently expunged from the folder.
19905 However, since the index isn't redrawn in between the time that the message
19906 is marked Deleted and the time that you are asked to expunge, the only
19907 indication that you are expunging the message comes in the number of messages
19908 being expunged.
19909 The same thing may happen when you close a folder.
19910 It is also possible that an expunge not initiated by you will
19911 delete matching messages.
19913 Look <A HREF="h_edit_nav_cmds">here</A>
19914 to see the available Editing and Navigation commands.
19916 &lt;End of help on this topic&gt;
19917 </BODY>
19918 </HTML>
19919 ======= h_config_role_scoreval =======
19920 <HTML>
19921 <HEAD>
19922 <TITLE>Score Value Explained</TITLE>
19923 </HEAD>
19924 <BODY>
19925 <H1>Score Value Explained</H1>
19927 A message's score is the sum of the Score Values from all of the Scoring rules
19928 with Patterns that match the message.
19929 The value you give here is the Score Value associated with this rule.
19930 A Score Value is an integer between -100 and 100, with the default
19931 value of zero.
19933 Alternatively, if the
19934 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
19935 field is defined
19936 (on the line right below the &quot;Score Value&quot; field)
19937 then the &quot;Score Value&quot; is ignored and
19938 the &quot;Score From Header&quot; field is used instead.
19940 Look <A HREF="h_edit_nav_cmds">here</A>
19941 to see the available Editing and Navigation commands.
19943 &lt;End of help on this topic&gt;
19944 </BODY>
19945 </HTML>
19946 ======= h_config_role_scorehdrtok =======
19947 <HTML>
19948 <HEAD>
19949 <TITLE>Score Value From Header Explained</TITLE>
19950 </HEAD>
19951 <BODY>
19952 <H1>Score Value From Header Explained</H1>
19954 This option provides a way to use a number that appears in the headers of your
19955 messages as the message's score, or as a component of that score.
19956 If this field is defined then it is used instead of the &quot;Score Value&quot;.
19957 The idea behind this option is that there may be a score embedded in the
19958 headers of messages that has already been calculated outside of Alpine.
19959 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
19960 somewhere in that header there is a score.
19962 The value for this option is the name of the header followed by parentheses
19963 with two arguments inside:
19965 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
19967 No space is allowed between the comma and the start of the field_separators.
19968 It would be interpreted as the first separator if it was there.
19969 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
19970 starts after that and goes to the second separator, and so on.
19971 It's easier to explain with examples.
19973 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
19975 In the above example the header that is used is the &quot;X-Spam&quot; header.
19976 The value of that header (the part after the colon and the space) is split
19977 into fields separated by spaces.
19979 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
19981 The second field is selected and converted to an integer. It only makes sense
19982 if Field2 really is an integer.
19984 Here's an example of a SpamAssassin header.
19985 The exact look of the header will vary, but if your incoming mail
19986 contains headers that look like the following
19988 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19990 you might want to use the hits value as a score.
19991 Since the score is an integer value you can't make use of the decimal part of
19992 the number, but
19993 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
19994 and &quot;.&quot; as your separators.
19996 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
19998 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
19999 hits.
20000 The second field is &quot;10&quot; so the score value would be 10.
20002 Another example we've seen has headers that look like
20004 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
20006 Because there are two equals before the 7% the value
20008 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
20010 should capture the probability as the score.
20012 The Score From Header scoring value actually works just like the
20013 regular Score Value in that the rest of the pattern has to match before
20014 it is used and the scores from all the different scoring rules that
20015 match for a particular message are added together.
20016 When using the Score From Header method it may (or may not) make sense to
20017 use only a single scoring rule with a pattern that matches every message.
20019 Look <A HREF="h_edit_nav_cmds">here</A>
20020 to see the available Editing and Navigation commands.
20022 &lt;End of help on this topic&gt;
20023 </BODY>
20024 </HTML>
20025 ======= h_config_role_replyuse =======
20026 <HTML>
20027 <HEAD>
20028 <TITLE>Reply Use Explained</TITLE>
20029 </HEAD>
20030 <BODY>
20031 <H1>Reply Use Explained</H1>
20033 This option determines how this particular role will be used when Replying
20034 to a message.
20035 There are three possible values for this option.
20036 The value &quot;Never&quot;
20037 means that this role will not be a candidate for use when Replying.
20038 The role's Pattern will not be checked for a match, however the role will
20039 be available to be manually switched to if there is a confirmation prompt.
20042 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
20043 mean that you do want to consider this role when Replying.
20044 For either of these settings, the role's Pattern will be compared with
20045 the message being replied to.
20046 If there is a match then this role will either be used without confirmation
20047 or will be the default when confirmation is asked for, depending on
20048 which of the two options is selected.
20049 If confirmation is requested, you will also have a chance to
20050 manually change the role to any one of your other roles.
20053 You won't be prompted for confirmation if none of your role Patterns
20054 match the message being replied to.
20055 This is independent of the value of the current option.
20056 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
20057 feature may be used to change this behavior.
20059 &lt;End of help on this topic&gt;
20060 </BODY>
20061 </HTML>
20062 ======= h_config_role_forwarduse =======
20063 <HTML>
20064 <HEAD>
20065 <TITLE>Forward Use Explained</TITLE>
20066 </HEAD>
20067 <BODY>
20068 <H1>Forward Use Explained</H1>
20070 This option determines how this particular role will be used when Forwarding
20071 a message.
20072 There are three possible values for this option.
20073 The value &quot;Never&quot;
20074 means that this role will not be a candidate for use when Forwarding.
20075 The role's Pattern will not be checked for a match, however the role will
20076 be available to be manually switched to if there is a confirmation prompt.
20079 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
20080 mean that you do want to consider this role when Forwarding.
20081 For either of these settings, the role's Pattern will be compared with
20082 the message being forwarded.
20083 If there is a match then this role will either be used without confirmation
20084 or will be the default when confirmation is asked for, depending on
20085 which of the two options is selected.
20086 If confirmation is requested, you will also have a chance to
20087 manually change the role to any one of your other roles.
20090 You won't be prompted for confirmation if none of your role Patterns
20091 match the message being forwarded.
20092 This is independent of the value of the current option.
20093 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
20094 feature may be used to change this behavior.
20096 &lt;End of help on this topic&gt;
20097 </BODY>
20098 </HTML>
20099 ======= h_config_role_composeuse =======
20100 <HTML>
20101 <HEAD>
20102 <TITLE>Compose Use Explained</TITLE>
20103 </HEAD>
20104 <BODY>
20105 <H1>Compose Use Explained</H1>
20107 This option determines how this particular role will be used when Composing
20108 a new message using the &quot;Compose&quot; command.
20109 This does not affect what happens when using the &quot;Role&quot; command
20110 to compose a new message.
20111 The &quot;Role&quot; command allows you to select a role from all of the
20112 roles you have defined, regardless of what Uses you've assigned to those
20113 roles.
20116 There are three possible values for this option.
20117 The value &quot;Never&quot;
20118 means that this role will not be a candidate for use when Composing.
20119 The role's Current Folder Type will not be checked for a match, however the role
20120 will be available to be manually switched to if there is a confirmation prompt.
20123 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
20124 mean that you do want to consider this role when Composing.
20125 For either of these settings,
20126 the role's Current Folder Type will be checked (since there is no message
20127 to compare with, the rest of the Pattern is considered a match).
20128 If there is a match then this role will either be used without confirmation
20129 or will be the default when confirmation is asked for, depending on
20130 which of the two options is selected.
20131 If confirmation is requested, you will also have a chance to
20132 manually change the role to any one of your other roles.
20135 When using the Compose command the role checking is a little different
20136 because there is no message being replied to or forwarded.
20137 Because of this the Current Folder Type is checked but the header pattern
20138 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
20139 A role is considered to be a match if it is a candidate for Compose Use and
20140 its Current Folder Type matches the currently open folder.
20141 This could be useful if you want to set a role based on the folder you
20142 are reading, or the type of folder you are reading.
20145 You won't be prompted for confirmation if none of your role Patterns
20146 are a match.
20147 This is independent of the value of the current option.
20148 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
20149 feature may be used to change this behavior.
20151 &lt;End of help on this topic&gt;
20152 </BODY>
20153 </HTML>
20154 ======= h_config_filter_folder =======
20155 <HTML>
20156 <HEAD>
20157 <TITLE>Filter Folder Explained</TITLE>
20158 </HEAD>
20159 <BODY>
20160 <H1>Filter Folder Explained</H1>
20162 When the Filter Action is set to &quot;Move&quot;,
20163 the folder or folders specified here will be used to store messages matching
20164 the provided pattern.
20167 If you set the Filter Action to &quot;Move&quot; you must give a folder name
20168 here.
20171 If you wish,
20172 you may choose a folder from your folder collections by using the
20173 &quot;T&quot; command.
20175 Besides regular text, the folder name may also contain
20176 tokens that are replaced with text representing the current date
20177 when you run Alpine.
20178 For example, if the folder name you use is
20180 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
20182 that is replaced with something like
20184 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
20188 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
20190 becomes
20192 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
20194 The token names must be surrounded by underscores in order to be recognized
20195 as tokens.
20196 The tokens that may be used are those that are derived from the current date.
20197 They're listed near the bottom of the list of tokens give
20198 <A HREF="h_index_tokens">here</A>.
20200 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
20201 for more information on Patterns.
20203 Look <A HREF="h_edit_nav_cmds">here</A>
20204 to see the available Editing and Navigation commands.
20206 &lt;End of help on this topic&gt;
20207 </BODY>
20208 </HTML>
20209 ======= h_config_filter_kw_set =======
20210 <HTML>
20211 <HEAD>
20212 <TITLE>Set These Keywords Explained</TITLE>
20213 </HEAD>
20214 <BODY>
20215 <H1>Set These Keywords Explained</H1>
20217 This describes part of the action to be taken if the Pattern for this
20218 filter is a match.
20219 Read a little about keywords in the help text for the
20220 <A HREF="h_common_flag">Flag</A> command.
20221 This option is a list of keywords that will be Set when there is a match.
20222 If you wish, you may choose keywords from the list of keywords you have
20223 defined with the &quot;T&quot; command.
20224 You may add new keywords by defining them in the
20225 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
20226 If you have given a keyword a nickname when configuring it,
20227 that nickname may be used instead of the actual keyword.
20230 Look <A HREF="h_edit_nav_cmds">here</A>
20231 to see the available Editing and Navigation commands.
20233 &lt;End of help on this topic&gt;
20234 </BODY>
20235 </HTML>
20236 ======= h_config_filter_kw_clr =======
20237 <HTML>
20238 <HEAD>
20239 <TITLE>Clear These Keywords Explained</TITLE>
20240 </HEAD>
20241 <BODY>
20242 <H1>Clear These Keywords Explained</H1>
20244 This describes part of the action to be taken if the Pattern for this
20245 filter is a match.
20246 Read a little about keywords in the help text for the
20247 <A HREF="h_common_flag">Flag</A> command.
20248 This option is a list of keywords that will be Cleared when there is a match.
20249 If you wish, you may choose keywords from the list of keywords you have
20250 defined with the &quot;T&quot; command.
20251 You may add new keywords by defining them in the
20252 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
20253 If you have given a keyword a nickname when configuring it,
20254 that nickname may be used instead of the actual keyword.
20257 Look <A HREF="h_edit_nav_cmds">here</A>
20258 to see the available Editing and Navigation commands.
20260 &lt;End of help on this topic&gt;
20261 </BODY>
20262 </HTML>
20263 ======= h_index_tokens =======
20264 <HTML>
20265 <HEAD>
20266 <TITLE>Tokens for Index and Replying</TITLE>
20267 </HEAD>
20268 <BODY>
20270 This set of special tokens may be used in the
20271 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
20272 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
20273 in signature files,
20274 in template files used in
20275 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
20276 that is the target of a Filter Rule.
20277 Some of them aren't available in all situations.
20279 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
20280 option, but they must be surrounded by underscores for the
20281 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
20282 and in the target of Filter Rules.
20286 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
20288 <DL>
20289 <DT>SUBJECT</DT>
20290 <DD>
20291 This token represents the Subject the sender gave the message.
20292 Alternatives for use in the index screen are SHORTSUBJECT,
20293 SUBJKEY, SHORTSUBJKEY, SUBJKEYINIT, SHORTSUBJKEYINIT, SUBJECTTEXT, 
20294 SUBJKEYTEXT, and SUBJKEYINITTEXT.
20295 You may color the subject text in the MESSAGE INDEX screen differently by using the
20296 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
20297 <A HREF="h_config_index_opening_color">Index Opening Color</A>
20298 options available from
20299 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20300 </DD>
20302 <DT>FROM</DT>
20303 <DD>
20304 This token represents the personal name (or email address if the name
20305 is unavailable) of the person specified in the message's &quot;From:&quot;
20306 header field.
20307 You may color the from text in the MESSAGE INDEX screen differently by using the
20308 <A HREF="h_config_index_from_color">Index From Color</A>
20309 option available from
20310 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20311 </DD>
20313 <DT>ADDRESS</DT>
20314 <DD>
20315 This is similar to the &quot;FROM&quot; token, only it is always the
20316 email address, never the personal name.
20317 For example, &quot;mailbox@domain&quot;.
20318 </DD>
20320 <DT>MAILBOX</DT>
20321 <DD>
20322 This is the same as the &quot;ADDRESS&quot; except that the 
20323 domain part of the address is left off.
20324 For example, &quot;mailbox&quot;.
20325 </DD>
20327 <DT>SENDER</DT>
20328 <DD>
20329 This token represents the personal name (or email address) of the person
20330 listed in the message's &quot;Sender:&quot; header field.
20331 </DD>
20333 <DT>TO</DT>
20334 <DD>
20335 This token represents the personal names (or email addresses if the names
20336 are unavailable) of the persons specified in the
20337 message's &quot;To:&quot; header field.
20338 </DD>
20340 <DT>NEWSANDTO</DT>
20341 <DD>
20342 This token represents the newsgroups from the
20343 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
20344 the personal names (or email addresses if the names
20345 are unavailable) of the persons specified in the
20346 message's &quot;To:&quot; header field.
20347 </DD>
20349 <DT>TOANDNEWS</DT>
20350 <DD>
20351 Same as &quot;NEWSANDTO&quot; except in the opposite order.
20352 </DD>
20354 <DT>NEWS</DT>
20355 <DD>
20356 This token represents the newsgroups from the
20357 message's &quot;Newsgroups:&quot; header field.
20358 </DD>
20360 <DT>CC</DT>
20361 <DD>
20362 This token represents the personal names (or email addresses if the names
20363 are unavailable) of the persons specified in the
20364 message's &quot;Cc:&quot; header field.
20365 </DD>
20367 <DT>RECIPS</DT>
20368 <DD>
20369 This token represents the personal names (or email addresses if the names
20370 are unavailable) of the persons specified in both the
20371 message's &quot;To:&quot; header field and
20372 the message's &quot;Cc:&quot; header field.
20373 </DD>
20375 <DT>NEWSANDRECIPS</DT>
20376 <DD>
20377 This token represents the newsgroups from the
20378 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
20379 the personal names (or email addresses if the names
20380 are unavailable) of the persons specified in the
20381 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
20382 </DD>
20384 <DT>RECIPSANDNEWS</DT>
20385 <DD>
20386 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
20387 </DD>
20389 <DT>INIT</DT>
20390 <DD>
20391 This token represents the initials from the personal name
20392 of the person specified in the message's &quot;From:&quot;
20393 header field.
20394 If there is no personal name, it is blank.
20395 </DD>
20397 <DT>DATE</DT>
20398 <DD>
20399 This token represents the date on which the message was sent, according
20400 to the &quot;Date&quot; header field.
20401 It has the format MMM DD. For example, &quot;Oct 23&quot;.
20402 The feature
20403 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
20404 which adjusts for the timezone the message was sent from,
20405 may have an effect on the value of this token as well as the values of
20406 all of the other DATE or TIME tokens.
20407 Some of the DATE and TIME tokens are displayed in a locale-specific
20408 way unless the option
20409 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
20410 </DD>
20412 <DT>SMARTDATE</DT>
20413 <DD>
20414 This token represents the date on which the message was sent, according
20415 to the &quot;Date&quot; header field.
20416 It is &quot;Today&quot; if the message was sent today,
20417 &quot;Yesterday&quot; for yesterday,
20418 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
20419 message is from last year and is more than six months old it includes the year, as well.
20420 See the SMARTDATE alternatives below, as well.
20421 </DD>
20423 <DT>SMARTTIME</DT>
20424 <DD>
20425 This token represents the most relevant elements of the date on which
20426 the message was sent (according to the &quot;Date&quot; header field),
20427 in a compact form. If the message was sent today, only the time is used
20428 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
20429 the past week, the day of the week and the hour are used
20430 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
20431 given as date, month, and year (e.g. &quot;23Aug00&quot;,
20432 &quot;9Apr98&quot;).
20433 </DD>
20435 <DT>SMARTTIME24</DT>
20436 <DD>
20437 This token has the structure &quot;day hour:minute&quot;
20438 (e.g. &quot;Sun 19:03&quot;) for messages dated less than a week
20439 from the current date, or &quot;month day&quot; (e.g.
20440 &quot;Nov 23&quot;) for messages dated less than 6 months
20441 ago, or &quot;day/month/year&quot; (e.g &quot;06/Jan/16&quot;)
20442 for messages dated more than 6 months ago. It uses 9 characters
20443 of the width of the screen, and it left aligned.
20444 </DD>
20446 <DT>SMARTDATETIME</DT>
20447 <DD>
20448 This is a combination of SMARTDATE and SMARTTIME.
20449 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
20450 case it is SMARTTIME.
20451 See the SMARTDATETIME alternatives below, as well.
20452 </DD>
20454 <DT>DATEISO</DT>
20455 <DD>
20456 This token represents the date on which the message was sent, according
20457 to the &quot;Date&quot; header field.
20458 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
20459 </DD>
20461 <DT>SHORTDATEISO</DT>
20462 <DD>
20463 This token represents the date on which the message was sent, according
20464 to the &quot;Date&quot; header field.
20465 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
20466 </DD>
20468 <DT>SHORTDATE1</DT>
20469 <DD>
20470 This token represents the date on which the message was sent, according
20471 to the &quot;Date&quot; header field.
20472 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
20473 </DD>
20475 <DT>SHORTDATE2</DT>
20476 <DD>
20477 This token represents the date on which the message was sent, according
20478 to the &quot;Date&quot; header field.
20479 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
20480 </DD>
20482 <DT>SHORTDATE3</DT>
20483 <DD>
20484 This token represents the date on which the message was sent, according
20485 to the &quot;Date&quot; header field.
20486 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
20487 </DD>
20489 <DT>SHORTDATE4</DT>
20490 <DD>
20491 This token represents the date on which the message was sent, according
20492 to the &quot;Date&quot; header field.
20493 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
20494 </DD>
20496 <DT>LONGDATE</DT>
20497 <DD>
20498 This token represents the date on which the message was sent, according
20499 to the &quot;Date&quot; header field.
20500 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
20501 </DD>
20503 <DT>SMARTDATE alternatives</DT>
20504 <DD>
20505 There are several versions of SMARTDATE that are all the same except
20506 for the way they format dates far in the past.
20507 SMARTDATE formats the date using the information from your locale settings
20508 to format the date string. It may end up formatting dates so that they look
20509 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
20510 The feature
20511 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
20512 may have an effect on the values of these tokens.
20513 If you want more control you may use one of the following.
20514   <DL>
20515   <DT>SMARTDATE</DT> <DD>If the option
20516 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
20517 then this will be locale specific. Control this with the
20518 LC_TIME locale setting on a UNIX system. On Windows
20519 the Regional Options control panel may be used to set the Short date
20520 format. At the programming level, the strftime routine is what Alpine
20521 uses to print the date.
20522 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
20523 to SMARTDATES1.</DD>
20524   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
20525   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
20526   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
20527   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
20528   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
20529   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
20530   </DL>
20531 </DD>
20533 <DT>SMARTDATETIME alternatives</DT>
20534 <DD>
20535 There are several versions of SMARTDATETIME that are all very similar.
20536 The ones that end in 24 use a 24-hour clock for Today's messages instead
20537 of a 12-hour clock.
20538 The other variation is
20539 for the way they format dates far in the past.
20540 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
20541 to format the date string. It may end up formatting dates so that they look
20542 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
20543 The feature
20544 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
20545 may have an effect on the values of these tokens.
20546 The possible choices are:
20547   <DL>
20548   <DT>SMARTDATETIME</DT> <DD>If the option
20549 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
20550 then this will be locale specific. Control this with the
20551 LC_TIME locale setting on a UNIX system. On Windows
20552 the Regional Options control panel may be used to set the Short date
20553 format. At the programming level, the strftime routine is what Alpine
20554 uses to print the date.
20555 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
20556 to SMARTDATETIMES1.</DD>
20557   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
20558   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
20559   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
20560   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
20561   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
20562   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
20563   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
20564   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
20565   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
20566   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
20567   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
20568   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
20569   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
20570   </DL>
20571 </DD>
20573 <DT>DAYDATE</DT>
20574 <DD>
20575 This token represents the date on which the message was sent, according
20576 to the &quot;Date&quot; header field.
20577 It looks like &quot;Sat, 23 Oct 1998&quot;.
20578 This token is never converted in any locale-specific way.
20579 </DD>
20581 <DT>PREFDATE</DT>
20582 <DD>
20583 This token represents the date on which the message was sent, according
20584 to the &quot;Date&quot; header field.
20585 It is your operating system's idea of the preferred date representation for the current locale.
20586 Internally it uses the %x version of the date from the strftime routine.
20587 </DD>
20589 <DT>PREFTIME</DT>
20590 <DD>
20591 This token represents the time at which the message was sent, according
20592 to the &quot;Date&quot; header field.
20593 It is the preferred time representation for the current locale.
20594 Internally it uses the %X version of the time from the strftime routine.
20595 </DD>
20597 <DT>PREFDATETIME</DT>
20598 <DD>
20599 This token represents the date and time at which the message was sent, according
20600 to the &quot;Date&quot; header field.
20601 It is the preferred date and time representation for the current locale.
20602 Internally it uses the %c version of the time from the strftime routine.
20603 </DD>
20605 <DT>DAY</DT>
20606 <DD>
20607 This token represents the day of the month on which the message was sent,
20608 according to the &quot;Date&quot; header field.
20609 For example, &quot;23&quot; or &quot;9&quot;.
20610 </DD>
20612 <DT>DAY2DIGIT</DT>
20613 <DD>
20614 This token represents the day of the month on which the message was sent,
20615 according to the &quot;Date&quot; header field.
20616 For example, &quot;23&quot; or &quot;09&quot;.
20617 It is always 2 digits.
20618 </DD>
20620 <DT>DAYORDINAL</DT>
20621 <DD>
20622 This token represents the ordinal number that is the day of
20623 the month on which the message was sent,
20624 according to the &quot;Date&quot; header field.
20625 For example, &quot;23rd&quot; or &quot;9th&quot;.
20626 </DD>
20628 <DT>DAYOFWEEK</DT>
20629 <DD>
20630 This token represents the day of the week on which the message was sent,
20631 according to the &quot;Date&quot; header field.
20632 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
20633 </DD>
20635 <DT>DAYOFWEEKABBREV</DT>
20636 <DD>
20637 This token represents the day of the week on which the message was sent,
20638 according to the &quot;Date&quot; header field.
20639 For example, &quot;Sun&quot; or &quot;Wed&quot;.
20640 </DD>
20642 <DT>MONTHABBREV</DT>
20643 <DD>
20644 This token represents the month the message was sent, according
20645 to the &quot;Date&quot; header field.
20646 For example, &quot;Oct&quot;.
20647 </DD>
20649 <DT>MONTHLONG</DT>
20650 <DD>
20651 This token represents the month in which the message was sent, according
20652 to the &quot;Date&quot; header field.
20653 For example, &quot;October&quot;.
20654 </DD>
20656 <DT>MONTH</DT>
20657 <DD>
20658 This token represents the month in which the message was sent, according
20659 to the &quot;Date&quot; header field.
20660 For example, &quot;10&quot; or &quot;9&quot;.
20661 </DD>
20663 <DT>MONTH2DIGIT</DT>
20664 <DD>
20665 This token represents the month in which the message was sent, according
20666 to the &quot;Date&quot; header field.
20667 For example, &quot;10&quot; or &quot;09&quot;.
20668 It is always 2 digits.
20669 </DD>
20671 <DT>YEAR</DT>
20672 <DD>
20673 This token represents the year the message was sent, according
20674 to the &quot;Date&quot; header field.
20675 For example, &quot;1998&quot; or &quot;2001&quot;.
20676 </DD>
20678 <DT>YEAR2DIGIT</DT>
20679 <DD>
20680 This token represents the year the message was sent, according
20681 to the &quot;Date&quot; header field.
20682 For example, &quot;98&quot; or &quot;01&quot;.
20683 It is always 2 digits.
20684 </DD>
20686 <DT>TIME24</DT>
20687 <DD>
20688 This token represents the time at which the message was sent, according
20689 to the &quot;Date&quot; header field.
20690 There is no adjustment made for different time zones, so you'll get
20691 the time the message was sent according to the time zone the sender
20692 was in.
20693 It has the format HH:MM. For example, &quot;17:28&quot;.
20694 </DD>
20696 <DT>TIME12</DT>
20697 <DD>
20698 This token represents the time at which the message was sent, according
20699 to the &quot;Date&quot; header field.
20700 This time is for a 12 hour clock.
20701 It has the format HH:MMpm.
20702 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
20703 </DD>
20705 <DT>TIMEZONE</DT>
20706 <DD>
20707 This token represents the numeric timezone from
20708 the &quot;Date&quot; header field.
20709 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
20710 </DD>
20712 </DL>
20715 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
20717 <DL>
20718 <DT>MSGNO</DT>
20719 <DD>
20720 This token represents the message's current position in the folder that,
20721 of course, may change as the folder is sorted or new mail arrives.
20722 </DD>
20724 <DT>STATUS</DT>
20725 <DD>
20726 This token represents a three character wide field displaying various
20727 aspects of the message's state.
20728 The first character is either blank,
20729 a '*' for message marked Important, or a '+' indicating a message
20730 addressed directly to you (as opposed to your having received it via a
20731 mailing list, for example).
20732 When the feature
20733 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
20734 is set, if the first character would have been
20735 blank then it will instead be a '-' if the message is cc'd to you.
20736 The second character is typically blank,
20737 though the arrow cursor may occupy it if either the 
20738 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
20739 or the
20740 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
20741 is set (or you actually are on a slow link).
20742 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
20743 '<A HREF="h_flag_answered">A</A>' (Answered),
20744 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
20745 '<A HREF="h_flag_new">N</A>' (New), or blank.
20747 If you are using a threaded view of the index and this message is at the
20748 top of a collapsed portion of a thread,
20749 then this token refers to all of the messages in the collapsed portion of
20750 the thread instead of just the top message.
20751 The first character will be a '*' if <EM>any</EM> of the messages in the thread
20752 are marked Important, else a '+' if any of the messages are addressed
20753 to you, else a '-' if any of the messages are cc'd to you.
20754 The third character will be a 'D' if <EM>all</EM> of the messages
20755 in the collapsed thread are marked deleted,
20756 an 'A' if <EM>all</EM> of the messages
20757 in the collapsed thread are marked answered,
20758 it will be an 'N' if any of
20759 the messages are undeleted and unseen, and it will be blank otherwise.
20760 </DD>
20762 <DT>FULLSTATUS</DT>
20763 <DD>
20764 This token represents a less abbreviated alternative
20765 to the &quot;STATUS&quot; token.
20766 It is six characters wide.
20767 The first character is '+', '-', or blank, the
20768 second blank, the third either '*' or blank, the fourth
20769 '<A HREF="h_flag_new">N</A>' or blank,
20770 the fifth '<A HREF="h_flag_answered">A</A>'
20771 or blank, and the sixth character is
20772 either '<A HREF="h_flag_deleted">D</A>' or
20773 blank.
20775 If you are using a threaded view of the index and this message is at the
20776 top of a collapsed portion of a thread,
20777 then this token refers to all of the messages in the collapsed portion of
20778 the thread instead of just the top message.
20779 The first character is '+', '-', or blank depending on whether <EM>any</EM>
20780 of the messages in the collapsed thread are addressed to you or cc'd to you.
20781 The third character will be '*' if any of the messages are marked
20782 Important.
20783 The fourth character will be 'N' if all of the messages in the thread
20784 are New, else 'n' if some of the messages in the thread are New, else blank.
20785 The fifth character will be 'A' or 'a' or blank, and the sixth character
20786 will be 'D' or 'd' or blank.
20787 </DD>
20789 <DT>IMAPSTATUS</DT>
20790 <DD>
20791 This token represents an even less abbreviated alternative to the
20792 &quot;STATUS&quot; token.
20793 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
20794 an 'N' if the message is new to this folder since the last time
20795 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
20796 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
20797 new to the folder since it was last opened <EM>but</EM> has not been
20798 viewed, or a blank if the message has been in the folder since it was
20799 last opened and has been viewed.
20801 If you are using a threaded view of the index and this message is at the
20802 top of a collapsed portion of a thread,
20803 then the fourth character will be
20804 'N' if all of the messages in the thread are unseen and recent;
20805 else 'n' if some of the messages in the thread are unseen and recent;
20806 else 'U' if all of the messages in the thread are unseen and not recent;
20807 else 'u' if some of the messages in the thread are unseen and not recent;
20808 else 'R' if all of the messages in the thread are seen and recent;
20809 else 'r' if some of the messages in the thread are seen and recent;
20810 else blank.
20811 </DD>
20813 <DT>SHORTIMAPSTATUS</DT>
20814 <DD>
20815 This is the same as the last four of the six characters of IMAPSTATUS,
20816 so the '+' To Me information will be missing.
20817 </DD>
20819 <DT>SIZE</DT>
20820 <DD>
20821 This token represents the total size, in bytes, of the message.
20822 If a &quot;K&quot; (Kilobyte)
20823 follows the number, the size is approximately 1,000
20824 times that many bytes (rounded to the nearest 1,000).
20825 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20826 1,000,000 times that many bytes.
20827 Commas are not used in this field.
20828 This field is seven characters wide, including the enclosing parentheses.
20829 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20830 The progression of sizes used looks like:
20833 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
20835 </DD>
20837 <DT>SIZECOMMA</DT>
20838 <DD>
20839 This token represents the total size, in bytes, of the message.
20840 If a &quot;K&quot; (Kilobyte)
20841 follows the number, the size is approximately 1,000
20842 times that many bytes (rounded to the nearest 1,000).
20843 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20844 1,000,000 times that many bytes.
20845 Commas are used if the number shown is 1,000 or greater.
20846 The SIZECOMMA field is one character wider than the SIZE field.
20847 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20848 The progression of sizes used looks like:
20851 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
20853 </DD>
20855 <DT>KSIZE</DT>
20856 <DD>
20857 This token represents the total size of the message, expressed in
20858 kilobytes or megabytes, as most appropriate.
20859 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
20860 The progression of sizes used looks like:
20863 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
20865 </DD>
20867 <DT>SIZENARROW</DT>
20868 <DD>
20869 This token represents the total size, in bytes, of the message.
20870 If a &quot;K&quot; (Kilobyte)
20871 follows the number, the size is approximately 1,000
20872 times that many bytes.
20873 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20874 1,000,000 times that many bytes.
20875 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
20876 1,000,000,000 times that many bytes.
20877 This field uses only five characters of screen width, including the enclosing
20878 parentheses.
20879 The progression of sizes used looks like:
20882 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
20884 </DD>
20886 <DT>DESCRIPSIZE</DT>
20887 <DD>
20888 This token is intended to represent a more useful description of the
20889 message than just its size, but it isn't very useful at this point.
20890 The plus sign in this view means there are attachments.
20891 Note that including this token in
20892 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
20893 display a little while Alpine collects the necessary information.
20894 </DD>
20896 <DT>SHORTSUBJECT</DT> 
20897 <DD> This token is the same as SUBJECT, but removes 
20898 text between &quot;[&quot; and &quot;]&quot;. Typically text enclosed 
20899 between these characters corresponds to mailing list names, and may be 
20900 unnecessary or unwanted in some instances. 
20901 </DD>
20903 <DT>SUBJKEY</DT>
20904 <DD>
20905 This token is the same as the SUBJECT token unless keywords are set for
20906 the message.
20907 In that case, a list of keywords enclosed in braces will be prepended to
20908 the subject of the message.
20909 Only those keywords that you have defined in your
20910 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20911 in Setup/Config are considered in the list.
20912 In other words, keywords that have been set by some other means, perhaps
20913 by another email program, won't show up unless included in
20914 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20915 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
20916 prepended to the subject in the MESSAGE TEXT screen.
20917 If you have given a keyword a nickname
20918 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
20919 instead of the actual keyword.
20920 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20921 option may be used to modify this token slightly.
20922 It is also possible to color keywords in the index using the
20923 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20924 </DD>
20926 <DT>SHORTSUBJKEY</DT>
20927 <DD> This token is the same as SUBJKEY, but it is based on
20928 SHORTSUBJECT, instead of in SUBJECT.
20929 </DD>
20931 <DT>SUBJKEYINIT</DT>
20932 <DD>
20933 This token is the same as the SUBJKEY token except that instead of
20934 prepending a list of keywords to the subject, a list of first initials
20935 of keywords will be prepended instead.
20936 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
20937 set (or Work and Now are the Alpine nicknames of keywords that are set)
20938 then the SUBJKEY token would cause a result like
20940 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
20942 whereas the SUBJKEYINIT token would give
20944 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
20946 Only those keywords that you have defined in your
20947 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20948 in Setup/Config are considered in the list.
20949 In other words, keywords that have been set by some other means, perhaps
20950 by another email program, won't show up unless included in
20951 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20952 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20953 option may be used to modify this token slightly.
20954 It is also possible to color keywords in the index using the
20955 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20956 </DD>
20958 <DT>SHORTSUBJKEYINIT</DT>
20959 <DD> This token is the same as SUBJKEYINIT, but it is based on
20960 SHORTSUBJECT, instead of in SUBJECT.
20961 </DD>
20963 <DT>SUBJECTTEXT</DT>
20964 <DD>
20965 Same as SUBJECT but if there is room in the Subject field for more text,
20966 the opening part of the text of the message is displayed after the subject.
20967 The time needed to fetch the text may cause a performance problem
20968 which can, of course, be avoided by using the SUBJECT version of
20969 the Subject instead.
20970 You may color this opening text differently by using the
20971 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
20972 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20973 You may adjust the characters that are displayed between the Subject and the
20974 opening text with the option
20975 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
20976 </DD>
20978 <DT>SUBJKEYTEXT</DT>
20979 <DD>
20980 Same as SUBJKEY but with the opening message text.
20981 </DD>
20983 <DT>OPENINGTEXT</DT>
20984 <DD>
20985 This is similar to SUBJECTTEXT.
20986 Instead of combining the Subject and the opening text in a single
20987 field in the index screen this token allows you to allocate a
20988 separate column just for the opening text of the message.
20989 The time needed to fetch this text may cause a performance problem.
20990 You may color this opening text differently by using the
20991 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
20992 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20993 </DD>
20995 <DT>OPENINGTEXTNQ</DT>
20996 <DD>
20997 This is very similar to OPENINGTEXT.
20998 The NQ stands for No Quotes.
20999 The only difference is that quoted text (lines beginning with &gt;) is deleted.
21000 For some messages this may be confusing.
21001 For example, a message might have a line preceding some quoted
21002 text that reads something like &quot;On May 8th person A said.&quot;
21003 That no longer makes sense after the quoted text is deleted and it
21004 will appear that person A said whatever the text after the quote
21005 is, even though that is really person B talking.
21006 </DD>
21008 <DT>SUBJKEYINITTEXT</DT>
21009 <DD>
21010 Same as SUBJKEYINIT but with the opening message text.
21011 </DD>
21013 <DT>KEY</DT>
21014 <DD>
21015 This is a space-delimited list of keywords that are set for the message.
21016 Only those keywords that you have defined in your
21017 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
21018 in Setup/Config are considered in the list.
21019 In other words, keywords that have been set by some other means, perhaps
21020 by another email program, won't show up unless included in
21021 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
21022 If you have given a keyword a nickname
21023 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
21024 instead of the actual keyword.
21025 It is also possible to color keywords in the index using the
21026 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
21027 This token defaults to an arbitrary width of 5.
21028 You should set it to whatever width suits you using something
21029 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
21030 </DD>
21032 <DT>KEYINIT</DT>
21033 <DD>
21034 This is a list of keyword initials that are set for the message.
21035 If you have given a keyword a nickname
21036 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
21037 is displayed instead of the initial of the actual keyword.
21038 It is also possible to color keyword initials in the index using the
21039 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
21040 This token defaults to an arbitrary width of 2.
21041 You should set it to whatever width suits you using something
21042 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
21043 </DD>
21045 <DT>PRIORITY</DT>
21046 <DD>
21047 The X-Priority header is a non-standard header that is used in a
21048 somewhat standard way by many mail programs.
21049 Alpine expects the value of this header to be a digit with a value
21050 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
21051 Since this priority is something that the sender sets it is only an indication
21052 of the priority that the sender attaches to the mail and it is therefore almost
21053 totally unreliable for use as a filtering criterion.
21054 This token will display the numeric value of the priority if it is between
21055 1 and 5.
21056 It will be suppressed (blank) if the value is 3, which is normal priority.
21057 This token may be colored with the
21058 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
21059 </DD>
21061 <DT>PRIORITYALPHA</DT>
21062 <DD>
21063 This is a more verbose interpretation of the X-Priority field.
21064 Once again nothing is displayed unless the value of the field
21065 is 1, 2, 4, or 5.
21066 The values displayed for those values are:
21068 <TABLE>
21069 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
21070 <TR> <TD>2</TD> <TD>High</TD> </TR>
21071 <TR> <TD>4</TD> <TD>Low</TD> </TR>
21072 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
21073 </TABLE>
21075 This token may be colored with the
21076 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
21077 </DD>
21079 <DT>PRIORITY!</DT>
21080 <DD>
21081 This is a one character, non-numeric version of the X-Priority field.
21082 If the value of the X-Priority header is 1 or 2 an exclamation
21083 point is displayed.
21084 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
21085 This token may be colored with the
21086 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
21087 </DD>
21089 <DT>ATT</DT>
21090 <DD>
21091 This is a one column wide field that represents the number of attachments
21092 a message has. It will be blank if there are no attachments, a single
21093 digit for one to nine attachments, or an asterisk for more than nine.
21094 Note that including this token in
21095 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
21096 display a little while Alpine collects the necessary information.
21097 </DD>
21099 <DT>FROMORTO</DT>
21100 <DD>
21101 This token represents <EM>either</EM> the personal name (or email address) of
21102 the person listed in the message's &quot;From:&quot; header
21103 field, <EM>or</EM>, if that address is yours or one of your
21104 <A HREF="h_config_alt_addresses">alternate addresses</A>,
21105 the first person specified in the
21106 message's &quot;To:&quot; header field
21107 with the prefix &quot;To: &quot; prepended.
21108 If the from address is yours and there is also no &quot;To&quot; address,
21109 Alpine will use the address on the &quot;Cc&quot; line.
21110 If there is no address there, either, Alpine will look for a newsgroup name
21111 from the &quot;Newsgroups&quot; header field and put
21112 that after the &quot;To: &quot; prefix.
21113 </DD>
21115 <DT>FROMORTONOTNEWS</DT>
21116 <DD>
21117 This is almost the same as <EM>FROMORTO</EM>.
21118 The difference is that newsgroups aren't considered.
21119 When a message is from you, doesn't have a To or Cc, and does have
21120 a Newsgroups header; this token will be your name instead of the name
21121 of the newsgroup (like it would be with FROMORTO).
21122 </DD>
21124 <DT>TEXT</DT>
21125 <DD>
21126 This is a different sort of token.
21127 It allows you to display a label within each index line.
21128 It will be the same fixed text for each line.
21129 It is different from all the other tokens in that there is no space column
21130 displayed after this token.
21131 Instead, it is butted up against the following field.
21132 It also has a different syntax.
21133 The text to display is given following a colon after the
21134 word &quot;TEXT&quot;.
21135 For example,
21137 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
21139 would insert the literal text &quot;abc=&quot; (without the quotes)
21140 into the index display line.
21141 You must quote the text if it includes space characters, like
21143 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
21145 </DD>
21147 <DT>HEADER</DT>
21148 <DD>
21149 This allows you to display the text from a particular header line in the
21150 message.
21151 The syntax for this token is substantially different from all the others
21152 in order that you might be able to display a portion of the text following
21153 a particular header.
21154 The header name you are interested in is given following a colon
21155 after the word &quot;HEADER&quot;.
21156 For example,
21158 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
21160 would display the text of the X-Spam header, if any.
21161 Like for other index tokens a width field may (and probably should)
21162 follow this.
21164 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
21166 displays the first ten characters of the X-Spam header.
21167 Unlike other index tokens, the syntax for HEADER is more flexible.
21168 An optional second argument comes after a comma inside the parentheses.
21169 It specifies the &quot;field&quot; number.
21170 By default, the field separator is a space character.
21171 No extra space characters are allowed in the argument list.
21173 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
21175 would display the second field, left-justified, in a 10 character
21176 wide field.
21177 The second field would consist of all the text after the first space
21178 up to the next space or the end of the header.
21179 The default field number is zero, which stands for the entire line.
21180 There is also an optional third argument that is a list of field
21181 separators. It defaults to a space character.
21182 The example
21184 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
21186 would cause the field separators to be any of colon, percent,
21187 or space (there is a space character between the percent and the
21188 right parenthesis).
21189 The first field runs from the start of the header value up to the first
21190 colon, percent, or space; the second goes from there to the next; and so on.
21191 In order to use a comma character as a field separator you must escape
21192 it by preceding it with a backslash (&#92;).
21193 The same is true of the backslash character itself.
21194 There is one further optional argument.
21195 It is an R or an L to specify right or left adjustment of the text
21196 within the field.
21197 The default is to left justify, however if you are displaying numbers
21198 you might prefer to right justify.
21200 Here's an example of a SpamAssassin header.
21201 The exact look of the header will vary, but if your incoming mail
21202 contains headers that look like the following
21204 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
21206 you might want to display the hits value.
21207 The first field starts with the Y in Yes.
21208 To get what you're interested in you might use &quot;=&quot; and
21209 space as the field separators and display the third field, like
21211 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
21213 or maybe you would break at the dot instead
21215 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
21217 Another example we've seen has headers that look like
21219 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
21221 Because there are two equals and a comma before the 7% and a comma
21222 after it, the token
21224 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
21226 should display the probability (for example 7% or 83%) right justified
21227 in a 3-wide field.
21228 </DD>
21230 <DT>ARROW</DT>
21231 <DD>
21232 This gives an alternative way to display the current message in the
21233 MESSAGE INDEX screen.
21234 Usually the current message is indicated by the line being shown in
21235 reverse video.
21236 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
21237 the current line will include an &quot;arrow&quot; that
21238 looks like
21240 <CENTER><SAMP>-&gt;</SAMP></CENTER>
21242 in the ARROW token's field.
21243 For all of the non-current messages, the ARROW field will be filled
21244 with blanks.
21245 If you use the fixed-field width feature the length of the &quot;arrow&quot;
21246 may be adjusted.
21247 The arrow will be drawn as width-1 dashes followed by a greater than sign.
21248 For example, if you use ARROW(3) you will get
21250 <CENTER><SAMP>--&gt;</SAMP></CENTER>
21252 and ARROW(1) will give you just
21254 <CENTER><SAMP>&gt;</SAMP></CENTER>
21256 It is also possible to set the color of the ARROW field.
21257 By default (and for non-current messages) the arrow is colored the same
21258 as the index line it is part of.
21259 You may set it to be another color with the 
21260 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
21261 the <A HREF="h_color_setup">Setup Kolor</A> screen.
21262 </DD>
21264 <DT>SCORE</DT>
21265 <DD>
21266 This gives the
21267 <a href="h_rules_score">score</a>
21268 of each message.
21269 This will be six columns wide to accommodate the widest possible score.
21270 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
21271 to limit the width of the field to the widest score that
21272 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
21273 If you have not defined any score rules the scores will all be zero.
21274 If any of your score rules contain AllText or BodyText patterns
21275 then including SCORE in the <!--#echo var="VAR_index-format"-->
21276 may slow down the display of the MESSAGE INDEX screen.
21277 </DD>
21278 </DL>
21281 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
21283 <DL>
21284 <DT>CURNEWS</DT>
21285 <DD>
21286 This token represents the current newsgroup if there is one.
21287 For example, &quot;comp.mail.pine&quot;.
21288 </DD>
21290 <DT>MSGID</DT>
21291 <DD>
21292 This token represents the message ID of the message.
21293 This token does not work with Filter Rule folder names.
21294 </DD>
21296 <DT>CURDATE</DT>
21297 <DD>
21298 This token represents the current date.
21299 It has the format MMM DD. For example, &quot;Oct 23&quot;.
21300 </DD>
21302 <DT>CURDATEISO</DT>
21303 <DD>
21304 This token represents the current date.
21305 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
21306 </DD>
21308 <DT>CURDATEISOS</DT>
21309 <DD>
21310 This token represents the current date.
21311 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
21312 </DD>
21314 <DT>CURPREFDATE</DT>
21315 <DD>
21316 This token represents the current date.
21317 It is your operating system's idea of the preferred date representation for the current locale.
21318 Internally it uses the %x version of the date from the strftime routine.
21319 </DD>
21321 <DT>CURPREFTIME</DT>
21322 <DD>
21323 This token represents the current time.
21324 It is the preferred time representation for the current locale.
21325 Internally it uses the %X version of the time from the strftime routine.
21326 </DD>
21328 <DT>CURPREFDATETIME</DT>
21329 <DD>
21330 This token represents the current date and time.
21331 It is the preferred date and time representation for the current locale.
21332 Internally it uses the %c version of the time from the strftime routine.
21333 </DD>
21335 <DT>CURTIME24</DT>
21336 <DD>
21337 This token represents the current time.
21338 It has the format HH:MM. For example, &quot;17:28&quot;.
21339 </DD>
21341 <DT>CURTIME12</DT>
21342 <DD>
21343 This token represents the current time.
21344 This time is for a 12 hour clock.
21345 It has the format HH:MMpm.
21346 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
21347 </DD>
21349 <DT>CURDAY</DT>
21350 <DD>
21351 This token represents the current day of the month.
21352 For example, &quot;23&quot; or &quot;9&quot;.
21353 </DD>
21355 <DT>CURDAY2DIGIT</DT>
21356 <DD>
21357 This token represents the current day of the month.
21358 For example, &quot;23&quot; or &quot;09&quot;.
21359 It is always 2 digits.
21360 </DD>
21362 <DT>CURDAYOFWEEK</DT>
21363 <DD>
21364 This token represents the current day of the week.
21365 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
21366 </DD>
21368 <DT>CURDAYOFWEEKABBREV</DT>
21369 <DD>
21370 This token represents the current day of the week.
21371 For example, &quot;Sun&quot; or &quot;Wed&quot;.
21372 </DD>
21374 <DT>CURMONTH</DT>
21375 <DD>
21376 This token represents the current month.
21377 For example, &quot;10&quot; or &quot;9&quot;.
21378 </DD>
21380 <DT>CURMONTH2DIGIT</DT>
21381 <DD>
21382 This token represents the current month.
21383 For example, &quot;10&quot; or &quot;09&quot;.
21384 It is always 2 digits.
21385 </DD>
21387 <DT>CURMONTHLONG</DT>
21388 <DD>
21389 This token represents the current month.
21390 For example, &quot;October&quot;.
21391 </DD>
21393 <DT>CURMONTHABBREV</DT>
21394 <DD>
21395 This token represents the current month.
21396 For example, &quot;Oct&quot;.
21397 </DD>
21399 <DT>CURYEAR</DT>
21400 <DD>
21401 This token represents the current year.
21402 For example, &quot;1998&quot; or &quot;2001&quot;.
21403 </DD>
21405 <DT>CURYEAR2DIGIT</DT>
21406 <DD>
21407 This token represents the current year.
21408 For example, &quot;98&quot; or &quot;01&quot;.
21409 It is always 2 digits.
21410 </DD>
21412 <DT>LASTMONTH</DT>
21413 <DD>
21414 This token represents last month.
21415 For example, if this is November (the 11th month),
21416 it is equal to &quot;10&quot; or if this is October (the 10th month),
21417 it is &quot;9&quot;.
21418 It is possible that this and the other tokens beginning with LASTMONTH
21419 below could be useful when used with a Filtering Rule that
21420 has the &quot;Beginning of Month&quot; option set.
21421 </DD>
21423 <DT>LASTMONTH2DIGIT</DT>
21424 <DD>
21425 This token represents last month.
21426 For example, if this is November (the 11th month),
21427 it is equal to &quot;10&quot; or if this is October (the 10th month),
21428 it is &quot;09&quot;.
21429 It is always 2 digits.
21430 </DD>
21432 <DT>LASTMONTHLONG</DT>
21433 <DD>
21434 This token represents last month.
21435 For example, if this is November the value is &quot;October&quot;.
21436 </DD>
21438 <DT>LASTMONTHABBREV</DT>
21439 <DD>
21440 This token represents last month.
21441 For example, if this is November the value is &quot;Oct&quot;.
21442 </DD>
21444 <DT>LASTMONTHYEAR</DT>
21445 <DD>
21446 This token represents what the year was a month ago.
21447 For example, if this is October, 1998, it is &quot;1998&quot;.
21448 If this is January, 1998, it is &quot;1997&quot;.
21449 </DD>
21451 <DT>LASTMONTHYEAR2DIGIT</DT>
21452 <DD>
21453 This token represents what the year was a month ago.
21454 For example, if this is October, 1998, it is &quot;98&quot;.
21455 If this is January, 1998, it is &quot;97&quot;.
21456 </DD>
21458 <DT>LASTYEAR</DT>
21459 <DD>
21460 This token represents last year.
21461 For example, if this is 1998, it equals &quot;1997&quot;.
21462 It is possible that this
21463 could be useful when used with a Filtering Rule that
21464 has the &quot;Beginning of Year&quot; option set.
21465 </DD>
21467 <DT>LASTYEAR2DIGIT</DT>
21468 <DD>
21469 This token represents last year.
21470 For example, if this is 1998, it equals &quot;97&quot;.
21471 It is always 2 digits.
21472 </DD>
21474 <DT>ROLENICK</DT>
21475 <DD>
21476 This token represents the nickname of the
21477 role currently being used.  If no role is being used,
21478 then no text will be printed for this token.
21479 This token does not work with Filter Rule folder names.
21480 </DD>
21481 </DL>
21484 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
21485 See the help for the
21486 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
21487 to see why you might want to use this.
21488 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
21489 must be surrounded by underscores when used.
21491 <DL>
21492 <DT>NEWLINE</DT>
21493 <DD>
21494 This is an end of line marker.
21495 </DD>
21496 </DL>
21499 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
21501 <DL>
21502 <DT>CURSORPOS</DT>
21503 <DD>
21504 This token is different from the others.
21505 When it is replaced it is replaced with nothing, but it sets an Alpine
21506 internal variable that tells the composer to start with the cursor
21507 positioned at the position where this token was.
21508 If both the template file and the signature file contain
21509 a &quot;CURSORPOS&quot; token, then the position in the template file
21510 is used.
21511 If there is a template file and neither it nor the signature file contains
21512 a &quot;CURSORPOS&quot; token, then the cursor is positioned
21513 after the end of the contents of the
21514 template file when the composer starts up.
21515 </DD>
21516 </DL>
21519 &lt;End of help on this topic&gt;
21520 </BODY>
21521 </HTML>
21522 ======= h_reply_token_conditionals =======
21523 <HTML>
21524 <HEAD>
21525 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
21526 </HEAD>
21527 <BODY>
21528 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
21530 Conditional text inclusion may be used with
21531 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
21532 in signature files, and in template files used in
21533 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
21534 It may <EM>not</EM> be used with the
21535 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
21538 There is a limited if-else capability for including text.
21539 The if-else condition is based
21540 on whether or not a given token would result in replacement text you
21541 specify.
21542 The syntax of this conditional inclusion is
21544 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
21546 The left parenthesis must follow the underscore immediately, with no
21547 intervening space.
21548 It means the token is expanded and the results of that expansion are
21549 compared against the &quot;match_this&quot; argument.
21550 If there is an exact match, then the &quot;if_matched&quot; text is used
21551 as the replacement text.
21552 Otherwise, the &quot;if_not_matched&quot; text is used.
21553 One of the most useful values for the &quot;match_this&quot; argument is
21554 the empty string, &quot;&quot;.
21555 In that case the expansion is compared against the empty string.
21557 Here's an example to make it clearer.
21558 This text could be included in one of your template files:
21560 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
21562 If that is included in a template file that you are using while replying
21563 to a message (because you chose to use the role it was part of),
21564 and that message has a newsgroup header and a newsgroup in that header,
21565 then the text
21567 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
21569 will be included in the message you are about to compose.
21570 On the other hand, if the message you are replying to does not have
21571 a newsgroup, then the text
21573 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
21575 would be included instead.
21576 This would also work in signature files and in
21577 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
21578 If the &quot;match_this&quot;, &quot;if_matched&quot;,
21579 or &quot;if_not_matched&quot; arguments contain
21580 spaces, parentheses, or commas;
21581 they have to be quoted with double quotation marks (like in the example
21582 above).
21583 If you want to include a literal quote (&quot;) in the text you must escape the
21584 quote by preceding it with a backslash (&#92;) character.
21585 If you want to include a literal backslash character you must escape it
21586 by preceding it with another backslash.
21588 The comma followed by &quot;if_not_matched&quot; is optional.
21589 If there is no &quot;if_not_matched&quot;
21590 present then no text is included if the not_matched case is true.
21591 Here's another example:
21593 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
21595 Here you can see that tokens may appear in the arguments.
21596 The same is true for tokens with the conditional parentheses.
21597 They may appear in arguments,
21598 though you do have to be careful to get the quoting and escaping of
21599 nested double quotes correct.
21600 If this was in the signature file being used and you were replying to a message
21601 sent to comp.mail.pine the resulting text would be:
21603 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
21605 If you were replying to a message that wasn't sent to any newsgroup the
21606 resulting text would be a single blank line.
21607 The reason you'd get a blank line is because the end of the line is
21608 outside of the conditional, so is always included.
21609 If you wanted to get rid of that blank line you could do so by moving
21610 the end of line inside the conditional.
21611 In other words, it's ok to have multi-line
21612 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
21613 template file.
21614 The text just continues until the next double quotation, even if it's not
21615 on the same line.
21617 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
21619 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
21621 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
21622 while reading the newsgroup comp.mail.pine the resulting text would be:
21624 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
21626 If you were replying to a message while reading an email folder instead
21627 of a newsgroup the resulting leadin text would be
21629 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
21631 Here's one more (contrived) example illustrating a matching argument
21632 that is not the empty string.
21634 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
21636 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
21637 were replying to
21638 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
21639 would be
21641 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
21643 But if you were replying to a message sent on Oct. 27 (and that wasn't
21644 today) you would get
21646 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
21649 &lt;End of help on this topic&gt;
21650 </BODY>
21651 </HTML>
21652 ======= h_composer_cntxt_nick =======
21653 <HTML>
21654 <HEAD>
21655 <TITLE>Collection Nickname Explained</TITLE>
21656 </HEAD>
21657 <BODY>
21658 <H1>Collection Edit Help -- Nickname Field</H1>
21660 This field is provided so you can add a short nickname to use when
21661 referring to this collection within Alpine.  Spaces are allowed, and
21662 you don't need to use double-quotes.  However, the double-quote
21663 character is not allowed.
21665 Look <A HREF="h_edit_nav_cmds">here</A>
21666 to see the available Editing and Navigation commands.
21668 &lt;End of help on this topic&gt;
21669 </BODY>
21670 </HTML>
21671 ======= h_folder_server_syntax =======
21672 <HTML>
21673 <HEAD>
21674 <TITLE>Server Name Syntax</TITLE>
21675 </HEAD>
21676 <BODY>
21677 <H1>Server Name Syntax</H1>
21679 This help describes the syntax that may be used for server names
21680 that may be associated with remote folders or SMTP servers.
21683 A server name is the hostname of the server.
21684 It's a good idea to use the host's fully-qualified network name.
21687 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
21690 However, IP addresses are allowed if surrounded
21691 with square-brackets.
21694 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
21697 An optional network port number may be supplied by appending
21698 a colon (:) followed by the port number
21699 to the server name.
21700 By default, the IMAP port number, 143, is used.
21703 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
21706 Besides server name and optional port number, various other optional
21707 parameters may be supplied that alter Alpine's interaction with the server.
21708 A parameter is supplied by appending a slash (/) character followed by
21709 the parameter's name and,
21710 depending on the particular parameter, the value assigned to that
21711 name, to the server name (and optional port number).
21712 Parameter names are <EM>not</EM> case sensitive.
21713 Currently supported parameters include:
21715 <DL>
21717 <DT>User</DT>
21718 <DD>This parameter requires an associated value, and is intended to
21719 provide the username identifier with which to establish the server
21720 connection.
21721 If your SMTP server offers SMTP AUTH authentication, adding this 
21722 parameter to the
21723 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
21724 option will cause Alpine to attempt to authenticate to the server using the
21725 supplied username.
21726 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
21727 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
21728 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
21729 option (or to the server name for any folder collection using NNTP)
21730 will cause Alpine to attempt
21731 to authenticate to the server using the supplied username.
21732 An example might be:
21735 <CENTER><SAMP>/user=katie</SAMP></CENTER>
21738 </DD>
21740 <DT>STARTTLS</DT>
21741 <DD>
21742 This is a unary parameter indicating communication with the server must 
21743 take place over a TLS connection. If you use this parameter, Alpine will 
21744 establish an insecure connection to the server, and later will attempts to 
21745 use a secure encrypted connection. If the attempt to use TLS fails then 
21746 this parameter will cause the connection to fail instead of falling back 
21747 to an insecure connection.
21749 Use this option when you are told to use STARTTLS. If you are told to use 
21750 SSL or TLS on port 993, use the /ssl unary parameter instead, and not this 
21751 parameter. Use this parameter when establishing a connection to a server 
21752 on an insecure port (normally port 143 for IMAP) and then needing to 
21753 establish a secure connection using STARTTLS.
21755 <P><A href="h_security_considerations">Learn more</A> about security 
21756 considerations when you use this option.
21759 <CENTER><SAMP>/starttls</SAMP></CENTER>
21762 </DD>
21764 <DT>SSL</DT>
21765 <DD>
21766 This is a unary parameter indicating communication with the server should 
21767 take place over a Secure Socket Layer connection.  The server must support
21768 this method, and be prepared to accept connections on the appropriate
21769 port (993 by default).
21770 Alpine must be linked with an SSL library for this option to be operational.
21771 Using this option will make Alpine try to connect to the server using the
21772 most secure encrypted SSL connection that both your version of Alpine and the
21773 server support.
21776 <CENTER><SAMP>/ssl</SAMP></CENTER>
21779 </DD>
21781 <DT>TLS1</DT>
21782 <DD>
21783 This parameter indicates that the connection to the server will be made
21784 over the SSL port, but using the TLSv1 protocol, instead of the usual
21785 SSLv3 or SSLv2 protocols.
21786 Alpine must be linked with an SSL library for this option to be operational.
21789 <CENTER><SAMP>/tls1</SAMP></CENTER>
21791 </DD>
21793 <DT>TLS1_1</DT>
21794 <DD>
21795 This parameter indicates that the connection to the server will be made
21796 over the SSL port, but using the TLSv1.1 protocol.
21797 Alpine must be linked with an SSL library that supports this encryption
21798 protocol for this option to be operational.
21801 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
21803 </DD>
21805 <DT>TLS1_2</DT>
21806 <DD>
21807 This parameter indicates that the connection to the server will be made
21808 over the SSL port, but using the TLSv1.2 protocol.
21809 Alpine must be linked with an SSL library that supports this encryption
21810 protocol for this option to be operational.
21813 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
21815 </DD>
21817 <DT>TLS1_3</DT>
21818 <DD>
21819 This parameter indicates that the connection to the server will be made
21820 over the SSL port, but using the TLSv1.3 protocol.
21821 Alpine must be linked with an SSL library that supports this encryption
21822 protocol for this option to be operational.
21825 <CENTER><SAMP>/tls1_3</SAMP></CENTER>
21827 </DD>
21829 <DT>NoValidate-Cert</DT>
21830 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
21831 This is needed if the server uses self-signed certificates or if Alpine
21832 cannot validate the certificate for some other known reason. You should avoid
21833 using this option, and instead install the certificate of the server, so you
21834 are not a victim of a cracker-in-the-middle attack.
21836 </DD>
21838 <DT>Anonymous</DT>
21839 <DD>This is a unary parameter (that means it does not have a value)
21840 indicating that the connection be logged in as
21841 &quot;anonymous&quot; rather than a specific user.
21842 Not all servers offer anonymous
21843 access; those which do generally only offer read-only access to certain
21844 &quot;public&quot; folders.
21847 <CENTER><SAMP>/anonymous</SAMP></CENTER>
21850 </DD>
21852 <DT>Secure</DT>
21853 <DD>This is a unary parameter indicating that the connection use the
21854 most secure authentication method mutually supported by Alpine and the
21855 server.
21856 Alpine is capable of authenticating connections to 
21857 the server using several methods.
21858 By default, Alpine will attempt each
21859 method until either a connection is established or the
21860 list of methods is exhausted.
21861 This parameter causes Alpine to instead fail 
21862 the connection if the first (generally most &quot;secure&quot;) method fails.
21865 <CENTER><SAMP>/secure</SAMP></CENTER>
21868 </DD>
21870 <DT>Submit</DT>
21871 <DD>This is a unary parameter for use with the
21872 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
21873 It indicates that the connection should be made to the Submit server
21874 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
21875 (port 587) instead of the SMTP port (25).
21876 At the time this help was written the submit option was equivalent to
21877 specifying port 587. <A href="h_security_considerations">Learn more</A>
21878 about security considerations when you use this option.
21881 <CENTER><SAMP>/submit</SAMP></CENTER>
21885 <CENTER><SAMP>host:587</SAMP></CENTER>
21888 </DD>
21890 <DT>Debug</DT>
21891 <DD>This is a unary parameter indicating that the connection be established
21892 in a verbose mode.  Basically, it causes Alpine to log the communication with
21893 the server in Alpine's debug file.
21894 Normally, the pine -d command-line flag would be used instead.
21896 </DD>
21898 <DT>NoRsh</DT>
21899 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
21900 the UNIX remote shell program.
21901 Including &quot;NoRsh&quot; will cause connections to this server to skip
21902 the &quot;rsh&quot; attempt.
21903 This might be useful to avoid long timeouts caused by rsh firewalls, for
21904 example.
21906 </DD>
21908 <DT>Loser</DT>
21909 <DD>This option makes sense only for IMAP servers that do not perform
21910 a SEARCH command correctly. If your filtering rules
21911 fail to filter some messages, that should have been filtered, then this
21912 option will make Alpine download all data necessary data to perform that 
21913 search. There is a performance penalty when using this option. Downloading 
21914 the data to perform the search will take longer than requesting the IMAP
21915 server to perform the filtering, but the filtering will be done correctly.
21917 </DD>
21920 <DT>Service</DT>
21921 <DD>This parameter requires an associated value.  The default value is
21922 &quot;IMAP&quot; which indicates communication with the server based
21923 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
21924 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
21926 Other service values include:
21927  <DL>
21928  <DT>NNTP</DT>
21929  <DD>This value indicates communication with the server takes place via
21930 the Network News Transfer Protocol.  Use this to define a collection
21931 of newsgroups on a remote news server.  So
21934 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
21936 or just
21938 <CENTER><SAMP>/NNTP</SAMP></CENTER>
21941 is the way to specify NNTP access.
21943  </DD>
21945  <DT>POP3</DT>
21946  <DD>This value indicates communication with the server takes place via the
21947 Post Office Protocol 3 protocol.
21950 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
21952 or just
21954 <CENTER><SAMP>/POP3</SAMP></CENTER>
21957 Note that there are several important issues
21958 to consider when selecting this option:
21959 <OL>
21960  <LI> POP3 provides access to only your INBOX.  In other words,
21961 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
21962  <LI> Alpine's implementation of POP3 does not follow the traditional POP
21963 model and will leave your mail on the server. Refer to the
21964 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
21965  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
21966 </OL>
21967 </DD>
21968 </DL>
21969 </DL>
21972 Note that it is possible to include more than one parameter in a server
21973 specification by concatenating the parameters. For example:
21976 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
21980 &lt;End of help on this topic&gt;
21981 </BODY>
21982 </HTML>
21983 ======= h_security_considerations =======
21984 <HTML>
21985 <HEAD>
21986 <TITLE>SSL, TLS, STARTTLS and More Security Considerations</TITLE>
21987 </HEAD>
21988 <BODY>
21989 <H1>SSL, TLS, STARTTLS and More Security Considerations</H1>
21991 The purpose of this text is to educate users on how to best choose
21992 the type of security connection to a remote server using the SSL and TLS
21993 encryption protocols.
21996 In the past, and when Alpine originally started to support encrypted connections
21997 to remote servers, the /ssl modifier was needed, and it meant any of the SSLv2
21998 or SSLv3 protocols. Those encryption protocols are considered not fully secure
21999 anymore, and in fact, you might not be able to use them anymore.
22001 <P> Today the /ssl modifier means to use the most secure encryption 
22002 protocol between your version of Alpine and what the server supports. This 
22003 might mean more modern protocols, such as TLS 1.0, TLS 1.1, etc. As of 
22004 this writing, Alpine supports connection using TLS 1.3. These protocols
22005 are considered more secure today and they should be preferred over the old
22006 SSL protocols.
22008 <P> A source of confusion for Alpine users might be the meaning of the 
22009 modifier /tls with respect to the names of the encryption protocols, such 
22010 as TLS 1.2. The meaning of /tls is to start an encrypted connection to a 
22011 server after an insecure connection has been established, and we will 
22012 discuss this later in this help text. The preferred way flag is to use
22013 /starttls, instead of /tls.
22015 <P>The best way to start an encrypted connection to a server is to use the 
22016 /ssl modifier. If your provider allows encrypted connections on port 993 
22017 for IMAP, or port 995 for POP3, or in port 465 for SMTP, just define your 
22018 server by adding the /ssl modifier and do not add the port to the server. 
22019 Alpine knows that the secure connection will be done in the correct port, 
22020 and will use the most secure encryption available between Alpine and the 
22021 server. You only need to use the port number when it is different from the
22022 default port numbers for this type of connections, and those were given
22023 above.
22025 <P>Most email service providers identify secure connections by saying 
22026 &quot;SSL or TLS&quot;. In this case, use the /ssl modifier, and only use 
22027 the port number in case it is different to the ones above.
22029 <P>If your service provider says to use STARTTLS, then you need to use the 
22030 /starttls modifier. If your service provider gives you the option to use SSL or 
22031 TLS and to use STARTTLS choose the secure port and choose the /ssl 
22032 modifier. This is because connections using the /starttls modifier can be 
22033 attacked and your username and password can be stolen by a hacker. The next
22034 paragraph describes in short how to do this.
22036 <P> When you use the /starttls modifier, Alpine connects insecurely to the 
22037 remote server. Because the connection is insecure, it is possible that you 
22038 connect to a different server, which connects you to the real server. This 
22039 is called &quot;man-in-the-middle&quot; attack, and so your communication 
22040 will pass through the hackers computer before it reaches the real target. 
22041 An example of a possible man-in-the-middle is your internet service provider, 
22042 or your employer in some instances.
22043 This means that the hacker can modify the replies from the correct server 
22044 and give you the illusion of security before you are actually connected to 
22045 the secure server. Therefore, you might disclose your username and 
22046 password to the hacker before you establish a secure connection to the correct
22047 server.
22049 <P> Therefore, if possible avoid using STARTTLS (for IMAP and POP) or SUBMIT
22050 for SMTP (in port 587), as these are subject to attack. If possible
22051 ask your provider for secure connections for SSL or TLS in the secure ports
22052 993 for IMAP, 995 for POP or 465 for SMTP.
22054 <P> In the current state, even as of TLS 1.3, these protocols are considered 
22055 secure but they do not protect your privacy. For example your internet 
22056 service provider might track to which servers you are connecting securely. 
22057 Encryption protocols are evolving to not only protect the security of your 
22058 data, but also your privacy.
22060 <P> Other types of errors can lead to insecure connections. An example is
22061 when the name of the server as provided by the user does not match the
22062 name of the server in the certificate. 
22063 <A href="h_tls_validation_failure">Read more</A> about security errors
22064 of this type and learn how to protect yourself against this type of
22065 errors.
22068 &lt;End of help on this topic&gt;
22069 </BODY>
22070 </HTML>
22071 ======= h_composer_cntxt_server =======
22072 <HTML>
22073 <HEAD>
22074 <TITLE>Collection Server: Explained</TITLE>
22075 </HEAD>
22076 <BODY>
22077 <H1>Collection Edit Help -- Server Field</H1>
22079 This collection's &quot;Server:&quot; definition indicates the
22080 hostname of the server providing access to the folders in this
22081 collection.
22082 The syntax of this server name is the same as for other server names used
22083 in remote folder names in
22084 Alpine and is described
22085 <A HREF="h_folder_server_syntax">here</A>.
22088 &lt;End of help on this topic&gt;
22089 </BODY>
22090 </HTML>
22091 ======= h_composer_cntxt_path =======
22092 <HTML>
22093 <HEAD>
22094 <TITLE>Collection Path: Explained</TITLE>
22095 </HEAD>
22096 <BODY>
22097 <H1>Collection Edit Help -- Path Field</H1>
22099 The collection's &quot;Path:&quot; definition indicates the location
22100 of the folders in this collection.  If the path or any of its components
22101 do not exist, Alpine will prompt you for their creation when exiting the
22102 Add/Change screen.
22104 <P> 
22105 By default the path is interpreted as defining a section of your personal
22106 folder area.  This area and how you specify it are defined by the
22107 server, if one is specified in the collection, or, typically, the home
22108 directory if no server is defined.
22111 To define a collection outside the default &quot;area&quot;, prefix
22112 the path with the &quot;namespace&quot; to use when interpreting the
22113 given path.  If a namespace is specified, the Path begins with the
22114 sharp, &quot;#&quot;, character followed by the name of the namespace
22115 and then the namespace's path-element-delimiter.  Aside from the
22116 path's format, namespaces can also imply access rights, content
22117 policy, audience, location, and, occasionally, access methods.
22120 Each server exports its own set (possibly of size one) of 
22121 namespaces.  Hence, it's likely communication with your server's
22122 administrator will be required for specific configurations.  Some of
22123 the more common namespaces, however, include:
22125 <DL>
22126 <DT>#news.</DT>
22127 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
22128 names are hierarchically defined with each level delimited by a period.
22129 </DD>
22130 <DT>#public/</DT>
22131 <DD>This specifies a folder area that the server may export to the general
22132 public.
22133 </DD>
22134 <DT>#shared/</DT>
22135 <DD>This specifies a folder area that the folder may export to groups
22136 of users.
22137 </DD>
22138 <DT>#ftp/</DT>
22139 <DD>This specifies a folder area that is the same as that it may have 
22140 exported via the &quot;File Transfer Protocol&quot;.
22141 </DD>
22142 <DT>#mh/</DT>
22143 <DD>This specifies the personal folder area associated with folders
22144 and directories that were created using the MH message handling system.
22145 </DD>
22146 </DL>
22149 In addition, the server may support access to other user's folders,
22150 provided you have suitable permissions.  Common methods use a prefix
22151 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
22152 indicate the root of the other user's folder area.
22155 No, nothing's simple.
22158 &lt;End of help on this topic&gt;
22159 </BODY>
22160 </HTML>
22161 ======= h_composer_cntxt_view =======
22162 <HTML>
22163 <HEAD>
22164 <TITLE>Collection View: Explained</TITLE>
22165 </HEAD>
22166 <BODY>
22167 <H1>Collection Edit Help -- View Field</H1>
22169 The collection's &quot;View:&quot; definition provides a way to limit
22170 the displayed list of folders within a collection.  By default, only
22171 folders that contain the specified characters anywhere in their name
22172 are shown in the collection's folder list.
22175 Additionally, you can use a wildcard character to better control
22176 the list of folders selected for display.  The wildcard specifier is
22177 the star, &quot;*&quot;, character.
22180 So, for example, to define a collection of all folders ending with
22181 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
22182 quote characters!).  Or, similarly, to define a collection of folders
22183 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
22184 specify a view of &quot;a*z&quot;.
22187 &lt;End of help on this topic&gt;
22188 </BODY>
22189 </HTML>
22190 ======= h_composer_abook_add_server =======
22191 <HTML>
22192 <HEAD>
22193 <TITLE>Addressbook Server Name Field Explained</TITLE>
22194 </HEAD>
22195 <BODY>
22196 This field should be left blank if the address book is stored in a regular
22197 file on this system.  If it is a remote address book stored on an IMAP
22198 server then this is the name of that IMAP server.
22200 Look <A HREF="h_edit_nav_cmds">here</A>
22201 to see the available Editing and Navigation commands.
22203 &lt;End of help on this topic&gt;
22204 </BODY>
22205 </HTML>
22206 ======= h_composer_abook_add_folder =======
22207 <HTML>
22208 <HEAD>
22209 <TITLE>Addressbook Folder Name Field Explained</TITLE>
22210 </HEAD>
22211 <BODY>
22212 For a remote address book (one for which the Server Name is filled in)
22213 this is the name of a folder on the remote server. The address book data
22214 will be stored in this folder. This folder should be used only for
22215 storing this single address book, not for other address books or for
22216 other messages.
22218 For a local address book (one for which the Server Name is not filled in)
22219 this is the name of a file in which the address book will be stored.
22220 The file is in the same directory as the Alpine configuration file if the
22221 configuration file is local.
22222 If the configuration file is remote, then this will be in the home directory
22223 for Unix Alpine and in the directory specified by the
22224 &quot;-aux local_directory&quot; command line argument.
22226 Look <A HREF="h_edit_nav_cmds">here</A>
22227 to see the available Editing and Navigation commands.
22229 &lt;End of help on this topic&gt;
22230 </BODY>
22231 </HTML>
22232 ======= h_composer_abook_add_nick =======
22233 <HTML>
22234 <HEAD>
22235 <TITLE>Addressbook NickName Field Explained</TITLE>
22236 </HEAD>
22237 <BODY>
22238 This is just an optional nickname for this address book. If present, it
22239 is used in some of the displays and error messages in the address book
22240 maintenance screens. It is for your convenience only and serves no
22241 other purpose.
22243 Look <A HREF="h_edit_nav_cmds">here</A>
22244 to see the available Editing and Navigation commands.
22246 &lt;End of help on this topic&gt;
22247 </BODY>
22248 </HTML>
22249 ======= h_composer_qserv_cn =======
22250 <HTML>
22251 <HEAD>
22252 <TITLE>Directory Query Form Explained</TITLE>
22253 </HEAD>
22254 <BODY>
22256 Fill in as many of these fields as you wish to narrow down your
22257 search. All the fields you fill in must match in order for an entry
22258 to be returned. You may use the wildcard character &quot;*&quot; in
22259 any of the fields, it matches any zero or more characters at that
22260 point in the string. There are no implicit wildcards, so the match is
22261 exact unless you include wildcards.
22264 Note that if an attribute isn't present at all, then the match will fail.
22265 For example, if a server doesn't support the Locality attribute, then no
22266 matter what you put in the Locality field (other than leaving it empty)
22267 the search will fail.
22270 This field, the Common Name field, is typically a person's full name.
22273 <H1>EDITING and NAVIGATION COMMANDS</H1>
22274 <!--chtml if pinemode="function_key"-->
22275 <PRE>
22276 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
22277 ^B (Left Arrow)    Back character       | ^D       Delete current character
22278 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
22279 ^P (Up Arrow)      Previous line        |
22280 ^N (Down Arrow)    Next line            | F9       Cut marked text or
22281 ^A                 Beginning of line    |            delete current line
22282 ^E                 End of line          | F10      Undelete line(s)
22283 F7                 Previous page        |
22284 F8                 Next page            |-------------------------------------
22285 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
22286 ----------------------------------------|
22287 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
22288 F2   Cancel      |   F1    Get help     |
22289 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
22290 </PRE>
22291 <!--chtml else-->
22292 <PRE>
22293 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
22294 ^B (Left Arrow)    Back character       | ^D       Delete current character
22295 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
22296 ^P (Up Arrow)      Previous line        |
22297 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
22298 ^A                 Beginning of line    |            delete current line
22299 ^E                 End of line          | ^U       Undelete line(s)
22300 ^Y                 Previous page        |
22301 ^V                 Next page            |-------------------------------------
22302 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
22303 ----------------------------------------|
22304 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
22305 ^C   Cancel      |   ^G    Get help     |
22306 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
22307 </PRE>
22308 <!--chtml endif-->
22309 <P><UL>
22310 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22311 </UL><P>
22312 &lt;End of help on this topic&gt;
22313 </BODY>
22314 </HTML>
22315 ======= h_composer_qserv_sn =======
22317 The Surname is usually the family name of a person.
22319 <End of help on this topic>
22320 ======= h_composer_qserv_gn =======
22322 This is the part of a person's name that isn't the surname or initials.
22324 <End of help on this topic>
22325 ======= h_composer_qserv_mail =======
22327 This is the email address of a person.
22329 <End of help on this topic>
22330 ======= h_composer_qserv_org =======
22332 This is the organization a person belongs to.
22334 <End of help on this topic>
22335 ======= h_composer_qserv_unit =======
22337 This is the organizational unit a person belongs to.
22339 <End of help on this topic>
22340 ======= h_composer_qserv_country =======
22342 This is the country a person belongs to.
22344 <End of help on this topic>
22345 ======= h_composer_qserv_state =======
22347 This is the state a person belongs to.
22349 <End of help on this topic>
22350 ======= h_composer_qserv_locality =======
22352 This is the locality a person belongs to.
22354 <End of help on this topic>
22355 ======= h_composer_qserv_custom =======
22357 This one is for advanced users only! If you put something in this field,
22358 then the rest of the fields are ignored.
22360 This field may be set to the string representation of an LDAP search
22361 filter (see RFC1960). Here are some examples:
22363 To search for an entry with a surname equal to "clinton" you could set
22364 the custom filter to:
22366      (sn=clinton)
22367     
22368 This is equivalent to putting "clinton" in the SurName field.
22369 To search for an entry that has a surname that begins with "clint" and
22370 has a givenname equal to "william" you could use:
22372      (&(sn=clint*)(givenname=william))
22373     
22374 This is equivalent to setting the SurName field to "clint*" and the
22375 GivenName field to "william".
22376 To search for an entry where either the common name OR the email address
22377 contains "abcde" you could use:
22379      (|(cn=*abcde*)(mail=*abcde*))
22381 That isn't equivalent to anything you can do by setting the other fields
22382 because of the OR.
22384 <End of help on this topic>
22385 ======= h_composer_qserv_qq =======
22387 This one is a little different from the rest of the categories.  It causes
22388 a search to be formed from the configured search filter that you filled
22389 in when you added the directory server to your configuration. It can also
22390 be combined with the other fields if you'd like.
22392 <End of help on this topic>
22393 ======= h_address_format =======
22394 <HTML>
22395 <HEAD>
22396 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
22397 </HEAD>
22398 <BODY>
22399 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
22401 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
22402 and then a domain, with no spaces.  
22403 For example, jsmith@art.example.com might be the email address
22404 of a person  
22405 with the username &quot;jsmith&quot; who has an account in the domain
22406 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
22407 right of the &quot;@&quot; sign can vary - a shorter example would be 
22408 isabelle@elsewhere.edu (the shortest possible form: here, only the 
22409 organization's domain is specified after the &quot;@&quot; sign); a longer 
22410 example would be 
22411  jsingh@shakti.edutech.example.com
22412 (here, the name of the host &quot;shakti&quot; in the domain 
22413 edutech.example.com is also specified).  
22414 <P>  
22415 If you do not know the exact email address of someone you want to write 
22416 to, ask them what it is using other means of communication than email; or 
22417 use the tools for 
22418 finding people's addresses that are available on the Internet.
22420 If you are sending to someone on the same system as you are, you can leave
22421 the &quot;@&quot; sign and all the information to its right off of the 
22422 address, and Alpine will fill it in automatically, 
22423 unless the feature 
22424 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
22427 When an email address you send a message to is not reachable -- either because 
22428 it is simply an incorrect address, or because email can temporarily not be 
22429 delivered to it due to a technical problem on the way to or at the recipient's 
22430 end -- you will almost always get an error notification email message back.
22432 If you encounter problems with, or have questions about, email delivery or
22433 email address syntax, contact your local network computing consultants.
22434 <P><UL>
22435 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22436 </UL>
22438 &lt;End of help on this topic&gt;
22439 </BODY>
22440 </HTML>
22441 ======= h_flag_user_flag =======
22442 <HTML>
22443 <HEAD>
22444 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
22445 </HEAD>
22446 <BODY>
22447 <H1>STATUS FLAG: User Defined Keyword</h1>
22449 This is a keyword that is defined for this folder.
22450 It was most likely defined by the owner of the folder.
22451 Alpine will not set or clear this flag on its own.
22453 <P><UL>
22454 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22455 </UL><P>
22456 &lt;End of help on this topic&gt;
22457 </BODY>
22458 </HTML>
22459 ======= h_flag_important =======
22460 <html>
22461 <title>STATUS FLAG: Important</title>
22462 <body>
22463 <h1>STATUS FLAG: Important</h1>
22466 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
22467 MESSAGE&nbsp;INDEX
22468 screen, can only be set by the user, and is intended to be used in
22469 whatever fashion makes sense to you.  You are the only one that can set or
22470 clear it. 
22473 &lt;End of help on this topic&gt;
22474 </BODY>
22475 </HTML>
22476 ======= h_flag_new =======
22477 <html>
22478 <title>STATUS FLAG: New</title>
22479 <body>
22480 <h1>STATUS FLAG: New</h1>
22483 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
22484 MESSAGE&nbsp;INDEX screen,
22485 is automatically set when messages are delivered to your Inbox (or other
22486 folder specified outside of Alpine).  Likewise, it is cleared automatically
22487 the first time you read the message it is associated with.
22490 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
22491 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
22492 you'd like to be reminded of it next time you read mail.  This can be done
22493 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
22497 &lt;End of help on this topic&gt;
22498 </BODY>
22499 </HTML>
22500 ======= h_flag_answered =======
22501 <html>
22502 <title>STATUS FLAG: Answered</title>
22503 <body>
22504 <h1>STATUS FLAG: Answered</h1>
22506 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
22507 MESSAGE&nbsp;INDEX
22508 screen, is automatically set when you reply to a message.  This flag is not
22509 automatically cleared.
22512 &lt;End of help on this topic&gt;
22513 </BODY>
22514 </HTML>
22515 ======= h_flag_forwarded =======
22516 <html>
22517 <title>STATUS FLAG: Forwarded</title>
22518 <body>
22519 <h1>STATUS FLAG: Forwarded</h1>
22521 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
22522 MESSAGE&nbsp;INDEX
22523 screen, is automatically set when you forward a message.  This flag is not
22524 automatically cleared.
22527 &lt;End of help on this topic&gt;
22528 </BODY>
22529 </HTML>
22530 ======= h_flag_deleted =======
22531 <html>
22532 <title>STATUS FLAG: Deleted</title>
22533 <body>
22534 <h1>STATUS FLAG: Deleted</h1>
22536 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
22537 MESSAGE&nbsp;INDEX
22538 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
22539 It is cleared
22540 when you use the &quot;U&nbsp;Undelete&quot; command.
22543 Messages marked with this flag will be permanently removed from
22544 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
22545 command, or
22546 when you indicate acceptance of their removal upon leaving the folder.
22549 Note, there can be other actions implicit in the
22550 &quot;D&nbsp;Delete&quot; command,
22551 such as advancing to the next message, that may be momentarily undesirable.
22552 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
22553 flag <A HREF="h_common_flag">explicitly</A>.
22556 &lt;End of help on this topic&gt;
22557 </BODY>
22558 </HTML>
22559 ====== h_config_incoming_timeo ======
22560 <HTML>
22561 <HEAD>
22562 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
22563 </HEAD>
22564 <BODY>
22565 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
22567 This option has no effect unless the feature
22568 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22569 is set, which in turn has no effect unless
22570 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22571 is set.
22573 Sets the time in seconds that Alpine will
22574 attempt to open a network connection used for monitoring for Unseen
22575 messages in Incoming Folders. The default is 5.
22576 If a connection has not completed within this many seconds Alpine will
22577 give up and consider it a failed connection.
22579 <UL>   
22580 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22581 </UL><P>
22582 &lt;End of help on this topic&gt;
22583 </BODY>
22584 </HTML>
22585 ====== h_config_incoming_interv ======
22586 <HTML>
22587 <HEAD>
22588 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
22589 </HEAD>
22590 <BODY>
22591 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
22593 This option has no effect unless the feature
22594 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22595 is set, which in turn has no effect unless
22596 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22597 is set.
22599 This option specifies, in seconds, how often Alpine will check
22600 for new mail and state changes in Incoming Folders when Incoming Folders
22601 Checking is turned on.
22602 The default is 3 minutes (180).
22603 This value applies only to folders that are local to the system that
22604 Alpine is running on or that are accessed using the IMAP protocol.
22605 The similar option
22606 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
22607 applies to all other monitored folders.
22609 <UL>   
22610 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22611 </UL><P>
22612 &lt;End of help on this topic&gt;
22613 </BODY>
22614 </HTML>
22615 ====== h_config_incoming_second_interv ======
22616 <HTML>
22617 <HEAD>
22618 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
22619 </HEAD>
22620 <BODY>
22621 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
22623 This option has no effect unless the feature
22624 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22625 is set, which in turn has no effect unless
22626 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22627 is set.
22629 This option together with the option
22630 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
22631 specifies, in seconds, how often Alpine will check
22632 for new mail and state changes in Incoming Folders when Incoming Folders
22633 Checking is turned on.
22634 The default for this option is 3 minutes (180).
22635 For folders that are local to this system or
22636 that are accessed using the IMAP protocol
22637 the value of the option
22638 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
22639 is used.
22640 For all other monitored folders, the value of this option is used.
22642 The reason there are two separate options is because it is usually
22643 less expensive to check local and IMAP folders than it is to check
22644 other types, like POP or NNTP folders.
22645 You may want to set this secondary value to a higher number than
22646 the primary check interval.
22648 <UL>   
22649 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22650 </UL><P>
22651 &lt;End of help on this topic&gt;
22652 </BODY>
22653 </HTML>
22654 ====== h_config_incoming_list ======
22655 <HTML>
22656 <HEAD>
22657 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
22658 </HEAD>
22659 <BODY>
22660 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
22662 This option has no effect unless the feature
22663 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22664 is set, which in turn has no effect unless
22665 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22666 is set.
22668 When monitoring the Incoming Message Folders for Unseen messages Alpine will
22669 normally monitor all Incoming Folders.
22670 You may use this option to restrict the list of monitored folders to a
22671 subset of all Incoming Folders.
22673 <UL>   
22674 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22675 </UL><P>
22676 &lt;End of help on this topic&gt;
22677 </BODY>
22678 </HTML>
22679 ====== h_config_pers_name ======
22680 <HTML>
22681 <HEAD>
22682 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
22683 </HEAD>
22684 <BODY>
22685 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
22687 This value is used to determine the full name part of the "From" address
22688 on messages you send.
22689 <!--chtml if pinemode="os_windows"-->
22690  PC-Alpine requires that this be set in order to properly construct the "From" address.
22691 <!--chtml else-->
22692  If unset, Unix Alpine will obtain your full name from
22693  the system password file. PC-Alpine, on the other hand, requires that this be set.
22694 <!--chtml endif-->
22696 If you want to change the value of what gets included in the From header
22697 in messages you send (other than just the Personal Name)
22698 look <A HREF="h_config_change_your_from">here</A> for a description.
22699 <P><UL>
22700 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22701 </UL><P>
22702 &lt;End of help on this topic&gt;
22703 </BODY>
22704 </HTML>
22705 ====== h_config_pruned_folders ======
22706 <html>
22707 <header>
22708 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
22709 </header>
22710 <body>
22711 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
22713 This variable allows you to define a list of one or more folders that
22714 Alpine will offer to prune for you in the same way it automatically offers
22715 to prune your "sent-mail" folder each month.
22716 Each folder in this list must be a folder in your default folder collection
22717 (the first folder collection if you have more than one), and it is just
22718 the relative name of the folder in the collection, not the fully-qualified name.
22719 It is similar to sent-mail.
22720 Instead of something like
22722 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
22724 the correct value to use would be
22726 <CENTER><SAMP>folder</SAMP></CENTER>
22728 There is an assumption here that your first collection is the folders in
22730 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
22733 Once a month, for each folder listed, Alpine will offer to move
22734 the contents of the folder to a new folder of the same name but with
22735 the previous month's date appended.  Alpine will then look for any such
22736 date-appended folder names created for a previous month, and offer each
22737 one it finds for deletion.
22740 If you decline the first offer, no mail is moved and no new folder is
22741 created.
22744 The new folders will be created
22745 in your default folder collection.
22748 <UL>   
22749 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22750 </UL><P>
22751 &lt;End of help on this topic&gt;
22752 </body>
22753 </html>
22754 ====== h_config_upload_cmd ======
22755 <HTML>
22756 <HEAD>
22757 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
22758 </HEAD>
22759 <BODY>
22760 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
22762 This option affects the behavior of the Composer's &quot;Read File&quot; 
22763 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
22764 commands.  It specifies
22765 a Unix program name, and any necessary command line arguments, that Alpine can
22766 use to transfer files from your personal computer into messages that you are
22767 composing.<P>
22769 <B>Note:</B> this facility is intended for use with serial line transfer 
22770 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22771 to work with TCP/IP file transfer programs such as ftp.<P>
22773 If a program is specified, the commands listed above are modified to offer a
22774 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
22775 specified here must match the transfer program or protocol available on the
22776 personal computer.<P>
22778 Alpine expects to exchange uploaded data via a file on your Unix system.  When
22779 the specified upload program finishes, Alpine expects the uploaded data to be
22780 contained in this file.<P>
22782 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
22783 generates a
22784 temporary file name that it will pass to the specified Unix program.  Alpine
22785 will read the resulting uploaded text from this file and then delete it when
22786 the upload command is finished.<P>
22788 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
22789 prompt
22790 you for the name of the file that is to contain the uploaded information that
22791 it is to attach.  Alpine will attach this file to the composition, but will
22792 <B>not</B> delete this file after the upload command is finished.<P>
22794 The special token &quot;_FILE_&quot; may be included among the Unix program's 
22795 command
22796 line arguments.  Alpine will replace this symbol with the name of the file
22797 being used to exchange the uploaded information.  This token allows you to
22798 position the file name where it is required in the Unix program's command
22799 line arguments.<P>
22801 If the &quot;_FILE_&quot; token is not present in the specified command, the
22802 temporary file's name is automatically appended to the specified Unix
22803 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22804 <B>last</B> command line argument.
22805 <P><UL>
22806 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22807 </UL><P>
22808 &lt;End of help on this topic&gt;
22809 </BODY>
22810 </HTML>
22811 ====== h_config_upload_prefix ======
22812 <HTML>
22813 <HEAD>
22814 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
22815 </HEAD>
22816 <BODY>
22817 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
22819 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
22820 It defines text to be written to the terminal emulator (via standard output)
22821 immediately prior to starting upload command.  This is useful for
22822 integrated serial line file transfer agents that permit command passing
22823 (e.g., Kermit's APC method).<P>
22825 The special token &quot;_FILE_&quot; may be included in the string specification.
22826 That symbol will be replaced with the (Alpine-created) name of the temporary
22827 file in which Alpine will expect to find the uploaded file.
22828 <P><UL>
22829 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22830 </UL><P>
22831 &lt;End of help on this topic&gt;
22832 </BODY>
22833 </HTML>
22834 ====== h_config_download_cmd ======
22835 <HTML>
22836 <HEAD>
22837 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
22838 </HEAD>
22839 <BODY>
22840 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
22842 This option affects the behavior of the Export command.  It specifies a Unix
22843 program name, and any necessary command line arguments, that Alpine can use to
22844 transfer the exported message to your personal computer's disk.<P>
22845 Note: this facility is intended for use with serial line transfer 
22846 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22847 to work with TCP/IP file transfer programs such as ftp.<P>
22848 If a program is specified, the Export command is modified to offer a
22849 subcommand (^V) to activate the transfer (in lieu of saving it to
22850  the machine where Alpine is running).  Obviously, the Unix program
22851 specified here must match the transfer program or protocol available on the
22852 personal computer.<P>
22854 When this subcommand is selected and before Alpine invokes the specified Unix
22855 program, Alpine will create a temporary file containing the text of the
22856 exported message.  Alpine uses this file to pass the exported message text to
22857 the specified Unix program.<P>
22859 The special token &quot;_FILE_&quot; may be included among the Unix program's command
22860 line arguments.  Alpine will replace this symbol with the temporary file's name
22861 before executing the Unix program.  This token allows you to position the
22862 file name where it is required in the Unix program's command line arguments.
22864 If the &quot;_FILE_&quot; token is not present in the specified command, the
22865 temporary file's name is automatically appended to the specified Unix
22866 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22867 <B>last</B> command line argument.
22868 <P><UL>
22869 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22870 </UL><P>
22871 &lt;End of help on this topic&gt;
22872 </BODY>
22873 </HTML>
22874 ====== h_config_download_prefix ======
22875 <HTML>
22876 <HEAD>
22877 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
22878 </HEAD>
22879 <BODY>
22880 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
22882 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
22883 It defines text to be written to the terminal emulator (via standard output)
22884 immediately prior to starting the download command.  This is useful for
22885 integrated serial line file transfer agents that permit command passing
22886 (e.g., Kermit's APC method).
22888 The special token &quot;_FILE_&quot; may be included in the string 
22889 specification.
22890 That symbol will be replaced with the (Alpine-created) name of the temporary
22891 file into which Alpine will place the message to be downloaded.
22892 <P><UL>
22893 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22894 </UL><P>
22895 &lt;End of help on this topic&gt;
22896 </BODY>
22897 </HTML>
22898 ====== h_config_mailcap_path ======
22899 <HTML>
22900 <HEAD>
22901 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
22902 </HEAD>
22903 <BODY>
22904 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
22905 This variable is used to replace Alpine's default mailcap file search path.
22906 It takes one or more file names (full paths must be specified) in which to
22907 look for mail capability data.  The default search path can be found in this
22908 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
22909 If there is more than one file name listed, list members should be delimited
22910 by 
22911 <!--chtml if pinemode="os_windows"-->
22912 a semi-colon (;) under Windows; for example:<PRE>
22913         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
22914 </PRE>
22915 <!--chtml else-->
22916 a colon (:) under UNIX; for example:<PRE>
22917         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
22918 </PRE>
22919 <!--chtml endif-->
22920 <P><UL>
22921 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22922 </UL>
22924 &lt;End of help on this topic&gt;
22925 </BODY>
22926 </HTML>
22927 ====== h_config_mimetype_path ======
22928 <HTML>
22929 <HEAD>
22930 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
22931 </HEAD>
22932 <BODY>
22933 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
22935 This variable is used to replace Alpine's default mime.types file search path.
22936 It takes one or more file names (full paths must be specified) in which to
22937 look for file-name-extension to MIME type mapping data.  The default search
22938 path can be found in this
22939 <A HREF="h_news_config">Alpine Configuration</A> help.
22943 If there is more than one file name listed, list members should be delimited
22944 by a colon (:) under UNIX and a semi-colon (;) under Windows.
22946 &lt;End of help on this topic&gt;
22947 </BODY></HTML>
22948 ====== h_config_system_certs_path ======
22949 <HTML>
22950 <HEAD>
22951 <TITLE>OPTION: <!--#echo var="VAR_system-certs-path"--></TITLE>
22952 </HEAD>
22953 <BODY>
22954 <H1>OPTION: <!--#echo var="VAR_system-certs-path"--></H1>
22956 When Alpine is built to support secure connections to remote servers, a directory
22957 must be reserved in the system to store certificates that will be used to validate
22958 remote servers. This is normally configured at the time that Alpine is built, but
22959 there might be circumstances under which a user might want to use a different
22960 directory. For example, the directory might not be accessible, or has not been 
22961 updated and contains old certificates that have expired.
22964 This variable can be used to list
22965 the directory where such certificates can be found. Alpine will use the first
22966 directory in this list that exists in your system and can be accessed. This
22967 allows for users to be able to use the same pinerc file in different systems.
22970 Example of values for this option might be:
22972 <PRE>
22973 System CACerts Dir = /etc/ssl/certs
22974                      /usr/local/ssl/certs
22975                      C:\\libressl\\ssl\\certs
22976 <PRE>
22979 In unix systems, the default location of the certificates for openssl can
22980 be obtained by first executing the command
22982 <PRE>openssl version -d</PRE>
22984 and adding &quot;/certs&quot; to that value. In Windows the default location
22985 for the certificates is C:\\libressl\\ssl\\certs. This value was set by
22986 LibreSSL developers, and this option can be used to override this default.
22989 &lt;End of help on this topic&gt;
22990 </BODY></HTML>
22991 ====== h_config_system_certs_file ======
22992 <HTML>
22993 <HEAD>
22994 <TITLE>OPTION: <!--#echo var="VAR_system-certs-file"--></TITLE>
22995 </HEAD>
22996 <BODY>
22997 <H1>OPTION: <!--#echo var="VAR_system-certs-file"--></H1>
22999 This option sets the location of the container file that holds 
23000 certificate authority (CA) certificates.
23001 Alpine will use the first
23002 container in this list that exists in your system and can be accessed. This
23003 allows for users to be able to use the same pinerc file in different systems.
23006 Example of values for this option might be:
23008 <PRE>
23009 System CACerts File = /etc/ssl/certs/cert.pem
23010                       /usr/local/ssl/ca-root-nss.crt
23011                       C:\\libressl\\ssl\\certs\\cert.pem
23012 <PRE>
23015 In unix systems, the default location of the certificates for openssl can
23016 be obtained by first executing the command
23018 <PRE>openssl version -d</PRE>
23020 and adding &quot;/certs&quot; to that value. In Windows the default location
23021 for the certificates is C:\\libressl\\ssl\\certs\\cert.pem. This value was set 
23022 by LibreSSL developers, and this option can be used to override this default.
23025 &lt;End of help on this topic&gt;
23026 </BODY></HTML>
23027 ====== h_config_user_certs_path ======
23028 <HTML>
23029 <HEAD>
23030 <TITLE>OPTION: <!--#echo var="VAR_user-certs-path"--></TITLE>
23031 </HEAD>
23032 <BODY>
23033 <H1>OPTION: <!--#echo var="VAR_user-certs-path"--></H1>
23035 (UNIX ALPINE ONLY)
23036 This directory is used by Alpine to store certificates that a user
23037 trusts. Alpine will use the first directory in this list that exists in your
23038 system and can be accessed. This allows for users to be able to
23039 use the same pinerc file in different systems. The default location
23040 is ~/.alpine-certs.
23043 In addition to the certificates stored in this directory, Alpine also
23044 trusts certificates saved in the container file referenced in the
23045 configuration variable
23046 <A HREF="h_config_user_certs_file"><!--#echo var="VAR_user-certs-file"--></A>.
23049 Example of values for this option might be:
23051 <PRE>
23052 User Certs Dir = /home/fred/.alpine-certs
23053                  C:\\Users\\Admin\\alpine-certs
23054 <PRE>
23057 &lt;End of help on this topic&gt;
23058 </BODY></HTML>
23059 ====== h_config_user_certs_file ======
23060 <HTML>
23061 <HEAD>
23062 <TITLE>OPTION: <!--#echo var="VAR_user-certs-file"--></TITLE>
23063 </HEAD>
23064 <BODY>
23065 <H1>OPTION: <!--#echo var="VAR_user-certs-file"--></H1>
23067 (UNIX ALPINE ONLY)
23068 This option sets the location of a container file that holds certificate
23069 authority (CA) certificates that the user trusts. Its value is the
23070 full path referencing the location of this file. Alpine will use the first
23071 container in this list that exists and can be accessed in your system. This
23072 allows for users to be able to use the same pinerc file in different
23073 systems. The default location is ~/.alpine-certs/certs.pem.
23076 In addition to the certificates stored in this directory, Alpine also
23077 trusts certificates saved in the directory referenced in the
23078 configuration variable
23079 <A HREF="h_config_user_certs_path"><!--#echo var="VAR_user-certs-path"--></A>.
23082 Example of values for this option might be:
23084 <PRE>
23085 User Certs File = /home/fred/.alpine-certs/certs.pem
23086                   C:\\libressl\\ssl\\certs\\cert.pem
23087 <PRE>
23090 &lt;End of help on this topic&gt;
23091 </BODY></HTML>
23092 ====== h_config_ssl_ciphers ======
23093 <HTML>
23094 <HEAD>
23095 <TITLE>OPTION: <!--#echo var="VAR_ssl-ciphers"--></TITLE>
23096 </HEAD>
23097 <BODY>
23098 <H1>OPTION: <!--#echo var="VAR_ssl-ciphers"--></H1>
23100 (UNIX ALPINE ONLY)
23101 This is a colon separated list of ciphers that your openssl or libressl
23102 library supports and should use to negotiate a secure connection with a
23103 remote SSL server.
23106 The list of ciphers supported by openssl can be obtained with the command
23107 line command
23110 openssl ciphers
23113 Consult the manual page of the openssl ciphers command to see more
23114 ways to specify groups of ciphers, such as RSA, or other groups of
23115 ciphers.
23118 &lt;End of help on this topic&gt;
23119 </BODY></HTML>
23120 ====== h_config_set_att_ansi ======
23121 <HTML><HEAD>
23122 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
23123 </HEAD>
23124 <BODY>
23125 <H1>OPTION: Set printer to attached ansi printer</H1>
23127 Type "S" to set your printer to "attached-to-ansi".<BR>
23128 It is OK to include "attached-to-ansi" in your personal list below.
23130 &lt;End of help on this topic&gt;
23131 </BODY></HTML>
23132 ====== h_config_set_att_ansi2 ======
23133 <HTML><HEAD>
23134 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
23135 </HEAD>
23136 <BODY>
23137 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
23139 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
23140 It is OK to include "attached-to-ansi-no-formfeed" in your personal
23141 list below.
23145 This is the same as the "attached-to-ansi" option except that a
23146 formfeed character will not be appended to the end of the print job.
23147 If your printer already ejects the paper by itself at the end of the
23148 job, you may prefer the "no-formfeed" form of this printer so that you
23149 don't get an extra blank page between print jobs.
23152 &lt;End of help on this topic&gt;
23153 </BODY></HTML>
23154 ====== h_config_set_att_wyse ======
23155 <HTML><HEAD>
23156 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
23157 </HEAD>
23158 <BODY>
23159 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
23161 Type "S" to set your printer to "attached-to-wyse".<BR>
23162 It is OK to include "attached-to-wyse" in your personal list below.
23164 This is very similar to "attached-to-ansi".
23165 The only difference is in the control characters sent to turn the printer
23166 on and off.
23167 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
23168 to turn on the printer and ESC LEFT_BRACKET 4 i
23169 to turn it off.
23170 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
23171 &lt;End of help on this topic&gt;
23172 </BODY></HTML>
23173 ====== h_config_set_att_wyse2 ======
23174 <HTML><HEAD>
23175 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
23176 </HEAD>
23177 <BODY>
23178 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
23180 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
23181 It is OK to include "attached-to-wyse-no-formfeed" in your personal
23182 list below.
23186 This is the same as the "attached-to-wyse" option except that a
23187 formfeed character will not be appended to the end of the print job.
23188 If your printer already ejects the paper by itself at the end of the
23189 job, you may prefer the "no-formfeed" form of this printer so that you
23190 don't get an extra blank page between print jobs.
23193 &lt;End of help on this topic&gt;
23194 </BODY></HTML>
23195 ====== h_config_set_stand_print ======
23196 <HTML>
23197 <HEAD>
23198 <TITLE>OPTION: Set default printer</TITLE>
23199 </HEAD>
23200 <H1>OPTION: Set default printer</H1>
23201 <BODY>
23202 Move to the printer you want and type "S" to set it to be your
23203 default printer.  This list is not modifiable by you and has been
23204 set up by the system administrators.  If there is more than one printer
23205 listed in the Command List, you will be able to cycle through that
23206 whole list at the time you print, starting with your default.
23207 It is OK to include entries from this Standard list in your personal
23208 list below.
23210 &lt;End of help on this topic&gt;
23211 </BODY>
23212 </HTML>
23213 ====== h_config_set_custom_print ======
23214 <HTML>
23215 <HEAD>
23216 <TITLE>OPTION: Set default printer</TITLE>
23217 </HEAD>
23218 <H1>OPTION: Set default printer</H1>
23219 <BODY>
23220 You may add as many print commands as you want to your personal list.
23221 Specify one of them as your default printer by moving to the printer
23222 you want and typing "S".  If there is more than one printer listed
23223 in the Command List, you will be able to cycle through that list at
23224 the time you print, starting with your default.  It is OK to include
23225 entries from the Standard list above or to include the command
23226 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
23227 "attached-to-wyse-no-formfeed" as one of the entries here.
23229 &lt;End of help on this topic&gt;
23230 </BODY>
23231 </HTML>
23232 ====== h_config_user_id =====
23233 <HTML>
23234 <HEAD>
23235 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
23236 </HEAD>
23237 <BODY>
23238 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
23240 This value is used as part of the "From" address on messages you send.
23241 It is also the default login name for remote IMAP server access.  Set this
23242 to the username part you want to appear on outgoing email.
23244 If you want to change the value of what gets included in the From header
23245 in messages you send (other than just the User ID)
23246 look <A HREF="h_config_change_your_from">here</A> for a description.
23248 <P><UL>   
23249 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23250 </UL><P>
23251 &lt;End of help on this topic&gt;
23252 </BODY>
23253 </HTML>
23254 ====== h_config_user_dom =====
23255 <HTML>
23256 <HEAD>
23257 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
23258 </HEAD>
23259 <BODY>
23260 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
23262 This value specifies the domain part (right-hand side) of your return
23263 address on outgoing email and is also used as the default domain for email
23264 composed to a local user.
23265 <!--chtml if pinemode="os_windows"-->
23266  This value is required for PC-Alpine. If you are unsure as to what this should be,
23267  contact your local help desk, system administrator, or Internet Service Provider.
23268 <!--chtml else-->
23269  If unset, Unix Alpine will obtain the domain from
23270  the system.  Often this value will be set for your whole site by the
23271  system administrator.<P>
23272 <!--chtml endif-->
23273 If you set this, see also the <A HREF="h_config_quell_local_lookup">
23274 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
23276 If you want to change the value of what gets included in the From header
23277 in messages you send (other than just the User Domain)
23278 look <A HREF="h_config_change_your_from">here</A> for a description.
23279 <P><UL>
23280 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23281 </UL><P>
23282 &lt;End of help on this topic&gt;
23283 </BODY>
23284 </HTML>
23285 ====== h_config_smtp_server =====
23286 <HTML>
23287 <HEAD>
23288 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
23289 </HEAD>
23290 <BODY>
23291 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
23292 This value specifies the name of one or more SMTP 
23293 (Simple Mail Transfer Protocol) servers for sending mail. 
23294 <!--chtml if pinemode="os_windows"-->
23295 You must have an SMTP server for use with PC-Alpine.
23296 SMTP servers are
23297 normally set up by a system administrator for use by all members of a given
23298 campus or department.
23299 Contact your local help desk to ask what SMTP
23300 servers you should use.  
23301 <!--chtml else-->
23302 Unix Alpine users may not need to set an SMTP server.
23303 Alpine will attempt to execute the program (usually sendmail) that is used
23304 to insert mail into the mail system.
23305 If this works for you, you may leave this option blank.
23306 If there is an SMTP server running on the Unix host you may be able to
23307 improve sending performance slightly by setting the SMTP server option
23308 to &quot;localhost&quot; or to the actual name of the Unix host.
23310 If the Unix host doesn't work the way Alpine was expecting you will need to
23311 set the value of this option.
23312 SMTP servers are
23313 normally set up by a system administrator for use by all members of a given
23314 campus or department.
23315 Contact your local help desk to ask what SMTP
23316 servers you should use.  
23317 <!--chtml endif-->
23319 Your SMTP server may offer SMTP AUTH authentication.
23320 It may even require it.
23321 If your SMTP server offers SMTP AUTH authentication you may specify a
23322 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
23323 This parameter requires an associated value,
23324 the username identifier with which to establish the server
23325 connection.
23326 An example might be:
23329 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
23332 If AUTH authentication is offered by the server, this will cause Alpine to
23333 attempt to use it.
23334 If AUTH authentication is not offered by the server, this will cause Alpine
23335 to fail sending with an error similar to:
23338 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
23341 Another type of authentication that is used by some ISPs is called
23342 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
23343 which means that you have to authenticate
23344 yourself to the POP or IMAP server by opening a mailbox before you
23345 can send mail.
23346 To do this, you usually only have to open your INBOX.
23349 You may tell Alpine to use the
23350 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
23351 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
23352 parameter
23353 in this option.
23354 At this time &quot;/submit&quot; is simply equivalent to specifying
23355 port 587, though it may imply more than that at some point in the future.
23356 Some ISPs are blocking port 25 in order to reduce the amount of spam
23357 being sent to their users.
23358 You may find that the submit option allows you to get around such a block.
23361 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
23364 To specify any non-standard port number on the SMTP server you may follow
23365 the hostname with a colon followed by the portnumber.
23368 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
23371 Normally, when a connection is made to the Smtp-Server Alpine will attempt
23372 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
23373 If that fails then a non-encrypted connection will be attempted instead.
23374 You may specify that a TLS connection is required if you wish.
23375 If you append &quot;/starttls&quot; to the name then the connection will fail
23376 instead of falling back to a non-secure connection.
23379 <CENTER><SAMP>smtpserver.example.com/starttls</SAMP></CENTER>
23383 For more details about server name possibilities see
23384 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
23387 <UL>
23388 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23389 </UL>
23391 &lt;End of help on this topic&gt;
23392 </BODY>
23393 </HTML>
23394 ====== h_config_nntp_server =====
23395 <HTML>
23396 <HEAD>
23397 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
23398 <BODY>
23399 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
23401 This value specifies the name of one or more NNTP
23402 (Network News Transfer Protocol)
23403 servers for reading and posting USENET news.
23404 NNTP servers are normally
23405 set up by a system administrator for use by all members of a given campus
23406 or department.
23407 Contact your local help desk to ask what NNTP servers you should use.  
23408 <!--chtml if pinemode="os_windows"--><!--chtml else-->
23409 Often Unix Alpine users will find that this variable has been
23410 set for the whole system (and they don't have to worry about it).  
23411 <!--chtml endif-->
23412 When you define an NNTP server here, Alpine implicitly defines a news
23413 collection for you, assuming that server as the news server and assuming
23414 that you will use the NNTP protocol and a local newsrc configuration file
23415 for reading news.
23416 For more about reading news with Alpine, see
23417 <A HREF="h_reading_news">how to use Alpine to read news</A>.
23419 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
23420 or &quot;AUTHINFO USER&quot; authentication.
23421 It may even require it.
23422 If your NNTP server does offer such authentication you may specify a user name
23423 parameter to cause Alpine to attempt to authenticate.
23424 The same is true for the server name in a folder collection that uses NNTP.
23425 This parameter requires an associated value,
23426 the username identifier with which to establish the server connection.
23427 An example might be:
23430 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
23433 If authentication is offered by the server, this will cause Alpine to
23434 attempt to use it.
23435 If authentication is not offered by the server, this will cause Alpine
23436 to fail with an error similar to:
23439 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
23441 For more details about the server name possibilities see
23442 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
23443 <P><UL>
23444 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23445 </UL><P>
23446 &lt;End of help on this topic&gt;
23447 </BODY>
23448 </HTML>
23449 ====== h_config_inbox_path =====
23450 <HTML>
23451 <HEAD>
23452 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
23453 </HEAD>
23454 <BODY>
23455 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
23457 This value overrides the default value of your INBOX name/path/location.
23458 <!--chtml if pinemode="os_windows"-->
23459 PC-Alpine users must specify an inbox path and it must be a folder on an
23460 IMAP server.  
23461 <!--chtml else-->
23462 Unix and VMS Alpine users will often find that this variable
23463 has been pre-configured by your system administrator.  
23464 <!--chtml endif-->
23465 You may be able to specify an alternate INBOX that is either a local folder 
23466 or a folder on an IMAP server.
23468 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
23469 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
23470 mail server.
23472 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23473 details on the syntax of folder definitions.
23475 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
23476 mail is disappearing.
23477 <P><UL>
23478 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23479 </UL><P>
23480 &lt;End of help on this topic&gt;
23481 </BODY>
23482 </HTML>
23483 ====== h_config_change_your_from =====
23484 <HTML>
23485 <HEAD>
23486 <TITLE>How to Change your From Address</TITLE>
23487 </HEAD>
23488 <BODY>
23489 <H1>How to Change your From Address</H1>
23491 If the From address that Alpine includes in mail that you send is not correct,
23492 you may want to configure a different default value for the From address.
23493 You may follow these directions to change the default:
23496 <UL>
23497   <LI> Go to the Main Alpine Menu
23498   <LI> From there type the Setup Command
23499   <LI> From there type the Config Command
23500 </UL>
23503 You've probably already seen this SETUP CONFIGURATION screen.
23504 If not, there are many options you may want to set here.
23505 To set the value of the From header you may use the
23506 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
23507 Find it by scrolling down a few pages or use the WhereIs command to
23508 search for &quot;customized&quot;.
23509 You may want to read the help text associated with the option.
23511 To add a custom From header, type the Add command and enter the
23512 full header line, including the leading &quot;From:&nbsp;&quot;.
23513 For example:
23515 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
23517 Now exit the Setup command and try sending mail to yourself to see
23518 what the From line looks like.
23520 When you are in the composer you may edit the custom From line by typing
23521 Ctrl-R while your cursor is in the headers of the message and then moving
23522 to the From line and editing.
23523 If you want to leave the default value the same but add the possibility
23524 of being able to edit the header when you compose, add just the header
23525 name without a value.
23526 For example:
23528 <CENTER><SAMP>From:</SAMP></CENTER>
23530 If you change your From address you may also find it useful to add the
23531 changed From address to the
23532 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
23533 configuration option.
23535 <UL>   
23536 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23537 </UL><P>
23538 &lt;End of help on this topic&gt;
23539 </BODY>
23540 </HTML>
23541 ====== h_config_default_fcc =====
23542 <HTML>
23543 <HEAD>
23544 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
23545 </HEAD>
23546 <BODY>
23547 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
23549 This value specifies where a copy of outgoing mail should be saved.  If
23550 this is not a path name, it will be in the default collection for saves.
23551 Any valid folder specification, local or IMAP, is allowed.  This default
23552 folder carbon copy only applies when the 
23553 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
23554 is set to use the default folder.  
23555 <!--chtml if pinemode="os_windows"-->
23556 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
23557 <!--chtml else-->
23558 Unix Alpine default
23559 is normally &quot;sent-mail&quot; in the default folder collection. 
23560 <!--chtml endif-->
23562 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
23563 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
23564 IMAP server (remember that in order to later access this remote folder through Alpine, it
23565 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
23566 for more information). An example:<p>
23567 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
23569 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
23571 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23572 details on the syntax of folder definitions.
23574 <UL>   
23575 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23576 </UL><P>
23577 &lt;End of help on this topic&gt;
23578 </BODY>
23579 </HTML>
23580 ====== h_config_def_save_folder =====
23581 <HTML>
23582 <HEAD>
23583 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
23584 </HEAD>
23585 <BODY>
23586 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
23588 This option determines the default folder name for save-message operations 
23589 (&quot;saves&quot;).
23591 If this is not a path name, it will be in the default collection for saves.
23592 Any valid folder specification, local or IMAP, is allowed.  This default
23593 folder only applies when the
23594 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
23595 doesn't override it.  
23596 <!--chtml if pinemode="os_windows"-->
23597 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
23598 <!--chtml else-->
23599 Unix Alpine default
23600 is normally &quot;saved-messages&quot; in the default folder collection.
23601 <!--chtml endif-->
23602 If you access your email through an IMAP server, especially if you often switch between Unix
23603 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
23604 IMAP server (remember that in order to later access this remote folder through Alpine, it
23605 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
23606 for more information). An example:<p>
23607 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
23609 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23610 details on the syntax of folder definitions.
23612 <UL>   
23613 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23614 </UL><P>
23615 &lt;End of help on this topic&gt;
23616 </BODY>
23617 </HTML>
23618 ====== h_config_postponed_folder =====
23619 <HTML>
23620 <HEAD>
23621 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
23622 </HEAD>
23623 <BODY>
23624 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
23626 This value overrides the default name for the folder where postponed
23627 messages are saved.  If this is not a path name, it will be in the default
23628 collection for message Saves.  Any valid folder specification, local or
23629 remote, is allowed. 
23630 PC-Alpine default
23631 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
23632 The Unix Alpine default is normally &quot;postponed-msgs&quot;
23633 in the default collection. 
23635 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
23636 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
23637 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
23638 in all Alpine copies you use. 
23639 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
23640 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
23641 for more information). An
23642 example:<p> 
23643 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
23645 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23646 details on the syntax of folder definitions.
23648 <UL>   
23649 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23650 </UL><P>
23651 &lt;End of help on this topic&gt;
23652 </BODY>
23653 </HTML>
23654 ====== h_config_read_message_folder =====
23655 <HTML>
23656 <HEAD>
23657 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
23658 </HEAD>
23659 <BODY>
23660 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
23662 By virtue of specifying a folder name here, Alpine will be configured to
23663 save all messages that you have read during a session into the designated
23664 &quot;read messages&quot; folder.  This allows you to more easily distinguish
23665 between your really new email (in your INBOX) and those that you have
23666 already read.  Depending on how you define the 
23667 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
23668 setting, you may or may not be asked when you quit
23669 Alpine if you want read messages to be moved to this folder.  In either
23670 case, moving the messages means they will be deleted from your INBOX.
23672 If this is not a path name, it will be in the default collection for
23673 saves.  Any valid folder specification, local or remote (via IMAP), is
23674 allowed.  There is no default for the name of the read message folder.
23676 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23677 details on the syntax of folder definitions.
23679 <UL>   
23680 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23681 </UL><P>
23682 &lt;End of help on this topic&gt;
23683 </BODY>
23684 </HTML>
23685 ====== h_config_form_folder =====
23686 <HTML>
23687 <HEAD>
23688 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
23689 </HEAD>
23690 <BODY>
23691 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
23693 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
23694 contain messages that you have composed and that are intended to be
23695 sent in their original form repeatedly.
23698 Setting this variable will alter Alpine's usual behavior when you
23699 execute the Compose command.  Normally, Alpine offers a chance to
23700 continue a postponed or interrupted message should one or the other
23701 exist.  When this variable is set to a folder name that exists, Alpine
23702 will also offer the chance to select a message from the folder to
23703 insert into the composer (much like when continuing a postponed message).
23704 The difference, however, is that Alpine will not automatically delete
23705 the selected message from the Form Letter Folder.
23707 Setting this variable will also affect Alpine's behavior when you
23708 Postpone a message from the composer.  Normally, Alpine simply stashes
23709 the message away in your
23710 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
23711 Regardless of the specified folder's existence, Alpine will ask which
23712 folder you intend the message to be stored in.  Choose the
23713 &quot;F&quot; option to store the message in your Form Letter Folder.
23714 This is the most common way to add a message to the folder.
23717 Another method of adding messages to the folder is via the Alpine
23718 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
23719 you expect to send in the same form again, you can enter the Form
23720 Letter Folder's name in this field.  Alpine, as usual, will copy the
23721 message as it's sent.  Note, when you later select this message from 
23722 your Form Letter Folder, it will have the same recipients as the original
23723 message.
23726 To delete a message from the Form Letter Folder, you can either select
23727 the folder from a suitable FOLDER LIST screen, or use the Delete
23728 command in the MESSAGE INDEX offered when selecting from the folder as
23729 part of the Compose command.  You can delete a Form Letter Folder just
23730 as any other folder from a suitable FOLDER LIST screen.
23733 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
23734 facility can be used
23735 to replace the Form Letter Folder.
23738 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23739 details on the syntax of folder definitions.
23742 <UL>   
23743 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23744 </UL><P>
23745 &lt;End of help on this topic&gt;
23746 </BODY>
23747 </HTML>
23748 ====== h_config_archived_folders =====
23749 <HTML>
23750 <HEAD>
23751 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
23752 </HEAD>
23753 <BODY>
23754 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
23756 This is like
23757 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
23758 only more general.  You may archive
23759 any of the folders in your incoming collection.  This is a list of folder
23760 pairs, with the first separated from the second in the pair by a space.
23761 The first folder in a pair is the folder you want to archive, and the
23762 second folder is the folder that read messages from the first should be
23763 moved to.  Depending on how you define the
23764 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
23765 setting, you may or may not be asked when you
23766 leave the first folder if you want read messages to be moved to the
23767 second folder.  In either case, moving the messages means they will be
23768 deleted from the first folder.
23770 The name of the first folder in each pair can be either the technical
23771 specification of the folder (like what appears in your configuration file)
23772 or (much easier) the nickname that you gave the folder when you made it
23773 an incoming folder.
23775 For example:<p>
23776 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
23777 <p>or, using nicknames:<p>
23778 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
23780 If these are not path names, they will be in the default collection for
23781 saves. Any valid folder specification, local or remote (via IMAP), is
23782 allowed. There is no default.
23784 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23785 details on the syntax of folder definitions.
23787 <UL>   
23788 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23789 </UL><P>
23790 &lt;End of help on this topic&gt;
23791 </BODY>
23792 </HTML>
23793 ====== h_config_newsrc_path ======
23794 <HTML>
23795 <HEAD>
23796 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
23797 </HEAD>
23798 <BODY>
23799 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
23801 This option overrides the default name Alpine uses for your "newsrc" news
23802 status and subscription file.  If set, Alpine will take this value as the
23803 full pathname for the desired newsrc file.<P>
23805 If this option is <B>not</B> set, 
23806 <!--chtml if pinemode="os_windows"-->
23807 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
23808 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
23809 directory as your pinerc file for NEWSRC.
23810 <!--chtml else-->
23811 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
23812 your account's home directory).
23813 <!--chtml endif-->
23814 <P><UL>
23815 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23816 </UL>
23818 &lt;End of help on this topic&gt;
23819 </BODY>
23820 </HTML>
23821 ====== h_config_literal_sig =====
23822 <HTML>
23823 <HEAD>
23824 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
23825 </HEAD>
23826 <BODY>
23827 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
23829 With this option your actual signature, as opposed to
23830 the name of a file containing your signature,
23831 is stored in the Alpine configuration file.
23832 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
23835 This is simply a different way to store the signature.
23836 The signature is stored inside your Alpine configuration file instead of in
23837 a separate file.
23838 Tokens work the same way they do with the
23839 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
23840 help.
23843 The Setup/Signature command on Alpine's MAIN MENU will edit
23844 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
23845 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
23846 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
23847 instead.
23850 The two character sequence &#92;n (backslash followed by
23851 the character n) will be used to signify a line-break in your signature.
23852 You don't have to enter the &#92;n, but it will be visible in the
23853 SETUP CONFIGURATION window after you are done editing the signature.
23856 <UL>   
23857 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23858 </UL><P>
23859 &lt;End of help on this topic&gt;
23860 </BODY>
23861 </HTML>
23862 ====== h_config_signature_file =====
23863 <HTML>
23864 <HEAD>
23865 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
23866 </HEAD>
23867 <BODY>
23868 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
23870 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
23871 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
23872 You can tell that that is the case because the value of the
23873 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
23875 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
23877 You may either use all Literal Signatures (signatures stored in your
23878 configuration file) throughout Alpine, or all signature files.
23879 You can't mix the two.
23881 This is the name of a file that will be automatically inserted into
23882 outgoing messages.
23883 It typically contains information such as your
23884 name, email address and organizational affiliation.
23885 Alpine adds the
23886 signature into the message as soon as you enter the composer so you
23887 can choose to remove it or edit it on a message by message basis.
23888 Signature file placement in message replies is controlled by the
23889 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
23890 setting in the feature list.
23893 The default file name is
23894 <!--chtml if pinemode="os_windows"-->
23895 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
23896 PINERC file is a local file.
23897 If your PINERC file is remote, then it will be in the directory specified
23898 by the &quot;-aux local_directory&quot; command line option.
23899 <!--chtml else-->
23900 &quot;.signature&quot;.
23901 <!--chtml endif-->
23904 To create or edit your signature file choose Setup from the MAIN MENU
23905 and then select S for Signature (Main/Setup/Signature).  This puts you
23906 into the Signature Editor where you can enter a <EM>few</EM> lines of
23907 text containing your identity and affiliation.
23910 If the filename is followed by a vertical bar (|) then instead
23911 of reading the contents of the file the file is assumed to be a
23912 program that will produce the text to be used on its standard output.
23913 The program can't have any arguments and doesn't receive any input from Alpine,
23914 but the rest of the processing works as if the contents came from a file.
23917 Instead of storing the data in a local file, the
23918 signature data may be stored remotely in an IMAP folder.
23919 In order to do this, 
23920 you must use a remote name for the file.
23921 A remote <!--#echo var="VAR_signature-file"--> name might look like:
23923 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
23926 The syntax used here is the same as the syntax used for remote configuration
23927 files from the command line.
23928 Note that you may not access an existing signature file remotely,
23929 you have to create a new <EM>folder</EM> that contains the signature data.
23930 If the name you use here for the signature file is a remote name, then when
23931 you edit the file from the Setup/Signature command the data will be stored
23932 remotely in the folder.
23933 You aren't required to do anything special to create the folder, it
23934 gets created automatically if you use a remote name.
23937 Besides regular text, the signature file may also contain
23938 (or a signature program may produce) tokens that
23939 are replaced with text that usually depends on the message you are replying
23940 to or forwarding.
23941 For example, if the signature file contains the token
23943 <CENTER><SAMP>_DATE_</SAMP></CENTER>
23945 anywhere in the text, then that token is replaced by the date
23946 the message you are replying to or forwarding was sent.
23947 If it contains
23949 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
23951 that is replaced with the current date.
23952 The first is an example of a token that depends on the message you
23953 are replying to (or forwarding) and the second is an example which
23954 doesn't depend on anything other than the current date.
23955 You have to be a little careful with this facility since tokens that
23956 depend on the message you are replying to or forwarding will be replaced
23957 by nothing in the case where you are composing a new message from scratch.
23958 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
23959 in this respect.
23960 It allows you to use different signature files in different cases.
23963 The list of tokens available for use in the signature file is
23964 <A HREF="h_index_tokens">here</A>.
23967 Instead of, or along with the use of &quot;roles&quot; to give you
23968 different signature files in different situations, there is also
23969 a way to conditionally include text based
23970 on whether or not a token would result in specific replacement text.
23971 For example, you could include some text based on whether or not
23972 the _NEWS_ token would result in any newsgroups if it was used.
23973 This is explained in detail
23974 <A HREF="h_reply_token_conditionals">here</A>.
23975 This isn't for the faint of heart.
23977 In the very unlikely event that you want to include a literal token
23978 in the signature you must precede it with a backslash character.
23979 For example,
23981 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
23983 would produce something like
23985 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
23987 It is not possible to have a literal backslash followed by an expanded token.
23989 An alternate method for storing the signature data is available by using the
23990 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
23991 This variable will be used by default.
23993 <UL>   
23994 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23995 </UL><P>
23996 &lt;End of help on this topic&gt;
23997 </BODY>
23998 </HTML>
23999 ====== h_config_init_cmd_list =====
24000 <HTML>
24001 <HEAD>
24002 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
24003 </HEAD>
24004 <BODY>
24005 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
24007 The initial keystroke--or command--list option lets you start Alpine at
24008 any place you like.
24009 Whatever keystrokes you specify here will be executed
24010 by Alpine upon startup as a macro.
24011 The words SPACE, TAB, DOWN, UP, LEFT, and
24012 RIGHT indicate the pressing of those keys.
24013 CR indicates the pressing of the RETURN key.
24014 F1 through F12 represent the function keys, and ^ followed
24015 by a character indicates that key pressed along with the control key (in
24016 other words, ^P means Ctrl-P).
24017 As a shortcut notation, an element of the list may be several characters
24018 surrounded by double-quotes (").
24019 That will be expanded into the individual keystrokes
24020 (excluding the double-quote characters).
24021 For example, the quoted-string
24023 <P><CENTER>"ABC"</CENTER>
24026 is interpreted the same as the three separate list members
24028 <P><CENTER>A and B and C</CENTER>
24031 which is also the same as
24033 <P><CENTER>A,B,C</CENTER>
24036 An example: To view message 1 on startup,
24037 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
24039 <P><CENTER>I,J,1,CR,V</CENTER>
24042 An equivalent version of this is
24044 <P><CENTER>"IJ1",CR,V</CENTER>
24047 Restrictions: You cannot pre-type into the composer with the initial
24048 keystroke list, and you cannot mix function key commands with letter
24049 commands.
24051 <P><UL>   
24052 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24053 </UL>
24055 &lt;End of help on this topic&gt;
24056 </BODY>
24057 </HTML>
24058 ====== h_config_comp_hdrs =====
24059 <html>
24060 <header>
24061 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
24062 </header>
24063 <body>
24064 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
24066 You can control which headers you want visible when composing outgoing
24067 email using this option.
24068 You can specify any of the regular set, any
24069 <A HREF="h_compose_richhdr">Rich Header</A>,
24070 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
24071 that you have already defined.
24072 If you use this setting at all, you must specify all the
24073 headers you want to see, you can't just add to the regular header set.
24074 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
24076 Note that the "Newsgroups:" header will be abbreviated in the Composer
24077 display, but should be spelled out in full here.<p>
24078 <UL>   
24079 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24080 </UL><P>
24081 &lt;End of help on this topic&gt;
24082 </body>
24083 </html>
24084 ====== h_config_custom_hdrs =====
24085 <HTML>
24086 <HEAD>
24087 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
24088 </HEAD>
24089 <BODY>
24090 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
24092 You may add your own custom headers to outgoing messages.
24093 Each header you specify here must include the header tag 
24094 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
24095 and may optionally include a value for that header.
24096 If you want to see these custom headers each time you compose a message,
24097 you must add them to your
24098 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
24099 otherwise they become part
24100 of the rich header set that you only see when you press the
24101 <A HREF="h_compose_richhdr">Rich Header</A>
24102 <!--chtml if pinemode="function_key"-->(F5)
24103 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
24104 (If you are looking for a way to change which headers are <EM>displayed</EM>
24105 when you view a message, take a look at the
24106 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
24107 option instead.)
24108 Here's an example that shows how you might set your From address
24110 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
24112 and another showing how you might set a Reply-To address
24114 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
24116 You may also set non-standard header values here.
24117 For example, you could add
24119 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
24121 or even
24123 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
24125 If you include a value after the colon then that header will be included
24126 in your outgoing messages unless you delete it before sending.
24127 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
24128 it will not be included in outgoing messages unless you edit a value
24129 in manually.
24130 For example, if
24132 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
24134 is in the list, then the Reply-To header will be available for editing
24135 but won't be included unless a value is added while in the composer.
24137 It's actually a little more complicated than that.
24138 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
24139 defaults.
24140 If the message you are about to compose already has a value for a header,
24141 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
24142 For example, if you are Replying to a message the Subject field
24143 will already be filled in.
24144 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
24145 custom subject will <EM>NOT</EM> be used.
24146 The subject derived from the subject of the message you are Replying
24147 to will be used instead.
24149 It is also possible to make header setting even more complicated and more
24150 automatic by using
24151 <A HREF="h_rules_roles">Roles</A>,
24152 but if all you want to do is set a default value for a header, you don't
24153 need to think about Roles.
24155 If you change your From address you may also find it useful to add the
24156 changed From address to the
24157 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
24158 configuration option.
24160 Limitation: Because commas are used to separate the list of
24161 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
24162 header contain a comma.
24163 Nor is there currently an &quot;escape&quot; mechanism provided
24164 to make this work.
24165 <P><UL>
24166 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24167 </UL>
24169 &lt;End of help on this topic&gt;
24170 </BODY>
24171 </HTML>
24172 ====== h_config_viewer_headers =====
24173 <HTML>
24174 <HEAD>
24175 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
24176 </HEAD>
24177 <BODY>
24178 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
24180 You may change the default list of headers that are viewed by listing
24181 the headers you want to view here.  If the headers in your
24182 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
24183 will be shown.  The order of the headers you list will be honored.  If
24184 the special value &quot;all-except&quot; is included as the first
24185 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
24186 message except those in the list will be shown.  The values are all
24187 case insensitive.
24190 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
24191 then the original default headers are ignored.  So, if you just wanted
24192 to add the header Organization to the list, you would have to list
24193 Organization plus all of the other headers originally in the default
24194 list.  If you just included Organization and nothing else, then you
24195 would see only the Organization header, nothing else.
24198 The default list of headers includes:
24199 <UL>
24200   <LI>From
24201   <LI>Resent-From
24202   <LI>To
24203   <LI>Resent-To
24204   <LI>Cc
24205   <LI>Resent-cc
24206   <LI>Bcc
24207   <LI>Newsgroups
24208   <LI>Followup-To
24209   <LI>Date
24210   <LI>Resent-Date
24211   <LI>Subject
24212   <LI>Resent-Subject
24213   <LI>Reply-To
24214 </UL>
24217 If you are looking for a way to control which headers are included in
24218 outgoing mail and are visible or not in the composer, take a look at the
24219 options
24220 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
24221 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
24222 this option.
24224 <UL>   
24225 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24226 </UL><P>
24227 &lt;End of help on this topic&gt;
24228 </BODY>
24229 </HTML>
24230 ====== h_config_viewer_margin_left =====
24231 <HTML>
24232 <HEAD>
24233 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
24234 </HEAD>
24235 <BODY>
24236 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
24238 This variable controls the left-hand vertical margin's width in
24239 Alpine's Message Viewing screen.
24240 Its value is the number of space characters preceding each displayed line.
24241 For consistency with
24242 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
24243 you may specify the column number to start in
24244 (column numbering begins with number 1)
24245 instead of the width of the margin by appending a lower case letter
24246 &quot;c&quot; to the number.
24247 For example, a value of &quot;2c&quot; means to start the text in column two,
24248 which is entirely equivalent to a value of &quot;1&quot;, which means to
24249 leave a margin of 1 space.
24251 The default is a left margin of 0 (zero).
24252 Misconfigurations (for example, negative values or values with starting
24253 left columns greater than the ending right column)
24254 are silently ignored.
24255 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
24256 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
24257 instead.
24260 &lt;End of help on this topic&gt;
24261 </BODY>
24262 </HTML>
24263 ====== h_config_viewer_margin_right =====
24264 <HTML>
24265 <HEAD>
24266 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
24267 </HEAD>
24268 <BODY>
24269 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
24271 This variable controls the right-hand vertical margin's width in
24272 Alpine's Message Viewing screen.
24273 Its value is the number of space characters following each displayed line.
24274 You may specify the column number to end the text in
24275 (column numbering begins with number 1)
24276 instead of the width of the margin by appending a lower case letter
24277 &quot;c&quot; to the number.
24278 For example, a value of &quot;76c&quot; means to end the text in column 76.
24279 If the screen is 80 characters wide, this is equivalent to a value
24280 of &quot;4&quot;, which means to leave a margin of 4 spaces.
24281 However, if you use different size screens at different times, then these
24282 two values are not equivalent.
24284 The default right margin is 4.
24285 Misconfigurations (for example, negative values or values with starting
24286 left columns greater than the ending right column)
24287 are silently ignored.
24288 If the number of columns for text between the
24289 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
24290 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
24291 instead.
24294 &lt;End of help on this topic&gt;
24295 </BODY>
24296 </HTML>
24297 ====== h_config_quote_suppression =====
24298 <HTML>
24299 <HEAD>
24300 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
24301 </HEAD>
24302 <BODY>
24303 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
24305 This option should be used with care.
24306 It will cause some of the quoted text to be eliminated from the
24307 display when viewing a message in the MESSAGE TEXT screen.
24308 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
24309 value &quot;5&quot;,
24310 this will cause quoted text that is longer than five lines to be truncated.
24311 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
24312 Quoted text of more than six lines will have the first five lines displayed
24313 followed by a line that looks something like
24315 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
24317 As a special case, if exactly one line of quoted text would be hidden, the
24318 entire quote will be shown instead.
24319 So for the above example, quoted text that is exactly six lines long will
24320 will be shown in its entirety.
24321 (In other words, instead of hiding a single line and adding a line
24322 that announces that one line was hidden, the line is just shown.)
24324 If the sender of a message has carefully chosen the quotes that he or she
24325 includes, hiding those quotes may change the meaning of the message.
24326 For that reason, Alpine requires that when you want to set the value of this
24327 variable to something less than four lines, you actually have to set it
24328 to the negative of that number.
24329 So if you want to set this option to &quot;3&quot;, you actually have to
24330 set it to &quot;-3&quot;.
24331 The only purpose of this is to get you to think about whether or not you
24332 really want to do this!
24333 If you want to delete all quoted text you set the value of this option
24334 to the special value &quot;-10&quot;.
24336 The legal values for this option are
24338 <TABLE>   
24339 <TR>
24340   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
24341   <TD> Default, don't hide anything </TD>
24342 </TR>
24343 <TR>
24344   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
24345   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
24346 </TR>
24347 <TR>
24348   <TD> &nbsp;4,5,6,...&nbsp; </TD>
24349   <TD> Suppress if more than that many lines </TD>
24350 </TR>
24351 <TR>
24352   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
24353   <TD> Suppress all quoted lines </TD>
24354 </TR>
24355 </TABLE>
24357 If you set this option to a non-default value you may sometimes wish to
24358 view the quoted text that is not shown.
24359 When this is the case, the
24360 <A HREF="h_common_hdrmode">HdrMode Command</A>
24361 may be used to show the hidden text.
24362 Typing the &quot;H&quot; command once will show the hidden text.
24363 Typing a second &quot;H&quot; will also turn on Full Header mode.
24364 The presence or absence of the HdrMode command is determined by the
24365 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
24366 Feature-List option in your Alpine configuration, so you will want to
24367 be sure that is turned on if you use quote suppression.
24369 For the purposes of this option, a quote is a line that begins with the
24370 character &quot;&gt;&quot;.
24372 Quotes are only suppressed when displaying a message on the screen.
24373 The entire quote will be left intact when printing or forwarding or something
24374 similar.
24376 &lt;End of help on this topic&gt;
24377 </BODY>
24378 </HTML>
24379 ====== h_config_saved_msg_name_rule =====
24380 <HTML>
24381 <HEAD>
24382 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
24383 </HEAD>
24384 <BODY>
24385 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
24387 This option determines the default folder name when saving
24388 a message.
24391 The default option is &quot;default-folder&quot;, which is the folder
24392 called &quot;saved-messages&quot; in Unix Alpine and
24393 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
24394 the Alpine option called
24395 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
24398 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
24399 get the chosen option's value for the message being saved (or for the
24400 first message being saved if using an aggregrate save).
24401 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
24402 value of who the message came from (i.e. the from address).
24403 Alpine then attempts to save the message to a folder matching that value.
24404 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
24405 &quot;by-sender&quot;.
24406 The opposite is also true.
24407 If &quot;by-recipient&quot; is chosen and the message was posted to a
24408 newsgroup, Alpine will use the newsgroup name.
24409 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
24410 &quot;by-from&quot;.
24413 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
24414 to use the personal name part of the address instead of the mailbox part.
24415 If any of the &quot;by-nick&quot; options are chosen, the
24416 address is looked up in your address book and if found, the
24417 nickname for that entry is used.
24418 Only simple address book entries are checked, not distribution lists.
24419 Similarly, if any of the
24420 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
24421 address book entry is used.
24422 If by-realname, or the by-nick or by-fcc lookups result in no value,
24423 then if the chosen option ends with the &quot;then-from&quot;,
24424 &quot;then-sender&quot;, &quot;then-replyto&quot;,
24425 or &quot;then-recip&quot; suffix, Alpine
24426 reverts to the same behavior as &quot;by-from&quot;,
24427 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
24428 depending on which option was specified.
24429 If the chosen option doesn't end with one of
24430 the &quot;then-&quot; suffixes, then Alpine reverts to the default
24431 folder when no match is found in the address book.
24434 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
24435 to save to the folder that you saved to the last time you saved a
24436 message.  The first time you save a message in an Alpine session, Alpine
24437 attempts to save the message to the default folder.
24440 Here is an example to make some of the options clearer.
24441 If the message is From
24443 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
24445 and this rule is set to &quot;by-from&quot;, then the default folder offered
24446 in the save dialog would be &quot;flint&quot;.
24448 If this rule is set to &quot;by-realname-of-from&quot; then the default would
24449 be &quot;Fred Flintstone&quot;.
24451 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
24452 for the address &quot;flint@bedrock.org&quot; in your address book.
24453 If an entry is found and it has a nickname associated with it, that nickname
24454 will be offered as the default folder.
24455 If not, the default saved message folder will be offered as the default.
24457 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
24458 for the address &quot;flint@bedrock.org&quot; in your address book.
24459 If an entry is found and it has an Fcc associated with it, that Fcc
24460 will be offered as the default folder.
24461 If not, the default saved message folder will be offered as the default.
24463 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
24464 for the address &quot;flint@bedrock.org&quot; in your address book.
24465 If an entry is found and it has a nickname associated with it, that nickname
24466 will be offered as the default folder.
24467 If it is not found (or has no nickname) then the default offered will be
24468 the same as it would be for the &quot;by-from&quot; rule.
24469 That is, it would be &quot;flint&quot;
24471 <UL>   
24472 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24473 </UL><P>
24474 &lt;End of help on this topic&gt;
24475 </BODY>
24476 </HTML>
24477 ====== h_config_fcc_rule =====
24478 <HTML>
24479 <HEAD>
24480 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
24481 </HEAD>
24482 <BODY>
24483 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
24485 This option determines the default name for folder carbon copy. Choose
24486 one:
24488 <DL>
24489 <DT>default-fcc</DT>
24490 <DD>This is the normal default, the value of which is set in the
24491 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
24492 configuration.
24493 </DD>
24495 <DT>last-fcc-used</DT>
24496 <DD> Causes Alpine to use the folder that was last
24497 used in the fcc field
24498 </DD>
24500 <DT>by-nickname</DT>
24501 <DD>Means that Alpine will use the nickname
24502 from your address book that matches the first address in the To line.
24503 If there is no match, it will use the value of the
24504 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
24505 </DD>
24507 <DT>by-recipient</DT>
24508 <DD>Means Alpine will form a folder name
24509 based on the left hand side of the first address in the To line.
24510 </DD>
24512 <DT>by-nick-then-recip</DT>
24513 <DD>Means that it will use the
24514 matching nickname from your address book if there is one, otherwise it
24515 will extract the recipient name from the address and use that (like
24516 by-recipient).
24517 </DD>
24519 <DT>current-folder</DT>
24520 <DD>Causes a copy to be written to
24521 the currently open folder, unless that is the INBOX.  In the case
24522 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
24523 used instead.
24524 </DD>
24525 </DL>
24528 Note: Whatever the fcc specified by the rule here, it will be
24529 over-ridden by any fcc entries you have in your address book.
24532 <UL>   
24533 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24534 </UL><P>
24535 &lt;End of help on this topic&gt;
24536 </BODY>
24537 </HTML>
24538 ====== h_config_sort_key =====
24539 <HTML>
24540 <HEAD>
24541 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
24542 </HEAD>
24543 <BODY>
24544 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
24546 This option determines the order in which messages will be displayed in
24547 the MESSAGE INDEX screen.  Choose from:
24549 <UL>
24550  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
24551  <LI> <A HREF="h_index_sort_date">Date</A>
24552  <LI> <A HREF="h_index_sort_subj">Subject</A>
24553  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
24554  <LI> <A HREF="h_index_sort_thread">Thread</A>
24555  <LI> <A HREF="h_index_sort_from">From</A>
24556  <LI> <A HREF="h_index_sort_size">Size</A>
24557  <LI> <A HREF="h_index_sort_score">Score</A>
24558  <LI> <A HREF="h_index_sort_to">To</A>
24559  <LI> <A HREF="h_index_sort_cc">Cc</A>
24560 </UL>
24563 Each type of sort may also be reversed.
24564 Normal default is by &quot;Arrival&quot;.
24567 A possible point of confusion arises when you change the configuration
24568 of the <!--#echo var="VAR_sort-key"-->.
24569 The folder will normally be re-sorted when you go back to viewing the
24570 index.
24571 However, if you have manually sorted the folder with the
24572 Sort
24573 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
24574 command, then it will not be re-sorted until the next time it is opened.
24577 <UL>   
24578 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24579 </UL><P>
24580 &lt;End of help on this topic&gt;
24581 </BODY>
24582 </HTML>
24583 ====== h_config_other_startup =====
24584 <HTML>
24585 <HEAD>
24586 <TITLE>OPTION: Set Startup Rule</TITLE>
24587 </HEAD>
24588 <BODY>
24589 <H1>OPTION: Set Startup Rule</H1>
24591 This option determines which message will be the <EM>current message</EM> when
24592 the folder is first opened.
24593 It works the same way that the option
24594 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
24595 works, so look there for help.
24596 It may be used for any folder, not just incoming folders.
24599 <UL>   
24600 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24601 </UL><P>
24602 &lt;End of help on this topic&gt;
24603 </BODY>
24604 </HTML>
24605 ====== h_config_perfolder_sort =====
24606 <HTML>
24607 <HEAD>
24608 <TITLE>Set Sort Order</TITLE>
24609 </HEAD>
24610 <BODY>
24611 <H1>Set Sort Order</H1>
24613 This option determines the order in which messages will be displayed in
24614 the MESSAGE INDEX screen when the Current Folder Type set in the
24615 Pattern is a match. Choose from:
24617 <UL>
24618  <LI> <A HREF="h_index_sort_default">Default</A>
24619  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
24620  <LI> <A HREF="h_index_sort_date">Date</A>
24621  <LI> <A HREF="h_index_sort_subj">Subject</A>
24622  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
24623  <LI> <A HREF="h_index_sort_thread">Thread</A>
24624  <LI> <A HREF="h_index_sort_from">From</A>
24625  <LI> <A HREF="h_index_sort_size">Size</A>
24626  <LI> <A HREF="h_index_sort_score">Score</A>
24627  <LI> <A HREF="h_index_sort_to">To</A>
24628  <LI> <A HREF="h_index_sort_cc">Cc</A>
24629 </UL>
24632 Each type of sort may also be reversed.
24633 Normal default is by &quot;Arrival&quot;.
24636 A possible point of confusion arises when you change the configuration
24637 of the Sort Order for the currently open folder.
24638 The folder will normally be re-sorted when you go back to viewing the
24639 index.
24640 However, if you have manually sorted the folder with the
24641 Sort
24642 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
24643 command, then it will not be re-sorted until the next time it is opened.
24646 <UL>   
24647 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24648 </UL><P>
24649 &lt;End of help on this topic&gt;
24650 </BODY>
24651 </HTML>
24652 ====== h_config_fld_sort_rule =====
24653 <HTML>
24654 <HEAD>
24655 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
24656 </HEAD>
24657 <BODY>
24658 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
24660 This option controls the order in which folder list entries will be
24661 presented in the FOLDER LIST screen.  Choose one of the following:
24663 <DL>
24664 <DT>Alphabetical</DT>
24665 <DD>sort by alphabetical name independent of type
24666 </DD>
24668 <DT>Alpha-with-dirs-last</DT>
24669 <DD>sort by alphabetical name grouping directory entries
24670 to the end of the list
24671 </DD>
24673 <DT>Alpha-with-dirs-first</DT>
24674 <DD>sort by alphabetical name grouping directory entries
24675 to the start of the list
24676 </DD>
24677 </DL>
24679 The normal default is &quot;Alphabetical&quot;.
24682 <UL>   
24683 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24684 </UL><P>
24685 &lt;End of help on this topic&gt;
24686 </BODY>
24687 </HTML>
24688 ====== h_config_ab_sort_rule =====
24689 <HTML>
24690 <HEAD>
24691 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
24692 </HEAD>
24693 <BODY>
24694 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
24696 This option controls the order in which address book entries will be
24697 presented.  Choose one of the following:
24699 <DL>
24700 <DT>fullname</DT>
24701 <DD>use fullname field, lists mixed in
24702 </DD>
24704 <DT>fullname-with-lists-last</DT>
24705 <DD>use fullname field, but put lists at end
24706 </DD>
24708 <DT>nickname</DT>
24709 <DD>use nickname field, lists mixed in
24710 </DD>
24712 <DT>nickname-with-lists-last</DT>
24713 <DD>use nickname field, but put lists at end
24714 </DD>
24716 <DT>dont-sort</DT>
24717 <DD>don't change order of file
24718 </DD>
24719 </DL>
24722 The normal default is &quot;fullname-with-lists-last&quot;.
24723 If you use an address book from more than one computer and those
24724 computers sort the address book differently then the sort order
24725 will be the order where the last change to the address book was
24726 made.
24727 There are two reasons the sorting might be different on different
24728 systems.
24729 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
24730 places.
24731 Second, the collation rules on the two computers may be different.
24732 For example, one system might ignore special characters while the other
24733 doesn't or one may sort upper and lower case letters together while
24734 the other doesn't.
24735 In any case, the order you see is the order on the system where the
24736 last change was made, for example by an address book edit or a
24737 Take Address command.
24740 <UL>   
24741 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24742 </UL><P>
24743 &lt;End of help on this topic&gt;
24744 </BODY>
24745 </HTML>
24746 ====== h_config_post_char_set =====
24747 <HTML>
24748 <HEAD>
24749 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
24750 </HEAD>
24751 <BODY>
24752 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
24754 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
24755 when sending messages.
24759 When sending a message the text typed in the composer is
24760 labeled with the character set specified by this option.
24761 If the composed text is not fully representable in the 
24762 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
24763 instead;
24766 Attachments are labeled with your
24767 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
24770 Generally, there should be little need to set this option.
24771 If left unset, the
24772 default behavior is to label composed text as specifically as
24773 possible.  That is, if the composed text has no non-ASCII characters,
24774 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
24775 only ISO-8859-15 characters, it is labeled as such.  Alpine will
24776 attempt to automatically detect a number of character sets including ISO-8859-15,
24777 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
24778 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
24779 If the message contains a mix of character sets,
24780 it is labeled as &quot;UTF-8.&quot;
24784 This setting is provided to allow you to force a particular character set that
24785 Alpine does not automatically detect. For example, if a message is representable
24786 in more than one character set then Alpine may choose a different default
24787 than you want.
24788 Lastly, by setting this option explicitly to
24789 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
24790 &quot;UTF-8&quot; instead of something more specific.
24793 In the Setup/Config screen you may choose from a list of all the
24794 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24797 The options
24798 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
24799 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
24800 are closely related.
24801 Setting the feature
24802 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24803 should cause this option to be ignored.
24806 <UL>   
24807 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24808 </UL><P>
24809 &lt;End of help on this topic&gt;
24810 </BODY>
24811 </HTML>
24812 ====== h_config_unk_char_set =====
24813 <HTML>
24814 <HEAD>
24815 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
24816 </HEAD>
24817 <BODY>
24818 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
24820 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
24821 when reading or replying to messages.
24825 A text message should either be made up of all US-ASCII characters
24826 or it should contain a charset label which tells the software which
24827 character set encoding to use to interpret the message.
24828 Sometimes a malformed message may be unlabeled but contain non-ascii text.
24829 This message is outside of the standards so any attempt to read it could fail.
24830 When Alpine attempts to read such a message it will try to interpret the
24831 text in the character set you specify here.
24832 For example, if you have correspondents who send you unlabeled messages that
24833 are usually made up of characters from the WINDOWS-1251 character set, setting
24834 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
24835 allow you to read those messages.
24836 Of course, if the unlabeled message is actually in some other character set,
24837 then you may see garbage on your screen.
24839 Instead of just unlabeled text, this option also affects text which is labeled
24840 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
24841 or &quot;US-ASCII&quot;.
24844 In the Setup/Config screen you may choose from a list of all the
24845 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24848 <UL>   
24849 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24850 </UL><P>
24851 &lt;End of help on this topic&gt;
24852 </BODY>
24853 </HTML>
24854 ====== h_config_char_set =====
24855 <HTML>
24856 <HEAD>
24857 <TITLE>OPTION: Display Character Set</TITLE>
24858 </HEAD>
24859 <BODY>
24860 <H1>OPTION: Display Character Set</H1>
24862 The Display Character Set configuration option is used when viewing messages.
24864 Alpine uses Unicode characters internally and 
24865 it is a goal for Alpine to handle email in many different languages.
24866 Alpine will properly display only left-to-right character sets
24867 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
24868 font is in use, in the sense that
24869 characters are assumed to take up zero, one, or two character cell
24870 widths from left to right on the screen. This is true even in PC-Alpine.
24873 Alpine recognizes some local character sets that are right-to-left
24874 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
24875 (Arabic) and properly converts texts in these character sets to/from
24876 Unicode; however, there are known display bugs with these character
24877 sets.
24880 There are three possible configuration character settings and some
24881 environment variable settings that can affect how Alpine
24882 handles international characters.
24883 The first two of these are only available in UNIX Alpine.
24884 The three configuration options are
24885 Display Character Set,
24886 Keyboard Character Set, and
24887 <!--#echo var="VAR_posting-character-set"-->.
24888 The Keyboard Character Set defaults to being the same value
24889 as the Display Character Set, and that is usually correct, because
24890 the keyboard almost always produces characters in the same character set
24891 as the display displays.
24892 The Display Character Set is the character set that Alpine
24893 will attempt to use when sending characters to the display.
24896 By default, the Display Character Set variable is not set and UNIX Alpine
24897 will attempt to get this information from the environment.
24898 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
24899 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
24900 An explicit configuration setting for Display Character Set will,
24901 of course, override any default setting.
24903 For PC-Alpine the Display Character Set
24904 and the Keyboard Character Set
24905 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
24908 It is probably best to use UNIX Alpine in a terminal emulator
24909 capable of displaying UTF-8 characters, since that will allow you to
24910 view just about any received text that is correctly formatted (note,
24911 however, the above comments about known index display bugs with certain
24912 character sets). You'll need to have an emulator that uses a UTF-8 font
24913 and you'll need to set up your environment to use a UTF-8 charmap. For
24914 example, on a Linux system you might include
24916 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
24919 or something similar in your UNIX startup files.
24920 You'd also have to select a UTF-8 font in your terminal emulator.
24923 The types of values that the character set variables may be set to are
24924 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
24925 The <CODE>ISO-2022</CODE> character sets are not supported for input or
24926 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
24927 for use only as a <!--#echo var="VAR_posting-character-set"-->.
24928 In the Setup/Config screen you may choose from a list of all the
24929 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24930 Here is a list of many of the possible character sets:
24933 <TABLE>
24934 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
24935 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
24936 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
24937 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
24938 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
24939 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
24940 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
24941 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
24942 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
24943 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
24944 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
24945 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
24946 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
24947 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
24948 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
24949 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
24950 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
24951 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
24952 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
24953 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukrainian</TD> </TR>
24954 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
24955 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
24956 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
24957 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24958 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24959 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24960 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24961 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24962 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
24963 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
24964 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
24965 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
24966 </TABLE>
24969 When reading incoming email, Alpine understands many different
24970 character sets and is able to convert the incoming mail into Unicode.
24971 The Unicode will be converted to the Display Character Set
24972 for display on your terminal.
24973 Characters typed at the keyboard will be converted from the
24974 Keyboard Character Set to Unicode for Alpine's internal
24975 use.
24976 You may find that you can read some malformed messages that do not
24977 contain a character set label by setting the option
24978 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
24981 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
24982 The default behavior obtained by leaving this variable unset is usually
24983 what is wanted. In that default case, Alpine will attempt
24984 to label the message with the most specific character set from the
24985 rather arbitrary set
24987 US-ASCII, ISO-8859-15,
24988 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
24989 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
24992 For example, if the message is made up of only US-ASCII characters, it
24993 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
24994 that will be the label. If that doesn't work the same is tried for the
24995 remaining members of the list.
24998 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
24999 explicit value instead.
25000 For example, if you usually send messages in Greek, setting this
25001 option to ISO-8859-7 will result in messages being labeled as
25002 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
25003 are only Greek characters, or UTF-8 if there are some characters
25004 that aren't representable in ISO-8859-7.
25005 Another possibility is to set this option explicitly to UTF-8.
25006 In that case
25007 Alpine labels only ascii messages as US-ASCII and all other
25008 messages as UTF-8.
25011 The options
25012 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
25013 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
25014 are closely related to this option.
25015 Setting the feature
25016 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
25017 should cause this option to be ignored.
25020 When displaying a message, Alpine compares this setting to the character
25021 set specified in the message.  If not all of the
25022 characters in the message can be displayed using the Display Character Set
25023 then Alpine places an editorial
25024 comment in the displayed text (enclosed in square-brackets) indicating
25025 that some characters may not be displayed correctly.
25026 This comment may be eliminated by turning on the option
25027 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
25030 <UL>   
25031 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25032 </UL><P>
25033 &lt;End of help on this topic&gt;
25034 </BODY>
25035 </HTML>
25036 ====== h_config_key_char_set =====
25037 <HTML>
25038 <HEAD>
25039 <TITLE>OPTION: Keyboard Character Set</TITLE>
25040 </HEAD>
25041 <BODY>
25042 <H1>OPTION: Keyboard Character Set</H1>
25044 UNIX Alpine only.
25046 The Keyboard Character Set identifies the character set of the characters
25047 coming from your keyboard.
25048 It defaults to having the same value as your
25049 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
25050 which in turn defaults to a value obtained from your environment.
25051 It is unlikely that you will need to use this option, because the keyboard
25052 almost always produces the same kind of characters as the display displays.
25055 This character set is also used when accessing files in your local
25056 file system.
25057 The names of the files are assumed to be in the same character set as
25058 what the keyboard produces, as well as the contents of the files.
25061 In the Setup/Config screen you may choose from a list of all the
25062 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
25065 The options
25066 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
25067 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
25068 are closely related.
25069 Setting the feature
25070 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
25071 should cause this option to be ignored.
25074 <UL>   
25075 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25076 </UL><P>
25077 &lt;End of help on this topic&gt;
25078 </BODY>
25079 </HTML>
25080 ====== h_config_editor =====
25081 <HTML>
25082 <HEAD>
25083 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
25084 </HEAD>
25085 <BODY>
25086 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
25088 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
25089 normally an alternative to Alpine's internal composer (Pico).  You could use
25090 this setting to specify an alternate editor to use occasionally or if you
25091 have a favorite editor and want to use it all the time (see the 
25092 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
25093 If you specify multiple editors for this option, ^_ will invoke the first one 
25094 of those specified that exists and is executable.  When specifying a program 
25095 for use here, make sure that the format of the text it saves -- which, when 
25096 you exit it, will become the message body in Alpine -- is appropriate 
25097 for the body of an email message; avoid proprietary formats that may result in 
25098 a message body that the recipient of your message will be unable to decipher.
25100 <!--chtml if pinemode="os_windows"-->
25101 <!--chtml else-->
25102 If you are in doubt about what editors are available on your system, or which 
25103 of them may be appropriate for specification here, ask your local computing 
25104 support staff.  
25105 <!--chtml endif-->
25107 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
25108 unset, outgoing text will be set as flowed.  In most cases this will be fine,
25109 but if the editor has a &quot;flowed text&quot; mode, it would be best to
25110 use that.
25112 <P><UL>
25113 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25114 </UL>
25116 &lt;End of help on this topic&gt;
25117 </BODY>
25118 </HTML>
25119 ====== h_config_speller =====
25120 <HTML>
25121 <HEAD>
25122 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
25123 </HEAD>
25124 <BODY>
25125 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
25127 UNIX Alpine only.
25129 For PC-Alpine, you must install the aspell library code that you
25130 may get from
25131 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
25133 This option affects the behavior of the ^T (spell check) command in the
25134 Composer.  It specifies the program invoked by ^T in the Composer.
25135 By default, Alpine uses
25137 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
25139 if it knows where to find &quot;aspell&quot;.
25140 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
25141 then the command used is
25143 <CENTER><SAMP>ispell -l</SAMP></CENTER>
25145 Otherwise, the ancient &quot;spell&quot; command is used.
25147 If you specify a value for this command (with full pathname) then that is what
25148 will be used instead of any of the defaults.
25149 When invoking this
25150 spell-checking program, Alpine appends a tempfile name (where the message is
25151 passed) to the command line. Alpine expects the speller to correct the
25152 spelling in that file. When you exit from that program Alpine will read the
25153 tempfile back into the composer.
25155 Don't set this speller option to the standard Unix spell command.
25156 That won't work because spell works in a different way.
25159 <UL>   
25160 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25161 </UL><P>
25162 &lt;End of help on this topic&gt;
25163 </BODY>
25164 </HTML>
25165 ====== h_config_aspell_dictionary =====
25166 <HTML>
25167 <HEAD>
25168 <TITLE>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></TITLE>
25169 </HEAD>
25170 <BODY>
25171 <H1>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></H1>
25173 PC Alpine only.
25175 This option specifies a list of dictionaries you will use with
25176 aspell. A sample entry is &quot;en_US&quot; for american english, or
25177 &quot;en_GB&quot; for british english.
25180 <UL>   
25181 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25182 </UL><P>
25183 &lt;End of help on this topic&gt;
25184 </BODY>
25185 </HTML>
25186 ====== h_config_display_filters =====
25187 <HTML>
25188 <HEAD>
25189 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
25190 </HEAD>
25191 <BODY>
25192 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
25194 This option defines a list of text-filtering commands (programs or
25195 scripts) that may be used to filter text portions of received messages
25196 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
25197 display screen, exporting to a text file).  
25198 For security reasons, the full path name of the
25199 filter command must be specified.
25202 The command is executed and the message is piped into its standard input. 
25203 The standard output of the command is read back by Alpine.  The
25204 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
25206 <P> 
25207 The filter's use is based on the configured &quot;trigger&quot; string.  The
25208 format of a filter definition is:
25210 <P>   
25211 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
25214 You can specify as many filters as you wish, separating them with a comma.  
25215 Each filter can have only one trigger and command.  Thus, two trigger 
25216 strings that invoke the same command require separate filter 
25217 specifications. 
25219 <P> 
25220 The &quot;trigger&quot; is simply text that, if found in the message,
25221 will invoke the associated command.  If the trigger contains any space
25222 characters, it must be placed within quotes.  Likewise, should you
25223 wish a filter to be invoked unconditionally, define the trigger as the
25224 null string, &quot;&quot; (two consecutive double-quote characters).  If the
25225 trigger string is found anywhere in the text of the message the filter
25226 is invoked.  Placing the trigger text within the tokens defined below
25227 changes where within the text the trigger must be before considering
25228 it a match.
25230 <P>  
25231 Trigger Modifying Tokens:
25232 <DL>
25233 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
25234 <DD>This token tells Alpine to invoke the supplied command
25235 if the text is in a character set matching <VAR>string</VAR>
25236 (e.g., ISO-8859-2 or ISO-2022-JP).
25237 </DD>
25240 <DT>_LEADING(<VAR>string</VAR>)_</DT>
25241 <DD>This token tells Alpine to invoke the supplied command
25242 if the enclosed <VAR>string</VAR> is found to be the first
25243 non-whitespace text.
25244 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
25245 the space character.
25246 </DD>
25248 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
25249 <DD>This token tells Alpine to invoke the supplied command
25250 if the enclosed <VAR>string</VAR> is found at the beginning
25251 of any line in the text.
25252 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
25253 the space character.
25254 </DD>
25255 </DL>
25258 The &quot;command&quot; and &quot;arguments&quot; portion is simply
25259 the command line to be invoked if the trigger string is found.  Below
25260 are tokens that Alpine will recognize and replace with special values
25261 when the command is actually invoked.
25264 Command Modifying Tokens:
25266 <DL>
25267 <DT>_TMPFILE_</DT>
25268 <DD>When the command is executed, this token is 
25269 replaced with the path and name of the temporary 
25270 file containing the text to be filtered.  Alpine 
25271 expects the filter to replace this data with the 
25272 filter's result.
25275 NOTE: Use of this token implies that the text to 
25276 be filtered is not piped into standard input of the 
25277 executed command and its standard output is ignored. 
25278 Alpine restores the tty modes before invoking the
25279 filter in case the filter interacts with the user
25280 via its own standard input and output.  
25281 </DD>
25282                         
25283 <DT>_RESULTFILE_</DT>
25284 <DD>When the command is executed, this token is 
25285 replaced with the path and name of a temporary 
25286 file intended to contain a status message from the 
25287 filter.  Alpine displays this in the message status 
25288 field. 
25289 </DD>
25291 <DT>_DATAFILE_</DT>
25292 <DD>When the command is executed, this token is 
25293 replaced with the path and name of a temporary 
25294 file that Alpine creates once per session and deletes 
25295 upon exit.  The file is intended to be used by the 
25296 filter to store state information between instances 
25297 of the filter.
25298 </DD>
25299    
25300 <DT>_PREPENDKEY_</DT>
25301 <DD>When the command is executed, this token indicates that a random
25302 number will be passed down the input stream before the message text.
25303 This number could be used as a session key.  It is sent in this way to
25304 improve security.  The number is unique to the current Alpine session
25305 and is only generated once per session.
25306 </DD>
25308 <DT>_SILENT_</DT>
25309 <DD>When the filter is executed, this token tells Alpine not to repaint
25310 the screen while the command is being executed. This can be used with 
25311 filters that do not interact with the user, and therefore repainting 
25312 the screen is not necessary. 
25313 </DD>
25314 </DL>
25317 The feature
25318 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
25320 Performance caveat/considerations:
25321 <BR>
25322 Testing for the trigger and invoking the filter doesn't come for free.
25323 There is overhead associated with searching for the trigger string, testing
25324 for the filter's existence and actually piping the text through the filter.
25325 The impact can be reduced if the Trigger Modifying Tokens above are 
25326 employed.
25328 &lt;End of help on this topic&gt;
25329 </BODY>
25330 </HTML>
25331 ====== h_config_sending_filter =====
25332 <HTML>
25333 <HEAD>
25334 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
25335 </HEAD>
25336 <BODY>
25337 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
25338       
25339 This option defines a list of text-filtering commands (programs and
25340 scripts) that may be selectively invoked to process a message just before
25341 it is sent.  If set, the Composer's ^X (Send) command will allow you to
25342 select which filter (or none) to apply to the message before it is sent. 
25343 For security reasons, the full path of the filter program must be
25344 specified.
25347 Command Modifying Tokens:
25349 <DL>
25350 <DT>_RECIPIENTS_</DT>
25351 <DD>When the command is executed, this token is replaced 
25352 with the space delimited list of recipients of the 
25353 message being sent. 
25354 </DD>
25355         
25356 <DT>_TMPFILE_</DT>
25357 <DD>
25358 When the command is executed, this token is 
25359 replaced with the path and name of the temporary 
25360 file containing the text to be filtered.  Alpine 
25361 expects the filter to replace this data with the 
25362 filter's result.
25365 NOTE: Use of this token implies that the text to 
25366 be filtered is not piped into standard input of the 
25367 executed command and its standard output is ignored. 
25368 Alpine restores the tty modes before invoking the
25369 filter in case the filter interacts with the user
25370 via its own standard input and output.  
25371 </DD>
25372                         
25373 <DT>_RESULTFILE_</DT>
25374 <DD>When the command is executed, this token is 
25375 replaced with the path and name of a temporary 
25376 file intended to contain a status message from the 
25377 filter.  Alpine displays this in the message status 
25378 field. 
25379 </DD>
25381 <DT>_DATAFILE_</DT>
25382 <DD>When the command is executed, this token is replaced 
25383 in the command line with the path and name of a 
25384 temporary file that Alpine creates once per session 
25385 and deletes upon exit.  The file is intended to be 
25386 used by the filter to store state information between 
25387 instances of the filter.
25388 </DD>
25389    
25390 <DT>_PREPENDKEY_</DT>
25391 <DD>When the command is executed, this token indicates 
25392 that a random number will be passed down the input 
25393 stream before the message text.  This number could 
25394 be used as a session key.  It is sent in this way 
25395 to improve security.  The number is unique to the 
25396 current Alpine session and is only generated once per 
25397 session. 
25398 </DD>
25400 <DT>_INCLUDEALLHDRS_</DT>
25401 <DD>When the command is executed, this token indicates 
25402 that the headers of the message will be passed down the input stream
25403 before the message text.
25404 </DD>
25406 <DT>_MIMETYPE_</DT>
25407 <DD>When the command is executed, this token is replaced in the
25408 command name with a temporary file name used to accept any new MIME
25409 Content-Type information necessitated by the output of the filter.
25410 Upon the filter's exit, if the file contains new MIME type
25411 information, Alpine verifies its format and replaces the outgoing
25412 message's MIME type information with that contained in the file. This
25413 is basically a cheap way of sending something other than Text/Plain.
25414 </DD>
25415 </DL>
25417 <P>   
25418 NOTE: Only the body text, which is visible in the Composer, is piped
25419 through this filter.  Attachments are not sent to the filter.
25420 <P>   
25421 Sending filters are not used if the feature
25422 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
25424 <UL>   
25425 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25426 </UL><P>
25427 &lt;End of help on this topic&gt;
25428 </BODY>
25429 </HTML>
25430 ====== h_config_keywords =====
25431 <HTML>
25432 <HEAD>
25433 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
25434 </HEAD>
25435 <BODY>
25436 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
25438 You may define your own set of keywords and optionally set them on a
25439 message by message basis.
25440 These are similar to the &quot;Important&quot; flag which the user
25441 may set using the Flag command.
25442 The difference is that the Important flag is always present for each folder.
25443 User-defined keywords are chosen by the user.
25444 You may set up the list of possible keywords here, or you may add keywords
25445 from the Flag Details screen that you
25446 can get to after typing the
25447 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
25448 command.
25449 After the keywords have been defined,
25450 then you use the <A HREF="h_common_flag">Flag command</A>
25451 to set or clear the keywords in each message.
25452 The behavior of the flag command may be modified by using the
25453 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
25454 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
25457 Keywords may be used when Selecting messages (Select Keyword).
25458 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
25459 Filter Rules may be used to set keywords automatically.
25460 Keywords may be displayed as part of the Subject of a message by using
25461 the SUBJKEY or SUBJKEYINIT tokens in the
25462 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
25463 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
25464 option may be used to modify the display of keywords using
25465 SUBJKEY and SUBJKEYINIT slightly.
25466 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
25467 screen by using the KEY or KEYINIT tokens.
25468 It is also possible to color keywords in the index using the
25469 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
25470 Keywords are not supported by all mail servers.
25473 You may give keywords nicknames if you wish.
25474 If the keyword definition you type in contains a SPACE character, then the
25475 actual value of the keyword is everything after the last SPACE and the
25476 nickname for that keyword is everything before the last SPACE.
25477 For example, suppose you are trying to interoperate with another email program
25478 that uses a particular keyword with an unpleasant name.
25479 Maybe it uses a keyword called
25481 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
25483 but for you that keyword means that the message is work-related.
25484 You could define a keyword to have the value
25486 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
25488 and then you would use the name &quot;Work&quot; when dealing with
25489 that keyword in Alpine.
25490 If you defined it as
25492 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
25494 the nickname would be everything before the last SPACE, that is the nickname
25495 would be &quot;My Work&quot;.
25497 Some commonly used keywords begin with dollar signs.
25498 This presents a slight complication, because the dollar sign is normally used
25499 to signify
25500 <A HREF="h_news_config">environment variable expansion</A>
25501 in the Alpine configuration.
25502 In order to specify a keyword that begins with a dollar sign you must
25503 precede the dollar sign with a second dollar sign to escape its special
25504 meaning.
25505 For example, if you want to include the keyword
25507 <CENTER><SAMP>$Label1</SAMP></CENTER>
25509 as one of your possible keywords, you must enter the text
25511 <CENTER><SAMP>$$Label1</SAMP></CENTER>
25514 instead.
25516 There are a couple limitations.
25517 First, not all servers support keywords.
25518 Second, some servers (including the IMAP server included with Alpine)
25519 have a per folder limit on the number of keywords that may be defined.
25520 This count commonly includes every keyword you have ever used in the
25521 folder, even if it is no longer being used.
25522 In other words, you can add keywords but you cannot remove them easily.
25523 If you have changed keywords over the life of a folder and find that
25524 you have reached such a limit, one possible solution might be to copy
25525 all of the messages to a newly created folder (using Alpine) and then
25526 delete the original and rename the new folder.
25527 The reason this might work is that only the keywords currently set in
25528 any of the messages will be used in the new folder, hopefully putting you
25529 under the limit.
25532 <UL>   
25533 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25534 </UL><P>
25535 &lt;End of help on this topic&gt;
25536 </BODY>
25537 </HTML>
25538 ====== h_config_alt_addresses =====
25539 <HTML>
25540 <HEAD>
25541 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
25542 </HEAD>
25543 <BODY>
25544 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
25546 This option provides a place for you to list alternate email addresses
25547 you may have.
25548 Each address in the list should be the actual email address part of an
25549 address, without the full name field or the angle brackets.
25550 For example:
25553 <CENTER><SAMP>user@example.com</SAMP></CENTER>
25556 The matching is case-insensitive, so this would match any of
25557 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
25558 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
25561 If set, the option affects the behavior of the Reply
25562 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
25563 a message has been addressed specifically to you.
25566 In the default INDEX display
25567 the personal name (or email address) of
25568 the person listed in the message's &quot;From:&quot; header
25569 field is usually displayed except when that address is yours or one of your
25570 alternate addresses.
25571 In that case you will usually see the name of
25572 the first person specified in the
25573 message's &quot;To:&quot; header field
25574 with the prefix &quot;To: &quot; prepended.
25577 With respect to Reply, the reply-to-all option will exclude addresses
25578 listed here.
25581 The feature
25582 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
25583 is somewhat related to this option.
25586 In addition to a list of actual addresses,
25587 you may use regular expressions (as used with grep -E with the ignore case flag)
25588 to describe the addresses you want to match.
25589 Alpine will somewhat arbitrarily interpret your entry as a regular
25590 expression if it contains any of the characters
25591 *, |, +, ?, {, [, ^, $, or &#92;.
25592 Otherwise, it will be treated literally.
25593 The feature
25594 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
25595 may be used to turn off regular expression processing regardless of whether or not
25596 special characters appear in the entry.
25599 A description of how regular expressions work is beyond the
25600 scope of this help text, but some examples follow.
25603 The entry
25606 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
25609 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
25610 address with a domain name of <SAMP>example.com</SAMP> (such as
25611 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
25612 one of your alternate addresses.
25613 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
25614 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
25615 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
25616 Complicating things further, the dollar sign
25617 is special in the Alpine configuration (it signifies environment variable expansion)
25618 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
25619 Quotes around the whole expression will not escape the dollar sign successfully.
25620 So this example should look like
25623 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
25627 The entry
25630 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
25633 would match
25634 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
25635 as <SAMP>fred@example.com</SAMP>.
25638 You could match all addresses that look like
25639 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
25640 entry
25643 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
25646 Notice that you have to escape the plus sign with a backslash because plus
25647 is a special character in regular expressions.
25648 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
25649 the expression
25652 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
25655 would do it, but it would be easier to just add fred@example.com as a
25656 separate entry.
25659 One more example, a match of all first-level subdomains, is given by
25662 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
25666 Because the regular expression matching is based on an old library
25667 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
25668 but they should be close.
25671 <UL>   
25672 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25673 </UL><P>
25674 &lt;End of help on this topic&gt;
25675 </BODY>
25676 </HTML>
25677 ====== h_config_abook_formats =====
25678 <HTML>
25679 <HEAD>
25680 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
25681 </HEAD>
25682 <BODY>
25683 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
25685 This option specifies the format that address books are displayed in.
25686 Normally, address books are displayed with the nicknames in the first
25687 column, the fullnames in the second column, and addresses in the third
25688 column.  The system figures out reasonable defaults for the widths of
25689 the columns.  An address book may be given a different format by
25690 listing special tokens in the order you want them to display.  The
25691 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
25692 So, for example, to get the default behavior you could list
25695 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
25698 (You can also use the token DEFAULT to get the default behavior for
25699 an address book format.)
25702 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
25703 is a list, so if you have more than one address book you may have a
25704 separate format for each by putting its format at the corresponding
25705 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
25709 Listed first are the personal address books, then the global address
25710 books.  So, if you have two personal address books and one global
25711 address book, you may have up to three formats in the
25712 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
25713 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
25714 are address books, the last element is used repeatedly.
25718 Each of the tokens may also be optionally followed by parentheses with
25719 either a number or a percentage inside the parentheses.  For example,
25720 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
25721 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
25722 of the available space (the screen width minus the space for
25723 inter-column spaces) to the fullnames column, while plain
25724 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
25725 reasonable number of columns.
25728 There are always 2 spaces between every column, so if you use
25729 fixed column widths (like 13) you should remember to take that into
25730 account.
25733 <UL>   
25734 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25735 </UL><P>
25736 &lt;End of help on this topic&gt;
25737 </BODY>
25738 </HTML>
25739 ====== h_config_set_index_format =====
25740 <HTML>
25741 <HEAD>
25742 <TITLE>Set Index Format</TITLE>
25743 </HEAD>
25744 <BODY>
25745 <H1>Set Index Format</H1>
25747 This option is used to customize the content of lines in the
25748 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
25749 This action works exactly like the regular
25750 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
25751 except that you can have a folder-specific value for it if you specify it here.
25752 Consult the help for
25753 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
25754 for more information.
25757 <UL>   
25758 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25759 </UL><P>
25760 &lt;End of help on this topic&gt;
25761 </BODY>
25762 </HTML>
25763 ====== h_config_index_format =====
25764 <HTML>
25765 <HEAD>
25766 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
25767 </HEAD>
25768 <BODY>
25769 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
25771 This option is used to customize the content of lines in the
25772 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
25773 to convey some amount of immediately relevant information about each 
25774 message in the current folder.
25777 Alpine provides a pre-defined set of informational fields with
25778 reasonable column widths automatically computed.  You can, however,
25779 replace this default set by listing special tokens in the order you
25780 want them displayed.
25783 The list of available tokens is
25784 <A HREF="h_index_tokens">here</A>.
25787 Spaces are used to separate listed tokens.  Additionally, you can
25788 specify how much of the screen's width the token's associated data
25789 should occupy on the index line by appending to the token a pair of
25790 parentheses enclosing either a number or percentage.  For example,
25791 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
25792 column, and &quot;SUBJECT(20%)&quot; means to
25793 allocate 20% of the available space
25794 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
25795 attempt to figure out a reasonable amount of space.
25798 There is always one space between every pair of columns, so if you use fixed
25799 column widths (like 13) you should remember to take that into account.
25800 Several of the fields are virtually fixed-width, so it doesn't make
25801 much sense to specify the width for them.  The fields STATUS,
25802 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
25803 and DESCRIPSIZE all fall into that category.
25804 You <EM>may</EM> specify widths for those if you wish, but
25805 you're probably better off letting the system pick those widths.  <P>
25808 The default is equivalent to:
25811 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
25814 This means that the four fields without percentages will be allocated
25815 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
25816 the from and subject fields.  If one of those two fields is specified
25817 as a percentage and the other is left for the system to choose, then
25818 the percentage is taken as an absolute percentage of the screen, not
25819 of the space remaining after allocating the first four columns.  It
25820 doesn't usually make sense to do it that way.  If you leave off all
25821 the widths, then the subject and from fields (if both are present) are
25822 allocated space in a 2 to 1 ratio, which is almost exactly the same as
25823 the default.
25826 What you are most likely to do with this configuration option is to
25827 specify which fields appear at all, which order they appear in, and the
25828 percentage of screen that is used for the from and subject fields if you
25829 don't like the 2 to 1 default.
25832 If you want to retain the default format that Pine 4.64 had, use
25835 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
25837 <EM>and</EM> set the feature
25838 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
25839 <UL>   
25840 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25841 </UL><P>
25842 &lt;End of help on this topic&gt;
25843 </BODY>
25844 </HTML>
25845 ====== h_config_reply_intro =====
25846 <HTML>
25847 <HEAD>
25848 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
25849 </HEAD>
25850 <BODY>
25851 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
25853 This option is used to customize the content of the introduction line
25854 that is included when replying to a message and including the original
25855 message in the reply.
25856 The normal default (what you will get if you delete this variable) looks
25857 something like:
25859 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
25861 where the day of the week is only included if it is available in the
25862 original message.
25863 You can replace this default with text of your own.
25864 The text may contain tokens that are replaced with text
25865 that depends on the message you are replying to.
25866 For example, the default is equivalent to:
25868 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25871 Since this variable includes regular text mixed with special tokens
25872 the tokens have to be surrounded by underscore characters.
25873 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
25874 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
25875 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
25877 The list of available tokens is
25878 <A HREF="h_index_tokens">here</A>.
25881 By default, the text is all on a single line and is followed by a blank line.
25882 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
25883 than 80 characters when replying to a particular message, it is shortened.
25884 However, if you use the token
25886 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
25889 anywhere in the value, no end of line or blank line is appended, and no
25890 shortening is done.
25891 The _NEWLINE_ token may be used to get rid of the blank line following
25892 the text, to add more blank lines, or to form a multi-line
25893 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25894 To clarify how _NEWLINE_ works recall that the default value is:
25896 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25899 That is equivalent to
25901 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
25904 In the former case, two newlines are added automatically because
25905 no _NEWLINE_ token appears in the value of the option (for backwards
25906 compatibility). In the latter case, the newlines are explicit.
25907 If you want to remove the blank line that follows the
25908 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
25909 _NEWLINE_ token like
25911 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
25914 Because of the backwards compatibility problem, it is not possible to
25915 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
25916 and that will cause the automatic adding of two newlines!
25917 If you want, you may embed newlines in the middle of the text, as well,
25918 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25921 By default, no attempt is made to localize the date.
25922 If you prefer a localized form you may find that one of the tokens
25923 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
25924 If you want more control one of the many other date tokens, such as _DATEISO_,
25925 might be better.
25928 For the adventurous, there is a way to conditionally include text based
25929 on whether or not a token would result in specific replacement text.
25930 For example, you could include some text based on whether or not
25931 the _NEWS_ token would result in any newsgroups if it was used.
25932 It's explained in detail
25933 <A HREF="h_reply_token_conditionals">here</A>.
25936 In the very unlikely event that you want to include a literal token
25937 in the introduction line you must precede it with a backslash character.
25938 For example,
25940 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
25942 would produce something like
25944 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
25946 It is not possible to have a literal backslash followed by an expanded token.
25948 <UL>   
25949 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25950 </UL><P>
25951 &lt;End of help on this topic&gt;
25952 </BODY>
25953 </HTML>
25954 ====== h_config_remote_abook_history =====
25955 <HTML>
25956 <HEAD>
25957 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
25958 </HEAD>
25959 <BODY>
25960 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
25962 Sets how many extra copies of
25963 remote address book
25964 data will be kept in each remote address book folder.
25965 The default is three.
25966 These extra copies are simply old versions of the data. Each time a change
25967 is made a new copy of the address book data is appended to the folder. Old
25968 copies are trimmed, if possible, when Alpine exits.
25969 An old copy can be put back into use by
25970 deleting and expunging newer versions of the data from the folder.
25971 Don't delete the first message from the folder. It is a special header
25972 message for the remote address book and it must be there.
25973 This is to prevent regular folders from being used as remote address book
25974 folders and having their data destroyed.
25976 This option is also used to determine how many extra copies of remote
25977 Alpine configuration files are kept.
25979 <UL>   
25980 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25981 </UL><P>
25982 &lt;End of help on this topic&gt;
25983 </BODY>
25984 </HTML>
25985 ====== h_config_remote_abook_validity =====
25986 <HTML>
25987 <HEAD>
25988 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
25989 </HEAD>
25990 <BODY>
25991 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
25993 Sets the minimum number of minutes that a
25994 remote address book will be considered up to date.
25995 Whenever an entry contained in a remote address book is used,
25996 if more than this many minutes have
25997 passed since the last check the remote server will be queried to see if the
25998 address book has changed.
25999 If it has changed, the local copy is updated.
26000 The default value is five minutes.
26001 The special value of -1 means never check.
26002 The special value of zero means only check when the address book is first
26003 opened.
26005 No matter what the value, the validity check is always done when the
26006 address book is about to be changed by the user.
26007 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
26008 while in the address book maintenance screen for the remote address book.
26010 <UL>   
26011 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26012 </UL><P>
26013 &lt;End of help on this topic&gt;
26014 </BODY>
26015 </HTML>
26016 ====== h_config_user_input_timeo =====
26017 <HTML>
26018 <HEAD>
26019 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
26020 </HEAD>
26021 <BODY>
26022 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
26024 If this is set to an integer greater than zero, then this is the number
26025 of <EM>hours</EM> to wait for user input before Alpine times out.
26026 If Alpine is
26027 in the midst of composing a message or is waiting for user response to
26028 a question, then it will not timeout.
26029 However, if Alpine is sitting idle waiting for
26030 the user to tell it what to do next and the user does not give any
26031 input for this many hours, Alpine will exit.
26032 No expunging or moving of read
26033 messages will take place.
26034 It will exit similarly to the way it would exit
26035 if it received a hangup signal.
26036 This may be useful for cleaning up unused Alpine sessions that have been
26037 forgotten by their owners.
26038 The Alpine developers envision system administrators
26039 setting this to a value of several hours (24?) so that it won't surprise
26040 a user who didn't want to be disconnected.
26042 <UL>   
26043 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26044 </UL><P>
26045 &lt;End of help on this topic&gt;
26046 </BODY>
26047 </HTML>
26048 ====== h_config_ssh_open_timeo =====
26049 <HTML>
26050 <HEAD>
26051 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
26052 </HEAD>
26053 <BODY>
26054 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
26056 Sets the time in seconds that Alpine will
26057 attempt to open a UNIX secure shell connection.
26058 The default is 15, the minimum non-zero value is 5,
26059 and the maximum is unlimited. If this is set to zero ssh connections
26060 will be completely disabled.
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_rsh_open_timeo =====
26069 <HTML>
26070 <HEAD>
26071 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
26072 </HEAD>
26073 <BODY>
26074 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
26076 Sets the time in seconds that Alpine will
26077 attempt to open a UNIX remote shell connection.
26078 The default is 15, the minimum non-zero value is 5,
26079 and the maximum is unlimited. If this is set to zero rsh connections
26080 will be completely disabled.
26081 This might be useful if rsh connections will never work in your environment
26082 but are causing delays due to firewalls or some other reason.
26084 <UL>   
26085 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26086 </UL><P>
26087 &lt;End of help on this topic&gt;
26088 </BODY>
26089 </HTML>
26090 ====== h_config_tcp_open_timeo =====
26091 <HTML>
26092 <HEAD>
26093 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
26094 </HEAD>
26095 <BODY>
26096 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
26098 Sets the time in seconds that Alpine will
26099 attempt to open a network connection. The default is 30, the minimum is 5,
26100 and the maximum is system defined (typically 75). If a connection has not
26101 completed within this many seconds Alpine will give up and consider it a
26102 failed connection.
26104 <UL>   
26105 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26106 </UL><P>
26107 &lt;End of help on this topic&gt;
26108 </BODY>
26109 </HTML>
26110 ====== h_config_tcp_readwarn_timeo =====
26111 <HTML>
26112 <HEAD>
26113 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
26114 </HEAD>
26115 <BODY>
26116 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
26118 Sets the time in seconds that Alpine will
26119 wait for a network read before warning you that things are moving slowly
26120 and possibly giving you the option to break the connection.
26121 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
26122 1000 seconds.
26124 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
26126 <UL>   
26127 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26128 </UL><P>
26129 &lt;End of help on this topic&gt;
26130 </BODY>
26131 </HTML>
26132 ====== h_config_tcp_writewarn_timeo =====
26133 <HTML>
26134 <HEAD>
26135 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
26136 </HEAD>
26137 <BODY>
26138 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
26140 Sets the time in seconds that Alpine will
26141 wait for a network write before warning you that things are moving slowly
26142 and possibly giving you the option to break the connection.
26143 The default is 0 which means it is unset. If set to a non-zero value, the
26144 minimum is 5 and the maximum is 1000.
26146 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
26148 <UL>   
26149 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26150 </UL><P>
26151 &lt;End of help on this topic&gt;
26152 </BODY>
26153 </HTML>
26154 ====== h_config_tcp_query_timeo =====
26155 <HTML>
26156 <HEAD>
26157 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
26158 </HEAD>
26159 <BODY>
26160 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
26162 When Alpine times out a network read or write it will normally just display
26163 a message saying &quot;Still waiting&quot;.
26164 However, if enough time has elapsed since it started waiting it will offer
26165 to let you break the connection.
26166 That amount of time is set by this option, which defaults to 60 seconds,
26167 has a minimum of 5 seconds, and a maximum of 1000 seconds.
26169 <UL>   
26170 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26171 </UL><P>
26172 &lt;End of help on this topic&gt;
26173 </BODY>
26174 </HTML>
26175 ====== h_config_quit_query_timeo =====
26176 <HTML>
26177 <HEAD>
26178 <TITLE>OPTION: <!--#echo var="VAR_close-connection-timeout"--></TITLE>
26179 </HEAD>
26180 <BODY>
26181 <H1>OPTION: <!--#echo var="VAR_close-connection-timeout"--></H1>
26183 The original purpose of this option was to close a connection after this
26184 much time has elapsed without response from the server. The problem this
26185 generates is that a server might not reply on time due to a slow operation
26186 (for example, sorting a large folder, or filtering messages, etc.) In those
26187 situations it is desirable to wait for the server, even when this takes
26188 a long time.
26191 In order to have a good compromise so that a user can distinguish between
26192 when a connection is closed, therefore
26193 we do not need to wait for it, and the operation that the user is waiting
26194 for takes a long time, this option only applies to the
26195 &quot;NOOP&quot; IMAP command. So, if a NOOP command has been issued,
26196 and the connection does not return after the number of seconds configured
26197 here, which must be at least the amount configured in the option
26198 <a href="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></a>,
26199 then Alpine will close the connection.
26202 Closing connections that have connectivity problems is a good idea. In an ideal
26203 world, one would like all connections to be fast and reliable, so the amount
26204 of time and effort put into parsing a folder to report its state when it is
26205 opened is not wasted, so keeping connections alive is good, but the problem
26206 with this is that waiting for a user to reply to a &quot;keep connection
26207 alive?&quot; question can take a long time, and that might affect other
26208 connections that could be closed because Alpine is not pinging them while it
26209 is waiting for a reply from a user for a different connection. Therefore
26210 setting this value helps to keep other connections alive, in case
26211 you have several incoming folders in other servers.
26214 The default value for this option is 0, which means that no connections will
26215 be closed automatically, so if you want connections to be closed automatically
26216 you must set this option to a positive number bigger or equal than the
26217 value of the option <!--#echo var="VAR_tcp-query-timeout"-->.
26219 <UL>
26220 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26221 </UL><P>
26222 &lt;End of help on this topic&gt;
26223 </BODY>
26224 </HTML>
26225 ====== h_config_incoming_folders =====
26226 <HTML>
26227 <HEAD>
26228 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
26229 </HEAD>
26230 <BODY>
26231 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
26233 This is a list of one or more folders other than <EM>INBOX</EM> that
26234 may receive new messages.
26235 It is related to the
26236 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
26237 feature.
26238 This variable is normally manipulated with the Add, Delete, and Rename
26239 commands in the FOLDER LIST for the Incoming Message Folders collection.
26241 <UL>   
26242 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26243 </UL><P>
26244 &lt;End of help on this topic&gt;
26245 </BODY>
26246 </HTML>
26247 ====== h_config_folder_spec =====
26248 <HTML>
26249 <HEAD>
26250 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
26251 </HEAD>
26252 <BODY>
26253 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
26255 This is a list of one or more collections where saved mail is stored. 
26256 The first collection in this list is the default
26257 collection for <EM>Save</EM>s,
26258 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
26260 This variable is normally manipulated using the Setup/collectionList screen.
26262 <UL>   
26263 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26264 </UL><P>
26265 &lt;End of help on this topic&gt;
26266 </BODY>
26267 </HTML>
26268 ====== h_config_news_spec =====
26269 <HTML>
26270 <HEAD>
26271 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
26272 </HEAD>
26273 <BODY>
26274 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
26276 This is a list of collections where news folders are located.
26278 This variable is normally manipulated using the Setup/collectionList screen.
26280 <UL>   
26281 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26282 </UL><P>
26283 &lt;End of help on this topic&gt;
26284 </BODY>
26285 </HTML>
26286 ====== h_config_address_book =====
26287 <HTML>
26288 <HEAD>
26289 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
26290 </HEAD>
26291 <BODY>
26292 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
26294 A list of personal address books.
26295 Each entry in the list is an
26296 optional nickname followed by a pathname or file name relative to the home
26297 directory.
26298 The nickname is separated from the rest of the line with whitespace.
26299 Instead of a local pathname or file name, a remote folder name can be given.
26300 This causes the address book to
26301 be a Remote address book.
26303 Use the Setup/AddressBook screen to modify this variable.
26305 <UL>   
26306 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26307 </UL><P>
26308 &lt;End of help on this topic&gt;
26309 </BODY>
26310 </HTML>
26311 ====== h_config_glob_addrbook =====
26312 <HTML>
26313 <HEAD>
26314 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
26315 </HEAD>
26316 <BODY>
26317 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
26319 A list of shared address books.  Each entry in the list is an
26320 optional nickname followed by a pathname or file name relative to the home
26321 directory.
26322 A SPACE character separates the nickname from the rest of the line.
26323 Instead of a local pathname or file name, a remote folder name can be given.
26324 This causes the address book to
26325 be a Remote address book.
26326 Global address books are
26327 defined to be ReadOnly.
26329 Use the Setup/AddressBook screen to modify this variable.
26331 <UL>   
26332 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26333 </UL><P>
26334 &lt;End of help on this topic&gt;
26335 </BODY>
26336 </HTML>
26337 ====== h_config_last_vers =====
26338 <HTML>
26339 <HEAD>
26340 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
26341 </HEAD>
26342 <BODY>
26343 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
26345 This is set automatically by Alpine. 
26346 It is used to keep track of the last version of Alpine that
26347 was run by the user.
26348 Whenever the version number increases, a new version message is printed out.
26349 This may not be set in the system-wide configuration files.
26351 <UL>   
26352 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26353 </UL><P>
26354 &lt;End of help on this topic&gt;
26355 </BODY>
26356 </HTML>
26357 ====== h_config_printer =====
26358 <HTML>
26359 <HEAD>
26360 <TITLE>OPTION: Printer</TITLE>
26361 </HEAD>
26362 <BODY>
26363 <H1>OPTION: Printer</H1>
26365 Your default printer selection.
26367 Use the Setup/Printer screen to modify this variable.
26369 <UL>   
26370 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26371 </UL><P>
26372 &lt;End of help on this topic&gt;
26373 </BODY>
26374 </HTML>
26375 ====== h_config_print_cat =====
26376 <HTML>
26377 <HEAD>
26378 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
26379 </HEAD>
26380 <BODY>
26381 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
26383 This is an internal Alpine variable.
26384 It will be equal to 1, 2, or 3 depending on whether the default printer is
26385 attached, standard, or a personal print command.
26387 Use the Setup/Printer screen to modify this variable.
26389 <UL>   
26390 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26391 </UL><P>
26392 &lt;End of help on this topic&gt;
26393 </BODY>
26394 </HTML>
26395 ====== h_config_print_command =====
26396 <HTML>
26397 <HEAD>
26398 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
26399 </HEAD>
26400 <BODY>
26401 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
26403 List of personal print commands.
26405 Use the Setup/Printer screen to modify this variable.
26407 <UL>   
26408 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26409 </UL><P>
26410 &lt;End of help on this topic&gt;
26411 </BODY>
26412 </HTML>
26413 ====== h_config_pat_old =====
26414 <HTML>
26415 <HEAD>
26416 <TITLE>OPTION: Patterns</TITLE>
26417 </HEAD>
26418 <BODY>
26419 <H1>OPTION: Patterns</H1>
26421 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
26422 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
26423 and Patterns-Other.
26424 Patterns-Scores and Patterns-Filters have been replaced since then by
26425 Patterns-Scores2 and Patterns-Filters2.
26427 Use the Setup/Rules screens to modify these variable.
26429 <UL>   
26430 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26431 </UL><P>
26432 &lt;End of help on this topic&gt;
26433 </BODY>
26434 </HTML>
26435 ====== h_config_pat_roles =====
26436 <HTML>
26437 <HEAD>
26438 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
26439 </HEAD>
26440 <BODY>
26441 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
26443 List of rules used for roles.
26444 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
26445 other options.
26447 Use the Setup/Rules/Roles screen to modify this variable.
26449 <UL>   
26450 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26451 </UL><P>
26452 &lt;End of help on this topic&gt;
26453 </BODY>
26454 </HTML>
26455 ====== h_config_pat_filts =====
26456 <HTML>
26457 <HEAD>
26458 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
26459 </HEAD>
26460 <BODY>
26461 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
26463 List of rules used for filters.
26465 Use the Setup/Rules/Filters screen to modify this variable.
26467 <UL>   
26468 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26469 </UL><P>
26470 &lt;End of help on this topic&gt;
26471 </BODY>
26472 </HTML>
26473 ====== h_config_pat_scores =====
26474 <HTML>
26475 <HEAD>
26476 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
26477 </HEAD>
26478 <BODY>
26479 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
26481 List of rules used for scoring.
26483 Use the Setup/Rules/SetScores screen to modify this variable.
26485 <UL>   
26486 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26487 </UL><P>
26488 &lt;End of help on this topic&gt;
26489 </BODY>
26490 </HTML>
26491 ====== h_config_pat_other =====
26492 <HTML>
26493 <HEAD>
26494 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
26495 </HEAD>
26496 <BODY>
26497 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
26499 List of rules used for miscellaneous configuration.
26501 Use the Setup/Rules/Other screen to modify this variable.
26503 <UL>   
26504 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26505 </UL><P>
26506 &lt;End of help on this topic&gt;
26507 </BODY>
26508 </HTML>
26509 ====== h_config_pat_incols =====
26510 <HTML>
26511 <HEAD>
26512 <TITLE>OPTION: patterns-indexcolors</TITLE>
26513 </HEAD>
26514 <BODY>
26515 <H1>OPTION: patterns-indexcolors</H1>
26517 List of rules used for coloring lines in the index.
26519 Use the Setup/Rules/Indexcolor screen to modify this variable.
26521 <UL>   
26522 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26523 </UL><P>
26524 &lt;End of help on this topic&gt;
26525 </BODY>
26526 </HTML>
26527 ====== h_config_pat_srch =====
26528 <HTML>
26529 <HEAD>
26530 <TITLE>OPTION: patterns-search</TITLE>
26531 </HEAD>
26532 <BODY>
26533 <H1>OPTION: patterns-search</H1>
26535 List of rules used only for searching with the Select command in the MESSAGE INDEX.
26537 Use the Setup/Rules/searCh screen to modify this variable.
26539 <UL>   
26540 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26541 </UL><P>
26542 &lt;End of help on this topic&gt;
26543 </BODY>
26544 </HTML>
26545 ====== h_config_font_name =====
26546 <HTML>
26547 <HEAD>
26548 <TITLE>OPTION: Font Name</TITLE>
26549 </HEAD>
26550 <BODY>
26551 <H1>OPTION: Font Name</H1>
26553 PC-Alpine only.
26555 Name of normal font.
26557 Use the pulldown Config menu to modify this variable.
26559 <UL>   
26560 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26561 </UL><P>
26562 &lt;End of help on this topic&gt;
26563 </BODY>
26564 </HTML>
26565 ====== h_config_font_size =====
26566 <HTML>
26567 <HEAD>
26568 <TITLE>OPTION: Font Size</TITLE>
26569 </HEAD>
26570 <BODY>
26571 <H1>OPTION: Font Size</H1>
26573 PC-Alpine only.
26575 Size of normal font.
26577 Use the pulldown Config menu to modify this variable.
26579 <UL>   
26580 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26581 </UL><P>
26582 &lt;End of help on this topic&gt;
26583 </BODY>
26584 </HTML>
26585 ====== h_config_font_style =====
26586 <HTML>
26587 <HEAD>
26588 <TITLE>OPTION: Font Style</TITLE>
26589 </HEAD>
26590 <BODY>
26591 <H1>OPTION: Font Style</H1>
26593 PC-Alpine only.
26595 Style of normal font.
26597 Use the pulldown Config menu to modify this variable.
26599 <UL>   
26600 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26601 </UL><P>
26602 &lt;End of help on this topic&gt;
26603 </BODY>
26604 </HTML>
26605 ====== h_config_font_char_set =====
26606 <HTML>
26607 <HEAD>
26608 <TITLE>OPTION: Font Character Set</TITLE>
26609 </HEAD>
26610 <BODY>
26611 <H1>OPTION: Font Character Set</H1>
26613 PC-Alpine only.
26615 Character set of normal font.
26617 Use the pulldown Config menu to modify this variable.
26619 <UL>   
26620 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26621 </UL><P>
26622 &lt;End of help on this topic&gt;
26623 </BODY>
26624 </HTML>
26625 ====== h_config_print_font_name =====
26626 <HTML>
26627 <HEAD>
26628 <TITLE>OPTION: Print-Font-Name</TITLE>
26629 </HEAD>
26630 <BODY>
26631 <H1>OPTION: Print-Font-Name</H1>
26633 PC-Alpine only.
26635 Name of printer font.
26637 Use the pulldown Config menu to modify this variable.
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_print_font_size =====
26646 <HTML>
26647 <HEAD>
26648 <TITLE>OPTION: Print-Font-Size</TITLE>
26649 </HEAD>
26650 <BODY>
26651 <H1>OPTION: Print-Font-Size</H1>
26653 PC-Alpine only.
26655 Size of printer font.
26657 Use the pulldown Config menu to modify this variable.
26659 <UL>   
26660 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26661 </UL><P>
26662 &lt;End of help on this topic&gt;
26663 </BODY>
26664 </HTML>
26665 ====== h_config_print_font_style =====
26666 <HTML>
26667 <HEAD>
26668 <TITLE>OPTION: Print-Font-Style</TITLE>
26669 </HEAD>
26670 <BODY>
26671 <H1>OPTION: Print-Font-Style</H1>
26673 PC-Alpine only.
26675 Style of printer font.
26677 Use the pulldown Config menu to modify this variable.
26679 <UL>   
26680 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26681 </UL><P>
26682 &lt;End of help on this topic&gt;
26683 </BODY>
26684 </HTML>
26685 ====== h_config_print_font_char_set =====
26686 <HTML>
26687 <HEAD>
26688 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
26689 </HEAD>
26690 <BODY>
26691 <H1>OPTION: Print-Font-Char-Set</H1>
26693 PC-Alpine only.
26695 Character set of printer font.
26697 Use the pulldown Config menu to modify this variable.
26699 <UL>   
26700 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26701 </UL><P>
26702 &lt;End of help on this topic&gt;
26703 </BODY>
26704 </HTML>
26705 ====== h_config_window_position =====
26706 <HTML>
26707 <HEAD>
26708 <TITLE>OPTION: Window-Position</TITLE>
26709 </HEAD>
26710 <BODY>
26711 <H1>OPTION: Window-Position</H1>
26713 PC-Alpine only.
26715 Position on the screen of the Alpine window.
26717 Alpine normally maintains this variable itself, and it is set automatically. 
26718 This variable is provided to those who wish to use the same window position 
26719 across different machines from the same configuration.
26720 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
26721 must also be set for this setting to be used.
26723 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
26724 C is the number of columns, R is the number of rows, and X and Y specify the
26725 top left corner of the window.
26727 <UL>   
26728 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26729 </UL><P>
26730 &lt;End of help on this topic&gt;
26731 </BODY>
26732 </HTML>
26733 ====== h_config_cursor_style =====
26734 <HTML>
26735 <HEAD>
26736 <TITLE>OPTION: Cursor Style</TITLE>
26737 </HEAD>
26738 <BODY>
26739 <H1>OPTION: Cursor Style</H1>
26741 PC-Alpine only.
26743 Cursor style.
26745 Use the pulldown Config menu to modify this variable.
26747 <UL>   
26748 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26749 </UL><P>
26750 &lt;End of help on this topic&gt;
26751 </BODY>
26752 </HTML>
26753 ====== h_config_ldap_servers =====
26754 <HTML>
26755 <HEAD>
26756 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
26757 </HEAD>
26758 <BODY>
26759 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
26761 List of LDAP servers and associated data.
26763 Use the Setup/Directory screen to modify this variable.
26765 <UL>   
26766 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26767 </UL><P>
26768 &lt;End of help on this topic&gt;
26769 </BODY>
26770 </HTML>
26771 ====== h_config_sendmail_path =====
26772 <HTML>
26773 <HEAD>
26774 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
26775 </HEAD>
26776 <BODY>
26777 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
26779 This names the path to an
26780 alternative program, and any necessary arguments, to be used in posting
26781 mail messages. See the Technical notes for more information.
26783 <UL>   
26784 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26785 </UL><P>
26786 &lt;End of help on this topic&gt;
26787 </BODY>
26788 </HTML>
26789 ====== h_config_oper_dir =====
26790 <HTML>
26791 <HEAD>
26792 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
26793 </HEAD>
26794 <BODY>
26795 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
26797 This names the root of the
26798 tree to which you are restricted when reading and writing folders and
26799 files. It is usually used in the system-wide,
26800 <EM>fixed</EM> configuration file.
26802 <UL>   
26803 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26804 </UL><P>
26805 &lt;End of help on this topic&gt;
26806 </BODY>
26807 </HTML>
26808 ====== h_config_rshpath =====
26809 <HTML>
26810 <HEAD>
26811 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
26812 </HEAD>
26813 <BODY>
26814 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
26816 Sets the name of the command used to open a UNIX remote shell
26817 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
26819 <UL>   
26820 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26821 </UL><P>
26822 &lt;End of help on this topic&gt;
26823 </BODY>
26824 </HTML>
26825 ====== h_config_rshcmd =====
26826 <HTML>
26827 <HEAD>
26828 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
26829 </HEAD>
26830 <BODY>
26831 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
26833 Sets the format of the command used to
26834 open a UNIX remote shell connection. The default is
26835 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26836 provided command. The first is for the command's pathname, the second is
26837 for the host to connect to, the third is for the user to connect as, and
26838 the fourth is for the connection method (typically <CODE>imap</CODE>).
26840 <UL>   
26841 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26842 </UL><P>
26843 &lt;End of help on this topic&gt;
26844 </BODY>
26845 </HTML>
26846 ====== h_config_sshpath =====
26847 <HTML>
26848 <HEAD>
26849 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
26850 </HEAD>
26851 <BODY>
26852 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
26854 Sets the name of the command used to open a UNIX secure shell
26855 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
26857 <UL>   
26858 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26859 </UL><P>
26860 &lt;End of help on this topic&gt;
26861 </BODY>
26862 </HTML>
26863 ====== h_config_sshcmd =====
26864 <HTML>
26865 <HEAD>
26866 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
26867 </HEAD>
26868 <BODY>
26869 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
26871 Sets the format of the command used to
26872 open a UNIX secure shell connection. The default is
26873 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26874 provided command. The first is for the command's pathname, the second is
26875 for the host to connect to, the third is for the user to connect as, and
26876 the fourth is for the connection method (typically <CODE>imap</CODE>).
26878 <UL>   
26879 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26880 </UL><P>
26881 &lt;End of help on this topic&gt;
26882 </BODY>
26883 </HTML>
26884 ====== h_config_new_ver_quell =====
26885 <HTML>
26886 <HEAD>
26887 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
26888 </HEAD>
26889 <BODY>
26890 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
26892 When a new version of Alpine is run for the first time it offers a
26893 special explanatory screen to the user upon startup.  This option
26894 helps control when and if that special screen appears for users that
26895 have previously run Alpine.  It takes as its value an Alpine version
26896 number.  Alpine versions less than the specified value will suppress this
26897 special screen while versions equal to or greater than that specified
26898 will behave normally.
26900 <UL>   
26901 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26902 </UL><P>
26903 &lt;End of help on this topic&gt;
26904 </BODY>
26905 </HTML>
26906 ====== h_config_disable_drivers =====
26907 <HTML>
26908 <HEAD>
26909 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
26910 </HEAD>
26911 <BODY>
26912 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
26914 This variable is a list of mail drivers that will be disabled.
26915 The candidates for disabling are listed below.
26916 There may be more in the future if you compile Alpine with
26917 a newer version of the c-client library.
26920 <UL>
26921 <LI> mbox
26922 <LI> mbx
26923 <LI> mh
26924 <LI> mmdf
26925 <LI> mtx
26926 <LI> mx
26927 <LI> news
26928 <LI> phile
26929 <LI> tenex
26930 <LI> unix
26931 </UL>
26934 The <EM>mbox</EM> driver enables the following behavior: if there is a
26935 file called <CODE>mbox</CODE>
26936 in your home directory, and if that file is either empty or in Unix mailbox
26937 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
26938 will automatically transfer mail from the system mail spool directory into the
26939 <CODE>mbox</CODE> file and
26940 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
26941 this will not happen.
26944 It is not recommended to disable the driver that supports the system default
26945 mailbox format. On most non-SCO systems, that driver is the
26946 <EM>unix</EM> driver.
26947 On most SCO systems, it is the <EM>mmdf</EM> driver.
26948 The system default driver may be
26949 configured to something else on your system; check with your system manager
26950 for additional information.
26953 It is most likely not very useful for you to disable any of the drivers other
26954 than possibly <EM>mbox</EM>.
26955 You could disable some of the others if you know for
26956 certain that you don't need them but the performance gain in doing so
26957 is very modest.
26959 <UL>   
26960 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26961 </UL><P>
26962 &lt;End of help on this topic&gt;
26963 </BODY>
26964 </HTML>
26965 ====== h_config_disable_auths =====
26966 <HTML>
26967 <HEAD>
26968 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
26969 </HEAD>
26970 <BODY>
26971 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
26973 This variable is a list of SASL (Simple Authentication and Security
26974 Layer) authenticators that will be disabled.
26975 SASL is a mechanism for
26976 authenticating to IMAP, POP3, SMTP, and other network servers.
26979 Alpine matches its list of supported authenticators with the server to
26980 determine the most secure authenticator that is supported by both.
26981 If no matching authenticators are found, Alpine will revert to plaintext
26982 login (or, in the case of SMTP, will be unable to authenticate at all).
26984 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
26987 Normally, you will not disable any authenticators.
26988 There are two exceptions:
26990 <OL>
26991 <LI> You use a broken server that advertises an authenticator,
26992 but does not actually implement it.
26993 <LI> You have a Kerberos-capable version of Alpine and the server is
26994 also Kerberos-capable, but you can not obtain Kerberos
26995 credentials on the server machine, thus you desire to disable
26996 GSSAPI (which in turn disables Alpine's Kerberos support).
26997 </OL>
26999 It is never necessary to disable authenticators, since Alpine will try
27000 other authenticators before giving up.
27001 However, disabling the relevant authenticator avoids annoying error messages.
27003 <UL>   
27004 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27005 </UL><P>
27006 &lt;End of help on this topic&gt;
27007 </BODY>
27008 </HTML>
27009 ====== h_config_encryption_range =====
27010 <HTML>
27011 <HEAD>
27012 <TITLE>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></TITLE>
27013 </HEAD>
27014 <BODY>
27015 <H1>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></H1>
27017 This option sets a range of encryption protocols that can be attempted when
27018 Alpine will try to establish a secure connection using the SSL or TLS
27019 protocols.
27022 Before a secure connection to an external server is established, Alpine and the
27023 server will attempt to negotiate a secure connection. This part is known as the
27024 &quot;ClientHello&quot;. At that time Alpine will announce the version of
27025 encryption that it would like to establish. The server can reject that, and announce
27026 a different version of encryption. Once both the server and Alpine have found
27027 a version of encryption that they both agree on, they will both use it to start
27028 a secure connection.
27031 The use of the /ssl parameter in the definition of the server will make Alpine
27032 attempt the highest encryption protocol that it can use, in agreement with the
27033 server. However, using this option, you will set limits to the versions of
27034 the protocols that are used. This would, for example, allow you to disable the use
27035 of ssl3, in favor of more modern protocols. 
27038 For purposes of this option, the protocols are sorted 
27039 as follows
27042 <CENTER>
27043 no_min < ssl3 < tls1 < tls1_1 < tls1_2 < tls1_3 < no_max
27044 </CENTER>
27047 For example, if you want to disable ssl3, all you have to do is to set the minimum 
27048 version to tls1, or any higher protocol. 
27050 <P>The name of the parameters used to configure this option is the same as the 
27051 parameters that are added to the definition of a server to make it a secure 
27052 connection, and they are listed above for your reference.
27055 The special values &quot;no_min&quot; and &quot;no_max&quot; do not set values
27056 for the minimum and maximum protocol versions, and Alpine will use the maximum
27057 and minimum values of encryption protocols built into your SSL library.
27060 <UL>   
27061 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27062 </UL><P>
27063 &lt;End of help on this topic&gt;
27064 </BODY>
27065 </HTML>
27066 ====== h_config_abook_metafile =====
27067 <HTML>
27068 <HEAD>
27069 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
27070 </HEAD>
27071 <BODY>
27072 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
27074 This is usually set by Alpine and is the name of a file
27075 that contains data about
27076 remote address books and remote configuration files.
27078 <UL>   
27079 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27080 </UL><P>
27081 &lt;End of help on this topic&gt;
27082 </BODY>
27083 </HTML>
27084 ====== h_config_composer_wrap_column =====
27085 <HTML>
27086 <HEAD>
27087 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
27088 </HEAD>
27089 <BODY>
27090 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
27093 This option specifies an aspect of Alpine's Composer.  This gives the
27094 maximum width that auto-wrapped lines will have.  It's also the maximum
27095 width of lines justified using the <A HREF="h_compose_justify">^J
27096 Justify</A> command.  The normal default
27097 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
27098 in order to
27099 prevent very long lines from being sent in outgoing mail.  When the mail
27100 is actually sent, trailing spaces will be stripped off of each line.
27103 <UL>   
27104 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27105 </UL><P>
27106 &lt;End of help on this topic&gt;
27107 </BODY>
27108 </HTML>
27109 ====== h_config_deadlets =====
27110 <HTML>
27111 <HEAD>
27112 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
27113 </HEAD>
27114 <BODY>
27115 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
27118 This option affects Alpine's behavior when you cancel a message being
27119 composed.  Alpine's usual behavior is to write the canceled message to
27120 a file named 
27121 <!--chtml if pinemode="os_windows"-->
27122 &quot;DEADLETR&quot;,
27123 <!--chtml else-->
27124 &quot;dead.letter&quot; in your home directory,
27125 <!--chtml endif-->
27126 overwriting any previous message.
27128 If you set this option to a value higher than one, then that many copies
27129 of dead letter files will be saved.
27130 For example, if you set this option to &quot;3&quot; then you may have
27131 files named
27132 <!--chtml if pinemode="os_windows"-->
27133 &quot;DEADLETR&quot;,
27134 &quot;DEADLETR2&quot;, and
27135 &quot;DEADLETR3&quot;.
27136 <!--chtml else-->
27137 &quot;dead.letter&quot;,
27138 &quot;dead.letter2&quot;, and
27139 &quot;dead.letter3&quot; in your home directory.
27140 <!--chtml endif-->
27141 In this example, the most recently cancelled message will be in
27142 <!--chtml if pinemode="os_windows"-->
27143 &quot;DEADLETR&quot;,
27144 <!--chtml else-->
27145 &quot;dead.letter&quot;,
27146 <!--chtml endif-->
27147 and the third most recently cancelled message will be in
27148 <!--chtml if pinemode="os_windows"-->
27149 &quot;DEADLETR3&quot;.
27150 <!--chtml else-->
27151 &quot;dead.letter3&quot;.
27152 <!--chtml endif-->
27153 The fourth most recently cancelled message will no longer be saved.
27156 If you set this option to zero, then NO record of canceled messages is
27157 maintained.
27159 If the feature
27160 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
27161 is set, that overrides whatever you set for this option.
27162 If this option had existed at the time, then the Quell feature would not
27163 have been added, but it is still there for backwards compatibility.
27164 So, in order for this option to have the desired effect, make sure the
27165 Quell feature is turned off.
27168 <UL>   
27169 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27170 </UL><P>
27171 &lt;End of help on this topic&gt;
27172 </BODY>
27173 </HTML>
27174 ====== h_config_maxremstream =====
27175 <HTML>
27176 <HEAD>
27177 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
27178 </HEAD>
27179 <BODY>
27180 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
27182 This option affects low-level behavior of Alpine.
27183 The default value for this option is <EM>3</EM>.
27184 If your INBOX is accessed using the IMAP protocol
27185 from an IMAP server, that connection is kept open throughout the
27186 duration of your Alpine session, independent of the value of this option.
27187 The same is true of any 
27188 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
27189 you have defined.
27190 This option controls Alpine's behavior when connecting to remote IMAP folders
27191 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
27192 It specifies the maximum number of remote IMAP connections (other than
27193 those mentioned above) that Alpine will use for accessing the rest of your
27194 folders.
27195 If you set this option to zero, you will turn off most remote connection
27196 re-use.
27197 It's difficult to understand exactly what this option does, and it is usually
27198 fine to leave it set to its default value.
27199 It is probably more likely that you will be interested in setting the
27200 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
27201 instead of changing the value of this option.
27202 A slightly longer explanation of what is going on with this option
27203 is given in the next paragraphs.
27206 There are some time costs involved in opening and closing remote IMAP 
27207 folders, the main costs being the time you have to wait for the connection
27208 to the server and the time for the folder to open.
27209 Opening a folder may involve not only the time the server takes to do its
27210 processing but time that Alpine uses to do filtering.
27211 These times can vary widely.
27212 They depend on how loaded the server is, how large
27213 the folder being opened is, and how you set up filtering, among other things.
27214 Once Alpine has opened a connection to a particular folder, it will attempt
27215 to keep that connection open in case you use it again.
27216 In order to do this,
27217 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
27218 this option) IMAP connections you have allotted for this purpose.
27220 For example, suppose the value of this option is set to &quot;2&quot;.
27221 If your INBOX is accessed on a remote server using the IMAP protocol, that
27222 doesn't count as one of the remote connections but it is always kept open.
27223 If you then open another IMAP folder, that would be your first
27224 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
27225 If you open a third folder the second will be left open, in case you
27226 return to it.
27227 You won't be able to tell it has been left open.
27228 It will appear to be closed when you leave the folder but the connection
27229 will remain in the background.
27230 Now suppose you go back to the second folder (the first folder after the
27231 INBOX).
27232 A connection to that folder is still open so you won't have to wait
27233 for the startup time to open it.
27234 Meanwhile, the connection to the third folder will be left behind.
27235 Now, if you open a fourth folder, you will bump into the
27236 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
27237 than INBOX and you have the option set to &quot;2&quot;.
27238 The connection that is being used for
27239 the third folder will be re-used for this new fourth folder.
27240 If you go back to the third folder after this, it is no longer already
27241 connected when you get there.
27242 You'll still save some time since Alpine will re-use the connection to the
27243 fourth folder and you have already logged in on that connection,
27244 but the folder will have to be re-opened from scratch.
27246 If a folder is large and the startup cost is dominated by the time it takes
27247 to open that folder or to run filters on it, then it will pay to make the
27248 value of this option large enough to keep it open.
27249 On the other hand, if you only revisit a handful of folders or if
27250 the folders are small, then it might
27251 make more sense to keep this number small so that the reconnect
27252 time (the time to start up a new connection and authenticate)
27253 is eliminated instead.
27255 You may also need to consider the impact on the server.
27256 On the surface, a larger number here may cause a larger impact on the
27257 server, since you will have more connections open to the server.
27258 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
27259 associated with reopening a folder, but the <EM>server</EM> will be
27260 avoiding those costs as well.
27262 When twenty five minutes pass without any active use of an IMAP connection
27263 being saved for possible re-use, that connection will be shut down,
27266 <UL>   
27267 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27268 </UL><P>
27269 &lt;End of help on this topic&gt;
27270 </BODY>
27271 </HTML>
27272 ====== h_config_permlocked =====
27273 <HTML>
27274 <HEAD>
27275 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
27276 </HEAD>
27277 <BODY>
27278 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
27280 This option affects low-level behavior of Alpine.
27281 There is no default value for this option.
27282 It is related to the options
27283 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
27284 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
27285 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
27288 Note: changes made to this list take effect the next time you open a
27289 folder in the list.
27292 This is a list of folders that will be permanently kept open once they
27293 are first opened.
27294 The names in this list may be either the nickname of an Incoming folder
27295 or the full technical specification of a folder.
27296 The folders in this list need not be remote IMAP folders, they could usefully
27297 be local folders, as well.
27298 If a folder in the list is a newsgroup or is not accessed either locally
27299 or via IMAP, then the entry will be ignored.
27300 For example, folders accessed via NNTP or POP3 will not be kept open, since
27301 the way that new mail is found with those protocols involves closing and
27302 reopening the connection.
27304 Once a Stay Open folder has been opened, new-mail checking will continue
27305 to happen on that folder for the rest of the Alpine session.
27306 Your INBOX is always implicitly included in this Stay-Open list and doesn't
27307 need to be added explicitly.
27309 Another difference that you may notice between a Stay Open folder and a
27310 non-Stay Open folder is which message is selected as the current message
27311 when you enter the folder index.
27312 Normally, the starting position for an incoming folder (which most Stay Open
27313 folders will likely be) is controlled by the
27314 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
27315 However, if a folder is a Stay Open folder, when you re-enter the folder
27316 after the first time the current message will be the same as it was when
27317 you left the folder.
27318 An exception is made if you use the TAB command to get to the folder.
27319 In that case, the message number will be incremented by one from what it
27320 was when you left the folder.
27322 The above special behavior is thought to be useful.
27323 However, it is special and different from what you might at first expect.
27324 The feature
27325 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
27326 may be used to turn off this special treatment.
27328 If the message that was current when you left the folder no longer exists,
27329 then the regular startup rule will be used instead.
27332 <UL>   
27333 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27334 </UL><P>
27335 &lt;End of help on this topic&gt;
27336 </BODY>
27337 </HTML>
27338 ====== h_config_viewer_overlap =====
27339 <html>
27340 <header>
27341 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
27342 </header>
27343 <body>
27344 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
27346 This option specifies an aspect of Alpine's Message Viewing screen.  When
27347 the space bar is used to page forward in a message, the number of lines
27348 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
27349 bottom of the screen.  That is, if this was set to two lines, then the
27350 bottom two lines of the screen would be repeated on the top of the next
27351 screen.  The normal default value is "2".<p>
27352 <UL>   
27353 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27354 </UL><P>
27355 &lt;End of help on this topic&gt;
27356 </body>
27357 </html>
27358 ====== h_config_scroll_margin =====
27359 <HTML>
27360 <HEAD>
27361 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
27362 </HEAD>
27363 <BODY>
27364 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
27366 This option controls when Alpine's line-by-line scrolling occurs.
27367 Typically, when a selected item is at the top or bottom screen edge
27368 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
27369 displayed items are scrolled down or up by a single line.
27372 This option allows you to tell Alpine the number of lines from the top and
27373 bottom screen edge that line-by-line paging should occur.  For example,
27374 setting this value to one (1) will cause Alpine to scroll the display
27375 vertically when you move to select an item on the display's top or
27376 bottom edge.
27379 By default, this variable is zero, indicating that scrolling happens
27380 when you move up or down to select an item immediately off the display's
27381 top or bottom edge.
27384 <UL>   
27385 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27386 </UL><P>
27387 &lt;End of help on this topic&gt;
27388 </BODY>
27389 </HTML>
27390 ====== h_config_wordseps =====
27391 <HTML>
27392 <HEAD>
27393 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
27394 </HEAD>
27395 <BODY>
27396 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
27398 This option affects how a &quot;word&quot; is defined in the composer.
27399 The definition of a word is used when using the Forward Word and Backward
27400 Word commands in the composer, as well as when using the spell checker.
27401 Whitespace is always considered a word separator.
27402 Punctuation (like question marks, periods, commas, and so on) is always
27403 a word separator if it comes at the end of a word.
27404 By default, a punctuation character that is in the middle of a word does
27405 not break up that word as long as the character before and the character
27406 after it are both alphanumeric.
27407 If you add a character to this option it will be considered a
27408 word separator even when it occurs in the middle of an alphanumeric word.
27409 For example, if you want to skip through each part of an address instead
27410 of skipping the whole address at once you might want to include &quot;@&quot;
27411 and &quot;.&quot; in this list.
27412 If you want the word-skipper to stop on each part of a UNIX filename you
27413 could add &quot;/&quot; to the list.
27414 The equal sign and dash are other possibilities you might find helpful.
27416 <UL>   
27417 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27418 </UL><P>
27419 &lt;End of help on this topic&gt;
27420 </BODY>
27421 </HTML>
27422 ====== h_config_reply_indent_string =====
27423 <HTML>
27424 <HEAD>
27425 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
27426 </HEAD>
27427 <BODY>
27428 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
27430 This option specifies an aspect of Alpine's Reply command.
27431 When a message is replied to and the text of the message is included, the
27432 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
27433 to each line indicating it is quoted text.
27434 (In case you haven't seen this before, &quot;string&quot; is a technical term
27435 that means chunk of text.)
27438 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
27439 in 1999 and its wide-spread adoption since then, you will usually be better off if you
27440 use one of the standard values,
27441 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
27444 This option specifies a different value for that string.
27445 If you wish to use a string that begins or ends with a space,
27446 enclose the string in double quotes.
27449 Besides simple text, the prepended string can be based
27450 on the message being replied to.
27451 The following tokens are substituted for the message's corresponding value:
27453 <DL>
27454 <DT>_FROM_</DT>
27455 <DD>This token gets replaced with the message sender's &quot;username&quot;.
27456 If the name is longer than six characters, only the first six characters are
27457 used.
27458 </DD>
27460 <DT>_NICK_</DT>
27461 <DD>This token gets replaced with the nickname of the message sender's
27462 address as found in your addressbook.
27463 If no addressbook entry is found,
27464 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
27465 If the nickname is longer than six characters, only the first six characters are
27466 used.
27467 </DD>
27469 <DT>_INIT_</DT>
27470 <DD>This token gets replaced with the initials of the sender of the message.
27471 </DD>
27473 </DL>
27475 NOTE: When the
27476 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
27477 feature is enabled, you are given the opportunity to edit the string, whether 
27478 it is the default or one automatically generated using the above tokens.
27480 If you change your <!--#echo var="VAR_reply-indent-string"-->
27481 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
27482 quoted text will not be flowed
27483 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
27484 when you reply.
27485 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
27486 set to the default value.
27488 <UL>   
27489 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27490 </UL><P>
27491 &lt;End of help on this topic&gt;
27492 </BODY>
27493 </HTML>
27494 ====== h_config_quote_replace_string =====
27495 <HTML>
27496 <HEAD>
27497 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
27498 </HEAD>
27499 <BODY>
27500 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
27502 This option specifies what string to use as a quote when <b>viewing</b> a
27503 message.  The standard way of quoting messages when replying is the string
27504 &quot;&gt;&nbsp;&quot; (quote space).
27505 With this variable set, viewing a message will
27506 replace occurrences of 
27507 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
27508 This setting works best when
27509 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
27510 or the equivalent setting in your correspondents' mail programs
27511 is set to the default
27512 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
27513 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
27515 By default, this setting will only work on messages that are flowed, which is
27516 the default way of sending messages for many mail clients including
27517 Alpine.  Enable the feature
27518 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
27519 to also have quote-replacement performed on non-flowed messages.
27522 Setting this option will replace  &quot;&gt;&quot; and 
27523 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
27524 spaces. To preserve those spaces enclose the full string in double quotes.
27526 No padding to separate the text of the message from the quote string is
27527 added. This means that if you do not add trailing spaces to the value of
27528 this variable, text will be displayed right next to the quote string,
27529 which may be undesirable. This can be avoided by adding a new string
27530 separated by a space from your selection of quote string replacement. This
27531 last string will be used for padding. For example, setting this variable to 
27532 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
27533 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
27534 a space from the last quote string to make it more readable.
27536 One possible setting for this variable could be
27537 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
27538 would have the effect of indenting each level of quoting four spaces and
27539 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
27540 more discernible by setting colors for quoted text.
27542 Replying to or forwarding the viewed message will preserve the original
27543 formatting of the message, so quote-replacement will not be performed on
27544 messages that are being composed.
27546 <UL>   
27547 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27548 </UL><P>
27549 &lt;End of help on this topic&gt;
27550 </BODY>
27551 </HTML>
27552 ====== h_config_empty_hdr_msg =====
27553 <HTML>
27554 <HEAD>
27555 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
27556 </HEAD>
27557 <BODY>
27558 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
27560 When sending, if both the To and Cc fields are empty and you
27561 are sending the message to a Bcc,
27562 Alpine will put a special address in the To line.  The default value is:
27565 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
27568 The reason for this is to avoid embarrassment caused by some Internet
27569 mail transfer software that interprets a &quot;missing&quot;
27570 <SAMP>To:</SAMP> header as an error and replaces it with an
27571 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
27572 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
27573 Bcc.  You may change the part of this message that comes before the
27574 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
27575 variable to something else.
27578 The normal default is &quot;undisclosed-recipients&quot;.
27581 <UL>   
27582 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27583 </UL><P>
27584 &lt;End of help on this topic&gt;
27585 </BODY>
27586 </HTML>
27587 ====== h_config_status_msg_delay =====
27588 <HTML>
27589 <HEAD>
27590 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
27591 </HEAD>
27592 <BODY>
27593 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
27595 This option has evolved over time, causing the possible values to be
27596 counter-intuitive.
27597 Read carefully before you set this option.
27598 First we explain what the option does, then there is a longer discussion
27599 following that.
27601 If this is set to zero, the default value, it has <EM>no</EM> effect.
27602 Positive and negative values serve two similar, but different purposes.
27604 If it is set to a positive number, it causes the cursor to move to the
27605 status line whenever a status message is printed and pause there for this
27606 many seconds.
27607 It will probably only be useful if the 
27608 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
27609 also turned on.
27610 Setting this option to a positive number can only be used to
27611 <EM>increase</EM> the status message delay.
27612 This may be useful for Braille displays, or other non-traditional displays.
27614 If it is set to a negative number the interpretation is a bit complicated.
27615 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
27616 allow you to read important status messages.
27617 Of course, this may cause you to miss some important messages.
27618 If you see a message flash by but miss what it says you can use the
27619 Journal command from the MAIN MENU to read it.
27620 If you set this option to a negative value, the delay will be
27621 no more than one second less than the absolute value
27622 of the value you set.
27623 So if you set it to -1, the delay will be no more than zero seconds, no
27624 delay at all.
27625 If you set it to -2, the delay will be no more than 1 second.
27626 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
27627 If the delay that Alpine would have used by default is less than this delay,
27628 then the smaller delay set by Alpine will be used.
27629 Setting this option to a negative value can only reduce the amount of
27630 delay, never increase it.
27632 Here is a more detailed explanation.
27633 Status messages are the messages that show up spontaneously in the
27634 status message line, usually the third line from the bottom of the screen.
27635 By default, Alpine assigns each status message it produces a minimum
27636 display time.
27637 Some status messages have a minimum display time of zero.
27638 You can see an example of such a message by paging up in this help text
27639 until you reach the top of the screen.
27640 If you try to page past the top you will see the message
27642 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
27644 in the status line.
27645 If there is another more important use of the status message line this message
27646 might be replaced quickly, or it even might not be shown at all.
27647 However, if there is no reason to get rid of the message, it might stay
27648 there for several seconds while you read the help.
27649 An example where it is replaced immediately happens when you page up in
27650 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
27651 command right after paging up.
27652 The message will disappear immediately without causing a delay (unless you
27653 have set this option to a positive value) to allow you to type input for
27654 the &quot;WhereIs&quot; command.
27655 Since it isn't a very important message, Alpine has set its minimum display
27656 time to zero seconds.
27658 Other messages have minimum display times of three or more seconds.
27659 These are usually error messages that Alpine thinks you ought to see.
27660 For example, it might be a message about a failed Save or a failed folder open.
27661 It is often the case that this minimum display time won't delay you in
27662 any way because the status message line is not needed for another reason.
27663 However, there are times when Alpine has to delay what it is doing in
27664 order to display a status message for the minimum display time.
27665 This happens when a message is being displayed and Alpine wants to ask
27666 for input from the keyboard.
27667 For example, when you Save a message you use the status message line.
27668 You get a prompt there asking for the name of the folder to save to.
27669 If there is a status message being displayed that has not
27670 yet displayed for its minimum
27671 time Alpine will display that status message surrounded with the characters
27672 &gt; and &lt; to show you that it is delaying.
27673 That might happen, for example, if you tried to save to a folder that
27674 caused an error, then followed that immediately with another Save command.
27675 You might find yourself waiting for a status message like
27677 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
27679 to finish displaying for three seconds.
27680 If that is something you find happening to you frequently, you may use
27681 negative values of this option to decrease or eliminate that delay, at
27682 the risk of missing the message.
27684 <UL>   
27685 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27686 </UL><P>
27687 &lt;End of help on this topic&gt;
27688 </BODY>
27689 </HTML>
27690 ====== h_config_active_msg_interval =====
27691 <HTML>
27692 <HEAD>
27693 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
27694 </HEAD>
27695 <BODY>
27696 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
27698 When Alpine is delayed for some reason it usually shows that
27699 something is happening with a small animated display in the status
27700 message line near the bottom of the screen.
27701 This option sets how frequently the characters (for example, a spinning bar)
27702 in the active status message lines are updated.
27703 At most, it can be set to be updated 20 times per second. 
27706 Setting this value to zero will prevent display of the animations
27707 altogether.
27710 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
27711 can be used to remove the randomness from this animated display.
27714 <UL>   
27715 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27716 </UL><P>
27717 &lt;End of help on this topic&gt;
27718 </BODY>
27719 </HTML>
27720 ====== h_config_mailchecknoncurr =====
27721 <HTML>
27722 <HEADER>
27723 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
27724 </HEADER>
27725 <BODY>
27726 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
27728 This option is closely related to the
27729 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27730 option, as well as the
27731 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
27732 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
27733 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
27734 new-mail checking is disabled and this option will have no effect.
27736 Normally this option is set to zero, which means that the value used will be
27737 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
27738 If you set this option to a value different from zero
27739 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
27740 then that is the check interval that will be used
27741 for folders that are not the currently open folder or the INBOX.
27742 You may not even have any folders that are noncurrent and not the INBOX.
27743 If you do, it is likely that they are due to
27744 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
27745 you have configured.
27746 This option also affects the rate of mail checking done on cached
27747 connections to folders you previously had open but are no longer actively
27748 using.
27749 You aren't expected to understand that last sentence, but if you are interested
27750 take a look at
27751 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
27752 and the related options.
27754 <UL>   
27755 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27756 </UL><P>
27757 &lt;End of help on this topic&gt;
27758 </BODY>
27759 </HTML>
27760 ====== h_config_fifopath =====
27761 <HTML>
27762 <HEADER>
27763 <TITLE>OPTION: NewMail FIFO Path</TITLE>
27764 </HEADER>
27765 <BODY>
27766 <H1>OPTION: NewMail FIFO Path</H1>
27768 This option is only available in UNIX Alpine.
27769 However, there is a very similar feature built in to PC-Alpine.
27770 In PC-Alpine's Config menu at the top of the screen
27771 is an option called &quot;New Mail Window&quot;.
27773 You may have Alpine create a FIFO special file (also called a named pipe) where
27774 it will send a one-line message each time a new message is received in
27775 the current folder, the INBOX, or any open
27776 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
27777 To protect against two different Alpines both writing to the same FIFO, Alpine
27778 will only create the FIFO and write to it if it doesn't already exist.
27780 A possible way to use this option would be to have a separate window
27781 on your screen running the command
27783 <CENTER><SAMP>cat filename</SAMP></CENTER>
27785 where &quot;filename&quot; is the name of the file given for this option.
27786 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
27787 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
27788 You may be tempted to use &quot;tail -f filename&quot; to view the new
27789 mail log.
27790 However, the common implementations of the tail command will not do what you
27791 are hoping.
27793 The width of the messages produced for the FIFO may be altered with the
27794 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
27796 On some systems, fifos may only be created in a local filesystem.
27797 In other words, they may not be in NFS filesystems.
27798 This requirement is not universal.
27799 If the system you are using supports it, it should work.
27800 (It is often the case that your home directory is in an NFS filesystem.
27801 If that is the case, you might try using a file in the &quot;/tmp&quot;
27802 filesystem, which is usually a local filesystem.)
27803 Even when it is possible to use an NFS-mounted filesystem as a place to name
27804 the fifo (for example, your home directory), it will still be the case that
27805 the reader (probably the &quot;cat&quot; command) and the
27806 writer (Alpine) of the fifo must be running on the same system.
27808 <UL>   
27809 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27810 </UL><P>
27811 &lt;End of help on this topic&gt;
27812 </BODY>
27813 </HTML>
27814 ====== h_config_newmailwidth =====
27815 <HTML>
27816 <HEADER>
27817 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
27818 </HEADER>
27819 <BODY>
27820 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
27822 For UNIX Alpine, this option is only useful if you have turned on the
27823 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
27824 That option causes new mail messages to be sent to a fifo file.
27825 Those messages will be 80 characters wide by default.
27826 You can change the width of those messages by changing this option.
27827 For example, if you are reading those messages in another window you might
27828 want to set this width to the width of that other window.
27830 If you are using PC-Alpine, it has an option in the Config menu to turn
27831 on the &quot;New Mail Window&quot;.
27832 This present option also controls the width of that window.
27834 <UL>   
27835 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27836 </UL><P>
27837 &lt;End of help on this topic&gt;
27838 </BODY>
27839 </HTML>
27840 ====== h_config_mailcheck =====
27841 <HTML>
27842 <HEADER>
27843 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
27844 </HEADER>
27845 <BODY>
27846 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
27848 This option specifies, in seconds,
27849 how often Alpine will check for new mail.
27850 If set to zero, new-mail checking is disabled.
27851 (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
27852 current message is the last message of the folder.)
27853 There is a minimum value for this option, normally 15 seconds.
27854 The default value is normally 150 seconds.
27855 The higher you set this option, the easier it is on the server.
27857 There are some situations where automatic new-mail checking does not work.
27858 See the discussion about new-mail checking in
27859 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
27861 The new-mail checking will not happen exactly at the frequency that you specify.
27862 For example, Alpine may elect to defer a non-INBOX mail check if you
27863 are busy typing.
27864 Or, it may check more frequently than you have specified if that is
27865 thought to be necessary to keep the server from closing the connection
27866 to the folder due to inactivity.
27867 If Alpine checks for new mail as a side effect of another command, it will reset
27868 the timer, so that new-mail checking may seem to happen irregularly instead of
27869 every X seconds like clockwork.
27871 If you are anxious to know about new mail as soon as possible, set the check
27872 interval low, and you'll know about the new mail by approximately
27873 that amount of time after it arrives.
27874 If you aren't so worried about knowing right away, set this option to a
27875 higher value.
27876 That will save the server some processing time and may save you some of
27877 the time you spend waiting for new-mail checks to happen if you are
27878 dealing with a slow server or slow network connection.
27880 If you suspect that new-mail checking is causing slow downs for you,
27881 you may want to look into the options
27882 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
27883 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
27884 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
27885 which refine when mail checking is done.
27887 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
27888 there is a minimum time
27889 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
27890 between new-mail checks.
27891 Because of this minimum you may notice that new mail does not
27892 appear promptly when you expect it.
27893 The reason for this is to protect the server from over-zealous opening and
27894 closing of the Mail Drop folder, since that is a costly operation.
27896 <UL>   
27897 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27898 </UL><P>
27899 &lt;End of help on this topic&gt;
27900 </BODY>
27901 </HTML>
27902 ====== h_config_quell_checks_comp =====
27903 <HTML>
27904 <HEAD>
27905 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
27906 </HEAD>
27907 <BODY>
27908 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
27910 This option is closely related to the
27911 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27912 option, the
27913 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27914 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
27916 If this option is set, then the normal new-mail checking that happens
27917 while you are composing will not happen for folders other than your
27918 INBOX (which depends on the setting
27919 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
27921 You might want to set this option if you are experiencing delays while
27922 composing that you think might be related to the speed of the new-mail
27923 checks.
27925 Even with this option turned on, an occasional new-mail check may be done
27926 in order to keep the server from killing the connection to the folder.
27927 For example, IMAP servers may remove a connection to a folder if there
27928 has been no activity on the connection for 30 minutes or more.
27929 Instead of letting that happen, Alpine will check for new mail before the
27930 30 minutes is up even though you have turned on this feature to quell
27931 those checks.
27933 Besides new-mail checks, checkpoint operations on the folders
27934 will also be quelled when you set this option.
27935 The purpose of checkpointing is to write the changes to a folder out to
27936 disk periodically in order to avoid losing those changes when system or
27937 software problems occur.
27938 New-mail checking and checkpointing while you are not composing are not
27939 affected by this option.
27942 &lt;End of help on this topic&gt;
27943 </BODY>
27944 </HTML>
27945 ====== h_config_quell_checks_comp_inbox =====
27946 <HTML>
27947 <HEAD>
27948 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
27949 </HEAD>
27950 <BODY>
27951 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
27953 This option is closely related to the
27954 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27955 option, the
27956 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27957 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
27959 If this option is set, then the normal new-mail checking that happens
27960 while you are composing will not happen for your INBOX.
27961 Checking of other folders is controlled in a similar way with the
27962 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
27964 You might want to set this option if you are experiencing delays while
27965 composing that you think might be related to the speed of the new-mail
27966 checks.
27968 Even with this option turned on, an occasional new-mail check may be done
27969 in order to keep the server from killing the connection to the folder.
27970 For example, IMAP servers may remove a connection to a folder if there
27971 has been no activity on the connection for 30 minutes or more.
27972 Instead of letting that happen, Alpine will check for new mail before the
27973 30 minutes is up even though you have turned on this feature to quell
27974 those checks.
27976 Besides new-mail checks, checkpoint operations on the INBOX
27977 will also be quelled when you set this option.
27978 The purpose of checkpointing is to write the changes to a folder out to
27979 disk periodically in order to avoid losing those changes when system or
27980 software problems occur.
27981 New-mail checking and checkpointing while you are not composing are not
27982 affected by this option.
27984 &lt;End of help on this topic&gt;
27985 </BODY>
27986 </HTML>
27987 ====== h_config_maildropcheck =====
27988 <HTML>
27989 <HEADER>
27990 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
27991 </HEADER>
27992 <BODY>
27993 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
27995 New-mail checking for a
27996 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
27997 mail checking for a regular folder.
27998 One of the differences is that the connection to the Mail Drop is not
27999 kept open and so the cost of checking
28000 (delay for you and additional load for the server) may be significant.
28001 Because of this additional cost we set a minimum time that
28002 must pass between checks.
28003 This minimum only applies to the automatic checking done by Alpine.
28004 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
28005 at the end of a folder index, then the check is done right away.
28007 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
28008 new-mail checks.
28009 You may want to set this minimum high in order to avoid experiencing some
28010 of the delays associated with the checks.
28011 Note that the time between checks is still controlled by the regular
28012 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
28013 When Alpine is about to do an automatic check for new mail (because
28014 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
28015 new-mail check
28016 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
28017 the Mail Drop is checked for new mail as well.
28018 Therefore, it is only useful to set this option to a value that is higher
28019 than the <!--#echo var="VAR_mail-check-interval"-->.
28021 If this option is set to zero, automatic Mail Drop new-mail
28022 checking is disabled.
28023 There is a minimum value, normally 60 seconds.
28024 The default value is normally 60 seconds as well.
28025 This applies to the INBOX and to the currently open folder if that is
28026 different from the INBOX.
28029 <UL>   
28030 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28031 </UL><P>
28032 &lt;End of help on this topic&gt;
28033 </BODY>
28034 </HTML>
28035 ====== h_config_nntprange =====
28036 <HTML>
28037 <HEADER>
28038 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
28039 </HEADER>
28040 <BODY>
28041 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
28043 This option applies only to newsgroups accessed using the NNTP protocol.
28044 It does not, for example,
28045 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
28048 When you open a connection to a News server using the NNTP protocol, you
28049 normally have access to all of the articles in each newsgroup.
28050 If a server keeps a large backlog of messages it may speed performance
28051 some to restrict attention to only the newer messages in a group.
28052 This option allows you to set how many article numbers should be checked
28053 when opening a newsgroup.
28054 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
28055 of messages you ever want to see.
28056 For example, if you only ever wanted to look at the last 500 messages in each
28057 newsgroup you could set this option to 500.
28058 In actuality, it isn't quite that.
28059 Instead, for performance reasons, it specifies the range of article
28060 numbers to be checked, beginning
28061 with the highest numbered article and going backwards from there.
28062 If there are messages that have been canceled or deleted
28063 their article numbers are still counted as part of the range.
28065 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
28066 numbers
28067 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
28069 to be considered when reading a newsgroup.
28070 The number of messages that show up in your index will be less than or equal
28071 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
28074 The purpose of this option is simply to speed up access when reading news.
28075 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
28076 numbers, and can avoid downloading any information about the ignored articles.
28077 There is a cost you pay for this speedup.
28078 That cost is that there is no way for you to see those ignored articles.
28079 The articles that come before the range you specify are invisible to you and
28080 to Alpine, as if they did not exist at all.
28081 There is no way to see those messages using, for example, an unexclude command
28082 or something similar.
28083 The only way to see those articles is to set this option high enough (or
28084 set it to zero) and then to reopen the newsgroup.
28087 If this option is set to 0 (which is also the default),
28088 then the range is unlimited.
28089 This option applies globally to all NNTP servers and to all newsgroups
28090 on those servers.
28091 There is no way to set different values for different newsgroups or servers.
28094 <UL>   
28095 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28096 </UL><P>
28097 &lt;End of help on this topic&gt;
28098 </BODY>
28099 </HTML>
28100 ====== h_config_news_active =====
28101 <html>
28102 <header>
28103 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
28104 </header>
28105 <body>
28106 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
28108 This option tells Alpine where to look for the "active file" for newsgroups
28109 when accessing news locally, rather than via NNTP.  The default path is
28110 usually "/usr/lib/news/active".<p>
28111 <UL>   
28112 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28113 </UL><P>
28114 &lt;End of help on this topic&gt;
28115 </body>
28116 </html>
28117 ====== h_config_news_spool =====
28118 <html>
28119 <header>
28120 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
28121 </header>
28122 <body>
28123 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
28125 This option tells Alpine where to look for the "news spool" for newsgroups
28126 when accessing news locally, rather than via NNTP.  The default path is
28127 usually "/var/spool/news".<p>
28128 <UL>   
28129 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28130 </UL><P>
28131 &lt;End of help on this topic&gt;
28132 </body>
28133 </html>
28134 ====== h_config_image_viewer =====
28135 <html>
28136 <header>
28137 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
28138 </header>
28139 <body>
28140 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
28141 <body>
28142 This option specifies the program Alpine should call to view MIME
28143 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
28144 no longer needed, but remains for backward compatibility.  The more
28145 general method for associating external printing and viewing programs with
28146 specific MIME data types is to use the system's (or your personal)
28147 "mailcap" configuration file.<p>
28148 <UL>   
28149 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28150 </UL><P>
28151 &lt;End of help on this topic&gt;
28152 </body>
28153 </html>
28154 ====== h_config_domain_name =====
28155 <HTML>
28156 <HEAD>
28157 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
28158 </HEAD>
28159 <BODY>
28160 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
28162 This option is used only if the 
28163 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
28164 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
28165 strips the hostname from your return (&quot;From&quot;) address and when 
28166 completing unqualified addresses that you enter into the composer.
28168 If you set this, see also the <A HREF="h_config_quell_local_lookup">
28169 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
28172 <!--chtml if pinemode="os_windows"-->
28173 <P>This option is not applicable to PC-Alpine.
28174 <!--chtml else-->
28176 <!--chtml endif-->
28177 <UL>
28178 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28179 </UL>
28181 &lt;End of help on this topic&gt;
28182 </BODY>
28183 </HTML>
28184 ====== h_config_prune_date =====
28185 <HTML>
28186 <HEAD>
28187 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
28188 </HEAD>
28189 <BODY>
28190 <H1>OPTION: Last-Time-Prune Question</H1>
28192 This value records the last time you were asked about deleting old
28193 sent-mail.
28194 It is set automatically by Alpine at the beginning of each month.
28195 In the past, if you wished to suppress the monthly sent-mail
28196 pruning feature, you could set this to a date in the future.
28197 This value is relative to the year 1900, so 
28198 to set this, for example, to October 2005, use 105.10.
28200 You can still do that if you wish, or you can use the
28201 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
28202 a little more convenient to use.
28204 <UL>   
28205 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28206 </UL><P>
28207 &lt;End of help on this topic&gt;
28208 </BODY>
28209 </HTML>
28210 ====== h_config_goto_default =====
28211 <HTML>
28212 <HEAD>
28213 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
28214 </HEAD>
28215 <BODY>
28216 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
28218 This value affects Alpine's behavior when you use the Goto command.
28219 Alpine's usual behavior has two parts.  If your current folder is
28220 &quot;Inbox&quot;, Alpine will offer the last open folder as the
28221 default.  If the current folder is other than &quot;Inbox&quot;,
28222 &quot;Inbox&quot; is offered as the default.
28225 The available options include:
28227 <DL>
28229  <DT>folder-in-first-collection</DT>
28231  <DD> Alpine will offer the most recently visited folder in the default
28232 collection found in the &quot;Collection List&quot; screen as the default.
28233 </DD>
28235  <DT> inbox-or-folder-in-first-collection</DT>
28237  <DD> If the current folder is &quot;Inbox&quot;,
28238 Alpine will offer the most recently visited folder in the
28239 default collection found in the &quot;Collection List&quot; screen.
28240 If the current folder is other than &quot;Inbox&quot;,
28241 &quot;Inbox&quot; is offered as the default.
28242 </DD>
28244  <DT> inbox-or-folder-in-recent-collection</DT>
28246  <DD> This is Alpine's default behavior.
28247 If the current folder is &quot;Inbox&quot;,
28248 Alpine will offer the last open
28249 folder as the default.
28250 If the current folder is other than &quot;Inbox&quot;,
28251 &quot;Inbox&quot; is offered as the default.
28252 </DD>
28254  <DT> first-collection-with-inbox-default</DT>
28256  <DD> Instead of offering the most recently visited folder in the default
28257 collection, the default collection is offered but with &quot;Inbox&quot; as
28258 the default folder.
28259 If you type in a folder name it will be in the default collection.
28260 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
28261 </DD>
28263  <DT> most-recent-folder</DT>
28265  <DD> The last accepted value simply causes the most recently opened
28266 folder to be offered as the default regardless of the currently opened
28267 folder.
28268 </DD>
28269 </DL>
28272 NOTE: The default while a newsgroup is open remains the same; the last
28273 open newsgroup.
28276 <UL>   
28277 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28278 </UL><P>
28279 &lt;End of help on this topic&gt;
28280 </BODY>
28281 </HTML>
28282 ====== h_config_thread_lastreply_char =====
28283 <HTML>
28284 <HEAD>
28285 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
28286 </HEAD>
28287 <BODY>
28288 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
28290 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
28291 INDEX display when using a
28292 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
28293 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
28294 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
28295 The value of this option is a single character.
28296 This character is used instead of the vertical line character when there are
28297 no more replies directly to the parent of the current message.
28298 It can be used to &quot;round-off&quot; the bottom of the vertical line
28299 by setting it to a character such as a backslash (&#92;) or
28300 a backquote (&#96;).
28301 The default value of this option is the backslash character (&#92;).
28302 This option may not be set to the Empty Value.
28303 In that case, the default will be used instead.
28306 <UL>   
28307 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28308 </UL><P>
28309 &lt;End of help on this topic&gt;
28310 </BODY>
28311 </HTML>
28312 ====== h_config_thread_indicator_char =====
28313 <HTML>
28314 <HEAD>
28315 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
28316 </HEAD>
28317 <BODY>
28318 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
28320 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
28321 INDEX display when using a
28322 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
28323 than &quot;none&quot; and sorting by Threads or OrderedSubject.
28324 The value of this option is a single character.
28325 This character is used to indicate that part of a thread (a conversation) is
28326 hidden beneath a message.
28327 The message could be expanded
28328 if desired with the &quot;/&quot; Collapse/Expand command.
28329 By default, the value of this option is the greater than sign (&gt;).
28331 If this option is set to the Empty Value, then the column (and the following
28332 blank column) will be deleted from the display.
28335 This option is closely related to the
28336 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
28337 Another similar option that affects the thread display is the
28338 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
28341 <UL>   
28342 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28343 </UL><P>
28344 &lt;End of help on this topic&gt;
28345 </BODY>
28346 </HTML>
28347 ====== h_config_thread_exp_char =====
28348 <HTML>
28349 <HEAD>
28350 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
28351 </HEAD>
28352 <BODY>
28353 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
28355 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
28356 INDEX display when using a
28357 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
28358 than &quot;none&quot;.
28359 The value of this option is a single character.
28360 This character is used to indicate that part of a thread has been expanded
28361 and could be collapsed if desired with
28362 the &quot;/&quot; Collapse/Expand command.
28363 By default, the value of this option is a dot (.).
28365 If this option is set to the Empty Value, then the column (and the following
28366 blank column) will be deleted from the display.
28369 This option is closely related to the
28370 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
28371 Another similar option that affects the thread display is the
28372 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
28375 <UL>   
28376 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28377 </UL><P>
28378 &lt;End of help on this topic&gt;
28379 </BODY>
28380 </HTML>
28381 ====== h_config_thread_index_style =====
28382 <HTML>
28383 <HEAD>
28384 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
28385 </HEAD>
28386 <BODY>
28387 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
28389 When a folder is sorted by Threads or OrderedSubject,
28390 this option will affect the INDEX displays.
28393 The possible values for this option are:
28395 <DL>
28396 <DT>regular-index-with-expanded-threads</DT>
28397 <DD>This is the default display.
28398 If the configuration option
28399 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
28400 is set to something other than &quot;none&quot;, then this setting
28401 will cause Alpine to start off with a MESSAGE INDEX with all of
28402 the threads expanded.
28403 That is, each message will have a line in the MESSAGE INDEX display.
28404 The Collapse/Expand command (/) may be used to manually collapse or
28405 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
28407 This setting affects the display when the folder is first threaded.
28408 The collapsed state may also be re-initialized by re-sorting the folder manually
28409 using the SortIndex command ($).
28410 After re-sorting the threads will once again all be expanded, even if you
28411 have previously collapsed some of them.
28413 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
28414 the display will be the regular default Alpine MESSAGE INDEX, but sorted
28415 in a different order.
28416 </DD>
28418 <DT>regular-index-with-collapsed-threads</DT>
28419 <DD>If the configuration option
28420 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
28421 is set to something other than &quot;none&quot;, then this setting
28422 will cause Alpine to start out with all of the threads collapsed instead of
28423 starting out with all of the threads expanded.
28424 The Collapse/Expand command (/) may be used to manually collapse or
28425 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
28427 This setting affects the display when the folder is first threaded.
28428 The collapsed state may also be re-initialized by re-sorting the folder manually
28429 using the SortIndex command ($).
28430 After re-sorting the threads will once again all be collapsed, even if you
28431 have previously expanded some of them.
28432 </DD>
28434 <DT>separate-index-screen-always</DT>
28435 <DD>With this setting and the next, you will see an index of threads
28436 instead of an
28437 index of messages, provided you have sorted by Threads or OrderedSubject.
28439 The THREAD INDEX contains a '*' in the first column if any message in the thread
28440 is marked Important.
28441 If not, it contains a '+' if any message in the thread is to you.
28442 The second column is blank. The third column contains a 'D' if all of the
28443 messages in the thread are deleted.
28444 Otherwise, it contains an 'N' if any of the messages in the thread are New.
28446 When you view a particular thread from the THREAD INDEX you will be
28447 in the MESSAGE INDEX display
28448 but the index will only contain messages from the thread you are viewing.
28449 </DD>
28451 <DT>separate-index-screen-except-for-single-messages</DT>
28452 <DD>This is very similar to the option above.
28453 When you are in the THREAD INDEX, one of the available commands
28454 is &quot;ViewThd&quot;.
28455 With the setting &quot;separate-index-screen-always&quot; (the option above)
28456 when you view a particular thread you will be in the
28457 MESSAGE INDEX display and the index will only contain messages from
28458 the thread you are viewing.
28459 If the thread you are viewing consists of a single message, the MESSAGE INDEX
28460 will be an index with only one message in it.
28461 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
28462 setting instead, then that index that contains a single message
28463 will be skipped and you will go directly from the THREAD INDEX into the
28464 MESSAGE TEXT screen.
28465 </DD>
28467 </DL>
28470 <UL>   
28471 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28472 </UL><P>
28473 &lt;End of help on this topic&gt;
28474 </BODY>
28475 </HTML>
28476 ====== h_config_thread_disp_style =====
28477 <HTML>
28478 <HEAD>
28479 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
28480 </HEAD>
28481 <BODY>
28482 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
28484 When a folder is sorted by Threads or OrderedSubject,
28485 this option will affect the MESSAGE INDEX display.
28486 By default, Alpine will display the MESSAGE INDEX in the
28487 &quot;show-thread-structure&quot; style if a folder is sorted
28488 by Threads or OrderedSubject.
28491 The possible values for this option are:
28493 <DL>
28494 <DT>none</DT>
28495 <DD>Regular index display.
28496 The same index line as would be displayed without threading is used.
28497 The only difference will be in the order of the messages.
28498 </DD>
28500 <DT>show-thread-structure</DT>
28501 <DD>Threaded Subjects will be indented and vertical bars and horizontal
28502 lines will be added to make it easier to see the relationships among
28503 the messages in a thread (a conversation).
28504 </DD>
28506 <DT>mutt-like</DT>
28507 <DD>This is the same as the option above except that the Subject
28508 is suppressed (is blank) if it matches the previous Subject in the thread.
28509 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
28510 Here is an example of what a mutt-like index might look like.
28511 In this example, the first column represents the message number, the
28512 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
28513 is set to &quot;regular-index-with-expanded-threads&quot;, and the
28514 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
28515 is set to a backslash:
28516 <PRE>
28517 &nbsp;&nbsp;&nbsp;1    Some topic
28518 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
28519 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
28520 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
28521 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
28522 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
28523 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
28524 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
28525 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
28526 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
28527 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
28528 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
28529 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
28530 &nbsp;&nbsp;&nbsp;14    Next topic
28531 </PRE>
28532 </DD>
28534 <DT>indent-subject-1</DT>
28535 <DD>Threaded Subjects will be indented one space per level of the conversation.
28536 The bars and lines that show up in the show-thread-structure display will
28537 not be there with this style.
28538 </DD>
28540 <DT>indent-subject-2</DT>
28541 <DD>Same as above but indent two spaces per level instead of one space.
28542 </DD>
28544 <DT>indent-from-1</DT>
28545 <DD>Similar to indent-subject-1, except that instead of indenting the
28546 Subject field one space the From field of a thread will be indented one
28547 space per level of the conversation.
28548 </DD>
28550 <DT>indent-from-2</DT>
28551 <DD>Same as above but indent two spaces per level instead of one space.
28552 </DD>
28554 <DT>show-structure-in-from</DT>
28555 <DD>The structure of the thread is illustrated with indenting, vertical bars,
28556 and horizontal lines just like with the show-thread-structure option, but
28557 the From field is used to show the relationships instead of the Subject field. 
28558 </DD>
28560 </DL>
28563 <UL>   
28564 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28565 </UL><P>
28566 &lt;End of help on this topic&gt;
28567 </BODY>
28568 </HTML>
28569 ====== h_config_pruning_rule =====
28570 <HTML>
28571 <HEAD>
28572 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
28573 </HEAD>
28574 <BODY>
28575 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
28577 By default, Alpine will ask at the beginning of each month whether or not
28578 you want to rename your sent-mail folder to a name like sent-mail-month-year.
28579 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
28580 change the format of the folder to sent-mail-yyyy-mm.)
28581 It will also ask whether you would like to delete old sent-mail folders.
28582 If you have defined
28583 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
28585 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
28586 Alpine will also ask about pruning those folders.
28589 With this option you may provide an automatic answer to these questions.
28590 The default value is to ask you what you'd like to do.
28593 The six possible values for this option are:
28595 <DL>
28596 <DT>ask about rename, ask about deleting</DT>
28597 <DD>This is the default.
28598 Alpine will ask whether you want to rename the folders and whether you
28599 want to delete each of the old folders.
28600 </DD>
28602 <DT>ask about rename, don't delete</DT>
28603 <DD>Alpine will ask whether you want to rename the folders, but won't
28604 ask about or delete old folders.
28605 </DD>
28607 <DT>always rename, ask about deleting</DT>
28608 <DD>This means you want to always answer yes and have Alpine automatically
28609 rename the folder if possible.
28610 You will also be asked about deleting old folders.
28611 </DD>
28613 <DT>always rename, don't delete</DT>
28614 <DD>This means you want to always answer yes and have Alpine automatically
28615 rename the folder if possible.
28616 There will be no deleting of old folders.
28617 </DD>
28619 <DT>don't rename, ask about deleting</DT>
28620 <DD>This means you want to always answer no.
28621 Alpine will not rename the folder.
28622 You will be asked about deleting old folders.
28623 </DD>
28625 <DT>don't rename, don't delete</DT>
28626 <DD>This means you want to always answer no.
28627 Alpine will not rename the folder.
28628 There will be no deleting of old folders, either.
28629 </DD>
28630 </DL>
28633 <UL>   
28634 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28635 </UL><P>
28636 &lt;End of help on this topic&gt;
28637 </BODY>
28638 </HTML>
28639 ====== h_config_reopen_rule =====
28640 <HTML>
28641 <HEAD>
28642 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
28643 </HEAD>
28644 <BODY>
28645 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
28647 Alpine normally checks for new mail in the currently open folder
28648 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
28651 There are some situations where automatic new-mail checking does not work.
28652 For example, if a mail folder is opened using the POP protocol or a newsgroup
28653 is being read using the NNTP protocol, then new-mail checking is disabled.
28656 It may be possible to check for new mail in these cases by reopening the
28657 folder.
28658 Alpine does not do this for you automatically, but you may do the commands
28659 manually to cause this to happen.
28660 You reopen by going back to the folder list screen from the message
28661 index screen with the &quot;&lt;&quot; command,
28662 and then going back into the message index screen with
28663 the &quot;&gt;&quot; command.
28664 (Actually, any method you would normally use to open a folder will work the
28665 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
28666 For example, the GoTo Folder command will work, or you may use L to go to the
28667 Folder List screen and Carriage Return to reopen the folder.)
28670 There are some cases where Alpine knows that reopening the folder should
28671 be useful as a way to discover new mail.
28672 At the time of this writing, connections made using the POP protocol,
28673 news reading using the NNTP protocol, local news reading, and local
28674 ReadOnly folders that are in the traditional UNIX or the MMDF format all
28675 fall into this category.
28676 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
28677 has no way of knowing, so it might also just be an exercise in futility.
28678 All remote, ReadOnly folders other than those listed just above fall into this
28679 category.
28680 The setting of this option together with the type of folder
28681 controls how Alpine will react to the apparent attempt to reopen a folder.
28684 If you don't reopen, then you will just be back in
28685 the message index with no change.
28686 You left the index and came back, but the folder remained &quot;open&quot;
28687 the whole time.
28688 However, if you do reopen the folder, the folder is closed and then reopened.
28689 In this case, the current state of the open folder is lost.
28690 The New status, Important and Answered flags,
28691 selected state, Zoom state, collapsed or expanded state of threads,
28692 current message number,
28693 and any other temporary state is all lost when the reopen happens.
28694 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
28697 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
28698 several places.
28699 That really implies the case where Alpine knows it is a good way to discover
28700 new mail, which is more than just POP and NNTP, but POP and NNTP are
28701 the cases of most interest.
28702 This option probably has more possible values than it deserves. They are:
28704 <DL>
28705 <DT>Always reopen</DT>
28706 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
28707 whenever you type a command that implies a reopen, regardless of the
28708 access method.
28709 In other words, it is assumed you would always answer Yes if asked
28710 about reopening.
28711 </DD>
28713 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
28714 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
28715 will ask you whether to reopen other remote folders,
28716 with a default answer of Yes.
28717 </DD>
28719 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
28720 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
28721 will ask you whether to reopen other remote folders,
28722 with a default answer of No.
28723 </DD>
28725 <DT>Yes for POP/NNTP, No for other remote</DT>
28726 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
28727 will assume a No answer for all other remote folders.
28728 </DD>
28730 <DT>Always ask [Yes]</DT>
28731 <DD>Alpine will not differentiate based on access method.
28732 It will always ask for all remote folders, with a default answer of Yes.
28733 </DD>
28735 <DT>Always ask [No]</DT>
28736 <DD>Alpine will not differentiate based on access method.
28737 It will always ask for all remote folders, with a default answer of No.
28738 </DD>
28740 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
28741 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
28742 of Yes.
28743 It will never attempt to reopen other remote folders.
28744 </DD>
28746 <DT>Ask about POP/NNTP [No], No for other remote</DT>
28747 <DD>This is the default.
28748 Alpine will ask if the access method is POP or NNTP, with a default answer
28749 of No.
28750 It will never attempt to reopen other remote folders.
28751 </DD>
28753 <DT>Never reopen</DT>
28754 <DD>Alpine will never attempt to reopen already open folders.
28755 </DD>
28756 </DL>
28759 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
28760 any of the other situations where it is likely that reopening is a good way
28761 to discover new mail.
28764 There is an alternative that may be of useful in some situations.
28765 Instead of manually checking for new mail you can set up a
28766 <A HREF="h_maildrop">Mail Drop</A>
28767 and automatically check for new mail.
28770 <UL>   
28771 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28772 </UL><P>
28773 &lt;End of help on this topic&gt;
28774 </BODY>
28775 </HTML>
28776 ====== h_config_inc_startup =====
28777 <HTML>
28778 <HEAD>
28779 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
28780 </HEAD>
28781 <BODY>
28782 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
28784 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
28785 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
28786 It determines which message will be the <EM>current message</EM> when
28787 the folder is first opened.
28788 The default value is &quot;first-unseen&quot;.
28791 The seven possible values for this option are:
28793 <DL>
28794 <DT>first-unseen</DT>
28795 <DD>The current message is set to the first
28796 unseen message that has not been marked deleted, or the last message if
28797 all of the messages have been seen previously.
28798 Messages which have not been seen or which have been seen but re-marked
28799 as New are considered unseen messages.
28800 See the note at the bottom of this help about newsgroups.
28801 </DD>
28803 <DT>first-recent</DT>
28804 <DD>Similar to the default, but rather than starting on the first
28805 unseen message Alpine starts on the first <EM>recent</EM> message.
28806 A message is recent if it arrived since the last time the folder was
28807 open.  This value causes the current message to be set to the first
28808 recent message if there is one, otherwise to the last
28809 message in the folder.
28810 </DD>
28812 <DT>first-important</DT>
28813 <DD>This will result in the current message being set to the first
28814 message marked Important (but not Deleted).
28815 If no messages are marked Important, then it will be the last message.
28816 Messages are marked Important by <EM>you</EM>, not by the sender, using
28818 <A HREF="h_common_flag">Flag command</A>.
28819 Or they may be marked Important by an Alpine
28820 <A HREF="h_mainhelp_filtering">Filter</A>
28821 that you have set up.
28822 </DD>
28824 <DT>first-important-or-unseen</DT>
28825 <DD>This selects the first of the first unseen and the first important
28826 messages.
28827 </DD>
28829 <DT>first-important-or-recent</DT>
28830 <DD>This selects the first of the first recent and the first important
28831 messages.
28832 </DD>
28834 <DT>first</DT>
28835 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
28836 If all messages are deleted you start on the last message.
28837 </DD>
28839 <DT>last</DT>
28840 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
28841 If all messages are deleted you start on the last message.
28842 </DD>
28843 </DL>
28846 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
28847 &quot;first-recent&quot; are the same and are affected by whether or not the
28848 feature 
28849 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
28850 is turned on. 
28851 Also, there is no permanent storage in news for an Important flag.
28852 This means that no messages will be marked Important when a newsgroup is
28853 first opened.
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_browser =====
28863 <HTML>
28864 <HEAD>
28865 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
28866 </HEAD>
28867 <BODY>
28868 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
28869 <!--chtml if pinemode="os_windows"-->
28870 PC-Alpine users do not need to enter anything here, unless:<UL>
28871 <LI> they want to override, for use with Alpine, the application defined
28872 in the Windows operating system for handling URLs; or
28873 <LI> they are (planning on) using the same configuration file with 
28874 Unix Alpine.
28875 </UL>
28877 Note that if using a viewer that has a space in its path, you should
28878 use the DOS name for that directory or file. Example:
28879 <PRE>
28880 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
28881 </PRE>
28882 <HR><P>
28883 <!--chtml endif-->
28884 This option affects Alpine's handling of URLs that are found in 
28885 messages you read.  Normally, only URLs Alpine can handle directly
28886 are automatically offered for selection in the &quot;Message
28887 Text&quot; screen.  When one or more applications
28888 capable of deciphering URLs on their command line are added here, Alpine
28889 will choose the first available to display URLs it cannot handle directly.
28890 A viewer's availability is based on its being specified with a <B>full
28891 directory path</B> and the evaluation of any optionally supplied
28892 parameters described below.
28895 Additionally, to support various connection methods and applications, each
28896 entry in this list can optionally begin with one or more of
28897 the following special tokens.  The allowed tokens include:
28900 <DL>
28901 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
28902 <DD>
28903 The <VAR>test-string</VAR> is a shell command that Alpine will run to
28904 evaluate a viewer's availability.  The command specified by the test
28905 string is run and if its resulting exit status is non-zero, Alpine will
28906 not consider the associated viewer for use.
28907 </DD>
28909 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
28910 <DD>
28911 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
28912 URL schemes that are to be used with the associated viewer.  This is
28913 the way to configure Alpine to recognize URLs other than the built-in set.
28915 It can also be used to override Alpine's built-in handlers.
28916 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
28917 and Alpine would use (provided it passed all other criteria) the associated
28918 viewer when it encountered a URL of the form &quot;news:comp.mail.pine&quot;.
28920 </DD>
28921 </DL>
28924 By default, Alpine will simply append a space character followed by the
28925 selected URL prior to launching the command in your specified SHELL.  You can
28926 optionally specify where in the command the selected URL should appear
28927 by using the &quot;_URL_&quot; token.  All occurrences found in the command
28928 will be replaced with the selected URL before the command is handed
28929 to the shell.  If such replacement occurs, the default appending of the
28930 selected URL does not take place.
28933 NOTE: If the viewer you specify has any command-line arguments,
28934 including the &quot;_URL_&quot; token, you will need to add a
28935 double-quote character before the command path and after the last
28936 argument (see the &quot;lynx&quot; example below).
28939 So, here are some example entries:
28940 <PRE>
28941 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/bin/firefox
28942               &quot;/usr/bin/lynx _URL_&quot;
28943               C:&#92;BIN&#92;FIREFOX.BAT
28944 </PRE>
28946 This example shows that for the first viewer in the list to be used
28947 the environment variable &quot;DISPLAY&quot; must be defined.  If it
28948 is, then the path and file &quot;/usr/bin/firefox&quot; must exist.
28949 If neither condition is met,
28950 then the path and file &quot;/usr/bin/lynx&quot; must exist.
28951 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL.
28952 If the path to &quot;lynx&quot; is invalid,
28953 then the final path and file C:&#92;BIN&#92;FIREFOX.BAT must exist.
28954 Note that the last
28955 entry is a DOS/Windows path.  This is one way to support Alpine running
28956 on more than one architecture with the same configuration file.<P>
28958 <!--chtml if pinemode="os_windows"-->
28959 <!--chtml else-->
28960 Note that depending on the type of browser used and the method of 
28961 its invocation (such as whether it will open in a separate window) from
28962 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
28963 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
28964 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
28965 In other words, launching the browser from Alpine may make Alpine 
28966 &quot;disappear&quot; (although it is still &quot;running&quot;)
28967 until you close the browser again.<P>  
28968 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
28969 environment: for advanced users and  systems administrators</A>
28970 </UL>
28971 <!--chtml endif-->
28972 <P>If you are unsure what browsers are available on your system or how to 
28973 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
28974 local computing support staff.
28975 <P><UL>
28976 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28977 </UL>
28979 &lt;End of help on this topic&gt;
28980 </BODY>
28981 </HTML>
28982 ====== h_config_history =====
28983 <HTML>
28984 <HEAD>
28985 <TITLE>OPTION: <!--#echo var="VAR_default-directories"--></TITLE>
28986 </HEAD>
28987 <BODY>
28988 <H1>OPTION: <!--#echo var="VAR_default-directories"--></H1>
28990 This option allows you to input a list of directories that Alpine will offer 
28991 for you to use when you are saving or exporting attachments. This is useful
28992 when navigating to specific directories becomes too tedious, or when you 
28993 need to do this on a daily basis, and want Alpine to remember this on a 
28994 permanent basis.
28996 The list of directories saved here can be accessed using the ^Y and ^V commands
28997 in the save prompt for attachments, or the export command.
28999 <P><UL>
29000 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29001 </UL>
29003 &lt;End of help on this topic&gt;
29004 </BODY>
29005 </HTML>
29006 ====== h_config_browser_xterm =====
29007 <HTML>
29008 <HEAD>
29009 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
29010 </HEAD>
29011 <BODY>
29012 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
29013 environment: for advanced users and  systems administrators</H1>
29014 If you are using Alpine with an X-terminal (emulator) and want to define an 
29015 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
29016 you may want to do so in a manner that causes any <B>already</B> 
29017 invoked viewer application to be used for viewing URLs you select from Alpine 
29018 messages, and a <B>new</B> URL-viewer process to be 
29019 started <B>only</B> if the same application has <B>not already</B> 
29020 been launched -- for one reason, to avoid file-locking contentions among 
29021 multiple invocations of the same URL-viewer application.  
29022 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
29023 option does not do this.)  A method of doing that would be:<OL>
29024 <LI> use 
29025 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
29026 check (using commands appropriate for your Unix shell
29027 in place of <VAR>test-string</VAR>) for the presence of a 
29028 lockfile created by the URL-viewer application -- which implies that the 
29029 application is already running, though this is not foolproof. 
29030 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
29031 application with its appropriate command line option(s) to 
29032 show the URL selected from the Alpine message in an already open window of 
29033 that application, or perhaps in a new window of that application.  
29035 <LI> In the 
29036 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
29037 application without those command line options, but this time using the 
29038 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
29039 is defined.
29040 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
29041 windows environment (for instance, using VT-100 terminal emulation), you 
29042 may wish to specify a non-X windows URL-viewer application such as Lynx
29043 as the last entry.
29044 </OL><BR>
29045 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
29046 the command shell, the URL-viewer application(s), and possibly the specific 
29047 version of the latter, you are using.  
29049 Relevant command line options for firefox can be found at
29052 <CENTER><A HREF="https://wiki.mozilla.org/Firefox/CommandLineOptions">https://wiki.mozilla.org/Firefox/CommandLineOptions</A></CENTER>
29054 <P>(If the URL-viewer application is 
29055 <B>not</B> running on the same host as Alpine, but being launched from an 
29056 applications server, you may not be able to use the command line options for 
29057 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
29058 <UL>   
29059 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29060 </UL><P>
29061 &lt;End of help on this topic&gt;
29062 </BODY>
29063 </HTML>
29064 ====== h_config_enable_full_hdr =====
29065 <HTML>
29066 <HEAD>
29067 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
29068 </HEAD>
29069 <BODY>
29070 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
29072 This feature enables the &quot;H Full Headers&quot; command which toggles between
29073 the display of all headers in the message and the normal edited view of
29074 headers.  The Full Header command also controls which headers are included
29075 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
29076 Full Header mode will respect the
29077 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
29078 feature setting.)
29080 If Full Header mode is turned on and you Forward a message, you will
29081 be asked if you'd like to forward the message as an attachment, as opposed
29082 to including the text of the message in the body of your new message.
29084 If you have also turned on the
29085 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
29086 option then the Full Headers command actually rotates through three states
29087 instead of just two.
29088 The first is the normal view with long quotes suppressed.
29089 The second is the normal view but with the long quotes included.
29090 The last enables the display of all headers in the message.
29091 When using Export, Pipe, Print, Forward, or Reply the quotes are
29092 never suppressed, so the first two states are identical.
29094 Normally, the Header Mode will reset
29095 to the default behavior when moving to a new message.
29096 The mode can be made to persist from message to message by setting the feature
29097 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
29099 <UL>   
29100 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29101 </UL><P>
29102 &lt;End of help on this topic&gt;
29103 </BODY>
29104 </HTML>
29105 ====== h_config_enable_full_hdr_and_text =====
29106 <HTML>
29107 <HEAD>
29108 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
29109 </HEAD>
29110 <BODY>
29111 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
29113 This feature affects how the &quot;H Full Headers&quot; command displays
29114 message text.  If set, the raw message text will be displayed.  This
29115 especially affects MIME formatted email, where the entire MIME format
29116 will be displayed.  This feature similarly affects how messages are
29117 included for the Export, Pipe, Print, Forward, and Reply functions.
29119 When viewing a raw message that has attachments with this feature set,
29120 you will not be able to view attachments without first leaving full 
29121 headers mode.  This is because MIME parsing is not done on the raw message.
29123 <UL>   
29124 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29125 </UL><P>
29126 &lt;End of help on this topic&gt;
29127 </BODY>
29128 </HTML>
29129 ====== h_config_enable_pipe =====
29130 <HTML>
29131 <HEAD>
29132 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
29133 </HEAD>
29134 <BODY>
29135 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
29137 This feature enables the "| Pipe" command that sends the current message
29138 to the specified command for external processing.
29141 A short description of how the pipe command works is given
29142 <A HREF="h_pipe_command">here</A>.
29145 <UL>   
29146 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29147 </UL><P>
29148 &lt;End of help on this topic&gt;
29149 </BODY>
29150 </HTML>
29151 ====== h_config_quell_full_hdr_reset =====
29152 <HTML>
29153 <HEAD>
29154 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
29155 </HEAD>
29156 <BODY>
29157 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
29159 The <A HREF="h_common_hdrmode">HdrMode Command</A>
29160 normally resets to the default state when switching to a new message.
29161 For example, if you've used the &quot;H&quot; command to turn on Full
29162 Headers for a message you are viewing, and then you type the Next command
29163 to look at the next message, the full headers will no longer be shown.
29164 Setting this feature disables that reset.
29165 Instead, the Header Mode remains the same from message to message.
29168 The presence or absence of the HdrMode command is determined by the
29169 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
29170 Feature-List option.
29172 <UL>   
29173 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29174 </UL><P>
29175 &lt;End of help on this topic&gt;
29176 </BODY>
29177 </HTML>
29178 ====== h_config_enable_tab_complete =====
29179 <HTML>
29180 <HEAD>
29181 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
29182 </HEAD>
29183 <BODY>
29184 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
29186 This feature enables the TAB key when at a prompt for a filename. In this
29187 case, TAB will cause the partial name already entered to be automatically
29188 completed, provided the partial name is unambiguous.
29189 This feature is on by default.
29191 Similarly, this feature also enables TAB completion of address book
29192 nicknames when at a prompt for a nickname,
29193 when typing in an address field in the composer,
29194 or when selecting messages based on <A HREF="h_select_rule">rules</A> or <A HREF="h_mainhelp_keywords">keywords</A>.
29196 &lt;End of help on this topic&gt;
29197 </BODY>
29198 </HTML>
29199 ====== h_config_quit_wo_confirm =====
29200 <HTML>
29201 <HEAD>
29202 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
29203 </HEAD>
29204 <BODY>
29205 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
29207 This feature controls whether or not Alpine will ask for confirmation when a
29208 Quit command is received.
29210 &lt;End of help on this topic&gt;
29211 </BODY>
29212 </HTML>
29213 ====== h_config_quote_replace_noflow =====
29214 <HTML>
29215 <HEAD>
29216 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
29217 </HEAD>
29218 <BODY>
29219 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
29221 This feature, which is only active when
29222 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
29223 also set,
29224 enables quote-replacement on non-flowed messages.  It is off
29225 by default because a non-flowed message is more dependent on its format,
29226 and thus quote-replacement may cause less-than-pleasing results.
29227 Setting this feature will cause quote-replacement similar to that of flowed
29228 messages, but with the added possibility of long lines being wrapped
29229 into new lines if the Quote-Replacement-String is longer than the string
29230 it is replacing, which is &quot;&gt;&nbsp;&quot;.
29232 &lt;End of help on this topic&gt;
29233 </BODY>
29234 </HTML>
29235 ====== h_config_enable_jump =====
29236 <HTML>
29237 <HEAD>
29238 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
29239 </HEAD>
29240 <BODY>
29241 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
29243 When this feature is set you may enter a number (followed by RETURN)
29244 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
29245 screens.  In other words, it obviates the need for typing the "J" for the
29246 Jump command.
29248 &lt;End of help on this topic&gt;
29249 </BODY>
29250 </HTML>
29251 ====== h_config_enable_alt_ed =====
29252 <HTML>
29253 <HEAD>
29254 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
29255 </HEAD>
29256 <BODY>
29257 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
29259 If this feature is set (the default), and the 
29260 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
29261 <B>is not</B> set, entering
29262 the ^_ (Ctrl-underscore) key while composing a message will prompt you
29263 for the name of the editor you would like to use.
29265 If the environment variable $EDITOR is set, its value will be offered as
29266 a default.
29268 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
29269 <B>is</B> set, the ^_ key will activate the specified
29270 editor without prompting, in which case it is not necessary to
29271 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
29273 <UL>   
29274 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29275 </UL><P>
29276 &lt;End of help on this topic&gt;
29277 </BODY>
29278 </HTML>
29279 ====== h_config_alt_ed_now =====
29280 <HTML>
29281 <HEAD>
29282 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
29283 </HEAD>
29284 <BODY>
29285 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
29287 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
29288 variable are both set, Alpine will
29289 automatically activate the specified editor when the cursor is moved from
29290 the header of the message being composed into the message text.  For
29291 replies, the alternate editor will be activated immediately.  If this
29292 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
29293 automatically ask for the name of an alternate editor when the cursor
29294 is moved out of the header being composed, or if a reply is being done.
29296 <P><UL>
29297 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29298 </UL>
29300 &lt;End of help on this topic&gt;
29301 </BODY>
29302 </HTML>
29303 ====== h_config_enable_bounce =====
29304 <HTML>
29305 <HEAD>
29306 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
29307 </HEAD>
29308 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
29309 <BODY>
29311 Setting this feature enables the "B Bounce" command, which will prompt
29312 for an address and *remail* the message to the new recipient.  This command
29313 is used to re-direct messages that you have received in error, or need to
29314 be redirected for some other reason (e.g. list moderation).  The final
29315 recipient will see a header indicating that you have Resent the msg, but
29316 the message's From: header will show the original author of the message,
29317 and replies to it will go back to that author, and not to you.
29319 &lt;End of help on this topic&gt;
29320 </BODY>
29321 </HTML>
29322 ====== h_config_enable_agg_ops =====
29323 <HTML>
29324 <HEAD>
29325 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
29326 </HEAD>
29327 <BODY>
29328 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
29330 When this feature is set you may use the commands and subcommands that relate to
29331 performing operations on more than one message at a time.  We call these
29332 &quot;aggregate operations&quot;.  In particular, the 
29333 <!--chtml if pinemode="function_key"-->&quot;F5
29334 <!--chtml else-->&quot;;
29335 <!--chtml endif--> Select&quot;, 
29337 <!--chtml if pinemode="function_key"-->
29338 &quot;F6
29339 <!--chtml else-->
29340 &quot;A 
29341 <!--chtml endif-->
29342 Apply&quot;, and 
29343 <!--chtml if pinemode="function_key"-->
29344 &quot;F4
29345 <!--chtml else-->
29346 &quot;Z 
29347 <!--chtml endif-->
29348 Zoom&quot; commands are enabled by this feature.  Select is used to
29349 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
29350 then be used to apply any message command to all of the selected/tagged
29351 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
29352 view between just those Selected and all messages in the folder.
29354 This feature also enables the 
29355 <!--chtml if pinemode="function_key"-->
29356 &quot;F7&quot; 
29357 <!--chtml else-->
29358 &quot;^X&quot; 
29359 <!--chtml endif-->
29361 subcommand in the MESSAGE INDEX 
29362 WhereIs command that causes all messages matching the WhereIs argument to 
29363 become selected; and the Select, Select Current, and ZoomMode commands in the
29364 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
29366 Some related help topics are
29367 <UL>
29368 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29369 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29370 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
29371 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29372 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29373 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29374 </UL>
29376 <UL>   
29377 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29378 </UL><P>
29379 &lt;End of help on this topic&gt;
29380 </BODY>
29381 </HTML>
29383 ====== h_config_enable_flag =====
29384 <HTML>
29385 <HEAD>
29386 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
29387 </HEAD>
29388 <BODY>
29389 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
29391 Setting this feature enables the
29392 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
29393 command that allows you to
29394 manipulate the status flags associated with a message.  By default, Flag
29395 will set the "Important" flag, which results in an asterisk being
29396 displayed in column one of the MESSAGE INDEX for such messages.
29398 &lt;End of help on this topic&gt;
29399 </BODY>
29400 </HTML>
29401 ====== h_config_flag_screen_default =====
29402 <HTML>
29403 <HEAD>
29404 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
29405 </HEAD>
29406 <BODY>
29407 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
29409 The feature modifies the behavior of the
29410 <a href="h_common_flag">Flag</a>
29411 command (provided it too is
29412 <A HREF="h_config_enable_flag">enabled</A>).
29413 By default, when the "* Flag" command is selected,
29414 Alpine offers a prompt to set one of several flags and also offers the
29415 option of entering the detailed flag manipulation screen via the "^T"
29416 key. Enabling this feature causes Alpine to immediately enter the detailed
29417 flag screen rather than first offer the simple prompt.
29419 <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.
29421 &lt;End of help on this topic&gt;
29422 </BODY>
29423 </HTML>
29424 ====== h_config_flag_screen_kw_shortcut =====
29425 <HTML>
29426 <HEAD>
29427 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
29428 </HEAD>
29429 <BODY>
29430 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
29432 This feature modifies the behavior of the
29433 <a href="h_common_flag">Flag</a> command
29434 and the <A HREF="h_index_cmd_select">Select</A> command.
29435 This feature is set by default.
29436 When this feature is not set, when the "* Flag" command is selected,
29437 Alpine offers a prompt to set one of several flags and also offers the
29438 option of entering the detailed flag manipulation screen via the "^T"
29439 key.
29440 If you have
29441 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
29442 defined, then enabling this feature adds a shortcut way to set or unset
29443 keywords.
29444 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
29445 a keyword if you've given it a nickname) and that will set the keyword.
29447 An example is easier to understand than the explanation.
29448 The flag command can always be used to set the system flags.
29449 For example, to set the Answered flag you would type
29451 <CENTER><SAMP>* A</SAMP></CENTER>
29453 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
29454 option in the Config screen.
29455 By default, to set a keyword like &quot;Work&quot; you would usually
29456 have to go to the Flag Details screen using
29457 the &quot;^T To Flag Details&quot; command.
29458 Instead, if you have enabled this feature, you may type
29460 <CENTER><SAMP>* W</SAMP></CENTER>
29462 to set the Work flag, or
29464 <CENTER><SAMP>* ! W</SAMP></CENTER>
29466 to unset it.
29467 Just like for the other flag setting commands, the case of the letter does
29468 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
29469 keyword.
29471 Notice that you can only use this trick for one keyword that begins
29472 with &quot;W&quot;.
29473 If you happen to have a &quot;Work&quot; keyword and another keyword that is
29474 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
29475 your list of keywords.
29476 Also, there are five letters that are reserved for system
29477 flags and the NOT command.
29478 If you type &quot;* A&quot; it will always set the Answered flag, not
29479 your &quot;Aardvark&quot; keyword.
29480 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
29481 the Flag Details screen.
29483 Because enabling the
29484 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
29485 option causes Alpine to skip directly to the Flag Details screen when the
29486 Flag command is used, 
29487 setting it will cause this feature to have no effect at all.
29489 Similarly, when Selecting by Keyword, setting this option will allow you
29490 to use Keyword initials instead of full keywords.
29492 &lt;End of help on this topic&gt;
29493 </BODY>
29494 </HTML>
29495 ====== h_config_can_suspend =====
29496 <HTML>
29497 <HEAD>
29498 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
29499 </HEAD>
29500 <BODY>
29501 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
29503 Setting this feature will allow you to type ^Z (Control Z) to 
29504 <!--chtml if pinemode="os_windows"-->
29505 minimize Alpine into its icon, bringing into focus whatever
29506 application is running behind the PC-Alpine window.
29507 <!--chtml else-->
29508 temporarily suspend Alpine.
29511 This does not exit Alpine, but puts it in the background to watch
29512 for new mail and such.  Normally, you type a command, such
29513 as &quot;fg&quot; at your system prompt to return to your Alpine session.
29516 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
29517 adjusts whether Alpine is placed into the background of the shell its 
29518 running in or starts a news shell.
29519 <!--chtml endif-->
29522 <UL>   
29523 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29524 </UL><P>
29525 &lt;End of help on this topic&gt;
29526 </BODY>
29527 </HTML>
29528 ====== h_config_take_lastfirst ======
29529 <HTML>
29530 <HEAD>
29531 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
29532 </HEAD>
29533 <BODY>
29534 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
29536 Normally, when TakeAddr is used to copy an address from a message into
29537 an address book entry, Alpine will attempt to rewrite the full name of the
29538 address in the form
29541 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
29543 instead of<P>
29545 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
29548 It does this because many people find it useful to sort by Last name
29549 instead of First name.  If this feature is set, then the TakeAddr command
29550 will not attempt to reverse the name in this manner.
29552 &lt;End of help on this topic&gt;
29553 </BODY></HTML>
29554 ====== h_config_disable_regex ======
29555 <HTML>
29556 <HEAD>
29557 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
29558 </HEAD>
29559 <BODY>
29560 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
29562 Normally, the
29563 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29564 option is interpreted as a regular expression.
29565 One type of address that might cause trouble is an address that
29566 contains a plus sign.
29567 If you want to have an address with a plus as one of your
29568 <!--#echo var="VAR_alt-addresses"-->
29569 and you don't want to use regular expressions, then setting this
29570 feature will cause Alpine to treat the addresses you list literally instead.
29572 &lt;End of help on this topic&gt;
29573 </BODY></HTML>
29574 ====== h_config_take_fullname ======
29575 <HTML>
29576 <HEAD>
29577 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
29578 </HEAD>
29579 <BODY>
29580 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
29582 Normally, when TakeAddr is used to copy an address or addresses
29583 from a message into an address book entry, Alpine will try to preserve
29584 the full name associated with each address in the list of addresses.
29585 The reason for this is so that if the entry is a list or later becomes a
29586 list, then information about the individual addresses in the list
29587 is preserved.
29588 If you would rather just have the simple addresses in the list of addresses,
29589 set this feature. For example, with the default setting you might
29590 see something like this in the ADDRESS BOOK editor after you type TakeAddr
29592 <PRE>
29593  Nickname  : nick
29594  Fullname  : Bedrock Elders
29595  Fcc       :
29596  Comment   :
29597  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
29598              Barney Rubble &lt;rubble@bedrock.org&gt;
29599 </PRE>
29601 but with this feature set it would look like
29603 <PRE>
29604  Nickname  : nick
29605  Fullname  : Bedrock Elders
29606  Fcc       :
29607  Comment   :
29608  Addresses : flint@bedrock.org,
29609              rubble@bedrock.org
29610 </PRE>
29612 instead. Note the difference in the Addresses field.
29614 &lt;End of help on this topic&gt;
29615 </BODY></HTML>
29616 ====== h_config_print_from ======
29617 <HTML>
29618 <HEAD>
29619 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
29620 </HEAD>
29621 <BODY>
29622 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
29624 If this feature is set, then the Berkeley-mail style From line is included
29625 at the start of each message that is printed.  This line looks something
29626 like the following, with the address replaced by the address from the
29627 From line of the message being printed:
29629 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
29630 14:11:06 1998
29632 &lt;End of help on this topic&gt;
29633 </BODY>
29634 </HTML>
29635 ====== h_config_expanded_distlists ======
29636 <HTML>
29637 <HEAD>
29638 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
29639 </HEAD>
29640 <BODY>
29641 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
29642 If this feature is set, then distribution lists in the address book
29643 screen will always be expanded automatically.
29645 &lt;End of help on this topic&gt;
29646 </BODY>
29647 </HTML>
29648 ====== h_config_compose_news_wo_conf ======
29649 <HTML>
29650 <HEAD>
29651 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
29652 </HEAD>
29653 <BODY>
29654 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
29655 This feature controls one aspect of Alpine's Composer.  If you enter the
29656 composer while reading a newsgroup, you will normally be prompted to
29657 determine whether you intend the new message to be posted to the current
29658 newsgroup or not.  If this feature is set, Alpine will not prompt you
29659 in this situation, and will assume that you do indeed wish to post
29660 to the newsgroup you are reading.
29662 &lt;End of help on this topic&gt;
29663 </BODY>
29664 </HTML>
29665 ====== h_config_compose_rejects_unqual ======
29666 <HTML>
29667 <HEAD>
29668 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
29669 </HEAD>
29670 <BODY>
29671 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
29673 This feature controls one aspect of the message composer; in particular,
29674 what happens when an unqualified name is entered into an address header.
29675 If set, unqualified names entered as addresses will be treated as errors
29676 unless they match an addressbook nickname.  Alpine will not attempt to turn
29677 them into complete addresses by adding your local domain.<P>
29679 A complete (fully qualified) address is one containing a username followed
29680 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
29681 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
29682 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
29684 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
29688 When you enter a fully qualified address, Alpine does not interpret or
29689 modify it, but simply passes it on to the mail-transport-agent (MTA) for
29690 your system.  Alpine conforms to the Internet standards governing message
29691 headers and will not send an unqualifed name to the MTA.  Therefore, when
29692 you enter an unqualified name, Alpine will normally attempt to turn it into
29693 a fully qualified address, first by checking to see if you have entered a
29694 matching nickname in your addressbook, or failing that, by simply adding
29695 your own domain to the name entered.  So if your address is
29696 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
29697 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
29698 that into &quot;fred@example.com&quot;.<P>
29700 There are situations where it is not desirable for Alpine to interpret such
29701 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
29702 turned out to be a typo (intended to be an addressbook nickname), but
29703 there actually was a &quot;fred&quot; in your local domain, the message might 
29704 be mis-delivered without your realizing it.  In order to reduce the likelihood
29705 of such accidents, setting this feature will cause Alpine to treat such
29706 addresses as errors, and require that you explicitly enter the full local
29707 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
29708 matches an address book nickname.<P>
29710 Consider this a safety feature against mis-directed mail.
29712 <UL>   
29713 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29714 </UL><P>
29715 &lt;End of help on this topic&gt;
29716 </BODY>
29717 </HTML>
29718 ====== h_config_quell_local_lookup ======
29719 <HTML>
29720 <HEAD>
29721 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
29722 </HEAD>
29723 <BODY>
29724 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
29726 This feature controls an aspect of Alpine's Composer, and if needed, will
29727 usually be set by your system manager in Alpine's system-wide configuration
29728 file. Specifically, if this feature is set, Alpine will not attempt to look
29729 in the system password file to find a Full Name for the entered address.
29731 Normally, names you enter into address fields (e.g. To: or Cc:) are
29732 checked against your address book(s) to see if they match an address book
29733 nickname.  Failing that, (in Unix Alpine) the name is then checked against
29734 the Unix password file.  If the entered name matches a username in the
29735 system password file, Alpine extracts the corresponding Full Name information
29736 for that individual, and adds that to the address being entered.
29738 However, password file matching can have surprising (incorrect) results if
29739 other users of the system do not receive mail at the domain you are using.
29740 That is, if either the 
29741 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
29742 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
29743 option
29744 is set such that the administrative domain of other users on the system
29745 isn't accurately reflected, Alpine should be told that a passwd file match
29746 is coincidental, and Full Name info will be incorrect.  For example, a
29747 personal name from the password file could get falsely paired with the
29748 entered name as it is turned into an address in the configured domain.
29750 If you are seeing this behavior, enabling this feature will prevent Unix
29751 Alpine from looking up names in the password file to find the Full Name
29752 for incomplete addresses you enter.<P>
29753 <UL>
29754 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29755 </UL>
29757 &lt;End of help on this topic&gt;
29758 </BODY>
29759 </HTML>
29760 ====== h_config_tab_checks_recent ======
29761 <HTML>
29762 <HEAD>
29763 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
29764 </HEAD>
29765 <BODY>
29766 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
29768 In a FOLDER LIST screen, the TAB key usually just changes which
29769 folder is highlighted.
29770 If this feature is set, then the TAB key will cause the number of
29771 recent messages and the total number of messages in the highlighted folder
29772 to be displayed instead.
29775 &lt;End of help on this topic&gt;
29776 </BODY>
29777 </HTML>
29778 ====== h_config_maildrops_preserve_state ======
29779 <HTML>
29780 <HEAD>
29781 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
29782 </HEAD>
29783 <BODY>
29784 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
29786 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
29787 Normally, when mail is moved from a Mail Drop folder to a destination
29788 folder, it is delivered as new mail.
29789 Any Seen/New, Answered, Important/Flagged state that has changed will be
29790 ignored.
29791 All of the mail will be considered unSeen, unAnswered, and unImportant after
29792 it is moved.
29794 If this feature is set, then the state changes that have been made
29795 to the messages in the Mail Drop folder will be preserved.
29797 In any case, messages that are already marked Deleted when the
29798 mail is to be moved from the Mail Drop will be ignored.
29800 &lt;End of help on this topic&gt;
29801 </BODY>
29802 </HTML>
29803 ====== h_config_preopen_stayopens ======
29804 <HTML>
29805 <HEAD>
29806 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
29807 </HEAD>
29808 <BODY>
29809 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
29811 This feature is related to the option
29812 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29813 Normally, Stay Open folders are only opened on demand, when the user
29814 asks to open them.
29815 From then on they are kept open for the duration of the session.
29816 However, if this feature is set, then the Stay Open folders will all be
29817 opened at startup, at the same time that the INBOX is opened.
29820 &lt;End of help on this topic&gt;
29821 </BODY>
29822 </HTML>
29823 ====== h_config_expunge_inbox ======
29824 <HTML>
29825 <HEAD>
29826 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
29827 </HEAD>
29828 <BODY>
29829 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
29831 The INBOX is normally treated differently from regular folders in several
29832 ways.
29833 One of the differences is that the normal &quot;close&quot; sequence of
29834 events is deferred until Alpine is exited, instead of happening when you
29835 leave the INBOX to view another folder.
29836 The &quot;close&quot; sequence normally includes the Expunging
29837 of deleted messages
29838 (either automatically or after a prompt, controlled by the features
29839 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29840 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29841 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29842 handling of the
29843 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
29846 If this feature is set the &quot;close&quot; sequence handling will take
29847 place every time you leave the INBOX.
29848 The INBOX will still be kept open, but the offer to Expunge and the archiving
29849 to the <!--#echo var="VAR_read-message-folder"-->
29850 will take place each time you leave the INBOX instead of only once at the
29851 end of the session.
29854 &lt;End of help on this topic&gt;
29855 </BODY>
29856 </HTML>
29857 ====== h_config_expunge_stayopens ======
29858 <HTML>
29859 <HEAD>
29860 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
29861 </HEAD>
29862 <BODY>
29863 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
29865 This feature is related to the option
29866 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29867 Stay Open folders are treated differently from regular folders in several
29868 ways.
29869 One of the differences is that the normal &quot;close&quot; sequence of
29870 events is deferred until Alpine is exited, instead of happening when you
29871 leave the folder to view another folder.
29872 The &quot;close&quot; sequence normally includes the Expunging
29873 of deleted messages
29874 (either automatically or after a prompt, controlled by the features
29875 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29876 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29877 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29878 handling of
29879 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
29882 If this feature is set the &quot;close&quot; sequence handling will take
29883 place when you leave the Stay Open folder.
29884 The folder will still be kept open, but the offer to Expunge and the archiving
29885 will take place each time you leave the folder instead of only once at the
29886 end of the session.
29887 This feature does not affect the INBOX, which will still only be processed
29888 when you exit Alpine.
29889 However, there is a similar feature that affects only the INBOX called
29890 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
29893 &lt;End of help on this topic&gt;
29894 </BODY>
29895 </HTML>
29896 ====== h_config_preserve_start_stop ======
29897 <HTML>
29898 <HEAD>
29899 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
29900 </HEAD>
29901 <BODY>
29902 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
29904 This feature controls how special control key characters, typically
29905 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
29906 are known as the "stop" and "start" characters and are sometimes used in
29907 communications paths to control data flow between devices that operate at
29908 different speeds.
29912 By default, Alpine turns the system's handling of these special characters
29913 off except during printing.  However, if you see Alpine reporting input errors
29914 such as:
29916 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
29918 and, at the same time, see your display become garbled, then it is likely
29919 that setting this option will solve the problem.  Be aware, though, that
29920 enabling this feature will also cause Alpine to ostensibly "hang" 
29921 whenever the Ctrl-S key combination is entered as the system is now
29922 interpreting such input as a "stop output" command.  To "start
29923 output"  again, simply type Ctrl-Q. 
29925 &lt;End of help on this topic&gt;
29926 </BODY>
29927 </HTML>
29928 ====== h_config_enable_incoming ======
29929 <HTML>
29930 <HEAD>
29931 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
29932 </HEAD>
29933 <BODY>
29934 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
29936 Alpine's Incoming Message Folders collection
29937 provides a convenient way to access multiple incoming folders.
29938 It is also useful if you have accounts on multiple computers.
29941 If set, this feature defines a pseudo-folder collection called
29942 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
29943 in this collection will be your INBOX, which will no longer show up in
29944 your Default folder collection.
29947 You may add more folders to the Incoming Message Folders collection by
29948 using the
29949 <!--chtml if pinemode="function_key"-->
29950 &quot;F10
29951 <!--chtml else-->
29952 &quot;A
29953 <!--chtml endif-->
29954 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
29955 the host the folder is stored on (which defaults to the same host used
29956 for your INBOX), a nickname, and the actual folder name.  Once a set
29957 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
29958 or MESSAGE TEXT screens) may be used to scan the folders for those
29959 with Recent messages.  If you add more folders to
29960 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
29961 no effect.
29963 NOTE: Normally the software that actually delivers mail (the stuff that happens
29964 before Alpine is involved) is in a better position to do delivery filtering
29965 than is Alpine itself.
29966 If possible, you may want to look at programs such as
29967 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
29968 filtering programs.
29969 If you'd prefer to have Alpine do the filtering for you, you may set that
29971 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
29973 <UL>   
29974 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29975 </UL><P>
29976 &lt;End of help on this topic&gt;
29977 </BODY>
29978 </HTML>
29979 ====== h_config_enable_incoming_checking ======
29980 <HTML>
29981 <HEAD>
29982 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
29983 </HEAD>
29984 <BODY>
29985 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
29987 This feature is only operational if you have enabled the optional
29988 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
29989 If you do have Incoming Message Folders and you also set this feature,
29990 then the number of Unseen messages in each folder will be displayed
29991 in the FOLDER LIST screen for the Incoming Message Folders.
29992 The number of Unseen messages in a folder will be displayed in parentheses
29993 to the right of the name of each folder.
29994 If there are no Unseen messages in a folder then only the name
29995 is displayed, not a set of parentheses with zero inside them.
29996 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
29997 the Incoming Message Folders to cause an immediate update.
29999 If a check for Unseen messages fails for a particular folder then Alpine
30000 will no longer attempt to check that folder for the duration of the
30001 session and this will be indicated by a question mark inside the
30002 parentheses.
30004 The features
30005 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
30006 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
30007 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
30008 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
30009 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
30010 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
30011 all affect how this feature behaves.
30013 <UL>   
30014 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30015 </UL><P>
30016 &lt;End of help on this topic&gt;
30017 </BODY>
30018 </HTML>
30019 ====== h_config_incoming_checking_total ======
30020 <HTML>
30021 <HEAD>
30022 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
30023 </HEAD>
30024 <BODY>
30025 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
30027 This option has no effect unless the feature
30028 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
30029 is set, which in turn has no effect unless
30030 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
30031 is set.
30033 When incoming folder checking is turned on the default is to display
30034 the number of unseen messages in each folder.
30035 More precisely, it is the number of undeleted unseen messages.
30036 Using this option you may also display the total number of messages
30037 in each folder.
30038 Instead of a single number representing the number of unseen messages
30039 you will get two numbers separated by a slash character.
30040 The first is the number of unseen messages and the second is the
30041 total number of messages.
30043 You may also use the recent message count instead of the unseen message
30044 count by turning on the feature
30045 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
30047 <UL>   
30048 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30049 </UL><P>
30050 &lt;End of help on this topic&gt;
30051 </BODY>
30052 </HTML>
30053 ====== h_config_incoming_checking_recent ======
30054 <HTML>
30055 <HEAD>
30056 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
30057 </HEAD>
30058 <BODY>
30059 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
30061 This option has no effect unless the feature
30062 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
30063 is set, which in turn has no effect unless
30064 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
30065 is set.
30067 When incoming folder checking is turned on the default is to display
30068 the number of unseen messages in each folder.
30069 More precisely, it is the number of undeleted unseen messages.
30070 Using this option you may display the number of recent messages instead
30071 of the number of unseen messages.
30072 A message is only counted as recent if this is the first session to
30073 see it, so the recent count might be less than the unseen count.
30074 The difference between the two would be accounted for by the unseen messages
30075 in the folder which were there previously but have not been looked at yet.
30077 If you simultaneously run more than one email client at a time
30078 (for example, you run more than one Alpine in parallel) then turning
30079 this feature on can cause some confusion.
30080 The confusion stems from the fact that each message is only considered to be
30081 recent in one session.
30082 That means that the counts of new messages may be different in the two
30083 Alpines running side by side, because each incoming message will only be
30084 counted as recent in one of the two sessions.
30086 You may also display the total number of messages
30087 in each folder by using the
30088 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
30089 option.
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_attach_in_reply ======
30098 <HTML>
30099 <HEAD>
30100 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
30101 </HEAD>
30102 <BODY>
30103 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
30105 This feature controls an aspect of Alpine's Reply command. If set, any MIME
30106 attachments that were part of the original message will automatically be
30107 included in the Reply.
30109 &lt;End of help on this topic&gt;
30110 </BODY>
30111 </HTML>
30112 ====== h_config_include_header =====
30113 <HTML>
30114 <HEAD>
30115 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
30116 </HEAD>
30117 <BODY>
30118 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
30120 This feature controls an aspect of Alpine's Reply command. If set, and the
30121 original message is being included in the reply, then headers from that
30122 message will also be part of the reply.
30124 &lt;End of help on this topic&gt;
30125 </HEAD>
30126 </HTML>
30127 ====== h_config_sig_at_bottom =====
30128 <HTML>
30129 <HEAD>        
30130 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
30131 </HEAD>
30132 <BODY>
30133 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
30135 This feature controls an aspect of Alpine's Reply command.  If this feature
30136 is set, and the original message is being included in the reply, then the
30137 contents of your signature file (if any) will be inserted after the included
30138 message.
30140 This feature does not affect the results of a Forward command.
30142 &lt;End of help on this topic&gt;
30143 </BODY>
30144 </HTML>
30145 ====== h_config_sigdashes =====
30146 <HTML>
30147 <HEAD>
30148 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
30149 </HEAD>
30150 <BODY>
30151 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
30153 This feature enables support for the common USENET news convention 
30154 of preceding a message signature with the special line consisting of 
30155 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
30158 When enabled and a
30159 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
30160 Alpine will insert the special line before including the file's text (unless
30161 the special line already exists somewhere in the file's text).
30164 In addition, when you Reply or Followup to a message containing one of
30165 these special lines and choose to include its text, Alpine will observe
30166 the convention of not including text beyond the special line in your
30167 reply.
30168 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
30169 mode is enabled and turned on, then Alpine <EM>will</EM>
30170 include the text beyond the special line regardless of the setting of
30171 this feature.
30174 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
30175 for a related feature.
30178 <UL>   
30179 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30180 </UL><P>
30181 &lt;End of help on this topic&gt;
30182 </BODY>
30183 </HTML>
30184 ====== h_config_new_thread_blank_subject =====
30185 <HTML>
30186 <HEAD>
30187 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
30188 </HEAD>
30189 <BODY>
30190 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
30192 When this feature is enabled (the default) Alpine will create a new thread
30193 every time that the subject line becomes empty at any time during composition.
30196 This behavior is particularly useful in case you are replying to a message.
30197 Replying to a message causes the message to be in the same thread than the
30198 original message that is being replied to. However, many authors want to create
30199 a new message (in a different thread) while replying to a message, and they do
30200 this by changing the full subject, by first deleting the original subject and
30201 typing the new subject of the current message.
30204 Enabling this feature causes that any time that the subject is deleted, the 
30205 message being composed will be considered the first message of a new thread.
30208 <UL>   
30209 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30210 </UL><P>
30211 &lt;End of help on this topic&gt;
30212 </BODY>
30213 </HTML>
30214 ====== h_config_strip_sigdashes =====
30215 <HTML>
30216 <HEAD>
30217 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
30218 </HEAD>
30219 <BODY>
30220 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
30222 This feature doesn't do anything if the feature
30223 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
30224 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
30225 then turning on this feature enables support for the convention
30226 of not including text beyond the sigdashes line when Replying or Following
30227 up to a message and including the text of that message.
30228 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
30229 mode is enabled and turned on, then Alpine <EM>will</EM>
30230 include the text beyond the special line regardless of the setting of
30231 this feature.
30233 In other words, this is a way to turn on the signature stripping behavior
30234 without also turning on the dashes-adding behavior.
30236 <UL>   
30237 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30238 </UL><P>
30239 &lt;End of help on this topic&gt;
30240 </BODY>
30241 </HTML>
30242 ====== h_config_forward_as_attachment =====
30243 <HTML>
30244 <HEAD>
30245 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
30246 </HEAD>
30247 <BODY>
30248 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
30250 This feature affects the way forwarded message text is handled.  When set, rather than 
30251 include the text of the forwarded message below any additional text you provide in the
30252 composer, the forwarded message is attached in its entirety to the message you send.
30254 This is useful in that it keeps the text you provide in the composer distinct from the
30255 text of the forwarded message.  Similarly, it allows the recipient to 
30256 conveniently operate on the forwarded message.  For example, they might reply directly to
30257 the sender of the forwarded message, or process it as part of a spam report.
30258 <UL>   
30259 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30260 </UL><P>
30261 &lt;End of help on this topic&gt;
30262 </BODY>
30263 </HTML>
30264 ====== h_config_preserve_field =====
30265 <HTML>
30266 <HEAD>
30267 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
30268 </HEAD>
30269 <BODY>
30270 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
30272 This feature affects Alpine's behavior when one replies to a message. 
30273 When you receive a message, some or all of the recipients of the message 
30274 have been added to the To: and Cc: fields. If you reply to such message, 
30275 and this feature is disabled, then the original sender of the message is 
30276 added to the To: field, and all other recipients are added to the Cc: 
30277 field, while your address is added to the From: field.
30280 However, if this feature is enabled, then Alpine will preserve the 
30281 original fields as sent in the original message, so the Cc: and To: 
30282 fields will be preserved. The sender's address will be added to the To: 
30283 field, while your address is added to the From: field.
30286 The behavior of this feature is that replies to all messages will behave 
30287 in the way described above. If you only intend this to happen on a per 
30288 message basis, then keep this feature disabled, and when replying to a 
30289 message you will see a new option in the menu for the &quot;Reply to all 
30290 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
30291 make Alpine toggle its question so you can preserve the To: and Cc: 
30292 fields for that message only.
30294 <UL>   
30295 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30296 </UL><P>
30297 &lt;End of help on this topic&gt;
30298 </BODY>
30299 </HTML>
30300 ====== h_config_sub_lists =====
30301 <HTML>
30302 <HEAD>
30303 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
30304 </HEAD>
30305 <BODY>
30306 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
30308 This feature affects the subcommands available when Saving, 
30309 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
30310 available. This command allows you to type in a substring of the folder
30311 you are looking for and when you type ^X it will display all folders
30312 that contain that substring in their names.
30313 This feature is set by default.
30316 &lt;End of help on this topic&gt;
30317 </BODY>
30318 </HTML>
30319 ====== h_config_scramble_message_id =====
30320 <HTML>
30321 <HEAD>
30322 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
30323 </HEAD>
30324 <BODY>
30325 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
30327 If this feature is set, the message-id header value
30328 will be transformed with a simple Rot13 transformation.
30329 The result will still have the correct syntax for a Message-ID but the
30330 part of the MessageID that is often a domain name will not be an actual
30331 domain name because the letters will be scrambled.
30333 It is possible (but unlikely?) that some spam detection
30334 software will use that as a reason to reject the mail as spam.
30335 It has also been reported that some spam detection software uses the
30336 fact that there are no dots after the &quot;@&quot; as a reason to reject
30337 messages.
30338 If your PC-Alpine Message-ID is using a name without a dot that is because
30339 that is what Windows thinks is your &quot;Full computer name&quot;.
30340 The method used to set this varies from one type of Windows to another but
30341 check under Settings -> Control Panel -> System and
30342 look for Network Identification or Computer Name or something similar.
30343 How to set it is beyond the scope of Alpine.
30346 &lt;End of help on this topic&gt;
30347 </BODY>
30348 </HTML>
30349 ====== h_downgrade_multipart_to_text =====
30350 <HTML>
30351 <HEAD>
30352 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
30353 </HEAD>
30354 <BODY>
30355 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
30358 This feature affects Alpine's behavior when sending mail.  Internet
30359 standards require Alpine to translate all non-ASCII characters in
30360 messages that it sends using MIME encoding.  This encoding can be
30361 ostensibly broken for recipients if any agent between Alpine and the
30362 recipient, such as an email list expander, appends text to the
30363 message, such as list information or advertising.  When sending such
30364 messages Alpine attempts to protect such encoding by placing extra
30365 MIME boundaries around the message text.
30367 These extra boundaries are invisible to recipients that 
30368 use MIME-aware email programs (the vast majority).  However, if
30369 you correspond with users of email programs that are not MIME-aware,
30370 or do not handle the extra boundaries gracefully, you can
30371 use this feature to prevent Alpine from including the extra
30372 MIME information.  Of course, it will increase the likelihood
30373 that non-ASCII text you send may appear corrupt to the recipient.
30375 &lt;End of help on this topic&gt;
30376 </BODY>
30377 </HTML>
30378 ====== h_config_show_sort =====
30379 <HTML>
30380 <HEAD>
30381 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
30382 </HEAD>
30383 <BODY>
30384 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
30386 If this feature is set and there is sufficient space on the screen,
30387 a short indication of the current sort order will be
30388 added in the titlebar (the top line on the screen), before the name
30389 of the folder.
30390 For example, with the default Arrival sort in effect,
30391 the display would have the characters
30393 <P><CENTER>[A]</CENTER><P>
30395 added between the title of the screen and the folder name.
30396 The letters are the same as the letters you may type to manually
30397 sort a folder with the SortIndex command ($).
30398 The letters in the table below are the ones that may show
30399 up in the titlebar line.
30401 <TABLE>   
30402 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
30403 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
30404 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
30405 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
30406 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
30407 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
30408 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
30409 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
30410 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
30411 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
30412 </TABLE>
30414 If the sort order is Reversed, the letter above will be preceded by the letter
30415 &quot;R&quot;, for example
30417 <P><CENTER>[RS]</CENTER><P>
30419 means that a Reverse Subject sort is in effect.
30420 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
30421 left out, and just an &quot;R&quot; is shown.
30423 <P><CENTER>[R]</CENTER>
30426 &lt;End of help on this topic&gt;
30427 </BODY>
30428 </HTML>
30429 ====== h_config_disable_reset_disp =====
30430 <HTML>
30431 <HEAD>
30432 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
30433 </HEAD>
30434 <BODY>
30435 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
30437 UNIX Alpine only.
30439 This feature affects Alpine's behavior when using
30440 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
30441 Normally, before the display filter is run, the terminal mode is reset
30442 to what it was before you started Alpine.
30443 This may be necessary if the filter requires the use of the terminal.
30444 For example, it may need to interact with you.
30445 If you set this feature, then the terminal mode will not be reset.
30446 One thing that turning on this feature should fix is the coloring of
30447 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
30448 breaks because the terminal reset resets the color state of the terminal.
30451 &lt;End of help on this topic&gt;
30452 </BODY>
30453 </HTML>
30454 ====== h_config_disable_sender =====
30455 <HTML>
30456 <HEAD>
30457 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
30458 </HEAD>
30459 <BODY>
30460 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
30462 This feature affects Alpine's generation of the &quot;Sender:&quot; or
30463 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
30464 header fields.
30465 Prior to version 2.24, Alpine generated such a header in situations where the
30466 username or domain were not the same as
30467 the &quot;From:&quot; header on the message.
30468 With this feature set,
30469 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
30470 This may be desirable on a system that is virtually hosting many domains,
30471 and the sysadmin has other methods available for tracking a message to
30472 its originator.
30474 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
30477 &lt;End of help on this topic&gt;
30478 </BODY>
30479 </HTML>
30480 ====== h_config_use_sender_not_x =====
30481 <HTML>
30482 <HEAD>
30483 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
30484 </HEAD>
30485 <BODY>
30486 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
30488 Normally Alpine adds a header line
30489 labeled &quot;X-X-Sender&quot;, if the sender is
30490 different from the From: line.
30491 The standard specifies that this header
30492 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
30493 Setting this feature causes
30494 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
30496 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
30499 &lt;End of help on this topic&gt;
30500 </BODY>
30501 </HTML>
30502 ====== h_config_use_fk =====
30503 <HTML>
30504 <HEAD>
30505 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
30506 </HEAD>
30507 <BODY>
30508 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
30510 This feature specifies that Alpine will respond to function keys instead of
30511 the normal single-letter commands. In this mode, the key menus at the
30512 bottom of each screen will show function key designations instead of the
30513 normal mnemonic key.
30516 &lt;End of help on this topic&gt;
30517 </BODY>
30518 </HTML>
30519 ====== h_config_cancel_confirm =====
30520 <HTML>
30521 <HEAD>
30522 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
30523 </HEAD>
30524 <BODY>
30525 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
30527 This feature affects what happens when you type ^C to cancel a composition.
30528 By default, if you attempt to cancel a composition by typing ^C, you will be
30529 asked to confirm the cancellation by typing a &quot;C&quot;
30530 for <EM>C</EM>onfirm.
30531 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
30532 risky because the &quot;^C Y&quot; needed to cancel a message
30533 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
30535 If this feature is set the confirmation asked for
30536 will be a &quot;<EM>Y</EM>es&quot;
30537 instead of a &quot;<EM>C</EM>onfirm&quot; response.
30540 &lt;End of help on this topic&gt;
30541 </BODY>
30542 </HTML>
30543 ====== h_config_compose_maps_del =====
30544 <HTML>
30545 <HEAD>
30546 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
30547 </HEAD>
30548 <BODY>
30549 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
30551 This feature affects the behavior of the DELETE key.
30552 If set, Delete will be equivalent to ^D, and delete
30553 the current character.  Normally Alpine defines the Delete key
30554 to be equivalent to ^H, which deletes the <EM>previous</EM>
30555 character.
30558 &lt;End of help on this topic&gt;
30559 </BODY>
30560 </HTML>
30561 ====== h_config_compose_bg_post =====
30562 <HTML>
30563 <HEAD>
30564 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
30565 </HEAD>
30566 <BODY>
30567 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
30569 This feature affects the behavior of Alpine's mail sending.  If set, this
30570 feature enables a subcommand in the composer's "Send?" confirmation
30571 prompt.  The subcommand allows you to tell Alpine to handle the actual
30572 posting in the background.  While this feature usually allows posting
30573 to appear to happen very fast, it has no affect on the actual delivery
30574 time it takes a message to arrive at its destination.
30577 Please Note:
30578 <OL>
30579  <LI>This feature will have no effect if the feature
30580        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
30581        is set.
30582  <LI>This feature isn't supported on all systems.  All DOS and Windows,
30583        as well as several Unix ports, do not recognize this feature.
30584  <LI>Error handling is significantly different when this feature is
30585         enabled.  Any message posting failure results in the message
30586         being appended to your &quot;Interrupted&quot; mail folder.  When you
30587         type the <A HREF="h_common_compose">C</A>ompose command,
30588         Alpine will notice this folder and
30589         offer to extract any messages contained.  Upon continuing a 
30590         failed message, Alpine will display the nature of the failure 
30591         in the status message line.
30592  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
30593         for message data to
30594         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
30595         if you typically run close to any sort of disk-space limits or quotas.
30596 </OL>
30598 &lt;End of help on this topic&gt;
30599 </BODY>
30600 </HTML>
30601 ====== h_config_compose_dsn =====
30602 <HTML>
30603 <HEAD>
30604 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
30605 </HEAD>
30606 <BODY>
30607 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
30609 This feature affects the behavior of Alpine's mail sending.  If set, this
30610 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
30611 prompt.  The subcommand allows you to tell Alpine to request the type of
30612 Delivery Status Notification (DSN) that you would like.  Most users will
30613 be happy with the default, and need not enable this feature.
30615 If the feature
30616 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
30617 then this feature has no effect and the type of DSN is not selectable.
30620 Turning on this feature and then turning on the DSNOpts from the send
30621 prompt reveals four on-off toggles at the bottom of the screen.
30622 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
30623 that no notification be returned to you, even if there is a delivery
30624 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
30625 server that you are willing (or not) to receive delay notifications, which
30626 happen when there is an unusual delay at some mail server (in that mail
30627 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
30628 Success requests that you be sent a DSN message when the message is
30629 successfully delivered to the recipients mailbox.  Setting NoErrRets will
30630 automatically turn off Delay and Success notification, and will flip the
30631 toggles to show that.  Similarly, turning on Delay and/or Success will
30632 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
30633 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
30634 the full message be returned in any failed DSN.  RetHdrs requests that
30635 only the headers be returned in any failed DSN.  Notice that this command
30636 applies only to failed delivery status reports.  For delay or success
30637 reports, the full message is never returned, only the headers are returned.
30640 If you don't enable the DSN feature or if you don't turn it on for a
30641 particular message, the default is that you will be notified about failures,
30642 you might be notified about delays, and you won't be notified about
30643 successes.  You will usually receive the full message back when there is
30644 a failure.
30647 If you turn on the DSNOpts the default is to return as much information as
30648 possible to you.  That is, by default, the Success and Delay options are
30649 turned on and the full message will be returned on failure.
30652 The sending prompt will display the current DSN request (if any) in a
30653 shorthand form.  It will be:
30655 <P><CENTER>[Never]</CENTER>
30658 if you have requested NoErrRets.  Otherwise, it will look something like:
30660 <P><CENTER>[FDS-Hdrs]</CENTER>
30663 The &quot;F&quot; will always be there, indicating that you will be notified
30664 of failures.  (Alpine doesn't provide a way to request no failure notification
30665 and at the same time request either success or delay notification.  The only
30666 way to request no failure notifications is to request no notifications at
30667 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
30668 requested Delay and/or Success notification.  If one of those is missing,
30669 that means you are requesting no notification of the corresponding type.
30670 After the dash it will say either Hdrs or Full.  Hdrs means to return only
30671 the headers and Full means to return the full message (applies to
30672 failure notifications only).
30675 NOTE: This feature relies on your system's mail transport agent or
30676 configured
30677 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
30678 having the negotiation mechanism introduced in
30679 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
30680 &quot;Delivery Status Notification&quot; (DSN).  If the mail transport agent you
30681 are using doesn't support DSN, a short warning will be shown to you on
30682 the message line at the bottom of the screen after you send your message,
30683 but your message will have been sent anyway.
30686 Note that DSNs don't provide a mechanism to request read receipts.  That
30687 is, if you request notification on success you are notified when the
30688 message is delivered to the mailbox, not when the message is read.
30691 ESMTP allows for graceful migration to upgraded mail transfer agents, but
30692 it is possible that this feature might cause problems for some servers. 
30695 &lt;End of help on this topic&gt;
30696 </BODY>
30697 </HTML>
30698 ====== h_config_auto_zoom =====
30699 <HTML>
30700 <HEAD>
30701 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
30702 </HEAD>
30703 <BODY>
30704 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
30706 This feature affects the behavior of the Select command.
30707 If set, the select command will automatically perform a zoom
30708 after the select is complete.
30709 This feature is set by default.
30711 Some related help topics are
30712 <UL>
30713 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30714 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30715 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30716 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30717 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30718 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30719 </UL>
30722 &lt;End of help on this topic&gt;
30723 </BODY>
30724 </HTML>
30725 ====== h_config_auto_unzoom =====
30726 <HTML>
30727 <HEAD>
30728 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
30729 </HEAD>
30730 <BODY>
30731 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
30733 This feature affects the behavior of the Apply command.  If set, and if
30734 you are currently looking at a Zoomed Index view of selected messages,
30735 the Apply command will do the operation you specify, but then will
30736 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
30737 the normal Index view after the Apply. 
30738 This feature is set by default.
30741 Some related help topics are
30742 <UL>
30743 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30744 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30745 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30746 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30747 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
30748 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30749 </UL>
30751 &lt;End of help on this topic&gt;
30752 </BODY>
30753 </HTML>
30754 ====== h_config_auto_unselect =====
30755 <HTML>
30756 <HEAD>
30757 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
30758 </HEAD>
30759 <BODY>
30760 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
30762 This feature affects the behavior of the Apply command.  If set,
30763 the Apply command will do the operation you specify, but then will
30764 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
30765 the normal Index view after the Apply. 
30768 Some related help topics are
30769 <UL>
30770 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30771 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30772 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30773 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
30774 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30775 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30776 </UL>
30778 &lt;End of help on this topic&gt;
30779 </BODY>
30780 </HTML>
30781 ====== h_config_fast_recent =====
30782 <HTML>
30783 <HEAD>
30784 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
30785 </HEAD>
30786 <BODY>
30787 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
30789 This feature controls the behavior of the TAB key when traversing folders
30790 in the optional 
30791 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
30792 collection or in optional <!--#echo var="VAR_news-collections"-->.
30795 When the TAB
30796 (<A HREF="h_common_nextnew">NextNew</A>)
30797 key is pressed, the default behavior is to
30798 explicitly examine the status of the folder for the number of recent
30799 messages (messages delivered since the last time it was viewed).
30800 Depending on the size and number of messages in the folder, this test
30801 can be time consuming.
30804 Enabling this feature will cause Alpine to only test for the existence of
30805 any recent messages rather than to obtain the count.  This is much faster
30806 in many cases.  The downside is that you're not given the number of recent
30807 messages when prompted to view the next folder.
30808 If the feature
30809 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
30810 is turned on, then the present feature will have no effect.
30813 <UL>   
30814 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30815 </UL><P>
30816 &lt;End of help on this topic&gt;
30817 </BODY>
30818 </HTML>
30819 ====== h_config_arrow_nav =====
30820 <HTML>
30821 <HEAD>
30822 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
30823 </HEAD>
30824 <BODY>
30825 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
30827 This feature controls the behavior of the left and right arrow keys.
30828 If set, the left and right arrow keys will operate like the usual
30829 navigation keys &lt; and &gt;.
30830 This feature is set by default.
30833 If you set this feature, and do not like the changed behavior of the up/down 
30834 arrow 
30835 keys when navigating through the FOLDER LIST screen -- 
30836 <B>first</B> from column to column, if more than one folder is 
30837 displayed per row, 
30838 and <B>then</B> from row to row -- you may either also wish to set the feature 
30839 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
30840 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
30841 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
30842 folders in each column.
30844 <UL>   
30845 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30846 </UL><P>
30847 &lt;End of help on this topic&gt;
30848 </BODY>
30849 </HTML>
30850 ====== h_config_relaxed_arrow_nav =====
30851 <HTML>
30852 <HEAD>
30853 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
30854 </HEAD>
30855 <BODY>
30856 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
30858 This feature controls the behavior of the left, right, up and down
30859 arrow keys in the FOLDER LIST screen when the &quot;<A
30860 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
30861 set.
30862 This feature is set by default.
30866 When this feature is set, the left and right
30867 arrow keys in the FOLDER LIST screen
30868 move the highlight bar to the left or right, and the up and
30869 down arrows move it up or down.
30872 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
30873 feature is not set;
30874 the left and right arrow keys in the Folder List screen strictly
30875 track the commands bound to the '&lt;' and '&gt;' keys, and the up
30876 and down arrow keys move the highlight bar to the previous and next
30877 folder or directory name.
30880 <UL>   
30881 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30882 </UL><P>
30883 &lt;End of help on this topic&gt;
30884 </BODY>
30885 </HTML>
30886 ====== h_config_alt_compose_menu =====
30887 <HTML>
30888 <HEAD>
30889 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
30890 </HEAD>
30891 <BODY>
30892 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
30894 This feature controls the menu that is displayed when Compose is selected.
30895 If set, a list of options will be presented, with each option representing
30896 the type of composition that could be used. This feature is most useful for
30897 users who want to avoid being prompted with each option separately, or who
30898 want to avoid the checking of remote postponed or form letter folders.
30899 The possible types of composition are:
30902 New, for starting a new composition. Note that if New is selected and roles
30903 are set, roles are checked for matches and applied according to the setting
30904 of the matching role.
30907 Interrupted, for continuing an interrupted composition. This option is only
30908 offered if an interrupted message folder is detected.
30911 Postponed, for continuing postponed compositions. This option is offered
30912 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
30913 the postponed folder actually exists. This option is especially handy
30914 for avoiding having to check for the existence of a remote postponed folder.
30917 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
30918 is set in the config, and is not checked for existence for reasons similar
30919 to those explained by the postponed option.
30922 setRole, for selecting a role to apply to a composition.
30925 &lt;End of help on this topic&gt;
30926 </BODY>
30927 </HTML>
30928 ====== h_config_alt_role_menu =====
30929 <HTML>
30930 <HEAD>
30931 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
30932 </HEAD>
30933 <BODY>
30934 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
30936 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
30937 a role and compose a new message using that role.
30938 When this feature is set, the role command will first ask whether you want to
30939 Compose a new message, Forward the current message, Reply to the
30940 current message, or Bounce the current message.
30941 If you are not in the MESSAGE INDEX and are not viewing a message,
30942 then there is no current message and the question will be skipped.
30943 After you have chosen to Compose, Forward, Reply, or Bounce you will
30944 then choose the role to be used.
30946 When Bouncing the &quot;Set From&quot; address is used for the
30947 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
30948 provided that the option
30949 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
30950 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
30951 set.
30952 Other actions of the role are ignored when Bouncing.
30955 &lt;End of help on this topic&gt;
30956 </BODY>
30957 </HTML>
30958 ====== h_config_always_spell_check =====
30959 <HTML>
30960 <HEAD>
30961 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
30962 </HEAD>
30963 <BODY>
30964 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
30966 When this feature is set, every composed message will be spell-checked before
30967 being sent.
30969 &lt;End of help on this topic&gt;
30970 </BODY>
30971 </HTML>
30972 ====== h_config_quell_asterisks =====
30973 <HTML>
30974 <HEAD>
30975 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
30976 </HEAD>
30977 <BODY>
30978 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
30980 When you are running Alpine you will sometimes be asked for a password
30981 in a prompt on the third line from the bottom of the screen.
30982 Normally each password character you type will cause an asterisk to echo
30983 on the screen. That gives you some feedback to know that your typing is
30984 being recognized.
30985 There is a very slight security risk in doing it this way because someone
30986 watching over your shoulder might be able to see how many characters there
30987 are in your password.
30988 If you'd like to suppress the echoing of the asterisks set this feature.
30990 &lt;End of help on this topic&gt;
30991 </BODY>
30992 </HTML>
30993 ====== h_config_quell_flowed_text =====
30994 <HTML>
30995 <HEAD>
30996 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
30997 </HEAD>
30998 <BODY>
30999 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
31001 Alpine generates flowed text where possible.
31002 The method for generating flowed text is defined by
31003 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
31004 the benefit of doing so is
31005 to send message text that can properly be viewed both on normal width displays
31006 and on displays with smaller or larger than normal screen widths.
31007 With flowed text, a space at the end of a line tells the receiving mail
31008 client that the following line belongs to the same paragraph.
31009 Quoted text will also be affected, with only the innermost
31010 level of &quot;&gt;&quot; quoting being followed by a space.
31011 However, if you have changed the
31012 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
31013 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
31014 quoted text will not be flowed.
31015 For this reason, we recommend that you leave your
31016 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
31018 This feature turns off the generation of flowed text, as it might be
31019 desired to more tightly control how a message is displayed on the receiving end.
31021 If this feature is <EM>not</EM> set, you can control on a message by message
31022 basis whether or not flowed text is generated.
31023 You do this by typing ^V at the Send confirmation prompt that you get
31024 after typing ^X to send a message.
31025 ^V is a toggle that turns flowing off and back on if typed again.
31026 If for some reason flowing cannot be done on a particular message, then the
31027 ^V command will not be available.
31028 This would be the case, for example, if this feature was set, or if your
31029 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
31030 If the feature
31031 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
31032 then the opportunity to control on a message by message basis
31033 whether or not flowed text is generated is lost.
31035 When this feature is not set and you have typed ^V to turn off flowing,
31036 the Send confirmation prompt will change to look like
31038 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
31040 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
31041 also turn off the sending of flowed text messages, but it differs in that
31042 it also trims all trailing white space from a message before sending it.
31044 If alternate editors are used extensively, be aware that a message will still
31045 be sent flowed if this feature is unset.  In most cases this will be fine,
31046 but if the editor has a &quot;flowed text&quot; mode, it would be best to
31047 use that.
31049 &lt;End of help on this topic&gt;
31050 </BODY>
31051 </HTML>
31052 ====== h_config_strip_ws_before_send =====
31053 <HTML>
31054 <HEAD>
31055 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
31056 </HEAD>
31057 <BODY>
31058 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
31060 By default, trailing whitespace is not stripped from
31061 a message before sending.  Trailing whitespace should have no effect on an
31062 email message, and in flowed text can aid in delimiting paragraphs.
31063 However, the old behavior of stripping trailing whitespace was in place
31064 to better deal with older clients that couldn't handle certain types of
31065 text encodings.  This feature restores the old behavior
31067 Trailing whitespace is of aid to flowed-text-formatted messages, which are
31068 generated by default but can be turned off via the
31069 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
31070 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
31071 of flowed text.
31073 &lt;End of help on this topic&gt;
31074 </BODY>
31075 </HTML>
31076 ====== h_config_alt_reply_menu =====
31077 <HTML>
31078 <HEAD>
31079 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></TITLE>
31080 </HEAD>
31081 <BODY>
31082 <H1>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></H1>
31084 Note that if this option is enabled, then the option
31085 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
31086 is ignored. See below to understand why.
31088 When you reply to a message, a series of questions are asked that 
31089 determines how your reply will be handled by Alpine. This feature only 
31090 affects the result of the first question you are asked, and its purpose is 
31091 to set values that could override defaults set in Alpine's main 
31092 configuration screen. As a result, this menu allows you to configure even 
31093 more features than you would be able to do without this option. For 
31094 example, this menu always allows you to override or select a <A 
31095 HREF="h_rules_roles">Role</A> if you have defined one, or allows you to 
31096 override your indent string, regardless of if you have enabled 
31097 <A HREF="h_config_prefix_editing"><!--#echo var="FEAT_enable-reply-indent-string-editing"--></A>.
31098 The full list of options can be found below.
31100 Here is an example of how this option works. After you press Reply,
31101 if you see &quot;A Inc Attach&quot; in the menu, it means that 
31102 if you press &quot;A&quot;, then Alpine will include the attachments
31103 of the original message, and the default is not to include them. 
31104 Conversely, if you see &quot;A No Attach&quot; 
31105 then by pressing &quot;A&quot; Alpine will not include
31106 attachments in your reply, and the default is that Alpine will 
31107 include them in your reply. The value that you see when you 
31108 start your reply is controlled by the option
31109 <A HREF="h_config_attach_in_reply">
31110 <!--#echo var="FEAT_include-attachments-in-reply"-->
31111 </A>. If the feature is enabled, then Alpine will display 
31112 &quot;A No Attach&quot; to override the default behavior. You can
31113 toggle between the two values of this option by pressing &quot;A&quot;.
31114 Remember that the value that you see in the menu is the action that will 
31115 be done when you press the associated command.
31117 Below are your options:
31118 <OL>
31119 <LI><B>A</B>: This determines if Alpine will include or not the 
31120 attachments sent to you in the message that you are replying to. The default 
31121 is to use the value of the configuration option 
31122 <A HREF="h_config_attach_in_reply"><!--#echo var="FEAT_include-attachments-in-reply"--></A> and can be overridden by using this command.
31124 <LI><B>H</B>: This command determines if the headers of a message are
31125 included in the body of the message that is being replied to. By default 
31126 Alpine will use the value of the configuration option 
31127 <A HREF="h_config_include_header"><!--#echo var="FEAT_include-header-in-reply"--></A>. 
31128 Observe that by toggling this option to include headers, text will be toggled
31129 to be included by default.
31131 <LI><B>R</B>: Can be used to set a role different from the default.
31133 <LI><B>S</B>: Determines if Alpine will strip the signature from a 
31134 message. The default is to strip the signature when the message is not
31135 viewed in headers mode, and you either have enabled
31136 <A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A> 
31138 <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>.
31140 <LI><B>Ctrl-R</B>: Can be used to edit the 
31141 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>.
31142 </OL>
31144 In order to include the text of the original message in the reply
31145 you either need to press 'y' to include the original text, or 'n' to 
31146 exclude it from the reply. Pressing return will execute the default 
31147 action, which is to include text only if the option
31148 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
31149 is enabled. However, notice that the default is to include text if you edit the 
31150 reply indent string or if you explicitly set through this menu that you
31151 want headers included in the reply message.
31154 &lt;End of help on this topic&gt;
31155 </BODY>
31156 </HTML>
31157 ====== h_config_del_from_dot =====
31158 <HTML>
31159 <HEAD>
31160 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
31161 </HEAD>
31162 <BODY>
31163 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
31165 This feature controls the behavior of the Ctrl-K command in the composer.
31166 If set, ^K will cut from the current cursor position to the end of the line,
31167 rather than cutting the entire line.
31170 &lt;End of help on this topic&gt;
31171 </BODY>
31172 </HTML>
31173 ====== h_config_print_index =====
31174 <HTML>
31175 <HEAD>
31176 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
31177 </HEAD>
31178 <BODY>
31179 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
31181 This feature controls the behavior of the Print command when in the
31182 MESSAGE INDEX screen.  If set, the print command will give you a prompt
31183 asking if you wish to print the message index, or the currently highlighted
31184 message. If not set, the message will be printed.
31187 &lt;End of help on this topic&gt;
31188 </BODY>
31189 </HTML>
31190 ====== h_config_allow_talk =====
31191 <HTML>
31192 <HEAD>
31193 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
31194 </HEAD>
31195 <BODY>
31196 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
31198 UNIX Alpine only.
31200 By default, permission for others to &quot;talk&quot; to your terminal is turned
31201 off when you are running Alpine.  When this feature is set, permission is
31202 instead turned on.  If enabled, you may see unexpected messages in the
31203 middle of your Alpine screen from someone attempting to contact you via the
31204 &quot;talk&quot; program.
31207 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
31208 talk daemon on your system will attempt to print a message on your screen 
31209 when someone else is trying to contact you.  If you wish to see these
31210 messages while you are running Alpine, you should enable this feature.
31213 If you do enable this feature and see a &quot;talk&quot; message, you must 
31214 suspend or quit Alpine before you can respond.
31217 &lt;End of help on this topic&gt;
31218 </BODY>
31219 </HTML>
31220 ====== h_config_send_filter_dflt =====
31221 <HTML>
31222 <HEAD>
31223 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
31224 </HEAD>
31225 <BODY>
31226 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
31227 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
31228 configured, setting this feature will cause
31229 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
31230 instead of unfiltered, the usual default.
31232 <UL>   
31233 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31234 </UL><P>
31235 &lt;End of help on this topic&gt;
31236 </BODY>
31237 </HTML>
31238 ====== h_config_custom_print =====
31239 <HTML>
31240 <HEAD>
31241 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
31242 </HEAD>
31243 <BODY>
31244 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
31246 When this feature is set, the print command will have an additional
31247 subcommand called "C CustomPrint".  If selected, you will have
31248 the opportunity to enter any system print command --instead of being 
31249 restricted to using those that have been previously configured in the 
31250 printer setup menu.
31253 &lt;End of help on this topic&gt;
31254 </BODY>
31255 </HTML>
31256 ====== h_config_enable_dot_files =====
31257 <HTML>
31258 <HEAD>
31259 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
31260 </HEAD>
31261 <BODY>
31262 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
31264 When this feature is set, files beginning with dot (".") will be
31265 visible in the file browser.  For example, you'll be able to select them
31266 when using the browser to add an attachment to a message.
31268 &lt;End of help on this topic&gt;
31269 </BODY>
31270 </HTML>
31271 ====== h_config_enable_dot_folders =====
31272 <HTML>
31273 <HEAD>        
31274 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
31275 </HEAD>
31276 <BODY>
31277 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
31279 When this feature is set, folders beginning with dot (".") may be added
31280 and viewed.
31282 &lt;End of help on this topic&gt;
31283 </BODY>
31284 </HTML>
31285 ====== h_config_ff_between_msgs =====
31286 <HTML>
31287 <HEAD>
31288 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
31289 </HEAD>
31290 <BODY>
31291 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
31293 Setting this feature causes a formfeed to be printed between messages when
31294 printing multiple messages (with Apply Print command).
31296 &lt;End of help on this topic&gt;
31297 </BODY>
31298 </HTML>
31299 ====== h_config_blank_keymenu =====
31300 <HTML>
31301 <HEAD>
31302 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
31303 </HEAD>
31304 <BODY>
31305 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
31307 If this feature is set the command key menu that normally appears on the
31308 bottom two lines of the screen will not usually be there.  Asking for
31309 help with ^G or ? will cause the key menu to appear instead of causing
31310 the help message to come up.  If you want to actually see the help text,
31311 another ^G or ? will show it to you.  After the key menu has popped
31312 up with the help key it will remain there for an O for Other command but
31313 disappear if any other command is typed.
31315 &lt;End of help on this topic&gt;
31316 </BODY>
31317 </HTML>
31318 ====== h_config_enable_mouse =====
31319 <HTML>
31320 <HEAD>
31321 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
31322 </HEAD>
31323 <BODY>
31324 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
31326 This feature controls whether or not an X terminal mouse can be used with
31327 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
31328 being used, the left mouse button on the mouse can be used to select text
31329 or commands.
31330 Clicking on a command at the bottom of the screen will behave as if you had
31331 typed that command.
31332 Clicking on an index line will move the current message highlight to
31333 that line.
31334 Double-clicking on an index line will view the message.
31335 Double-clicking on a link will view the link.
31337 This type of mouse support will also work in some terminal emulators which are
31338 not actually X terminals, but which have extra code to support the xterm
31339 style mouse.
31340 For those emulators you not only need to turn this feature on but you also
31341 have to set the $DISPLAY environment variable even though it isn't needed
31342 for your terminal.
31343 That will cause Alpine to think that it is an xterm and to properly interpret the
31344 escape sequences sent by the mouse.
31346 Note: if this feature is set, the behavior of X terminal cut-and-paste is
31347 also modified.  It is sometimes possible to hold the shift key down while clicking
31348 left or middle mouse buttons for the normal xterm cut/paste operations. 
31349 There is also an Alpine command to toggle this mode on or off.
31350 The command is Ctrl-&#92; (Control-backslash).
31352 &lt;End of help on this topic&gt;
31353 </BODY>
31354 </HTML>
31355 ====== h_config_enable_xterm_newmail =====
31356 <HTML>
31357 <HEAD>        
31358 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
31359 </HEAD>
31360 <BODY>
31361 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
31363 This feature controls whether or not Alpine will attempt to announce new
31364 mail arrival when it is running in an X terminal window and that window
31365 is iconified.  If set, and the $DISPLAY variable indicates that an X
31366 terminal is being used, Alpine will send appropriate escape sequences to
31367 the X terminal to modify the label on Alpine's icon to indicate that new
31368 mail has arrived. Alpine will also modify the Alpine window's title to
31369 indicate new mail.
31370 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
31372 &lt;End of help on this topic&gt;
31373 </BODY></HTML>
31374 ====== h_config_enable_newmail_short_text =====
31375 <HTML>
31376 <HEAD>        
31377 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
31378 </HEAD>
31379 <BODY>
31380 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
31382 This feature controls the text to be displayed in an icon in the event
31383 of a new message arrival.  Normally, the message will
31384 be the one that is displayed on the screen.  This feature shortens the
31385 message to a count of the number of new messages in brackets.  This may be
31386 more useful for those who use the window's title bar in the task bar as a
31387 new mail indicator.  This feature is only useful if the
31388 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
31389 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
31390 feature, this feature is only relevant when run in an xterm environment.
31392 &lt;End of help on this topic&gt;
31393 </BODY></HTML>
31394 ====== h_config_copy_to_to_from =====
31395 <HTML>
31396 <HEAD>
31397 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
31398 </HEAD>
31399 <BODY>
31400 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
31402 This feature affects the From address used when Replying to a message.
31403 It is probably only useful if you have some
31404 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
31405 defined.
31406 When enabled, it checks to see if any of the addresses in the To or Cc
31407 fields of the message you are replying to is one of your addresses.
31408 If it is, and there is only one of them, then that address is used as
31409 the From address in the message you are composing.
31410 In other words, you will be using a From address that is the same
31411 as the To address that was used to get the mail to you in the first place.
31414 If a role is being used and it has a From address defined, that From address will
31415 be used rather than the one derived from this feature.
31418 <UL>   
31419 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31420 </UL><P>
31421 &lt;End of help on this topic&gt;
31422 </BODY>
31423 </HTML>
31424 ====== h_config_prefix_editing =====
31425 <HTML>
31426 <HEAD>
31427 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
31428 </HEAD>
31429 <BODY>
31430 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
31432 This feature affects the Reply command's &quot;Include original message
31433 in Reply?&quot; prompt.  When enabled, it causes the
31434 &quot;Edit Indent String&quot; sub-command to appear which allows 
31435 you to edit the string Alpine would otherwise use to denote included 
31436 text from the message being replied to.<P>
31438 Thus, you can change Alpine's default message quote character (usually
31439 an angle bracket) on a per message basis. So you could change your quoted message to
31440 look, for example, like this:<p>
31442 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
31444 John: I just wanted to say hello and to congratulate you
31445 John: on a job well done!</pre><p>
31447 The configuration option
31448 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
31449 may be used to change what appears as the default string to be edited.
31451 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
31452 currently being replied to.
31454 If you change your <!--#echo var="VAR_reply-indent-string"-->
31455 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
31456 quoted text will not be flowed
31457 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
31458 when you reply.
31459 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
31460 set to the default value.
31462 <UL>   
31463 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31464 </UL><P>
31465 &lt;End of help on this topic&gt;
31466 </BODY>
31467 </HTML>
31468 ====== h_config_enable_search_and_repl =====
31469 <HTML>
31470 <HEAD>
31471 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
31472 </HEAD>
31473 <BODY>
31474 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
31476 This feature modifies the behavior of Alpine's composer.  Setting this
31477 feature causes Alpine to offer the "^R Replace" subcommand, which
31478 allows you to search and replace text strings in a message you are composing, 
31479 inside the "^W Where is" command.  
31483 To search and replace text, first enter the text to be replaced at the 
31484 "Search: " prompt.  Then, rather than pressing Enter to just search for that
31485 text, press ^R, which turns the prompt into 
31489 Search (to replace): 
31493 and then press Enter.  The cursor will highlight the first occurrence 
31494 of the text string you entered, and the prompt will show: 
31498 Replace "<your text string>" with : 
31502 where <your text string> is what you entered at the previous prompt;
31503 here, enter the replacement text.  To only replace the highlighted 
31504 occurrence, simply press Enter now; to replace all occurrences in the 
31505 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
31506 each replacement.
31510 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
31511 ^X toggles between "Replace All" and "Replace One."
31515 If you previously searched for text in a message, it will be offered for 
31516 re-use as part of the prompt, shown in [ ] brackets.
31519 &lt;End of help on this topic&gt;
31520 </BODY>
31521 </HTML>
31522 ====== h_config_enable_view_attach =====
31523 <HTML>
31524 <HEAD>
31525 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
31526 </HEAD>
31527 <BODY>
31528 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
31530 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31531 Setting this feature causes Alpine to present attachments in boldface.
31532 The first available attachment is displayed in inverse.  This is the
31533 "selected" attachment.  Pressing RETURN will cause Alpine to display
31534 the selected attachment.  Use the arrow keys to change which of the
31535 attachments displayed in boldface is the current selection.
31539 Speaking of arrow keys, the Up and Down Arrows will select the next
31540 and previous attachments if one is available on the screen for selection.
31541 Otherwise, they will simply adjust the viewed text one line up or down.
31545 Similarly, when selectable items are present in a message, the Ctrl-F key
31546 can be used to select the next item in the message independent of which
31547 portion of the viewed message is currently displayed. The Ctrl-B key can
31548 be used to select the previous item in the same way. 
31549 <P> 
31550 &lt;End of help on this topic&gt;
31551 </BODY>
31552 </HTML>
31553 ====== h_config_enable_y_print =====
31554 <HTML>
31555 <HEAD>
31556 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
31557 </HEAD>
31558 <BODY>
31559 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
31561 This feature modifies the behavior of Alpine's Print command.
31563 By default, Alpine's print command is available by pressing the "%" key.  
31564 (This command is a substantial change from Pine versions before 4.00 -- 
31565 where the print command was "Y" -- based on numerous complaints about 
31566 printing being invoked inadvertently, since Y also means "Yes.")  
31570 This feature is supplied to mitigate any disruption or anxiety users 
31571 might feel as a result of this change.  
31575 Enabling this feature will cause Alpine to recognize both the old
31576 command, "Y" for Prynt, as well the new "%" method for invoking
31577 printing.  Note, key menu labels are not changed as a result of
31578 enabling this feature.
31582 &lt;End of help on this topic&gt;
31583 </BODY>
31584 </HTML>
31585 ====== h_config_enable_lessthan_exit =====
31586 <HTML>
31587 <HEAD>
31588 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
31589 </HEAD>
31590 <BODY>
31591 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
31593 If this feature is set, then on screens where there is an Exit command
31594 but no < command, the < key will perform the same function as the Exit
31595 command.
31596 This feature is set by default.
31598 &lt;End of help on this topic&gt;
31599 </BODY>
31600 </HTML>
31601 ====== h_config_enable_view_url =====
31602 <HTML>
31603 <HEAD>
31604 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
31605 </HEAD>
31606 <BODY>
31607 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
31608 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31609 When this feature is set (the default) Alpine will select possible URLs from the
31610 displayed text and display them in boldface for selection.
31612 The first available URL is displayed in inverse.  This is the
31613 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
31614 the selected URL via either built-in means as with mailto:, imap:,
31615 news:, and nntp:, or via an external application as defined
31616 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
31617 variable.
31619 Use the arrow keys to change which of the URLs displayed in boldface
31620 is the current selection.
31622 Speaking of arrow keys, the Up and Down Arrows will select the next
31623 and previous URL if one is available on the screen for selection (unless 
31624 you have set the feature 
31625 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
31626 Otherwise, they will simply adjust the viewed text one line up or down.
31628 Similarly, when selectable items are present in a message, the Ctrl-F
31629 key can be used to select the next item in the message independent
31630 of which portion of the viewed message is currently displayed. The
31631 Ctrl-B key can be used to select the previous item in the same way.
31633 <UL>   
31634 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31635 </UL><P>
31636 &lt;End of help on this topic&gt;
31637 </BODY>
31638 </HTML>
31639 ====== h_config_enable_view_web_host =====
31640 <HTML>
31641 <HEAD>
31642 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
31643 </HEAD>
31644 <BODY>
31645 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
31647 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31648 When this feature is set (the default) Alpine will select possible web hostnames
31649 from the displayed text and display them in boldface for selection.  
31650 This can be useful when you receive messages referencing World Wide Web 
31651 sites without the use of complete URLs; for example, specifying only 
31652 &quot;www.some.site.com&quot; (which will <B>not</B> become a 
31653 selectable 
31654 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
31655 rather than explicitly
31656 &quot;http://www.some.site.com&quot;.  
31658 The first available hostname is displayed in inverse.  This is the
31659 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
31660 the selected hostname via an external application as defined
31661 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
31662 variable.
31664 Use the arrow keys (unless you have set the feature 
31665 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
31666 to change which of the hostnames displayed in
31667 boldface is the current selection.
31669 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
31670 key can be used to select the next web hostname in the message independent
31671 of which portion of the viewed message is currently displayed. The
31672 Ctrl-B key can be used to select the previous web hostnames in the same way.
31674 <UL>   
31675 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31676 </UL><P>
31677 &lt;End of help on this topic&gt;
31678 </BODY>
31679 </HTML>
31680 ====== h_config_enable_view_addresses =====
31681 <HTML>
31682 <HEAD>
31683 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
31684 </HEAD>
31685 <BODY>
31686 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
31688 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31689 Setting this feature causes Alpine to select possible email addresses
31690 from the displayed text and display them in boldface for selection.  
31693 The first available email address is displayed in inverse.  This is the
31694 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
31695 the message composition screen with the To: field filled in with the
31696 selected address.
31698 Use the arrow keys (unless you have set the feature 
31699 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
31700 to change which of the hostnames displayed in
31701 boldface is the current selection.
31703 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
31704 key can be used to select the next web hostname in the message independent
31705 of which portion of the viewed message is currently displayed. The
31706 Ctrl-B key can be used to select the previous web hostnames in the same way.
31708 <UL>   
31709 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31710 </UL><P>
31711 &lt;End of help on this topic&gt;
31712 </BODY>
31713 </HTML>
31714 ====== h_external_loads_inline_images_only =====
31715 <HTML>
31716 <HEAD>
31717 <TITLE>FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></TITLE>
31718 </HEAD>
31719 <BODY>
31720 <H1>FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></H1>
31722 Alpine allows you to pass a HTML message to the browser that you have configured in your
31723 <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A> variable. This allows
31724 you to read a message outside of Alpine. This is desirable when Alpine does not display
31725 html correctly, or when you wish to read the message and see the inline images in the message.
31728 An inline image is one that comes with the message and is necessary for the correct display of
31729 the message. However, there are instances in which the source of an image will come from
31730 external servers. If this feature is enabled (the default) then Alpine will only pass inline
31731 images to the browser and will remove the link to external images, so only inline images will
31732 be used to display the message, and no external image will be loaded. Alpine does this to protect
31733 your privacy and security.
31736 Please note that messages are usually formatted by the sender so that they display correctly once
31737 all images have been loaded. Enabling this feature might cause the message not to be correctly
31738 displayed by your browser.
31741 Also consider security and privacy implications of opening an HTML message in a browser. You are
31742 always protected when you do not use this feature, but you might not have the same level of
31743 protection if you try to open a spam or scam using the html view. Also commercial email is
31744 normally embedded with links to external images that let them, their partners, and your internet
31745 service provider (which could be your employer or school)  know that you opened their message or
31746 connected to a web site, violating your privacy.
31749 If you are worried about your privacy and security, do not use an external viewer to open
31750 html files, and keep using the internal mechanisms that Alpine provides to read messages.
31753 &lt;End of help on this topic&gt;
31754 </BODY>
31755 <HTML>
31756 ====== h_config_enable_view_arrows =====
31757 <HTML>
31758 <HEAD>
31759 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
31760 </HEAD>
31761 <BODY>
31762 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
31764 This feature modifies Up and Down arrow key behavior in Alpine's
31765 MESSAGE TEXT screen when selectable Attachments, URL's, or
31766 web-hostnames are presented. Alpine's usual behavior is to move to
31767 the next or previous selectable item if currently displayed or
31768 simply to adjust the screen view by one line.
31772 Setting this feature causes the UP and Down arrow key to behave as
31773 if no selectable items were present in the message.
31777 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
31778 item) functionality is unchanged.
31781 &lt;End of help on this topic&gt;
31782 </BODY>
31783 <HTML>
31784 ====== h_config_quell_charset_warning =====
31785 <HTML>
31786 <HEAD>
31787 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
31788 </HEAD>
31789 <BODY>
31790 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
31792 By default, if the message you are viewing contains characters that are
31793 not representable in your
31794 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
31795 then Alpine will
31796 add a warning to the start of the displayed text.
31797 If this option is set, then that editorial message will be suppressed.
31799 Setting this feature also suppresses the comment about the character set
31800 in header lines.
31801 For example, when viewing a message you might see
31803 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
31805 in the From header if your Character-Set is something other than ISO-8859-2.
31806 If you set this feature, the comment about the character set will
31807 no longer be there.
31809 &lt;End of help on this topic&gt;
31810 </BODY>
31811 </HTML>
31812 ====== h_config_quell_host_after_url =====
31813 <HTML>
31814 <HEAD>
31815 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
31816 </HEAD>
31817 <BODY>
31818 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
31820 By default, links in HTML text are displayed with the host the link
31821 references appended, within square brackets, to the link text.  Alpine
31822 does this to help indicate where a link will take you, particularly when
31823 the link text might suggest a different destination.
31826 Setting this feature will prevent the server name from being appended
31827 to the displayed text.
31830 &lt;End of help on this topic&gt;
31831 </BODY>
31832 </HTML>
31833 ====== h_config_prefer_plain_text =====
31834 <HTML>
31835 <HEAD>
31836 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
31837 </HEAD>
31838 <BODY>
31839 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
31841 A message being viewed may contain alternate versions of the same content.
31842 Those alternate versions are supposed to be ordered by the sending software such that the
31843 first alternative is the least preferred and the last alternative is the
31844 most preferred. Alpine will normally display the most-preferred version that
31845 it knows how to display. This is most often encountered where the two
31846 alternate versions are a plain text version and an HTML version, with the
31847 HTML version listed last as the most preferred.
31849 If this option is set, then any plain text version will be preferred to
31850 all other versions.
31852 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
31853 which will temporarily change the sense of this option.
31854 If this option is set you will first see the plain text version of a
31855 message.
31856 If you then type the &quot;A&quot; command, you will see the most preferred version,
31857 most likely HTML, instead.
31858 Typing the &quot;A&quot; command a second time will switch it back.
31859 Alternatively, if the present option is not set you will originally see
31860 the most preferred version of the message and typing &quot;A&quot; will switch to
31861 the plain text version.
31863 &lt;End of help on this topic&gt;
31864 </BODY>
31865 </HTML>
31866 ====== h_config_pass_control =====
31867 <HTML>
31868 <HEAD>
31869 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
31870 </HEAD>
31871 <BODY>
31872 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
31874 It is probably not useful to set this option.
31875 This is a legacy option left behind &quot;just in case&quot;.
31876 Multi-byte characters that have an octet that has the same
31877 value as a control character are permitted through whether or not
31878 this option is turned on.
31880 This feature controls how certain characters contained in messages are
31881 displayed.
31882 If set, all characters in a message will be sent to the
31883 screen. Normally, control characters are displayed as shown below to
31884 avoid a garbled screen and to 
31885 avoid inadvertently changing terminal setup parameters.
31886 Control characters are usually displayed as two character sequences like
31887 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
31888 for Control-C,
31889 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
31890 for ESCAPE,
31891 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
31892 for DELETE, and
31893 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
31894 for the character with value 133 (0x85).
31895 (The DEL character is displayed as ^?, regular control characters are displayed
31896 as the character ^ followed by the character obtained by adding the
31897 five low-order bits of the character to 0x40, and the C1
31898 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
31899 character obtained by adding the
31900 five low-order bits of the character to 0x40.)
31901 Sometimes, in cases where changing a single control character into a
31902 two-character sequence would confuse Alpine's display routines,
31903 a question mark is substituted for the control character.
31905 If you wish to filter out regular control characters but pass the
31906 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
31907 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.
31909 &lt;End of help on this topic&gt;
31910 </BODY>
31911 </HTML>
31912 ====== h_config_pass_c1_control =====
31913 <HTML>
31914 <HEAD>
31915 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
31916 </HEAD>
31917 <BODY>
31918 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
31920 It is probably not useful to set this option.
31921 This is a legacy option left behind &quot;just in case&quot;.
31922 Multi-byte characters that have an octet that has the same
31923 value as a control character are permitted through whether or not
31924 this option is turned on.
31926 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31927 is set, then this feature has no effect.
31928 However, if you wish to filter out regular control characters but pass the
31929 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
31930 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31931 unset and set this feature.
31933 &lt;End of help on this topic&gt;
31934 </BODY>
31935 </HTML>
31936 ====== h_config_fcc_on_bounce =====
31937 <HTML>
31938 <HEAD>
31939 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
31940 </HEAD>
31941 <BODY>
31942 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
31944 This feature controls an aspect of Alpine's behavior when bouncing a
31945 message. If set, normal FCC ("File Carbon Copy") processing will be
31946 done, just as if you had composed a message to the address you are
31947 bouncing to.  If not set, no FCC of the message will be saved. 
31949 &lt;End of help on this topic&gt;
31950 </BODY>
31951 </HTML>
31952 ====== h_config_show_cursor =====
31953 <HTML>
31954 <HEAD>
31955 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
31956 </HEAD>
31957 <BODY>
31958 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
31960 This feature controls an aspect of Alpine's displays.  If set, the system
31961 cursor will move to convenient locations in the displays.  For example,
31962 to the beginning of the status field of the highlighted index line, or
31963 to the highlighted word after a successful WhereIs command.  It is intended
31964 to draw your attention to an "interesting" spot on the screen.
31966 &lt;End of help on this topic&gt;
31967 </BODY>
31968 </HTML>
31969 ====== h_config_sort_fcc_alpha =====
31970 <HTML>
31971 <HEAD>
31972 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
31973 </HEAD>
31974 <BODY>
31975 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
31977 This feature controls an aspect of Alpine's FOLDER LIST screen.
31978 If set, the default Fcc folder will be sorted alphabetically with the other
31979 folders instead of appearing right after the INBOX.
31981 &lt;End of help on this topic&gt;
31982 </BODY>
31983 </HTML>
31984 ====== h_config_sort_save_alpha =====
31985 <HTML>
31986 <HEAD>
31987 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
31988 </HEAD>
31989 <BODY>
31990 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
31992 This feature controls an aspect of Alpine's FOLDER LIST screen.
31993 If set, the default save folder will be sorted alphabetically with the other
31994 folders instead of appearing right after the INBOX (and default FCC folder).
31996 &lt;End of help on this topic&gt;
31997 </BODY>
31998 </HTML>
31999 ====== h_config_single_list =====
32000 <HTML>
32001 <HEAD>
32002 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
32003 </HEAD>
32004 <BODY>
32005 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
32007 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
32008 the folders will be listed one per line instead of several per line
32009 in the FOLDER LIST display.
32011 &lt;End of help on this topic&gt;
32012 </BODY>
32013 </HTML>
32014 ====== h_config_vertical_list =====
32015 <HTML>
32016 <HEAD>
32017 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
32018 </HEAD>
32019 <BODY>
32020 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
32022 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
32023 the folders will be listed alphabetically down the columns rather
32024 than across the columns as is the default.
32026 &lt;End of help on this topic&gt;
32027 </BODY>
32028 </HTML>
32029 ====== h_config_verbose_post =====
32030 <HTML>
32031 <HEAD>
32032 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
32033 </HEAD>
32034 <BODY>
32035 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
32036 This feature controls an aspect of Alpine's message sending.  When enabled,
32037 Alpine will send a VERB (i.e., VERBose) command early in the posting process
32038 intended to cause the SMTP server to provide a more detailed account of
32039 the transaction.  This feature is typically only useful to system
32040 administrators and other support personnel as an aid in troubleshooting
32041 problems.
32043 Note, this feature relies on a specific capability of the system's mail
32044 transport agent or configured 
32045 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
32046 It is possible that this
32047 feature will cause problems for some transport agents, and may result in
32048 sending failure.  In addition, as the verbose output comes from the mail
32049 transport agent, it is likely to vary from one system to another. 
32050 <P><UL>
32051 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32052 </UL><P>
32053 &lt;End of help on this topic&gt;
32054 </BODY>
32055 </HTML>
32056 ====== h_config_auto_reply_to =====
32057 <HTML>
32058 <HEAD>
32059 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
32060 </HEAD>
32061 <BODY>
32062 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
32064 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
32065 will not prompt when a message being replied to contains a "Reply-To:"
32066 header value, but will simply use its value (as opposed to using the
32067 "From:" field's value).
32071 Note: Using the "Reply-To:" address is usually the preferred behavior,
32072 however, some mailing list managers choose to place the list's address in
32073 the "Reply-To:" field of any message sent out to the list.  In such
32074 cases, this feature makes it all too easy for personal replies to be
32075 inadvertently sent to the entire mail list, so be careful! 
32077 &lt;End of help on this topic&gt;
32078 </BODY>
32079 </HTML>
32080 ====== h_config_del_skips_del =====
32081 <HTML>
32082 <HEAD>
32083 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
32084 </HEAD>
32085 <BODY>
32086 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
32088 This feature controls an aspect of Alpine's Delete command.  If set, this
32089 feature will cause the Delete command to advance past following messages that
32090 are marked deleted.  In other words, pressing "D" will both mark the
32091 current message deleted and advance to the next message that is not marked
32092 deleted.
32093 This feature is set by default.
32095 &lt;End of help on this topic&gt;
32096 </BODY></HTML>
32097 ====== h_config_expunge_manually =====
32098 <HTML>
32099 <HEAD>
32100 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
32101 </HEAD>
32102 <BODY>
32103 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
32105 Normally, when you close a folder that contains deleted messages you are
32106 asked if you want to expunge those messages from the folder permanently.
32107 If this feature is set, you won't be asked and the deleted messages will
32108 remain in the folder.
32109 If you choose to set this feature you will have to expunge the
32110 messages manually using the eXpunge command, which you can use while
32111 in the MESSAGE INDEX screen.
32112 If you do not expunge deleted messages the size of your
32113 folder will continue to increase until you are out of disk space.
32115 <UL>   
32116 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32117 </UL><P>
32118 &lt;End of help on this topic&gt;
32119 </BODY>
32120 </HTML>
32121 ====== h_config_auto_expunge =====
32122 <HTML>
32123 <HEAD>
32124 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
32125 </HEAD>
32126 <BODY>
32127 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
32129 This features controls an aspect of Alpine's eXpunge command.  If set, you
32130 will <B>not</B> be prompted to confirm your intent before the expunge takes 
32131 place.
32132 Actually, this is only true for the INBOX folder and for folders in the
32133 Incoming Folders collection. See the feature
32134 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
32136 <UL>   
32137 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32138 </UL><P>
32139 &lt;End of help on this topic&gt;
32140 </BODY>
32141 </HTML>
32142 ====== h_config_full_auto_expunge =====
32143 <HTML>
32144 <HEAD>
32145 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
32146 </HEAD>
32147 <BODY>
32148 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
32150 This features controls an aspect of Alpine's eXpunge command.  If set, you
32151 will <B>not</B> be prompted to confirm your intent before the expunge 
32152 takes place.  This feature sets this behavior for all folders, unlike the
32153 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
32154 feature that works only for incoming folders.
32156 <UL>   
32157 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32158 </UL><P>
32159 &lt;End of help on this topic&gt;
32160 </BODY>
32161 </HTML>
32162 ====== h_config_auto_read_msgs =====
32163 <HTML>
32164 <HEAD>
32165 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
32166 </HEAD>
32167 <BODY>
32168 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
32169 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
32170 and the 
32171 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
32172 option is also set, then Alpine will
32173 automatically transfer all read messages to the designated folder and mark
32174 them as deleted in the INBOX.  Messages in the INBOX marked with an 
32175 &quot;N&quot; (meaning New, or unseen) are not affected.
32177 <UL>   
32178 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32179 </UL><P>
32180 &lt;End of help on this topic&gt;
32181 </BODY>
32182 </HTML>
32183 ====== h_config_auto_fcc_only =====
32184 <HTML>
32185 <HEAD>
32186 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
32187 </HEAD>
32188 <BODY>
32189 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
32190 This features controls an aspect of Alpine's composer.
32191 The only time this feature will be used is if you attempt to send mail
32192 that has no recipients but does have an Fcc.
32193 Normally, Alpine will ask if you really mean to copy the message only to
32194 the Fcc.
32195 That is, it asks if you really meant to have no recipients.
32196 If this feature is set, you
32197 will <B>not</B> be prompted to confirm your intent to make only a copy
32198 of a message with no recipients.
32200 This feature is closely related to
32201 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
32202 The difference between this feature and that feature is that this feature
32203 considers a Bcc to be a recipient while that feature will ask for confirmation
32204 even if there is a Bcc when there is no To, Cc, or Newsgroup.
32205 The default values also differ. This feature defaults to asking the question
32206 and you have to turn it off.
32207 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
32208 unless you turn it on.
32211 <UL>   
32212 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32213 </UL><P>
32214 &lt;End of help on this topic&gt;
32215 </BODY>
32216 </HTML>
32217 ====== h_config_mark_fcc_seen =====
32218 <HTML>
32219 <HEAD>
32220 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
32221 </HEAD>
32222 <BODY>
32223 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
32225 This features controls the way Fccs (File carbon copies) are
32226 made of the messages you send.
32229 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
32230 copy will be marked as Unseen.
32231 When you look at the folder it was saved in the message will appear to
32232 be a New message until you read it.
32233 When this feature is enabled, the message will be marked as having
32234 been Seen.
32237 <UL>   
32238 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32239 </UL><P>
32240 &lt;End of help on this topic&gt;
32241 </BODY>
32242 </HTML>
32243 ====== h_config_no_fcc_attach =====
32244 <HTML>
32245 <HEAD>
32246 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
32247 </HEAD>
32248 <BODY>
32249 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
32251 This features controls the way Fcc's (File carbon copies) are
32252 made of the messages you send.
32255 Normally, Alpine saves an exact copy of your message as it was sent.
32256 When this feature is enabled, the &quot;body&quot; of the message
32257 you send (the text you type in the composer) is preserved in the 
32258 copy as before, however all attachments are replaced with text
32259 explaining what had been sent rather than the attachments themselves.
32262 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
32263 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
32264 allows you to interactively set whether or not attachments are saved
32265 to the Fcc'd copy.
32268 <UL>   
32269 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32270 </UL><P>
32271 &lt;End of help on this topic&gt;
32272 </BODY>
32273 </HTML>
32274 ====== h_config_read_in_newsrc_order =====
32275 <HTML>
32276 <HEAD>
32277 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
32278 </HEAD>
32279 <BODY>
32280 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
32282 This feature controls the order in which newsgroups will be presented.  If
32283 set, they will be presented in the same order as they occur in your 
32284 <!--chtml if pinemode="os_windows"-->
32285 &quot;NEWSRC&quot;
32286 <!--chtml else-->
32287 &quot;.newsrc&quot;
32288 <!--chtml endif-->
32289 file (the default location of which can be changed with the 
32290 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
32292 If not set, the newsgroups will be presented in alphabetical order.
32294 <UL>   
32295 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32296 </UL><P>
32297 &lt;End of help on this topic&gt;
32298 </BODY>
32299 </HTML>
32300 ====== h_config_quell_tz_comment =====
32301 <HTML>
32302 <HEAD>
32303 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
32304 </HEAD>
32305 <BODY>
32306 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
32308 Normally, when Alpine generates a Date header for outgoing mail,
32309 it will try to include the symbolic timezone at the end of the
32310 header inside parentheses.
32311 The symbolic timezone is often three characters long, but on
32312 some operating systems, it may be longer.
32313 Apparently there are some SMTP servers in the world that will reject an
32314 incoming message if it has a Date header longer than about 80 characters.
32315 If this feature is set, the symbolic timezone normally generated by
32316 Alpine will not be included.
32317 You probably don't need to worry about this feature unless you run into
32318 the problem described above.
32321 &lt;End of help on this topic&gt;
32322 </BODY>
32323 </HTML>
32324 ====== h_config_post_wo_validation =====
32325 <HTML>
32326 <HEAD>
32327 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
32328 </HEAD>
32329 <BODY>
32330 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
32332 This feature controls whether the NNTP server is queried as newsgroups
32333 are entered for posting.  Validation over slow links (e.g. dialup using
32334 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
32336 &lt;End of help on this topic&gt;
32337 </BODY>
32338 </HTML>
32339 ====== h_config_send_wo_confirm =====
32340 <HTML>
32341 <HEAD>
32342 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
32343 </HEAD>
32344 <BODY>
32345 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
32347 By default, when you send or post a message you will be asked to confirm
32348 with a question that looks something like:
32351 <CENTER><SAMP>Send message?</SAMP></CENTER>
32354 If this feature is set, you
32355 will <B>not</B> be prompted to confirm your intent to send
32356 and your message will be sent.
32358 If this feature is set it disables some possibilities and renders some
32359 other features meaningless.
32360 You will not be able to use
32361 <A HREF="h_config_sending_filter">Sending Filters</A>,
32362 Verbose sending mode,
32363 <A HREF="h_config_compose_bg_post">Background Sending</A>,
32364 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
32365 or ^V to turn off the generation of flowed text for this message.
32366 These options are normally available as suboptions in the Send prompt, but
32367 with no Send prompt the options are gone.
32370 A somewhat related feature is
32371 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
32372 which may be used to eliminate the extra confirmation
32373 question when posting to a newsgroup.
32375 <UL>   
32376 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32377 </UL><P>
32378 &lt;End of help on this topic&gt;
32379 </BODY>
32380 </HTML>
32381 ====== h_config_quell_filtering_done_message =====
32382 <HTML>
32383 <HEAD>
32384 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
32385 </HEAD>
32386 <BODY>
32387 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
32389 If you use Filter Rules that move messages or set status of messages
32390 you sometimes see a message from Alpine that looks like
32393 <CENTER><SAMP>filtering done</SAMP></CENTER>
32396 If this feature is set, this message will be suppressed.
32397 If the feature
32398 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
32399 is set then this message will be suppressed regardless.
32402 <UL>   
32403 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32404 </UL><P>
32405 &lt;End of help on this topic&gt;
32406 </BODY>
32407 </HTML>
32408 ====== h_config_quell_filtering_messages =====
32409 <HTML>
32410 <HEAD>
32411 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
32412 </HEAD>
32413 <BODY>
32414 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
32416 If you use Filter Rules that move messages or set status of messages
32417 you sometimes see messages from Alpine that look like
32420 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
32426 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
32432 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
32435 If this feature is set, these messages will be suppressed.
32436 The feature
32437 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
32438 is related.
32441 <UL>   
32442 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32443 </UL><P>
32444 &lt;End of help on this topic&gt;
32445 </BODY>
32446 </HTML>
32447 ====== h_config_quell_post_prompt =====
32448 <HTML>
32449 <HEAD>
32450 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
32451 </HEAD>
32452 <BODY>
32453 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
32455 By default, when you post a message to a newsgroup you are asked to confirm
32456 that you want to post with the question
32459 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
32462 If this feature is set, you
32463 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
32464 and your message will be posted.
32467 <UL>   
32468 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32469 </UL><P>
32470 &lt;End of help on this topic&gt;
32471 </BODY>
32472 </HTML>
32473 ====== h_config_check_mail_onquit =====
32474 <HTML>
32475 <HEAD>
32476 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
32477 </HEAD>
32478 <BODY>
32479 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
32481 If this feature is set, Alpine will check for new mail after you give the
32482 Quit command.
32483 If new mail has arrived since the previous check, you will be notified
32484 and given the choice of quitting or not quitting.
32486 <UL>   
32487 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32488 </UL><P>
32489 &lt;End of help on this topic&gt;
32490 </BODY>
32491 </HTML>
32492 ====== h_config_inbox_no_confirm =====
32493 <HTML>
32494 <HEAD>
32495 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
32496 </HEAD>
32497 <BODY>
32498 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
32500 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
32501 command and there are no more folders or newsgroups to visit, you are asked
32502 if you want to return to the INBOX.
32503 If this feature is set you will not be asked.
32504 It will be assumed that you do want to return to the INBOX.
32506 <UL>   
32507 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32508 </UL><P>
32509 &lt;End of help on this topic&gt;
32510 </BODY>
32511 </HTML>
32512 ====== h_config_dates_to_local =====
32513 <HTML>
32514 <HEAD>
32515 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
32516 </HEAD>
32517 <BODY>
32518 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
32520 Normally, the message dates that you see in the
32521 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
32522 For example, if a message was sent to you from a few timezones to the east
32523 it might appear that it was sent from the future;
32524 or if it was sent from somewhere to the west it might appear
32525 as if it is from yesterday even though it was sent only a few minutes ago.
32526 If this feature is set an attempt will be made to convert the dates
32527 to your local timezone to be displayed.
32529 Note that this does not affect the results of Select by Date or of
32530 anything else other than these displayed dates.
32531 When viewing the message you may look at the original unconverted value of the Date
32532 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
32534 <UL>   
32535 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32536 </UL><P>
32537 &lt;End of help on this topic&gt;
32538 </BODY>
32539 </HTML>
32540 ====== h_config_tab_no_prompt =====
32541 <HTML>
32542 <HEAD>
32543 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
32544 </HEAD>
32545 <BODY>
32546 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
32548 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
32549 command and there is a problem checking a folder, you are asked
32550 whether you want to continue with the search in the following folder or not.
32551 This question gives you a chance to stop the NextNew processing.
32552 (The checking problem might be caused by the fact that the folder does not
32553 exist, or by an authentication problem, or by a server problem
32554 of some sort.)
32557 If this feature is set you will not be asked.
32558 It will be assumed that you do want to continue.
32560 <UL>   
32561 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32562 </UL><P>
32563 &lt;End of help on this topic&gt;
32564 </BODY>
32565 </HTML>
32566 ====== h_config_input_history =====
32567 <HTML>
32568 <HEAD>
32569 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
32570 </HEAD>
32571 <BODY>
32572 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
32574 Many of the prompts that ask for input in the status line near the
32575 bottom of the screen will respond to Up Arrow and Down Arrow
32576 with the history of previous entries.
32577 For example, in the MESSAGE INDEX screen when you use the WhereIs
32578 command the text you entered will be remembered and can be recalled
32579 by using the Up Arrow key.
32580 Another example, when saving a message the folders saved to will
32581 be remembered and can be recalled using the arrow keys.
32583 In the Save prompt, some users prefer that the Up and Down arrow keys
32584 be used for the Previous Collection and Next Collection commands
32585 instead of for a history of previous saves.
32586 If this option is set the Up and Down arrow keys will become synonyms for the
32587 Previous Collection and Next Collection (^P and ^N) commands in the
32588 prompt for the name of a folder to Save to or in the prompt for the
32589 name of a folder to GoTo.
32590 When this feature is not set (the default), ^P and ^N will change the
32591 collection and the arrow keys will show the history.
32593 <UL>   
32594 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32595 </UL><P>
32596 &lt;End of help on this topic&gt;
32597 </BODY>
32598 </HTML>
32599 ====== h_config_confirm_role =====
32600 <HTML>
32601 <HEAD>
32602 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
32603 </HEAD>
32604 <BODY>
32605 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
32607 If you have roles, when you Reply to or Forward a message, or Compose
32608 a new message, Alpine
32609 will search through your roles for one that matches.
32610 Normally, if no matches are found you will be placed into the composer
32611 with no opportunity to select a role.
32612 If this feature is set, then you will be asked to confirm that you don't
32613 want a role.
32614 This will give you the opportunity to select a role (with the ^T command).
32615 If you confirm no role with a Return, you will be placed in
32616 the composer with no role.
32617 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
32618 These behave the same as if you pressed the Return.
32619 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
32620 match what you might type if there was a role match.)
32622 If you are using the alternate form of the Compose command called
32623 &quot;Role&quot;, then all of your roles will be available to you,
32624 independent of the value of this feature and of the values set for all of
32625 Reply Use, Forward Use, and Compose Use.
32627 <UL>   
32628 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32629 </UL><P>
32630 &lt;End of help on this topic&gt;
32631 </BODY>
32632 </HTML>
32633 ====== h_config_news_cross_deletes =====
32634 <HTML>
32635 <HEAD>
32636 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
32637 </HEAD>
32638 <BODY>
32639 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
32641 This feature controls what Alpine does when you delete a message in a
32642 newsgroup that appears in more than one newsgroup.  Such a message
32643 is sometimes termed a &quot;crossposting&quot; in that it was posted
32644 across several newsgroups.
32647 Alpine's default behavior when you delete such a message is to remove
32648 only the copy in the current newsgroup from view when you use the
32649 &quot;Exclude&quot; command or the next time you visit the newsgroup.
32652 Enabling this feature causes Alpine to remove every occurrence of the
32653 message from all newsgroups it appears in and to which you are
32654 subscribed.
32657 NOTE: As currently implemented, enabling this feature may increase the
32658 time it takes the Expunge command and newsgroup closing to complete.
32661 <UL>   
32662 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32663 </UL><P>
32664 &lt;End of help on this topic&gt;
32665 </BODY>
32666 </HTML>
32667 ====== h_config_news_catchup =====
32668 <HTML>
32669 <HEAD>
32670 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
32671 </HEAD>
32672 <BODY>
32673 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
32675 This feature controls what Alpine does as it closes a newsgroup.
32676 When set, Alpine will offer to delete all messages from the newsgroup
32677 as you are quitting Alpine or opening a new folder.
32680 This feature is useful if you typically read all the interesting messages
32681 in a newsgroup each time you open it.  This feature saves you from
32682 having to delete each message in a newsgroup as you read it or from
32683 selecting all the messages and doing an
32684 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
32685 move on to the next folder or newsgroup.
32688 <UL>   
32689 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32690 </UL><P>
32691 &lt;End of help on this topic&gt;
32692 </BODY>
32693 </HTML>
32694 ====== h_config_next_thrd_wo_confirm =====
32695 <HTML>
32696 <HEAD>
32697 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
32698 </HEAD>
32699 <BODY>
32700 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
32702 This feature controls an aspect of Alpine's Next and Prev commands in
32703 the case where you are using one of the
32704 &quot;separate-index-screen&quot; styles for the configuration option
32705 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
32706 and currently have the folder sorted by a Threaded or OrderedSubject sort.
32707 When you are Viewing a particular thread you have a
32708 MESSAGE INDEX of only the messages in that thread.
32709 If you press the Next command with the last message in the thread highlighted
32710 you will normally be asked if you want to &quot;View next thread?&quot;,
32711 assuming there is a next thread to view.
32712 If this feature is set it will be assumed that you always want to view the
32713 next thread and you won't be asked to confirm that.
32714 Similarly, if the first message of the thread is highlighted and you
32715 press the Prev command, this feature will prevent the question
32716 &quot;View previous thread&quot;.
32718 This feature only has an effect in the MESSAGE INDEX screen.
32719 If you then view a particular message from that screen and press the
32720 Next command, you will be sent to the next thread without being asked,
32721 independent of the setting of this feature.
32723 The feature
32724 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
32726 &lt;End of help on this topic&gt;
32727 </BODY>
32728 </HTML>
32729 ====== h_config_kw_braces =====
32730 <HTML>
32731 <HEAD>
32732 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
32733 </HEAD>
32734 <BODY>
32735 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
32737 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
32738 TEXT screens.
32739 If you have modified the
32740 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
32741 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
32742 are used to display keywords or their initials along with the Subject; then
32743 this option may be used to modify the resulting display slightly.
32744 By default, the keywords or initials displayed for these tokens will be
32745 surrounded with curly braces ({ and }) and a trailing space.
32746 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
32747 a message, the &quot;SUBJKEY&quot; token will normally look like
32749 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
32751 and the SUBJKEYINIT token would look like
32753 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
32755 The default character before the keywords is the left brace ({) and the
32756 default after the keywords is the right brace followed by a space (} ).
32758 This option allows you to change that.
32759 You should set it to two values separated by a space.
32760 The values may be quoted if they include space characters.
32761 So, for example, the default value could be specified explicitly by setting this
32762 option to
32764 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
32766 The first part wouldn't need to be quoted (but it doesn't hurt).
32767 The second part does need the quotes because it includes a space character.
32768 If you wanted to change the braces to brackets you could use
32770 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
32772 Inside the quotes you can use backslash quote to mean quote, so
32774 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
32776 would produce
32778 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
32780 It is also possible to color keywords in the index using the
32781 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
32783 It is not possible to change the fact that a space character is used to
32784 separate the keywords if more than one keyword is set for a message.
32785 It is also not possible to change the fact that there are no separators
32786 between the keyword initials if more than one keyword is set.
32788 &lt;End of help on this topic&gt;
32789 </BODY>
32790 </HTML>
32791 ====== h_config_opening_sep =====
32792 <HTML>
32793 <HEAD>
32794 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
32795 </HEAD>
32796 <BODY>
32797 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
32799 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
32800 With some setups the text of the subject is followed
32801 by the opening text of the message if there is any room available in the index line.
32802 If you have configured your
32803 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32804 to include one of the Subject tokens that causes this behavior
32805 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
32806 to modify what is displayed slightly.
32807 By default, the Subject is separated from the opening text of the message by
32808 the three characters space dash space;
32810 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
32812 Use this option to set it to something different.
32813 The value must be quoted if it includes any space characters.
32814 For example, the default value could be specified explicitly by setting this
32815 option to
32817 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
32819 &lt;End of help on this topic&gt;
32820 </BODY>
32821 </HTML>
32822 ====== h_config_select_wo_confirm =====
32823 <HTML>
32824 <HEAD>
32825 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
32826 </HEAD>
32827 <BODY>
32828 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
32830 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
32831 These commands all take text input to specify the name of the folder or
32832 file to be used, but allow you to press ^T for a list of possible names.
32833 If set, the selected name will be used immediately, without further
32834 opportunity to confirm or edit the name.
32836 Some related help topics are
32837 <UL>
32838 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
32839 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
32840 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
32841 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
32842 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
32843 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
32844 </UL>
32846 &lt;End of help on this topic&gt;
32847 </BODY>
32848 </HTML>
32849 ====== h_config_save_part_wo_confirm =====
32850 <HTML>
32851 <HEAD>
32852 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
32853 </HEAD>
32854 <BODY>
32855 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
32857 This feature controls an aspect of Alpine's Save command.
32858 By default, when you Save a message that has some deleted parts, you will
32859 be asked to confirm that you want to Save with a prompt that looks like:
32861 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
32863 If this feature is set, you will not be asked.
32865 &lt;End of help on this topic&gt;
32866 </BODY>
32867 </HTML>
32868 ====== h_config_use_resentto =====
32869 <HTML>
32870 <HEAD>
32871 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
32872 </HEAD>
32873 <BODY>
32874 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
32876 This feature is turned off by default because turning it on causes problems
32877 with some deficient IMAP servers.
32878 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
32879 <A HREF="h_rule_patterns">Pattern</A>
32880 contains a To header pattern and this feature is turned on,
32881 then a check is made in the message to see
32882 if a Resent-To header is present, and that is used instead of the To header.
32883 If this feature is not turned on, then the regular To header will always
32884 be used.
32887 &lt;End of help on this topic&gt;
32888 </BODY>
32889 </HTML>
32890 ====== h_config_use_reg_start_for_stayopen =====
32891 <HTML>
32892 <HEAD>
32893 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
32894 </HEAD>
32895 <BODY>
32896 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
32898 This feature affects which message is selected as the current message
32899 when you enter a
32900 <A HREF="h_config_permlocked">Stay Open</A> folder.
32902 Normally, the starting position for an incoming folder (which most Stay Open
32903 folders will likely be) is controlled by the
32904 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
32905 However, if a folder is a Stay Open folder, when you re-enter the folder
32906 after the first time the current message will be the same as it was when
32907 you left the folder.
32908 An exception is made if you use the TAB command to get to the folder.
32909 In that case, the message number will be incremented by one from what it
32910 was when you left the folder.
32912 The above special behavior is thought to be useful.
32913 However, it is special and different from what you might at first expect.
32914 If this feature is set, then Stay Open folders will not be treated specially
32915 as far as the startup rule is concerned.
32918 &lt;End of help on this topic&gt;
32919 </BODY>
32920 </HTML>
32921 ====== h_config_use_current_dir =====
32922 <HTML>
32923 <HEAD>
32924 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
32925 </HEAD>
32926 <BODY>
32927 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
32929 This feature controls an aspect of several commands. 
32930 If set, your &quot;current working directory&quot; 
32931 <!--chtml if pinemode="running"-->
32932 (which, at least for your current Alpine &quot;session,&quot; 
32933 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
32934 <!--chtml endif-->
32935 will be used instead of your home directory 
32936 <!--chtml if pinemode="running"-->
32937 (which, in the present configuration of your system, is
32938  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
32939 <!--chtml endif-->
32940 for all of the following operations:<UL>
32941     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
32942     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
32943     <LI> <!--chtml if pinemode="function_key"-->F4
32944          <!--chtml else-->Ctrl-R
32945          <!--chtml endif--> file inclusion in the COMPOSER
32946     <LI> <!--chtml if pinemode="function_key"-->F5
32947          <!--chtml else-->Ctrl-J
32948          <!--chtml endif--> file attachment in the COMPOSER
32949 </UL>
32950 <!--chtml if pinemode="os_windows"-->
32952 If you are starting PC-Alpine from a desktop icon or the Start menu, 
32953 you can set the &quot;current drive&quot; 
32954 by specifying it in the &quot;Start in:&quot; 
32955 box found in the Shortcut tab of the Properties.  
32956 <!--chtml endif-->
32958 <UL>   
32959 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32960 </UL>
32963 &lt;End of help on this topic&gt;
32964 </BODY>
32965 </HTML>
32966 ====== h_config_save_wont_delete =====
32967 <HTML>
32968 <HEAD>
32969 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
32970 </HEAD>
32971 <BODY>
32972 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
32974 This feature controls one aspect of the Save command.  If set, Save will
32975 not mark the message &quot;deleted&quot; (its default behavior) after
32976 it has been copied to the designated folder.
32979 &lt;End of help on this topic&gt;
32980 </BODY>
32981 </HTML>
32982 ====== h_config_use_boring_spinner =====
32983 <HTML>
32984 <HEAD>
32985 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
32986 </HEAD>
32987 <BODY>
32988 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
32990 When Alpine is delayed for some reason it usually shows that
32991 something is happening with a small animated display in the status
32992 message line near the bottom of the screen.
32993 Setting this feature will cause that animation to be the same
32994 each time instead of having Alpine choose a random animation.
32995 You may turn the animation off altogether by setting the
32996 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
32997 option to zero.
33000 &lt;End of help on this topic&gt;
33001 </BODY>
33002 </HTML>
33003 ====== h_config_unsel_wont_advance =====
33004 <HTML>
33005 <HEAD>
33006 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
33007 </HEAD>
33008 <BODY>
33009 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
33011 This feature controls one aspect of the Unselect Current message command.
33012 Normally, when the Unselect current message command (:) is typed when the
33013 current message is selected, the message will be unselected and the next
33014 message will become the current message.
33015 If this feature is set, the cursor will not advance to the next message.
33016 Instead, the current message will remain the current message after
33017 unselecting.
33020 &lt;End of help on this topic&gt;
33021 </BODY>
33022 </HTML>
33023 ====== h_config_prune_uses_iso =====
33024 <HTML>
33025 <HEAD>
33026 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
33027 </HEAD>
33028 <BODY>
33029 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
33031 By default, Alpine asks monthly whether or not you would like to rename
33032 some folders to a new name containing the date.
33033 It also asks whether or not you would like to delete some old folders.
33034 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
33035 explanation.
33038 By default, the name used when renaming a folder looks like
33040 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
33042 For example, the first time you run Alpine in May of 2004,
33043 the folder &quot;sent-mail&quot; might be renamed to
33045 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
33047 If this feature is set, the name used will be of the form
33049 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
33051 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
33052 month (01, 02, ..., 12).
33053 For the April, 2004 example above, it would instead be
33055 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
33057 because April is the 4th month of the year.
33058 A reason you might want to set this feature is so that the folders
33059 will sort in chronological order.
33062 &lt;End of help on this topic&gt;
33063 </BODY>
33064 </HTML>
33065 ====== h_config_save_advances =====
33066 <HTML>
33067 <HEAD>
33068 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
33069 </HEAD>
33070 <BODY>
33071 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
33073 This feature controls one aspect of the Save command.  If set, Save will
33074 (in addition to copying the current message to the designated folder) also
33075 advance to the next message.
33078 &lt;End of help on this topic&gt;
33079 </BODY>
33080 </HTML>
33081 ====== h_config_force_arrow =====
33082 <HTML>
33083 <HEAD>
33084 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
33085 </HEAD>
33086 <BODY>
33087 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
33089 This feature affects Alpine's MESSAGE INDEX display routine.
33090 If set, the normal inverse-video cursor will be
33091 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
33092 second column of the index display.
33094 This is the same index cursor you get if you turn on
33095 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
33096 line coloring will still be present if this feature is turned on and
33097 <!--#echo var="FEAT_assume-slow-link"--> is off.
33099 An alternative version of the Arrow cursor is available by including the
33100 <A HREF="h_config_index_arrow_color">ARROW</A>
33101 token in the
33102 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
33104 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
33105 but that is not implemented.
33108 &lt;End of help on this topic&gt;
33109 </BODY>
33110 </HTML>
33111 ====== h_config_ignore_size =====
33112 <HTML>
33113 <HEAD>
33114 <TITLE>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></TITLE>
33115 </HEAD>
33116 <BODY>
33117 <H1>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></H1>
33119 When you have an account residing in an IMAP server, Alpine records the 
33120 size of each message as reported by the server. However, when Alpine saves 
33121 a message in such IMAP server, Alpine will compute the size of the message 
33122 independently, from the data it received. If these two numbers do not 
33123 match for a message, Alpine asks you if you still want to take the risk of 
33124 saving such message, since data corruption or loss of data could result 
33125 from this save.
33128 Sometimes the root of this problem is that the IMAP server does not 
33129 compute sizes correctly, and there will not be loss of information when 
33130 saving such message. Enabling this feature will make Alpine ignore such 
33131 error and continue saving the message without producing any warnings or 
33132 ever stopping the process, as if there had not been any error. This option 
33133 applies to all IMAP servers that you use, so if you enable this feature, 
33134 size discrepancy warnings will not be given for any IMAP server you 
33135 connect to.
33138 Example of a server where you could reproduce this problem is the Gmail 
33139 IMAP server. Another example can be found in some versions of the Exchange 
33140 server.
33143 It is recommended that this feature be disabled most of the time and only 
33144 enabled when you find a server which you can determine that has the above 
33145 mentioned defect, but be disabled again after making the save operation 
33146 succeed.
33149 &lt;End of help on this topic&gt;
33150 </BODY>
33151 </HTML>
33152 ====== h_config_force_low_speed =====
33153 <HTML>
33154 <HEAD>
33155 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
33156 </HEAD>
33157 <BODY>
33158 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
33160 UNIX Alpine only.
33162 This feature affects Alpine's display routines.  If set, the normal
33163 inverse-video cursor (used to highlight the current item in a list) will be
33164 replaced by an &quot;arrow&quot; cursor and other
33165 screen update optimizations for
33166 low-speed links (e.g. 2400 bps dialup connections) will be activated.
33167 One of the optimizations is that colored index lines (set up with Indexcolor
33168 Rules) will not be colored.
33169 If you are just turning this feature on because you like using
33170 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
33171 coloring by turning this feature off and the
33172 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
33175 &lt;End of help on this topic&gt;
33176 </BODY>
33177 </HTML>
33178 ====== h_config_show_delay_cue =====
33179 <HTML>
33180 <HEAD>
33181 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
33182 </HEAD>
33183 <BODY>
33184 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
33186 If set, this feature will cause an asterisk to appear in the upper
33187 left-hand corner of the screen whenever Alpine checks for new mail.
33188 Two asterisks whenever Alpine saves (checkpoints) the state of the current
33189 mailbox to disk.
33191 <!--chtml if pinemode="os_windows"-->
33193 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
33194 it is trying to open a network connection (e.g, to open your INBOX
33195 on an IMAP
33196 server) or read from the network connection.  A greater-than symbol,
33197 will be displayed when PC-Alpine is trying to write to the network
33198 connection (e.g, sending a command to your IMAP server).
33199 <!--chtml endif-->
33202 &lt;End of help on this topic&gt;
33203 </BODY>
33204 </HTML>
33205 ====== h_config_color_style =====
33206 <HTML>
33207 <HEAD>
33208 <TITLE>OPTION: Color Style</TITLE>
33209 </HEAD>
33210 <BODY>
33211 <H1>OPTION: Color Style</H1>
33213 UNIX Alpine only.
33215 If the terminal or terminal emulator you are using is capable of displaying
33216 colors, this option controls whether or not color will be used in Alpine.
33217 If you turn color on and things are set up correctly,
33218 you should see color appear on the screen immediately.
33219 Modern terminal emulators are usually capable of displaying colors.
33221 The available options include:
33224 <DL>
33225 <DT>no-color</DT>
33226 <DD>Don't use color.
33227 </DD>
33229 <DT>use-termdef</DT>
33230 <DD>In order to decide if your terminal is capable of color, Alpine looks in
33231 the terminal capabilities database, TERMINFO or TERMCAP, depending on
33232 how Alpine was compiled.
33233 This is a good option to choose if you switch between a color and a non-color
33234 terminal with the same Alpine configuration.
33235 Alpine will know to use color on the color terminal because it is described
33236 in the termcap entry, and Alpine will know to use black and white on the
33237 non-color terminal.
33238 The Alpine Technical Notes, distributed with the source code of Alpine
33239 have more information on configuring a TERMCAP or TERMINFO
33240 entry for color Alpine.
33241 This is usually something a system administrator does.
33242 </DD>
33244 <DT>force-ansi-8color</DT>
33245 <DD>This is probably the setting that most people should use.
33246 Because setting up a termcap entry is confusing and because the
33247 terminal capabilities database is often not correctly configured for color,
33248 this choice and the next may be easier for you to use.
33249 If your terminal emulator responds to ANSI color escape sequences, which
33250 many do, this option will cause Alpine to believe your terminal will respond
33251 to the escape sequences that produce eight different foreground and background
33252 colors.
33253 The escape sequences used to set the foreground colors are
33255   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
33257 where the color_number is an ASCII digit between 0 and 7.
33258 The numbers 0 through 7 should correspond to the colors black, red, green,
33259 yellow, blue, magenta, cyan, and white.
33260 Some terminal emulators use a pre-ANSI scheme that swaps
33261 the colors blue and red and the colors yellow and cyan.
33262 This will cause the default colors to be different, but other than that
33263 things should work fine.
33264 There is also a 9th color available, the last one shown, which is the default
33265 color from the terminal emulator.
33266 When used as a background color some people refer to this color as
33267 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
33268 shown in the color swatch of the SETUP COLOR screen.
33269 The foreground transparent color is shown as
33270 the color of the &quot;TRAN&quot; text.
33271 (The transparent color will not work correctly in a PC-Alpine configuration.)
33272 The escape sequences used to set the background colors are the same
33273 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
33274 The escape sequences for foreground and background default colors (transparent)
33275 are 39m and 49m.
33277 Note: With the Tera Term terminal emulator this setting works well.
33278 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
33279 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
33280 menu, in the &quot;Window&quot; submenu.
33281 </DD>
33283 <DT>force-ansi-16color</DT>
33284 <DD>Many terminal emulators know about the same eight colors above
33285 plus eight more.
33286 This option attempts to use all 16 colors.
33287 The same escape sequences as for the eight-color terminal are used
33288 for the first eight colors.
33289 The escape sequences used to set foreground colors 8-15 are the same as
33290 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
33291 The background color sequences for colors 8-15 are the same as for 0-7
33292 except the &quot;4&quot; is replaced with &quot;10&quot;.
33293 You can tell if the 16 colors are working by turning on this option
33294 and then going into one of the color configuration screens, for example,
33295 the configuration screen for Normal Color.
33296 If you see 16 different colors to select from (plus a 17th for
33297 the transparent color), it's working.
33298 </DD>
33300 <DT>force-xterm-256color</DT>
33301 <DD>Some versions of xterm (and some other terminal emulators)
33302 have support for 256 colors.
33303 The escape sequences used to set the foreground colors are
33305   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
33307 where the color_number is an ASCII digit between 0 and 255.
33308 Background colors are the same with the 38 replaced with a 48.
33309 The numbers 0 through 15 are probably similar to the 16 color version
33310 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
33311 The terminal default (transparent) color is the 257th color at the bottom.
33312 Some terminal emulators will misinterpret these escape sequences causing
33313 the terminal to blink or overstrike characters or to do something else
33314 undesirable.
33316 The PuTTY terminal emulator has an option called &quot;Allow terminal to
33317 use xterm 256-colour mode&quot; which allows PuTTY to work well with
33318 this 256-color setting.
33320 </DD>
33321 </DL>
33324 The normal default is &quot;no-color&quot;.
33327 Once you've turned on color you may set the
33328 colors of many objects on the screen individually.
33329 For example, you may add colors to the status letters on the MESSAGE
33330 INDEX page.
33331 Most categories of color that Alpine supports are configurable here.
33332 For example, &quot;Normal Color&quot;
33333 is the color used to display most of the text in Alpine, and
33334 &quot;Reverse Color&quot; is used to display highlighted text, such as the
33335 current message in the MESSAGE INDEX.
33337 Lines in the MESSAGE INDEX may also be colored.
33338 Use Setup Rules to get to the Indexcolor configuration screen.
33341 <UL>   
33342 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33343 </UL><P>
33344 &lt;End of help on this topic&gt;
33345 </BODY>
33346 </HTML>
33347 ====== h_config_disable_index_locale_dates =====
33348 <HTML>
33349 <HEAD>
33350 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
33351 </HEAD>
33352 <BODY>
33353 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
33355 This feature affects the display of dates in the MESSAGE INDEX.
33356 Normally an attempt is made to localize the dates
33357 used in the MESSAGE INDEX display to your locale.
33358 This is controlled with the
33359 LC_TIME locale setting on a UNIX system.
33360 On Windows the Regional Options control panel may be used to set the date format.
33361 At the programming level, Alpine is using the strftime routine
33362 to print the parts of a date.
33364 If this feature is set, dates are displayed in English and
33365 with the conventions of the United States.
33368 <UL>   
33369 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33370 </UL><P>
33371 &lt;End of help on this topic&gt;
33372 </BODY>
33373 </HTML>
33374 ====== h_config_auto_open_unread =====
33375 <HTML>
33376 <HEAD>
33377 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
33378 </HEAD>
33379 <BODY>
33380 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
33382 This feature controls the behavior of the TAB key when traversing folders
33383 in the optional 
33384 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
33385 collection or in optional <!--#echo var="VAR_news-collections"-->.
33387 When the TAB
33388 (<A HREF="h_common_nextnew">NextNew</A>)
33389 key is pressed, and there
33390 are no more unseen messages in the current (incoming message or news)
33391 folder, Alpine will search the list of folders in the current collection for
33392 one containing New or Recent (new since the last time the folder was
33393 opened) messages.
33394 This behavior may be modified slightly with the
33395 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
33396 feature that causes Alpine to look for Unseen messages instead of Recent
33397 messages.
33398 Normally, when such a folder is found, Alpine will ask
33399 whether you wish to open the folder.  If this feature is set, Alpine will
33400 automatically open the folder without prompting.
33402 This feature also affects some other similar situations.
33403 If you have a
33404 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
33405 that is equal to one of the &quot;separate-&quot; values, and you are
33406 viewing a thread; then when you type the NextNew command and are at the
33407 end of the current thread you will automatically go to the next thread
33408 if this feature is set.
33409 By default, you would be asked if you want to view the next thread.
33410 You will also be asked at times whether or not you want to view the next
33411 thread after you delete the last message in the thread.
33412 Setting this feature will also cause that question to be skipped.
33415 <UL>   
33416 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33417 </UL><P>
33418 &lt;End of help on this topic&gt;
33419 </BODY>
33420 </HTML>
33421 ====== h_config_auto_include_reply =====
33422 <HTML>
33423 <HEAD>
33424 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
33425 </HEAD>
33426 <BODY>
33427 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
33429 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
33430 will ask whether you wish to include the original message in your reply.
33431 If this feature is set and the feature
33432 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
33433 is <EM>not</EM> set, then the original message will be included in the reply
33434 automatically, without prompting.
33436 &lt;End of help on this topic&gt;
33437 </BODY>
33438 </HTML>
33439 ====== h_config_select_in_bold =====
33440 <HTML>
33441 <HEAD>
33442 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
33443 </HEAD>
33444 <BODY>
33445 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
33447 This feature controls an aspect of Alpine's 
33448 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
33449 commands; in
33450 particular, the Select and WhereIs commands. Select and WhereIs (with the
33451 ^X subcommand) will search the current folder for messages meeting a
33452 specified criteria, and &quot;tag&quot; the resulting messages with an 
33453 &quot;X&quot; in the
33454 first column of the applicable lines in the MESSAGE INDEX.  If this feature
33455 is set, instead of using the &quot;X&quot; to denote a selected message, 
33456 Alpine will
33457 attempt to display those index lines in boldface. Whether this is
33458 preferable to the &quot;X&quot; will depend on personal taste and the type of
33459 terminal being used.
33461 <UL>   
33462 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33463 </UL><P>
33464 &lt;End of help on this topic&gt;
33465 </BODY>
33466 </HTML>
33467 ====== h_config_alt_auth =====
33468 <HTML>
33469 <HEAD>
33470 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
33471 </HEAD>
33472 <BODY>
33473 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
33475 This feature affects how Alpine connects to IMAP servers.
33476 Its utility has largely been overtaken by events,
33477 but it may still be useful in some circumstances.
33478 If you only connect to modern IMAP servers that support
33479 &quot;STARTTLS&quot; you can ignore this feature.
33482 Details:
33485 By default, Alpine will attempt to connect to an IMAP server on the
33486 normal IMAP service port (143), and if the server offers &quot;Transport Layer
33487 Security&quot; (STARTTLS) and Alpine has been compiled with encryption capability,
33488 then a secure (encrypted) session will be negotiated.
33491 With this feature enabled, before connecting on the normal IMAP port, Alpine
33492 will first attempt to connect to an alternate IMAP service port (993) used
33493 specifically for encrypted IMAP sessions via the Secure Sockets Layer
33494 (SSL) or Transport Layer Security (TLS) method.
33495 If the SSL attempt fails, Alpine will then try the default
33496 behavior described in the previous paragraph.
33499 STARTTLS negotiation on the normal port is preferred, and supersedes the use of
33500 SSL on port 993, but older servers may not provide STARTTLS support.
33501 This feature may be convenient when accessing IMAP servers that do not support
33502 STARTTLS, but do support SSL or TLS connections on port 993.
33503 However, it is important to understand that with this feature enabled,
33504 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
33505 but it will proceed to make an insecure connection if that is the only
33506 option offered by the server, or if the Alpine in question has been built
33507 without encryption capability.
33510 Note that this feature specifies a per-user (or system-wide) default
33511 behavior, but host/folder specification flags may be used to control the
33512 behavior of any specific connection.
33513 This feature interacts with some of
33514 the possible host/folder path specification flags as follows:
33517 The <SAMP>/starttls</SAMP> host flag, for example,
33520 <CENTER><SAMP>{foo.example.com/starttls}INBOX</SAMP></CENTER>
33522 will over-ride this feature for the specified host by bypassing the
33523 SSL or TLS connection attempt.
33524 Moreover, with <SAMP>/starttls</SAMP> specified,
33525 the connection attempt will fail if the
33526 service on port 143 does not offer TLS support.
33529 The <SAMP>/ssl</SAMP> host flag, for example,
33532 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
33534 will insist on an SSL or TLS connection for the specified host,
33535 and will fail if the SSL or TLS service on port 993 is not available.
33536 Alpine will not subsequently retry a connection
33537 on port 143 if <SAMP>/ssl</SAMP> is specified.
33540 <UL>   
33541 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33542 </UL><P>
33543 &lt;End of help on this topic&gt;
33544 </BODY>
33545 </HTML>
33546 ====== h_config_file_dir ======
33547 <HTML>
33548 <HEAD>
33549 <TITLE>OPTION: File Directory</TITLE>
33550 </HEAD>
33551 <BODY>
33552 <H1>OPTION: File Directory</H1>
33554 PC-Alpine only.
33556 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
33557 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
33558 Message Index's &quot;E&nbsp;Export&quot; command.
33561 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
33562 component, Alpine assumes the file exists in the user's home directory.
33563 Under Windows operating systems, this definition isn't always clear.  This 
33564 feature allows you to explicitly set where Alpine should look for files
33565 without a leading path.
33568 NOTE: this feature's value is ignored if either 
33569 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
33570 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
33573 <UL>   
33574 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33575 </UL><P>
33576 &lt;End of help on this topic&gt;
33577 </BODY>
33578 </HTML>
33579 ====== h_config_quote_all_froms =====
33580 <HTML>
33581 <HEAD>
33582 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
33583 </HEAD>
33584 <BODY>
33585 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
33587 This feature controls an aspect of the Save command (and also the way
33588 outgoing messages are saved to an FCC folder).  If set, Alpine will add
33589 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
33590 when they are saved to another folder, including lines syntactically
33591 distinguishable from the type of message separator line commonly used on
33592 Unix systems.
33595 The default behavior is that a &quot;>&quot; will be prepended only to lines
33596 beginning with &quot;From &quot; that might otherwise be confused with a message
33597 separator line on Unix systems.  If pine is the only mail program you use,
33598 this default is reasonable.  If another program you use has trouble
33599 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
33600 enable this feature.  This feature only applies to the common Unix mailbox
33601 format that uses message separator lines beginning with &quot;From &quot;.  If
33602 Alpine has been configured to use a different mailbox format (possibly
33603 incompatible with other mail programs), then this issue does not arise,
33604 and the feature is irrelevant.
33607 &lt;End of help on this topic&gt;
33608 </BODY>
33609 </HTML>
33610 ====== h_config_normal_color =====
33611 <HTML>
33612 <HEAD>
33613 <TITLE>OPTION: Normal Color</TITLE>
33614 </HEAD>
33615 <BODY>
33616 <H1>OPTION: Normal Color</H1>
33618 Sets the color Alpine normally uses.
33619 The foreground color is the color of the actual character and the
33620 background color is the color of the area behind the character.
33621 By default this color is black characters on a white background.
33623 <A HREF="h_color_setup">Descriptions of the available commands</A>
33625 Look <A HREF="h_edit_nav_cmds">here</A>
33626 to see the available Editing and Navigation commands.
33628 &lt;End of help on this topic&gt;
33629 </BODY>
33630 </HTML>
33631 ====== h_config_reverse_color =====
33632 <HTML>
33633 <HEAD>
33634 <TITLE>OPTION: Reverse Color</TITLE>
33635 </HEAD>
33636 <BODY>
33637 <H1>OPTION: Reverse Color</H1>
33639 Sets the color Alpine uses for reverse video characters.
33640 The foreground color is the color of the actual character and the
33641 background color is the color of the area behind the character.
33643 <A HREF="h_color_setup">Descriptions of the available commands</A>
33645 Look <A HREF="h_edit_nav_cmds">here</A>
33646 to see the available Editing and Navigation commands.
33648 &lt;End of help on this topic&gt;
33649 </BODY>
33650 </HTML>
33651 ====== h_config_title_color =====
33652 <HTML>
33653 <HEAD>
33654 <TITLE>OPTION: Title Color</TITLE>
33655 </HEAD>
33656 <BODY>
33657 <H1>OPTION: Title Color</H1>
33659 Sets the color Alpine uses for the titlebar (the top line on the screen).
33660 The foreground color is the color of the actual character and the
33661 background color is the color of the area behind the character.
33662 By default, the Title Color is black characters on a yellow background.
33664 The actual titlebar color may be different from the Title Color if
33665 the option
33666 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
33667 is set to some value other than the default.
33668 It may also be different if the current folder is closed and the
33669 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
33670 color is set to something different from the Title Color.
33672 <A HREF="h_color_setup">Descriptions of the available commands</A>
33674 Look <A HREF="h_edit_nav_cmds">here</A>
33675 to see the available Editing and Navigation commands.
33677 &lt;End of help on this topic&gt;
33678 </BODY>
33679 </HTML>
33680 ====== h_config_titleclosed_color =====
33681 <HTML>
33682 <HEAD>
33683 <TITLE>OPTION: Title Closed Color</TITLE>
33684 </HEAD>
33685 <BODY>
33686 <H1>OPTION: Title Closed Color</H1>
33688 Sets the color Alpine uses for the titlebar (the top line on the screen)
33689 when the current folder is closed.
33690 The foreground color is the color of the actual character and the
33691 background color is the color of the area behind the character.
33692 By default, the Title Color Closed Color is white characters on a red background.
33694 By setting this color to something noticeable you will be alerted to the
33695 fact that the current folder is closed, perhaps unexpectedly.
33697 &lt;End of help on this topic&gt;
33698 </BODY>
33699 </HTML>
33700 ====== h_config_status_color =====
33701 <HTML>
33702 <HEAD>
33703 <TITLE>OPTION: Status Color</TITLE>
33704 </HEAD>
33705 <BODY>
33706 <H1>OPTION: Status Color</H1>
33708 Sets the color Alpine uses for status messages written to the message
33709 line near the bottom of the screen.
33710 The foreground color is the color of the actual character and the
33711 background color is the color of the area behind the character.
33712 By default, the Status Color is the same as the Reverse Color.
33714 <A HREF="h_color_setup">Descriptions of the available commands</A>
33716 Look <A HREF="h_edit_nav_cmds">here</A>
33717 to see the available Editing and Navigation commands.
33719 &lt;End of help on this topic&gt;
33720 </BODY>
33721 </HTML>
33722 ====== h_config_index_opening_color =====
33723 <HTML>
33724 <HEAD>
33725 <TITLE>OPTION: Index Opening Color</TITLE>
33726 </HEAD>
33727 <BODY>
33728 <H1>OPTION: Index Opening Color</H1>
33730 With some setups the text of the subject is followed
33731 by the opening text of the message if there is any room available in the index line.
33732 If you have configured your
33733 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
33734 to include one of the Subject tokens that causes this behavior
33735 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
33736 this opening text with this option.
33737 This coloring takes place for all but the current index line, and the Opening
33738 Color appears to be in front of any color from an Index Color Rule.
33740 By default the Index Opening Color is gray characters on a white background.
33743 <A HREF="h_color_setup">Descriptions of the available commands</A>
33745 Look <A HREF="h_edit_nav_cmds">here</A>
33746 to see the available Editing and Navigation commands.
33748 &lt;End of help on this topic&gt;
33749 </BODY>
33750 </HTML>
33751 ====== h_config_index_pri_color =====
33752 <HTML>
33753 <HEAD>
33754 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
33755 </HEAD>
33756 <BODY>
33757 <H1>OPTION: Index Priority Symbol Colors</H1>
33759 The X-Priority header is a non-standard header that is used in a
33760 somewhat standard way by many mail programs.
33761 Alpine expects the value of this header to be a digit with a value
33762 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
33763 Alpine can be made to display an indication of this priority in
33764 messages by use of one of the tokens
33765 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
33766 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
33767 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
33770 You may set the color used to draw these tokens by use of the colors
33771 Index High Priority Symbol Color and Index Low Priority Symbol Color.
33772 This coloring takes place for all but the current index line, and the Priority
33773 Color appears to be in front of any color from an Index Color Rule.
33774 If the priority has a value of 1 or 2 the High Priority color will be
33775 used,
33776 and if the value is 4 or 5 the Low Priority color will be used.
33778 If you don't set these colors the index line will be colored in the same color as
33779 the bulk of the index line.
33782 <A HREF="h_color_setup">Descriptions of the available commands</A>
33784 Look <A HREF="h_edit_nav_cmds">here</A>
33785 to see the available Editing and Navigation commands.
33787 &lt;End of help on this topic&gt;
33788 </BODY>
33789 </HTML>
33790 ====== h_config_index_subject_color =====
33791 <HTML>
33792 <HEAD>
33793 <TITLE>OPTION: Index Subject Color</TITLE>
33794 </HEAD>
33795 <BODY>
33796 <H1>OPTION: Index Subject Color</H1>
33798 You may set the color used to draw the Subject part of the index line.
33799 This coloring takes place for all but the current index line, and the Subject
33800 Color appears to be in front of any color from an Index Color Rule.
33802 If you don't set this color it will be colored in the same color as
33803 the bulk of the index line.
33806 <A HREF="h_color_setup">Descriptions of the available commands</A>
33808 Look <A HREF="h_edit_nav_cmds">here</A>
33809 to see the available Editing and Navigation commands.
33811 &lt;End of help on this topic&gt;
33812 </BODY>
33813 </HTML>
33814 ====== h_config_index_from_color =====
33815 <HTML>
33816 <HEAD>
33817 <TITLE>OPTION: Index From Color</TITLE>
33818 </HEAD>
33819 <BODY>
33820 <H1>OPTION: Index From Color</H1>
33822 You may set the color used to draw the From part of the index line.
33823 This coloring takes place for all but the current index line, and the From
33824 Color appears to be in front of any color from an Index Color Rule.
33826 If you don't set this color it will be colored in the same color as
33827 the bulk of the index line.
33830 <A HREF="h_color_setup">Descriptions of the available commands</A>
33832 Look <A HREF="h_edit_nav_cmds">here</A>
33833 to see the available Editing and Navigation commands.
33835 &lt;End of help on this topic&gt;
33836 </BODY>
33837 </HTML>
33838 ====== h_config_index_arrow_color =====
33839 <HTML>
33840 <HEAD>
33841 <TITLE>OPTION: Index Arrow Color</TITLE>
33842 </HEAD>
33843 <BODY>
33844 <H1>OPTION: Index Arrow Color</H1>
33846 If you have configured your
33847 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
33848 to include the &quot;ARROW&quot; token, you may set the color of
33849 the arrow displayed with this option.
33850 If you don't set the color it will be colored in the same color as
33851 the bulk of the index line.
33854 <A HREF="h_color_setup">Descriptions of the available commands</A>
33856 Look <A HREF="h_edit_nav_cmds">here</A>
33857 to see the available Editing and Navigation commands.
33859 &lt;End of help on this topic&gt;
33860 </BODY>
33861 </HTML>
33862 ====== h_config_index_color =====
33863 <HTML>
33864 <HEAD>
33865 <TITLE>OPTION: Index Colors</TITLE>
33866 </HEAD>
33867 <BODY>
33868 <H1>OPTION: Index Colors</H1>
33870 You may add color to the single character symbols that give the status
33871 of each message in the MESSAGE INDEX.
33872 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
33873 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
33874 screen depending on whether the message is addressed to you, and whether
33875 the message is marked Important, is Deleted, is Answered, or is New.
33876 The color for each of those characters may be specified by setting the
33877 &quot;Index-to-me&quot; Symbol Color,
33878 the &quot;Index-important&quot; Symbol Color,
33879 the &quot;Index-deleted&quot; Symbol Color,
33880 the &quot;Index-answered&quot; Symbol Color,
33881 and the &quot;Index-new&quot; Symbol Color.
33882 There are also two other symbol colors called &quot;Index-recent&quot;
33883 and &quot;Index-unseen&quot;.
33884 These two colors will only be used if you have configured your
33885 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
33886 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
33888 The default colors for these symbols are:
33889 <TABLE>
33890 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
33891 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
33892 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33893 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
33894 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
33895 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33896 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33897 </TABLE>
33899 Besides coloring the message status symbols, you may also color the
33900 entire index line.
33901 This is done by using the
33902 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
33903 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
33904 When the entire line is colored that color will be &quot;behind&quot; the
33905 status symbol colors talked about in the paragraph above.
33907 You may also color
33908 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
33909 in the index using the
33910 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
33911 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
33912 the Subject using
33913 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
33914 the From field using
33915 <A HREF="h_config_index_from_color">Index From Color</A>;
33916 and the
33917 <A HREF="h_config_index_opening_color">Index Opening</A> text.
33919 <A HREF="h_color_setup">Descriptions of the available commands</A>
33921 Look <A HREF="h_edit_nav_cmds">here</A>
33922 to see the available Editing and Navigation commands.
33924 &lt;End of help on this topic&gt;
33925 </BODY>
33926 </HTML>
33927 ====== h_config_metamsg_color =====
33928 <HTML>
33929 <HEAD>
33930 <TITLE>OPTION: Meta-Message Color</TITLE>
33931 </HEAD>
33932 <BODY>
33933 <H1>OPTION: Meta-Message Color</H1>
33935 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
33936 that aren't part of the message itself.
33937 For example, an attachment that isn't shown might produce a meta
33938 message something like:
33940 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
33942 If you set the
33943 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
33944 option you might see
33946 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
33948 Warnings about suspicious looking URLs in HTML will also be colored
33949 with this color.
33951 The foreground color is the color of the actual character and the
33952 background color is the color of the area behind the character.
33953 By default, the Meta-Message Color is black characters on a yellow background.
33955 <A HREF="h_color_setup">Descriptions of the available commands</A>
33957 Look <A HREF="h_edit_nav_cmds">here</A>
33958 to see the available Editing and Navigation commands.
33960 &lt;End of help on this topic&gt;
33961 </BODY>
33962 </HTML>
33963 ====== h_config_keylabel_color =====
33964 <HTML>
33965 <HEAD>
33966 <TITLE>OPTION: KeyLabel Color</TITLE>
33967 </HEAD>
33968 <BODY>
33969 <H1>OPTION: KeyLabel Color</H1>
33971 Sets the color Alpine uses for the labels of the keys in the two-line
33972 menu at the bottom of the screen.
33973 For example, some of the screens have a &quot;P PrevMsg&quot; command.
33974 This option sets the color used when displaying &quot;PrevMsg&quot;.
33975 The foreground color is the color of the actual character and the
33976 background color is the color of the area behind the character.
33977 By default, the KeyLabel Color is the same as the Normal Color.
33979 WARNING: Some terminal emulators have the property that the screen will scroll
33980 down one line whenever a character is written to the character cell in the
33981 lower right corner of the screen.
33982 Alpine can usually avoid writing a character in that corner of the screen.
33983 However, if you have defined a KeyLabel Color then Alpine does have to write
33984 a character in that cell in order to color the cell correctly.
33985 If you find that your display sometimes scrolls up a line this could be
33986 the problem.
33987 The most obvious symptom is probably that the titlebar at the top of the
33988 screen scrolls off the screen.
33989 Try setting KeyLabel Color to Default to see if that fixes the problem.
33991 <A HREF="h_color_setup">Descriptions of the available commands</A>
33993 Look <A HREF="h_edit_nav_cmds">here</A>
33994 to see the available Editing and Navigation commands.
33996 &lt;End of help on this topic&gt;
33997 </BODY>
33998 </HTML>
33999 ====== h_config_keyname_color =====
34000 <HTML>
34001 <HEAD>
34002 <TITLE>OPTION: KeyName Color</TITLE>
34003 </HEAD>
34004 <BODY>
34005 <H1>OPTION: KeyName Color</H1>
34007 Sets the color Alpine uses for the names of the keys in the two-line
34008 menu at the bottom of the screen.
34009 For example, some of the screens have a &quot;P PrevMsg&quot; command.
34010 This option sets the color used when displaying the &quot;P&quot;.
34011 The foreground color is the color of the actual character and the
34012 background color is the color of the area behind the character.
34013 By default, the KeyName Color is the same as the Reverse Color.
34015 <A HREF="h_color_setup">Descriptions of the available commands</A>
34017 Look <A HREF="h_edit_nav_cmds">here</A>
34018 to see the available Editing and Navigation commands.
34020 &lt;End of help on this topic&gt;
34021 </BODY>
34022 </HTML>
34023 ====== h_config_slctbl_color =====
34024 <HTML>
34025 <HEAD>
34026 <TITLE>OPTION: Selectable Item Color</TITLE>
34027 </HEAD>
34028 <BODY>
34029 <H1>OPTION: Selectable Item Color</H1>
34031 Sets the color Alpine uses for selectable items, such as URLs.
34032 The foreground color is the color of the actual character and the
34033 background color is the color of the area behind the character.
34034 By default, the Selectable Item Color is the same as the Normal Color,
34035 except that it is bold.
34037 <A HREF="h_color_setup">Descriptions of the available commands</A>
34039 Look <A HREF="h_edit_nav_cmds">here</A>
34040 to see the available Editing and Navigation commands.
34042 &lt;End of help on this topic&gt;
34043 </BODY>
34044 </HTML>
34045 ====== h_config_quote_color =====
34046 <HTML>
34047 <HEAD>
34048 <TITLE>OPTION: Quote Colors</TITLE>
34049 </HEAD>
34050 <BODY>
34051 <H1>OPTION: Quote Colors</H1>
34053 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
34054 screen.
34055 If a line begins with a &gt; character (or space followed by &gt;)
34056 it is considered a quote.
34057 That line will be given the Quote1 Color (first level quote).
34058 If there is a second level of quoting then the Quote2 Color will be used.
34059 Alpine considers there to be a second level of quoting if that first &gt; is
34060 followed by another &gt; (or space followed by &gt;).
34061 If there are characters other than whitespace and &gt; signs, then it isn't
34062 considered another level of quoting.
34063 Similarly, if there is a third level of quoting the Quote3 Color will be
34064 used.
34065 If there are more levels after that the Quote Colors are re-used.
34066 If you define all three colors then it would repeat like Color1, Color2, Color3,
34067 Color1, Color2, Color3, ...
34068 If you only define the first two it would be
34069 Color1, Color2, Color1, Color2, ...
34070 If you define only the Quote1 Color, then the entire quote would be that
34071 color regardless of the quoting levels.
34072 By default, the Quote1 Color is black characters on a greenish-blue background;
34073 the Quote2 Color is black characters on a dull yellow background; and
34074 the Quote3 Color is black characters on a green background.
34076 <A HREF="h_color_setup">Descriptions of the available commands</A>
34078 Look <A HREF="h_edit_nav_cmds">here</A>
34079 to see the available Editing and Navigation commands.
34081 &lt;End of help on this topic&gt;
34082 </BODY>
34083 </HTML>
34084 ====== h_config_folder_color =====
34085 <HTML>
34086 <HEAD>
34087 <TITLE>OPTION: Folder Color</TITLE>
34088 </HEAD>
34089 <BODY>
34090 <H1>OPTION: Folder Color</H1>
34092 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
34093 screen. By default, the Folder Color is the normal text color.
34096 If you set a color for this feature, other than the normal color
34097 (the default), or a color for
34098 <A HREF="h_config_directory_color">Directory Color</A>, then directories
34099 will be colored according to the color specified in the
34100 <A HREF="h_config_directory_color">Directory Color</A> option. In this
34101 case, the color will be the only indication that the colored name
34102 refers to a directory. The normal behavior is that Alpine
34103 indicates that a name refers to a directory by appending a
34104 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
34105 the folder.
34108 If a folder is a directory, then the folder name will be painted
34109 according to the color defined by this variable, and a separator
34110 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
34111 to the name. That
34112 indicator will be painted according to the color defined in the
34113 <A HREF="h_config_directory_color">Directory Color</A> option.
34116 &lt;End of help on this topic&gt;
34117 </BODY>
34118 </HTML>
34119 ====== h_config_directory_color =====
34120 <HTML>
34121 <HEAD>
34122 <TITLE>OPTION: Directory Color</TITLE>
34123 </HEAD>
34124 <BODY>
34125 <H1>OPTION: Directory Color</H1>
34127 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
34128 screen. By default, the Folder Color is the normal text color.
34130 If you set a color for this feature, other than the normal color
34131 (the default), or a color for
34132 <A HREF="h_config_folder_color">Folder Color</A>, then folders
34133 will be colored according to the color specified in the
34134 <A HREF="h_config_folder_color">Folder Color</A> option. In this
34135 case, the color will be the only indication that the colored name
34136 refers to a directory. The normal behavior is that Alpine
34137 indicates that a name refers to a directory by appending a
34138 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
34139 the folder.
34141 If a folder is a directory, then the folder name will be painted
34142 according to the color defined by the option
34143 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
34144 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
34145 after the name. That
34146 indicator will be painted according to the color defined in this
34147 option.
34149 &lt;End of help on this topic&gt;
34150 </BODY>
34151 </HTML>
34152 ====== h_config_folder_list_color =====
34153 <HTML>
34154 <HEAD>
34155 <TITLE>OPTION: Folder-List Color</TITLE>
34156 </HEAD>
34157 <BODY>
34158 <H1>OPTION: Folder-List Color</H1>
34160 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
34161 screen. By default, the Folder-List Color is the normal text color.
34163 This text refers to the informative text that Alpine displays so you
34164 can recognize each collection. The color of the content of each collection
34165 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
34166 and <A HREF="h_config_directory_color">Directory Color</A>.
34168 Unlike the options
34169 <A HREF="h_config_folder_color">Folder Color</A>
34170 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
34171 this option does not affect the way that Alpine reports folders,
34172 directories and folders that are directories.
34174 &lt;End of help on this topic&gt;
34175 </BODY>
34176 </HTML>
34177 ====== h_config_incunseen_color =====
34178 <HTML>
34179 <HEAD>
34180 <TITLE>OPTION: Incoming Unseen Color</TITLE>
34181 </HEAD>
34182 <BODY>
34183 <H1>OPTION: Incoming Unseen Color</H1>
34185 If the option
34186 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
34187 is turned on it is possible to highlight the folders that contain
34188 unseen messages by coloring them with this color.
34189 By default, this is the same as the Normal Color and no highlighting is done.
34191 Usually the &quot;current&quot; folder (the folder the cursor is on)
34192 is highlighted using reverse video.
34193 If the current folder is colored because it contains unseen messages then
34194 the color used to show that it is also the current folder is controlled
34195 by the
34196 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
34197 feature at the top of the SETUP COLOR screen.
34199 <A HREF="h_color_setup">Descriptions of the available commands</A>
34201 Look <A HREF="h_edit_nav_cmds">here</A>
34202 to see the available Editing and Navigation commands.
34204 &lt;End of help on this topic&gt;
34205 </BODY>
34206 </HTML>
34207 ====== h_config_signature_color =====
34208 <HTML>
34209 <HEAD>
34210 <TITLE>OPTION: Signature Color</TITLE>
34211 </HEAD>
34212 <BODY>
34213 <H1>OPTION: Signature Color</H1>
34215 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
34216 screen. According to USENET conventions, the signature is defined as the
34217 paragraph following the &quot;sigdashes&quot;, that is, the special line
34218 consisting of the three characters
34219 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
34220 empty line right after the sigdashes to be considered as part of the
34221 signature.
34222 By default, the Signature Color is blue characters on a white background.
34224 <A HREF="h_color_setup">Descriptions of the available commands</A>
34226 Look <A HREF="h_edit_nav_cmds">here</A>
34227 to see the available Editing and Navigation commands.
34229 &lt;End of help on this topic&gt;
34230 </BODY>
34231 </HTML>
34232 ====== h_config_prompt_color =====
34233 <HTML>
34234 <HEAD>
34235 <TITLE>OPTION: Prompt Color</TITLE>
34236 </HEAD>
34237 <BODY>
34238 <H1>OPTION: Prompt Color</H1>
34240 Sets the color Alpine uses for confirmation prompts and questions that
34241 appear in the status line near the bottom of the screen.
34242 The foreground color is the color of the actual character and the
34243 background color is the color of the area behind the character.
34244 By default, the Prompt Color is the same as the Reverse Color.
34246 <A HREF="h_color_setup">Descriptions of the available commands</A>
34248 Look <A HREF="h_edit_nav_cmds">here</A>
34249 to see the available Editing and Navigation commands.
34251 &lt;End of help on this topic&gt;
34252 </BODY>
34253 </HTML>
34254 ====== h_config_header_general_color =====
34255 <HTML>
34256 <HEAD>
34257 <TITLE>OPTION: Header General Color</TITLE>
34258 </HEAD>
34259 <BODY>
34260 <H1>OPTION: Header General Color</H1>
34262 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
34263 screen.
34264 The foreground color is the color of the actual character and the
34265 background color is the color of the area behind the character.
34266 By default, this is the same as the Normal Color.
34268 It is also possible to set the colors for specific header fields, for
34269 example the Subject, using
34270 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
34271 If both a Header General Color and a specific Viewer Header Color are set
34272 the specific color will override the general color, as you would expect.
34274 <A HREF="h_color_setup">Descriptions of the available commands</A>
34276 Look <A HREF="h_edit_nav_cmds">here</A>
34277 to see the available Editing and Navigation commands.
34279 &lt;End of help on this topic&gt;
34280 </BODY>
34281 </HTML>
34282 ====== h_config_incol =====
34283 <HTML>
34284 <HEAD>
34285 <TITLE>Index Line Color</TITLE>
34286 </HEAD>
34287 <BODY>
34288 <H1>Index Line Color</H1>
34290 This option is used to set the color of a line in the index when the
34291 message for that line matches the Pattern.
34292 This colors the whole index line, except possibly the status letters,
34293 which may be colored separately using the
34294 <A HREF="h_color_setup">Setup Kolor</A> screen.
34295 The foreground color is the color of the actual characters and the
34296 background color is the color of the area behind the characters.
34298 <A HREF="h_color_setup">Descriptions of the available commands</A>
34300 Look <A HREF="h_edit_nav_cmds">here</A>
34301 to see the available Editing and Navigation commands.
34303 &lt;End of help on this topic&gt;
34304 </BODY>
34305 </HTML>
34306 ====== h_config_usetransparent_color =====
34307 <HTML>
34308 <HEAD>
34309 <TITLE>OPTION: Use Transparent Color</TITLE>
34310 </HEAD>
34311 <BODY>
34312 <H1>OPTION: Use Transparent Color</H1>
34314 This is a special color supported by some terminal emulators.
34315 It is intended to result in the default foreground or background color
34316 from the terminal emulator.
34317 This is the color the terminal was displaying characters in before you started Alpine.
34318 The reason it is called Transparent is because you could set the foreground color
34319 to some specific color, like Red, and then set the background color to the
34320 Transparent Color. If it works as expected, the background color from the terminal
34321 window in which Alpine is running will show through but with the Red characters
34322 in the foreground.
34324 <A HREF="h_color_setup">Descriptions of the available commands</A>
34326 Look <A HREF="h_edit_nav_cmds">here</A>
34327 to see the available Editing and Navigation commands.
34329 &lt;End of help on this topic&gt;
34330 </BODY>
34331 </HTML>
34332 ====== h_config_usenormal_color =====
34333 <HTML>
34334 <HEAD>
34335 <TITLE>OPTION: Use Normal Color</TITLE>
34336 </HEAD>
34337 <BODY>
34338 <H1>OPTION: Use Normal Color</H1>
34340 When you use this color value, the actual color used will be the same
34341 as the corresponding Normal Color.
34342 For example if your Normal Color is black on white and you set both
34343 the foreground and background colors here to use the Normal Color, you'll
34344 get black on white. If you later change the Normal Color to red on blue
34345 this color will also change to red on blue.
34347 <A HREF="h_color_setup">Descriptions of the available commands</A>
34349 Look <A HREF="h_edit_nav_cmds">here</A>
34350 to see the available Editing and Navigation commands.
34352 &lt;End of help on this topic&gt;
34353 </BODY>
34354 </HTML>
34355 ====== h_config_usenone_color =====
34356 <HTML>
34357 <HEAD>
34358 <TITLE>OPTION: Use None Color</TITLE>
34359 </HEAD>
34360 <BODY>
34361 <H1>OPTION: Use None Color</H1>
34363 This is a special color that simply means to leave the color alone.
34364 It is useful for Index symbols and for Keyword Colors used in the Subject
34365 field of an index line.
34366 The most likely use is to set an explicit foreground color and then set
34367 the background color to the None Color.
34368 That will cause the symbol or keyword to be drawn in the foreground color
34369 with a background equal to whatever color the rest of the index line is already
34370 drawn in.
34371 You will see no visible effect unless you have assigned Indexcolor Rules to
34372 color index lines or you have set an actual color for the Reverse Color.
34374 <A HREF="h_color_setup">Descriptions of the available commands</A>
34376 Look <A HREF="h_edit_nav_cmds">here</A>
34377 to see the available Editing and Navigation commands.
34379 &lt;End of help on this topic&gt;
34380 </BODY>
34381 </HTML>
34382 ====== h_config_dflt_color =====
34383 <HTML>
34384 <HEAD>
34385 <TITLE>OPTION: Default Color</TITLE>
34386 </HEAD>
34387 <BODY>
34388 <H1>OPTION: Default Color</H1>
34390 Setting default will cause the color to be the default color.
34391 Unsetting default is normally done by choosing a color, but in some cases
34392 you may want to declare the current default color to be your non-default
34393 choice.
34394 For example, the default Keyname Color is the same as the Reverse Color.
34395 Whenever the Reverse Color changes the Keyname Color will also change, unless
34396 you've changed it or unset the default box.
34398 <A HREF="h_color_setup">Descriptions of the available commands</A>
34400 Look <A HREF="h_edit_nav_cmds">here</A>
34401 to see the available Editing and Navigation commands.
34403 &lt;End of help on this topic&gt;
34404 </BODY>
34405 </HTML>
34406 ====== h_config_bold_slctbl =====
34407 <HTML>
34408 <HEAD>
34409 <TITLE>OPTION: Bold</TITLE>
34410 </HEAD>
34411 <BODY>
34412 <H1>OPTION: Bold</H1>
34414 The color for this particular section may have the Bold attribute turned
34415 on or off.
34416 Setting bold will cause the characters to be bold.
34418 <A HREF="h_color_setup">Descriptions of the available commands</A>
34420 Look <A HREF="h_edit_nav_cmds">here</A>
34421 to see the available Editing and Navigation commands.
34423 &lt;End of help on this topic&gt;
34424 </BODY>
34425 </HTML>
34426 ====== h_config_kw_color =====
34427 <HTML>
34428 <HEAD>
34429 <TITLE>OPTION: Keyword Colors</TITLE>
34430 </HEAD>
34431 <BODY>
34432 <H1>OPTION: Keyword Colors</H1>
34434 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
34435 Keywords are displayed as part of the Subject by default.
34436 They are also displayed as part of the Subject if the tokens
34437 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
34438 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
34439 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
34440 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
34442 For example, you might have set up a Keyword
34443 &quot;Work&quot; using the
34444 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
34445 You could cause that Keyword to show up as a special color
34446 by setting up the Keyword Color using this option, and then including it
34447 in the MESSAGE INDEX screen using one of the tokens listed above in the
34448 <!--#echo var="VAR_index-format"-->.
34450 <A HREF="h_color_setup">Descriptions of the available commands</A>
34452 Look <A HREF="h_edit_nav_cmds">here</A>
34453 to see the available Editing and Navigation commands.
34455 &lt;End of help on this topic&gt;
34456 </BODY>
34457 </HTML>
34458 ====== h_config_customhdr_color =====
34459 <HTML>
34460 <HEAD>
34461 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
34462 </HEAD>
34463 <BODY>
34464 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
34466 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
34467 For example, you may set the color of the Subject header or the From header.
34468 The foreground color is the color of the actual character and the
34469 background color is the color of the area behind the character.
34471 In addition to setting the colors for particular headers (like the Subject)
34472 you may also set a color to be used for all headers unless overridden by a
34473 more specific Viewer Header Color.
34474 To do this use the
34475 <A HREF="h_config_header_general_color">Header General Color</A>.
34477 For Header Colors,
34478 there is an additional line on the
34479 screen labeled &quot;Pattern to match&quot;.
34480 If you leave that blank, then the whole field for that header will
34481 be colored.
34482 However, if you give a pattern to match, the coloring will only take place
34483 if there is a match for that pattern in the value of the field.
34484 For example, if you are working on a color for the Subject header and
34485 you fill in a pattern of &quot;important&quot;, then only Subjects that
34486 contain the word &quot;important&quot; will be colored.
34488 If the pattern you enter is a comma-separated list of patterns, then coloring
34489 happens if any of those patterns matches.
34491 <A HREF="h_color_setup">Descriptions of the available commands</A>
34493 Look <A HREF="h_edit_nav_cmds">here</A>
34494 to see the available Editing and Navigation commands.
34496 &lt;End of help on this topic&gt;
34497 </BODY>
34498 </HTML>
34499 ====== h_config_indextoken_color =====
34500 <HTML>
34501 <HEAD>
34502 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
34503 </HEAD>
34504 <BODY>
34505 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
34507 This option allows you to set up the color in which any token, not specified by the
34508 previous options, will be colored in the MESSAGE INDEX screen. 
34510 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
34511 a token that can be used in the index format. 
34512 The list of available tokens is <A HREF="h_index_tokens">here</A>.
34514 If you fail to enter a valid token your entry will be ignored, and you will be asked to
34515 enter a new one. Once you have entered a valid token, a line will be added to the
34516 configuration screen that you can use to set up the colors in which that token will
34517 be painted. This is done in the same way that you configure colors for other
34518 variables.
34520 <A HREF="h_color_setup">Descriptions of the available commands</A>
34522 Look <A HREF="h_edit_nav_cmds">here</A>
34523 to see the available Editing and Navigation commands.
34525 &lt;End of help on this topic&gt;
34526 </BODY>
34527 </HTML>
34528 ====== h_config_customhdr_pattern =====
34529 <HTML>
34530 <HEAD>
34531 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
34532 </HEAD>
34533 <BODY>
34534 <H1>OPTION: Viewer Header Color Pattern</H1>
34536 If you leave this blank, then the whole field for the header will
34537 be colored.
34538 If you give a pattern to match, the coloring will only take place
34539 if there is a match for that pattern in the value of the field.
34540 For example, if you are working on a color for the Subject header and
34541 you fill in a pattern of &quot;important&quot;, then only Subjects that
34542 contain the word &quot;important&quot; will be colored.
34544 For address headers (like From and To) and for the Newsgroups header,
34545 a pattern match will cause only the matched addresses or newsgroups to be
34546 colored.
34547 If there is no pattern to match, then all of the addresses or newsgroups
34548 in the relevant header will be colored.
34550 The matching pattern may be a comma-separated list of patterns to match
34551 instead of a single pattern.
34552 For example, you could use the pattern &quot;important,urgent&quot; which would
34553 cause a match if either the word &quot;important&quot; or the word
34554 &quot;urgent&quot; appeared in the value of the header.
34555 You could list several comma-separated email addresses in the Header
34556 From Color pattern so that those addresses will be colored when any of
34557 them appear in the From header.
34559 To add a new matching pattern or change the existing pattern use the 
34560 <!--chtml if pinemode="function_key"-->
34561 &quot;F4&quot;
34562 <!--chtml else-->
34563 &quot;C&quot;
34564 <!--chtml endif-->
34565 &quot;Change&quot; command that is available when the &quot;Pattern to
34566 match&quot; line is highlighted.
34568 <!--chtml if pinemode="function_key"-->
34569 &quot;F10&quot;
34570 <!--chtml else-->
34571 &quot;D&quot;
34572 <!--chtml endif-->
34573 &quot;Delete&quot; command may be used to quickly remove all patterns
34574 for a particular header.
34576 &lt;End of help on this topic&gt;
34577 </BODY>
34578 </HTML>
34579 ====== h_color_setup =====
34580 <HTML>
34581 <HEAD>
34582 <TITLE>SETUP COLOR COMMANDS</TITLE>
34583 </HEAD>
34584 <BODY>
34585 <H1>SETUP COLOR COMMANDS</H1>
34586 <!--chtml if pinemode="function_key"-->
34587 <PRE>
34588 Available Commands -- Group 1
34589 -------------------------------
34590 F1  Display this help text
34591 F2  Show other available commands
34592 F3  Exit to MAIN MENU
34593 F4  Select the highlighted foreground or background color
34594 F5  Move to previous line
34595 F6  Move to next line
34596 F7  Previous page
34597 F8  Next page
34598 F9  Add a config section for a header field
34599 F10 Restore all default colors (for all sections)
34600 F11 Print color configuration screen
34601 F12 Whereis (search for word)
34603 Available Commands -- Group 2
34604 -------------------------------
34605 F1  Display this help text
34606 F2  Show other available commands
34607 F5  Delete config section for highlighted header field
34608 F6  Shuffle the order of Header Color sections
34609 </PRE>
34610 <!--chtml else-->
34611 <PRE>
34612 General commands
34613 -------------------------------------------------
34614  ?  Display this help text     E  Exit back to MAIN MENU
34615  P  Previous Line              N  Next Line
34616  -  Previous page             Spc (space bar) Next page
34617  W  WhereIs (search for word)  %  Print color configuration screen
34619 Color Setup Commands
34620 ------------------------------------------------
34621  *  Select the highlighted foreground or background color
34622  A  Add a config section for a header field
34623  D  Delete config section for highlighted header field
34624  R  Restore all default colors (for all sections)
34625  $  Shuffle the order of Header Color sections
34626 </PRE>
34627 <!--chtml endif-->
34629 <H2>Description of the Setup Color Screen</H2>
34631 From this screen you may turn on color and set the colors of
34632 various parts of the Alpine display.
34633 For help on turning on color move your cursor into the Color Style section
34634 at the top of the Setup Color screen and ask for help.
34637 There are several sections in the Setup Color Screen.
34638 At the top are some settings that handle the style of color used
34639 with your terminal emulator (UNIX only), and some settings that
34640 control how the current indexline and the titlebar are colored.
34641 After that comes a long section called GENERAL COLORS that allows
34642 you to set the color of many elements in the Alpine screens.
34643 For example, the color of the titlebar, status messages,
34644 selectable links, quotes and signatures in messages, and so on.
34645 After that is a section called INDEX COLORS that allows you to
34646 set the colors of various pieces of the displayed index lines in
34647 the MESSAGE INDEX screen.
34648 The next section is HEADER COLORS. This is for coloring headers of
34649 messages in the MESSAGE TEXT screen in just about any way you would like.
34650 Finally, the KEYWORD COLORS section allows you to highlight
34651 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
34652 in the MESSAGE INDEX screen.
34655 To change a color, highlight the color you want to change (for example,
34656 the Status Color) by moving
34657 the cursor into it.
34658 You may want to read the help text for the color to see a brief description
34659 of what you are coloring.
34660 Then press &quot;C&quot; for Change to set the color to something new.
34661 That will put you into a screen with two columns of colors, one for
34662 the foreground color and one for the background color.
34663 The foreground color is just the color you want the actual characters
34664 to be and the background color is the color of the rest of the rectangle
34665 behind the characters.
34666 Select the foreground and background colors desired by using the Next and
34667 Prev keys to highlight the color, and the * command to select it.
34669 To set a color to its default value, set the X in the Default line at
34670 the bottom of the list of colors.
34673 The HEADER COLORS section is a little bit different from the others.
34674 Besides coloring the specific fields that Alpine knows about, you may also
34675 color specific header fields when viewing a message in the MESSAGE TEXT
34676 screen.
34677 For example, you may color the Subject header a particular color.
34678 There are a few commands for use with headers.
34679 The &quot;AddHeader&quot; command adds a section to the color
34680 configuration screen that allows you to set the color for that header.
34681 You'll be asked for the name of the header field you want to color.
34682 If you wanted to color the Subject, you would answer
34683 with the word &quot;subject&quot;.
34684 Once you've added a header field, the color setting works just like the
34685 other color fields, except that there is an additional line on the
34686 configuration screen labeled &quot;Pattern to match&quot;.
34687 If you leave that blank, then the whole field for that header will always
34688 be colored.
34689 However, if you give a pattern to match, the coloring will only take place
34690 if there is a match for that pattern in the value of the field.
34691 For example, if you are working on a color for the Subject header and
34692 you fill in a pattern of &quot;important&quot;, then only Subjects that
34693 contain the word &quot;important&quot; will be colored.
34695 The &quot;DeleteHdr&quot; command removes a header section from the
34696 configuration altogether.
34697 The &quot;Shuffle&quot; command changes the order of header sections.
34698 This is only necessary if you use header sections with pattern fields.
34699 For example, if you have two Subject sections, one with one pattern and
34700 another with another pattern, and the subject for a particular message
34701 happens to match both, then the color from the first match is used.
34704 The command &quot;RestoreDefs&quot; will restore all of the default colors.
34705 Each section will change to the default value used for that section when
34706 color is first enabled.
34707 When you restore all default colors the color settings for the Header Colors
34708 will be unset (since that's the default), but the header fields you've
34709 added will remain so that you may easily reset them.
34710 In order to get rid of them completely you'd have to use
34711 the &quot;DeleteHdr&quot; command.
34714 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
34715 may be set with matching rules and that is configured separately from
34716 the rest of the color settings described here.
34717 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
34718 instead of in the Setup/Kolor section.
34720 <P><UL>
34721 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34722 </UL><P>
34723 &lt;End of help on this topic&gt;
34724 </BODY>
34725 </HTML>
34726 ====== h_config_news_uses_recent ======
34727 <HTML>
34728 <HEAD>
34729 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
34730 </HEAD>
34731 <BODY>
34732 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
34734 This feature causes certain messages to be marked as "New" in the
34735 MESSAGE INDEX of newsgroups.
34736 This feature is set by default.
34740 When opening a newsgroup, Alpine will consult your "newsrc" file and
34741 determine the last message you have previously disposed of via the "D"
34742 key.  If this feature is set, any subsequent messages will be shown in the
34743 Index with an "N", and the first of these messages will be highlighted.
34744 Although this is only an approximation of true "New" or "Unseen"
34745 status, it provides a useful cue to distinguish more-or-less recent
34746 messages from those you have seen previously, but are not yet ready to
34747 mark deleted.
34751 Background: your "newsrc" file (used to store message status information
34752 for newsgroups) is only capable of storing a single flag, and Alpine uses
34753 this to record whether or not you are "done with" a message, as
34754 indicated by marking the message as "Deleted".  Unfortunately, this
34755 means that Alpine has no way to record exactly which messages you have
34756 previously seen, so it normally does not show the "N" status flag for
34757 any messages in a newsgroup. This feature enables a starting
34758 *approximation* of seen/unseen status that may be useful.
34760 &lt;End of help on this topic&gt;
34761 </BODY>
34762 </HTML>
34763 ====== h_config_expose_hidden_config =====
34764 <HTML>
34765 <HEAD>
34766 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
34767 </HEAD>
34768 <BODY>
34769 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
34771 If set, this causes configuration options and features that are normally
34772 hidden from view to be editable in the Setup/Config screen.
34775 The purpose of this feature is to allow you to change configuration
34776 features and variables that are normally hidden.
34777 This is particularly useful if you are using a remote configuration,
34778 where it is difficult to edit the contents manually, but it may also be used
34779 on a local pinerc configuration file.
34781 If set, several configuration variables and features that are normally
34782 hidden from view will show up in the Setup/Configuration screen.
34783 They will be at the bottom of the configuration screen.
34784 You can find them by searching for the words &quot;hidden configuration&quot;.
34787 Note that this is an advanced feature that should be used with care.
34788 The reason that this part of the configuration is normally hidden is because
34789 there is a significant potential for causing problems if you change these
34790 variables.
34791 If something breaks after a change try changing it back to see if that is
34792 what is causing the problem.
34793 There are also some variables that are normally hidden because they are
34794 manipulated through Alpine in other ways.
34795 For example, colors are normally set using the Setup/Kolors screen and
34796 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
34797 the Setup/AddressBooks screen, so there is little reason to edit these directly.
34798 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
34799 the Add, Delete, and Rename commands in the FOLDER LIST screen,
34800 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
34801 internally by Alpine and not set directly by the user.
34803 <UL>   
34804 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34805 </UL><P>
34806 &lt;End of help on this topic&gt;
34807 </BODY>
34808 </HTML>
34809 ====== h_config_disable_signature_edit =====
34810 <HTML>
34811 <HEAD>
34812 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
34813 </HEAD>
34814 <BODY>
34815 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
34817 If set, this disables the editing of signature files from within
34818 the Setup/Config screen.
34820 <UL>   
34821 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34822 </UL><P>
34823 &lt;End of help on this topic&gt;
34824 </BODY>
34825 </HTML>
34826 ====== h_config_delete_before_writing =====
34827 <HTML>
34828 <HEAD>
34829 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></TITLE>
34830 </HEAD>
34831 <BODY>
34832 <H1>FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></H1>
34834 This feature controls a behavior of Alpine intended to workaround problems in
34835 terminals where the marker for the end of inverse video cannot be overwritten,
34836 but must be deleted, as a way to start inverse video again.
34839 When this feature is enabled, Alpine will delete a line before writing it,
34840 therefore deleting the end of reverse video. Modern terminals do not require
34841 enabling this feature, but some old terminals might require it.
34843 <UL>
34844 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34845 </UL><P>
34846 &lt;End of help on this topic&gt;
34847 </BODY>
34848 </HTML>
34849 ====== h_config_disable_roles_templateedit =====
34850 <HTML>
34851 <HEAD>
34852 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
34853 </HEAD>
34854 <BODY>
34855 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
34857 If set, this disables the editing of template files within the
34858 Role setup screen.
34860 <UL>   
34861 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34862 </UL><P>
34863 &lt;End of help on this topic&gt;
34864 </BODY>
34865 </HTML>
34866 ====== h_config_disable_roles_sigedit =====
34867 <HTML>
34868 <HEAD>
34869 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
34870 </HEAD>
34871 <BODY>
34872 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
34874 If set, this disables the editing of signature files within the
34875 Role setup screen.
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_roles_setup =====
34884 <HTML>
34885 <HEAD>
34886 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
34887 </HEAD>
34888 <BODY>
34889 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
34891 If set, this disables the Setup/Rules/Roles command.
34893 <UL>   
34894 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34895 </UL><P>
34896 &lt;End of help on this topic&gt;
34897 </BODY>
34898 </HTML>
34899 ====== h_config_disable_pipes_in_templates =====
34900 <HTML>
34901 <HEAD>
34902 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
34903 </HEAD>
34904 <BODY>
34905 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
34907 By default, if a template file name is followed by a vertical bar (|) then
34908 that causes the file to be executed to produce the text for the template.
34909 If this feature is set, then this is not allowed.
34911 <UL>   
34912 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34913 </UL><P>
34914 &lt;End of help on this topic&gt;
34915 </BODY>
34916 </HTML>
34917 ====== h_config_disable_pipes_in_sigs =====
34918 <HTML>
34919 <HEAD>
34920 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
34921 </HEAD>
34922 <BODY>
34923 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
34925 By default, if a signature file name is followed by a vertical bar (|) then
34926 that causes the file to be executed to produce the text for the signature.
34927 If this feature is set, then this is not allowed.
34929 <UL>   
34930 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34931 </UL><P>
34932 &lt;End of help on this topic&gt;
34933 </BODY>
34934 </HTML>
34935 ====== h_config_disable_password_cmd =====
34936 <HTML>
34937 <HEAD>
34938 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
34939 </HEAD>
34940 <BODY>
34941 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
34943 If set, then the Setup/Newpassword command is disabled.
34945 <UL>   
34946 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34947 </UL><P>
34948 &lt;End of help on this topic&gt;
34949 </BODY>
34950 </HTML>
34951 ====== h_config_disable_password_caching =====
34952 <HTML>
34953 <HEAD>
34954 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
34955 </HEAD>
34956 <BODY>
34957 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
34959 Normally, loginname/password combinations are cached in Alpine so that
34960 you do not have to enter the same password more than once in a session.
34961 A disadvantage to this approach is that the password must be stored in
34962 the memory image of the running Alpine in order that it can be re-used.
34963 In the event that Alpine crashes and produces a core dump, and that core
34964 dump is readable by others, the loginname and password could be read
34965 from the core dump.
34967 If this feature is set, then the passwords will not be cached and you
34968 will have to retype the password whenever Alpine needs it.
34969 Even with this feature set there is still some chance that the core
34970 file will contain a password, so care should be taken to make the
34971 core files unreadable.
34973 NOTE: If PASSFILE caching is enabled, this does not disable it.
34974 That is a separate and independent feature.
34975 <UL>   
34976 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34977 </UL><P>
34978 &lt;End of help on this topic&gt;
34979 </BODY>
34980 </HTML>
34981 ====== h_config_disable_password_file_saving =====
34982 <HTML>
34983 <HEAD>
34984 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
34985 </HEAD>
34986 <BODY>
34987 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
34989 <P> This feature disables caching of passwords, even if your version of Alpine allows
34990 saving passwords. For MAC OS users saving passwords is done using the Apple Key Chain, for
34991 Windows users caching passwords is done using the internal Windows Credentials, and for
34992 other users this is done by using the password file. In this feature, the phrase
34993 &quot;password file&quot; is a misnomer and represents the way in which your system
34994 stores passwords.
34997 Specifically, this feature changes the behavior of Alpine when a login name and password combination
34998 for a specific server is not found in the password file. The default behavior is that
34999 Alpine will ask the user if they wish to save this information in the password file for future
35000 use. It is assumed that if a user created a password file it is because they intend
35001 to use it, but in some instances a user might want to save some passwords and not others.
35002 In this case, enabling this feature will make Alpine not add any more passwords to the
35003 password file and will only use the passwords that it already saved. If you wish to allow
35004 Alpine to save more passwords in the password file, disable this feature.
35006 <P> Regardless of which method Alpine uses to store passwords, this is done in a secure
35007 way when compiled with OpenSSL or LibreSSL. This is very likely to be your version, and
35008 you can check this by reading the encryption features
35009 <A HREF="X-Alpine-Config:">supported</A> by Alpine.
35012 <UL>   
35013 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35014 </UL><P>
35015 &lt;End of help on this topic&gt;
35016 </BODY>
35017 </HTML>
35018 ====== h_config_disable_kb_lock =====
35019 <HTML>
35020 <HEAD>
35021 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
35022 </HEAD>
35023 <BODY>
35024 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
35026 If set, then the Keyboard Lock command is removed from the MAIN MENU.
35028 <UL>   
35029 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35030 </UL><P>
35031 &lt;End of help on this topic&gt;
35032 </BODY>
35033 </HTML>
35034 ====== h_config_disable_config_cmd =====
35035 <HTML>
35036 <HEAD>
35037 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
35038 </HEAD>
35039 <BODY>
35040 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
35042 If set, then the Setup/Config screen is disabled.
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_allow_chg_from =====
35051 <HTML>
35052 <HEAD>
35053 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
35054 </HEAD>
35055 <BODY>
35056 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
35058 This feature affects Alpine's handling of the &quot;From:&quot; header field
35059 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
35060 option.
35062 If this feature is set then the From line can be changed just like
35063 all the other header fields that can be changed.
35064 This feature defaults to <EM>ON</EM>.
35066 Even with this feature turned ON (the default) you will not be able 
35067 to change the From header unless you add it to your list of
35068 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
35069 You may also want to change the
35070 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
35071 if you want the From header to always show up in the composer without
35072 having to type the Rich Headers command first.
35074 Note that many sites restrict the use of this feature in order to
35075 reduce the chance of falsified addresses and misdirected mail.
35076 If you want to change the value of what gets included in the From header
35077 in messages you send
35078 look <A HREF="h_config_change_your_from">here</A> for a description.
35080 <UL>   
35081 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35082 </UL><P>
35083 &lt;End of help on this topic&gt;
35084 </BODY>
35085 </HTML>
35086 ====== h_config_disable_collate =====
35087 <HTML>
35088 <HEAD>
35089 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
35090 </HEAD>
35091 <BODY>
35092 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
35094 This is a hard to understand feature that should only be used in rare cases.
35095 Normally, the C function call
35097 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
35099 is used by Alpine.
35100 If you want to try turning it off,
35101 setting this feature will turn it off.
35102 This part of the locale has to do with the sort order
35103 of characters in your locale.
35105 <UL>   
35106 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35107 </UL><P>
35108 &lt;End of help on this topic&gt;
35109 </BODY>
35110 </HTML>
35111 ====== h_config_quell_attach_extra_prompt =====
35112 <HTML>
35113 <HEAD>
35114 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
35115 </HEAD>
35116 <BODY>
35117 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
35119 By default, when you attempt to view an attachment externally
35120 from the &quot;Attachment View&quot; screen, you are asked if you
35121 really want to view the selected attachment.
35124 If this feature is set, you will <B>not</B> be prompted to confirm
35125 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
35126 prompt. This feature was added for those wanting to preserve that
35127 behavior (along with 
35128 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
35131 <UL>   
35132 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35133 </UL><P>
35134 &lt;End of help on this topic&gt;
35135 </BODY>
35136 </HTML>
35137 ====== h_config_quell_attach_ext_warn =====
35138 <HTML>
35139 <HEAD>
35140 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
35141 </HEAD>
35142 <BODY>
35143 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
35146 This feature suppresses the extra warning you can get when trying
35147 to view an attachment for which there is no mime-type match.  Turning
35148 on this feature will just run the program according to extension
35149 instead of first warning the user that it will run according to the
35150 file's extension.
35152 This feature can be used along side 
35153 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
35154 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
35156 <UL>   
35157 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35158 </UL><P>
35159 &lt;End of help on this topic&gt;
35160 </BODY>
35161 </HTML>
35162 ====== h_config_mailcap_params =====
35163 <HTML>
35164 <HEAD>
35165 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
35166 </HEAD>
35167 <BODY>
35168 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
35170 If set, this will allow mailcap named parameter substitution to occur
35171 in mailcap entries.
35172 By default, this is turned off to prevent security problems that may occur
35173 with some incorrect mailcap configurations.
35174 For more information, see RFC1524 and look for "named parameters" in the
35175 text of the RFC.
35177 <UL>   
35178 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35179 </UL><P>
35180 &lt;End of help on this topic&gt;
35181 </BODY>
35182 </HTML>
35183 ====== h_config_disable_shared =====
35184 <HTML>
35185 <HEAD>
35186 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
35187 </HEAD>
35188 <BODY>
35189 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
35191 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
35192 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
35193 will be disabled.
35194 The reason this feature exists is because there are some implementations
35195 of system password lookup routines that are very slow when presented with
35196 a long loginname that does not exist.
35197 This feature could be set to prevent the delay at startup time when the
35198 names above are searched for in the password file.
35200 <UL>   
35201 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35202 </UL><P>
35203 &lt;End of help on this topic&gt;
35204 </BODY>
35205 </HTML>
35206 ====== h_config_hide_nntp_path =====
35207 <HTML>
35208 <HEAD>
35209 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
35210 </HEAD>
35211 <BODY>
35212 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
35214 Normally the Path header that Alpine generates when posting to a newsgroup
35215 contains the name of the computer from which the message is being sent and
35216 the user name.
35217 Some believe that this information is used by spammers.
35218 If this feature is set, that information will be replaced with the text
35220 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
35222 instead.
35224 It should be noted that many servers being connected to will still reveal
35225 the information that this feature attempts to protect.
35227 <UL>   
35228 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35229 </UL><P>
35230 &lt;End of help on this topic&gt;
35231 </BODY>
35232 </HTML>
35233 ====== h_config_no_bezerk_zone =====
35234 <HTML>
35235 <HEAD>
35236 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
35237 </HEAD>
35238 <BODY>
35239 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
35241 POSIX mandates a timezone in UNIX mailbox format folder delimiters
35242 (the line that begins with From <SPACE>).
35243 Some versions of Berkeley mail have trouble with this, and don't recognize
35244 the line as a message delimiter.
35245 If this feature is set, the timezone will be left off the delimiter line.
35247 <UL>   
35248 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35249 </UL><P>
35250 &lt;End of help on this topic&gt;
35251 </BODY>
35252 </HTML>
35253 ====== h_config_quell_domain_warn =====
35254 <HTML>
35255 <HEAD>
35256 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
35257 </HEAD>
35258 <BODY>
35259 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
35261 When your configuration is set up so that your domain name contains no dots,
35262 it is usually a configuration error.
35263 By default, Alpine will warn you about this when you start it up.
35264 You will see a warning message that looks like
35267 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
35270 If this feature is set, the warning is turned off.
35272 <UL>   
35273 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35274 </UL><P>
35275 &lt;End of help on this topic&gt;
35276 </BODY>
35277 </HTML>
35278 ====== h_config_quell_imap_env =====
35279 <HTML>
35280 <HEAD>
35281 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
35282 </HEAD>
35283 <BODY>
35284 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
35286 In the MESSAGE INDEX screen, if the open folder is being accessed
35287 using IMAP, Alpine normally tries to paint the index lines on the screen
35288 as soon as the information arrives from the IMAP server.
35289 This means that the index information makes it onto the screen more quickly
35290 than it otherwise would.
35291 This sometimes results in behavior that bothers some users.
35292 For example, when paging to a new page of the index, it may be possible for
35293 the lines to be painted on the screen in a random order, rather than from
35294 top to bottom.
35297 Setting this feature causes Alpine to wait for all of the information
35298 to be gathered before it paints the index screen.
35299 Once it collects all of the information, the screen will be painted quickly
35300 from top to bottom.
35302 <UL>   
35303 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35304 </UL><P>
35305 &lt;End of help on this topic&gt;
35306 </BODY>
35307 </HTML>
35308 ====== h_config_quell_news_env =====
35309 <HTML>
35310 <HEAD>
35311 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
35312 </HEAD>
35313 <BODY>
35314 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
35316 In the MESSAGE INDEX screen, if the open folder is being accessed
35317 using NNTP (News), Alpine normally tries to paint the index lines on the screen
35318 as soon as the information arrives from the NNTP server.
35319 This means that the index information makes it onto the screen more quickly
35320 than it otherwise would.
35321 This sometimes results in behavior that bothers some users.
35322 For example, when paging to a new page of the index, it may be possible for
35323 the lines to be painted on the screen in a random order, rather than from
35324 top to bottom.
35327 Setting this feature causes Alpine to wait for all of the information
35328 to be gathered before it paints the index screen.
35329 Once it collects all of the information, the screen will be painted quickly
35330 from top to bottom.
35332 <UL>   
35333 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35334 </UL><P>
35335 &lt;End of help on this topic&gt;
35336 </BODY>
35337 </HTML>
35338 ====== h_config_quell_content_id =====
35339 <HTML>
35340 <HEAD>
35341 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
35342 </HEAD>
35343 <BODY>
35344 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
35346 This feature changes the behavior of Alpine when sending messages.
35347 It is intended to work around a bug in Microsoft's Outlook XP mail user
35348 agent.
35349 As of this writing, Microsoft has acknowledged the bug but
35350 has not added it to the Knowledge Base.
35351 We have been told that there will be a post-SP1 hotfix for Outlook XP.
35352 This particular bug has bug fix number OfficeQFE:4781.
35353 The nature of the bug is that messages with attachments that
35354 contain a Content-ID header (which standard Alpine attachments do)
35355 do not show the attachment indicator (a paperclip) when viewed with
35356 Outlook XP.
35357 So the user has no indication that the message contains an attachment.
35360 If this feature is set then Alpine will remove most Content-ID headers
35361 before sending a message.
35362 If an attachment is of type MESSAGE, then the existing Content-ID headers
35363 inside the message will be left intact.
35364 This would only happen with Alpine if a message was forwarded as an attachment
35365 or if a message with a message attached was forwarded.
35366 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
35367 the Content-ID headers of the alternative parts will not be removed.
35370 Because the Content-ID header is a standard part of MIME it is possible
35371 that setting this feature will break something.
35372 For example, if an attachment has a Content-ID header that is necessary
35373 for the correct functioning of that attachment, it is possible that Alpine
35374 may remove that header when the attachment is forwarded.
35375 However, it seems fairly safe at this time.
35378 <UL>   
35379 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35380 </UL><P>
35381 &lt;End of help on this topic&gt;
35382 </BODY>
35383 </HTML>
35384 ====== h_config_winpos_in_config =====
35385 <HTML>
35386 <HEAD>
35387 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
35388 </HEAD>
35389 <BODY>
35390 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
35392 PC-Alpine only.
35395 Normally, PC-Alpine will store its window size and position in the
35396 Windows Registry.
35397 This is convenient if you want to use the same remote
35398 configuration from more than one PC.
35399 If you use multiple configuration files to start PC-Alpine, you may want
35400 to store the window size and position in the configuration file instead
35401 of in the Registry.
35402 Setting this feature causes the value to be stored in 
35403 <A HREF="h_config_window_position">Window-Position</A>.
35406 <UL>   
35407 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35408 </UL><P>
35409 &lt;End of help on this topic&gt;
35410 </BODY>
35411 </HTML>
35412 ====== h_config_quell_ssl_largeblocks =====
35413 <HTML>
35414 <HEAD>
35415 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
35416 </HEAD>
35417 <BODY>
35418 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
35420 PC-Alpine only.
35422 This feature changes the behavior of fetching messages
35423 and attachments so that the message data is fetched in chunks no larger
35424 than 12K bytes.
35425 This works around a bug in Microsoft's SSL/TLS support.
35426 Some versions of Microsoft SSL are not able to read full-sized (16K)
35427 SSL/TLS packets.
35428 Some servers will send such packets and this will
35429 cause PC-Alpine to crash with the error
35432 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
35435 Microsoft is aware of the problem and has developed a hotfix for it, it is
35436 discussed in article 300562 in the Microsoft Knowledge Base.
35438 <UL>   
35439 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35440 </UL><P>
35441 &lt;End of help on this topic&gt;
35442 </BODY>
35443 </HTML>
35444 ====== h_config_quell_partial =====
35445 <HTML>
35446 <HEAD>
35447 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
35448 </HEAD>
35449 <BODY>
35450 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
35452 Partial fetching is a feature of the IMAP protocol.
35453 By default, Alpine
35454 will use partial fetching when copying the contents of a message or attachment
35455 from the IMAP server to Alpine.
35456 This means that the fetch will be done in many
35457 small chunks instead of one big chunk. The main benefit of this approach is
35458 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
35459 to stop the fetch early. In some cases partial fetching may cause a performance
35460 problem so that the fetching of data takes significantly longer when partial
35461 fetching is used. Turning on this feature will turn off partial fetching.
35463 <UL>   
35464 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35465 </UL><P>
35466 &lt;End of help on this topic&gt;
35467 </BODY>
35468 </HTML>
35469 ====== h_config_quell_personal_name_prompt =====
35470 <HTML>
35471 <HEAD>
35472 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
35473 </HEAD>
35474 <BODY>
35475 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
35477 PC-Alpine only.  This feature quells the prompting for a 
35478 <A HREF="h_config_pers_name">personal name</A>.  This
35479 prompt normally happens before composing a message, and only happens when
35480 there is no personal name already set.
35482 <UL>   
35483 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35484 </UL><P>
35485 &lt;End of help on this topic&gt;
35486 </BODY>
35487 </HTML>
35488 ====== h_config_quell_user_id_prompt =====
35489 <HTML>
35490 <HEAD>
35491 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
35492 </HEAD>
35493 <BODY>
35494 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
35496 PC-Alpine only.  This feature quells the prompting for a 
35497 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
35498 if the information can be obtained from the login name used
35499 to open the INBOX.  Normally, this prompt happens before composing
35500 a message, and only happens when there is no user-id already set
35501 in the configuration.
35503 With this feature set, composing a message is only possible after
35504 establishing a connection to the INBOX.
35506 <UL>   
35507 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35508 </UL><P>
35509 &lt;End of help on this topic&gt;
35510 </BODY>
35511 </HTML>
35512 ====== h_config_save_aggregates =====
35513 <HTML>
35514 <HEAD>
35515 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
35516 </HEAD>
35517 <BODY>
35518 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
35520 This feature will optimize an aggregate copy operation, if
35521 possible, by issuing a single IMAP <EM>COPY</EM> command with a
35522 list of the messages to be copied.
35523 This feature is set by default.
35524 This may reduce network traffic and elapsed time for the Save.
35525 <EM>However, many IMAP servers (including the UW IMAP server) do
35526 not preserve the order of messages when this optimization is applied.</EM>
35527 If this feature is not set, 
35528 Alpine will copy each message individually and the order of the messages
35529 will be preserved.
35531 <UL>   
35532 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35533 </UL><P>
35534 &lt;End of help on this topic&gt;
35535 </BODY>
35536 </HTML>
35537 ====== h_config_use_system_translation =====
35538 <HTML>
35539 <HEAD>
35540 <TITLE>FEATURE: Use System Translation</TITLE>
35541 </HEAD>
35542 <BODY>
35543 <H1>FEATURE: Use System Translation</H1>
35545 UNIX Alpine only.
35547 Alpine normally uses its own internal software to convert between the multi-byte
35548 representation of characters and the Unicode representation of those
35549 same characters.
35550 It converts from the multi-byte characters your keyboard produces to Unicode,
35551 and from Unicode to the multi-byte characters your display expects.
35552 Alpine also uses its own internal software to decide how much space on
35553 the screen a particular Unicode character will occupy.
35556 Setting this feature tells Alpine to use the system-supplied routines to
35557 perform these tasks instead.
35558 In particular there are three tasks and three system routines that will
35559 be used for these tasks.
35562 To convert from multi-byte to Unicode the routine
35565 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
35568 is used.
35569 To convert from Unicode to multi-byte the routine
35572 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
35575 is used, if available, otherwise
35578 <CENTER><SAMP>wctomb</SAMP></CENTER>
35581 is used.
35583 And to find the screen width a particular Unicode character will
35584 occupy the routine used is
35587 <CENTER><SAMP>wcwidth</SAMP></CENTER>
35590 This feature has been only lightly tested.
35591 The internal routines should normally be used unless you run into
35592 a problem that you think may be solved by using the system routines.
35593 Note that your environment needs to be set up for these
35594 routines to work correctly.
35595 In particular, the LANG or LC_CTYPE variable in your environment will
35596 need to be set.
35599 <UL>   
35600 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35601 </UL><P>
35602 &lt;End of help on this topic&gt;
35603 </BODY>
35604 </HTML>
35605 ====== h_config_suspend_spawns =====
35606 <HTML>
35607 <HEAD>
35608 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
35609 </HEAD>
35610 <BODY>
35611 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
35613 This feature affects Alpine's behavior when process suspension is enabled
35614 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
35615 temporarily interact with the operating system command &quot;shell&quot; 
35616 without
35617 quitting Alpine, and then subsequently resume the still-active Alpine session.
35620 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
35621 is set and subsequently the Ctrl-Z key
35622 is pressed, Alpine will normally suspend itself and return temporary control
35623 to Alpine's parent shell process.  However, if this feature is set, Alpine
35624 will instead create an inferior subshell process.  This is useful when the
35625 parent process is not intended to be used interactively.  Examples include
35626 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
35627 or via a menu system.<P>
35629 Note that one typically resumes a suspended Alpine by entering the Unix
35630 &quot;fg&quot; command, but if this feature is set, it will be necessary to
35631 enter the &quot;exit&quot; command instead.
35633 <UL>   
35634 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35635 </UL><P>
35636 &lt;End of help on this topic&gt;
35637 </BODY>
35638 </HTML>
35639 ====== h_config_8bit_smtp =====
35640 <HTML>
35641 <HEAD>
35642 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
35643 </HEAD>
35644 <BODY>
35645 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
35647 This feature affects Alpine's behavior when sending mail.
35648 By default, this feature is set.
35649 Internet standards
35650 require that all electronic mail messages traversing the global Internet
35651 consist of 7bit ASCII characters unless a pair of cooperating mail 
35652 transfer agents explicitly agree to allow 8bit messages.  In general, 
35653 then, exchanging messages in non-ASCII characters requires MIME encoding.
35655 However, there are now Internet standards that allow for unencoded 8bit
35656 exchange of messages between cooperating systems.  When this feature is set
35657 Alpine will try to negotiate unencoded 8bit transmission during the
35658 sending process.  Should the negotiation fail, Alpine will fall back to its
35659 ordinary encoding rules. 
35661 Note, this feature relies on your system's mail transport agent or
35662 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
35663 having the negotiation mechanism introduced in
35664 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
35665 &quot;8BITMIME&quot;. 
35667 ESMTP allows for graceful migration to upgraded mail transfer agents, but
35668 it is possible that this feature might cause problems for some servers. 
35669 <P><UL>
35670 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35671 </UL>
35672 <P>&lt;End of help on this topic&gt;
35673 </BODY>
35674 </HTML>
35675 ====== h_config_8bit_nntp =====
35676 <HTML>
35677 <HEAD>
35678 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
35679 </HEAD>
35680 <BODY>
35681 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
35683 This feature affects Alpine's behavior when posting news.  
35687 The Internet standard for exchanging USENET news messages (RFC-1036)
35688 specifies that USENET messages should conform to Internet mail standards
35689 and contain only 7bit characters, but much of the news transport software
35690 in use today is capable of successfully sending messages containing 8bit
35691 characters.  Hence, many people believe that it is appropriate to send 8bit
35692 news messages without any MIME encoding.
35696 Moreover, there is no Internet standard for explicitly negotiating 8bit
35697 transfer, as there is for Internet email.  Therefore, Alpine provides the
35698 option of posting unencoded 8bit news messages, though not as the default.
35699 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
35700 postings that contain 8bit characters. 
35704 Note, articles may cross a path or pass through news transport software
35705 that is unsafe or even hostile to 8bit characters.  At best this will only
35706 cause the posting to become garbled.  The safest way to transmit 8bit
35707 characters is to leave Alpine's MIME encoding turned on, but recipients
35708 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
35709 messages.
35711 &lt;End of help on this topic&gt;
35712 </BODY>
35713 </HTML>
35714 ====== h_config_mark_for_cc =====
35715 <HTML>
35716 <HEAD>
35717 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
35718 </HEAD>
35719 <BODY>
35720 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
35722 This feature affects Alpine's MESSAGE INDEX display.
35723 By default, a '+' is displayed in the first column if the
35724 message is addressed directly to you.
35725 When this feature is set and the message is not addressed to you, then a
35726 '-' character is displayed if the message is instead Cc'd directly
35727 to you.
35730 <UL>   
35731 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35732 </UL><P>
35733 &lt;End of help on this topic&gt;
35734 </BODY>
35735 </HTML>
35736 ====== h_config_tab_uses_unseen =====
35737 <HTML>
35738 <HEAD>
35739 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
35740 </HEAD>
35741 <BODY>
35742 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
35744 This feature affects Alpine's behavior when using the TAB
35745 <A HREF="h_common_nextnew">NextNew Command</A>
35746 to move from one folder to the next.
35747 Alpine's usual behavior is to search for folders
35748 with <EM>Recent</EM> messages in them.
35749 Recent messages are messages that have arrived since the last time the
35750 folder was opened.
35753 Setting this feature causes Alpine to search for <EM>Unseen</EM>
35754 messages instead of Recent messages.
35755 Unseen messages remain Unseen until you view them (or flag then as Seen with
35756 the <A HREF="h_common_flag">Flag Command</A>).
35757 Setting this feature allows you to locate messages you have not read
35758 instead of only recently received messages.
35759 When this feature is set, the feature
35760 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
35761 will have no effect, so the checking may be slower.
35764 Another reason why you might want to use this feature is that Alpine sometimes
35765 opens folders implicitly behind the scenes, and this clears the
35766 Recent status of all messages in the folder.
35767 One example where this happens is when Saving or filtering a
35768 message to another folder.
35769 If that message has some <A HREF="h_config_keywords">keywords</A>
35770 set, then because of some shortcomings
35771 in the IMAP specification, the best way to ensure that those keywords are
35772 still set in the saved copy of the message is to open the folder and
35773 set the keywords explicitly.
35774 Because this clears the Recent status of all messages in that folder the
35775 folder will not be found by the NextNew command unless this feature is set.
35778 &lt;End of help on this topic&gt;
35779 </BODY>
35780 </HTML>
35781 ====== h_config_tab_new_only =====
35782 <HTML>
35783 <HEAD>
35784 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
35785 </HEAD>
35786 <BODY>
35787 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
35789 This feature affects Alpine's behavior when using the TAB key to move from
35790 one message to the next.  Alpine's usual behavior is to select the next
35791 unread message or message flagged as "Important".
35795 Setting this feature causes Alpine to skip the messages flagged as important,
35796 and select unread messages exclusively.  Tab behavior when there are no
35797 new messages left to select remains unchanged.
35799 &lt;End of help on this topic&gt;
35800 </BODY>
35801 </HTML>
35802 ====== h_config_warn_if_subj_blank =====
35803 <HTML>
35804 <HEAD>
35805 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
35806 </HEAD>
35807 <BODY>
35808 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
35810 This feature affects Alpine's behavior when you send a message being
35811 composed.
35812 If this option is set, Alpine will check to see if the message about to be sent
35813 has a subject or not.
35814 If not, you will be asked if you want to send the message anyway.
35817 <UL>   
35818 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35819 </UL><P>
35820 &lt;End of help on this topic&gt;
35821 </BODY>
35822 </HTML>
35823 ====== h_config_warn_if_fcc_blank =====
35824 <HTML>
35825 <HEAD>
35826 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
35827 </HEAD>
35828 <BODY>
35829 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
35831 This feature affects Alpine's behavior when you send a message being
35832 composed.
35833 If this option is set, Alpine will check to see if the message about to be sent
35834 has an Fcc or not.
35835 If not, you will be asked if you want to send the message anyway.
35838 <UL>   
35839 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35840 </UL><P>
35841 &lt;End of help on this topic&gt;
35842 </BODY>
35843 </HTML>
35844 ====== h_config_warn_if_no_to_or_cc =====
35845 <HTML>
35846 <HEAD>
35847 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
35848 </HEAD>
35849 <BODY>
35850 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
35852 This feature affects Alpine's behavior when you send a message being
35853 composed.
35854 If this option is set, Alpine will check to see if the message about to be sent
35855 has either a To address, a Cc address, or a Newsgroup.
35856 If none of these is set,
35857 you will be asked if you want to send the message anyway.
35860 This feature is closely related to
35861 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
35862 Alpine will normally ask if you want to copy a message only to the Fcc.
35863 This feature also applies to cases where there is a Bcc but still no To, Cc,
35864 or Newsgroup.
35865 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
35866 message with only an Fcc, then you won't be asked about sending with
35867 a blank To and Cc and Newsgroups header even if this feature is set.
35868 Similarly, if you have already been asked if you want to send to the Fcc
35869 only and you have answered Yes, then you won't be asked again about sending with
35870 blank To, Cc, and Newsgroups headers even if this feature is set.
35873 <UL>   
35874 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35875 </UL><P>
35876 &lt;End of help on this topic&gt;
35877 </BODY>
35878 </HTML>
35879 ====== h_config_quell_dead_letter =====
35880 <HTML>
35881 <HEAD>
35882 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
35883 </HEAD>
35884 <BODY>
35885 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
35887 This feature affects Alpine's behavior when you cancel a message being
35888 composed.  Alpine's usual behavior is to write the canceled message to
35889 a file named 
35890 <!--chtml if pinemode="os_windows"-->
35891 &quot;DEADLETR&quot;,
35892 <!--chtml else-->
35893 &quot;dead.letter&quot; in your home directory,
35894 <!--chtml endif-->
35895 overwriting any previous message. Under
35896 some conditions (some routine), this can introduce a noticeable delay.
35897 Setting this feature will cause Alpine NOT to write canceled compositions
35898 into the file.
35900 NOTE: Enabling this feature means NO record of canceled messages is
35901 maintained.
35903 This feature affects the newer option
35904 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
35905 number of dead letter files to keep around.
35906 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
35908 <UL>   
35909 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35910 </UL><P>
35911 &lt;End of help on this topic&gt;
35912 </BODY>
35913 </HTML>
35914 ====== h_config_quell_beeps =====
35915 <HTML>
35916 <HEAD>
35917 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
35918 </HEAD>
35919 <BODY>
35920 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
35922 This feature affects Alpine's behavior when it displays status message
35923 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
35924 will not affect the display of such messages, but will cause those that
35925 emit a beep to become silent.
35928 <UL>   
35929 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35930 </UL><P>
35931 &lt;End of help on this topic&gt;
35932 </BODY>
35933 </HTML>
35934 ====== h_config_suppress_user_agent =====
35935 <HTML>
35936 <HEAD>
35937 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
35938 </HEAD>
35939 <BODY>
35940 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
35942 If this feature is set then Alpine will not generate a
35943 <CODE>User-Agent</CODE> header in outgoing messages.
35945 <UL>   
35946 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35947 </UL><P>
35948 &lt;End of help on this topic&gt;
35949 </BODY>
35950 </HTML>
35951 ====== h_config_quell_lock_failure_warnings =====
35952 <HTML>
35953 <HEAD>
35954 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
35955 </HEAD>
35956 <BODY>
35957 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
35959 This feature affects Alpine's behavior when it encounters a problem
35960 acquiring a mail folder lock.  Typically, a secondary file associated
35961 with the mail folder being opened is created as part of the locking
35962 process.  On some systems, such file creation has been administratively
35963 precluded by the system configuration.
35965 Alpine issues a warning when such failures occur, which can become bothersome
35966 if the system is configured to disallow such actions.  Setting this
35967 feature causes Alpine to remain silent when this part of lock creation fails.
35969 WARNING: systems that have been configured in a way that precludes locking
35970 introduce some risk of mail folder corruption when more than one program
35971 attempts to modify the mail folder.  This is most likely to occur to one's
35972 INBOX or other incoming message folder. 
35974 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
35976 <UL>   
35977 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35978 </UL><P>
35979 &lt;End of help on this topic&gt;
35980 </BODY>
35981 </HTML>
35982 ====== h_config_enable_role_take ======
35983 <HTML>
35984 <HEAD>
35985 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
35986 </HEAD>
35987 <BODY>
35988 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
35990 Normally, the Take command takes addresses from a message and helps you
35991 put them into your Address Book.
35992 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
35993 you may find it useful
35994 to be able to Take information from a message's headers and put it into
35995 a new Rule.
35996 When this feature is set, you will be given an extra prompt that gives
35997 you the choice to Take into the Address Book or Take into a rule.
35998 <P><UL>
35999 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36000 </UL>
36002 &lt;End of help on this topic&gt;
36003 </BODY>
36004 </HTML>
36005 ====== h_config_enable_take_export ======
36006 <HTML>
36007 <HEAD>
36008 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
36009 </HEAD>
36010 <BODY>
36011 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
36013 Normally, the Take command takes addresses from a message and helps you
36014 put them into your Address Book.
36015 When this feature is set, you will be given an extra prompt that gives you
36016 the choice to Take addresses into a file instead of your Address
36017 Book.
36018 Only the user@domain_name part of the address is put in the file.
36019 <P><UL>
36020 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36021 </UL>
36023 &lt;End of help on this topic&gt;
36024 </BODY>
36025 </HTML>
36026 ====== h_config_quell_folder_internal_msg ======
36027 <HTML>
36028 <HEAD>
36029 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
36030 </HEAD>
36031 <BODY>
36032 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
36034 This feature determines whether or not Alpine will create 
36035 &quot;pseudo messages&quot; in folders that are in standard Unix or 
36036 MMDF format. <P> 
36038 Alpine will normally create these pseudo messages when they are not already
36039 present in a standard Unix or MMDF folder.  Their purpose is to record
36040 certain mailbox state data needed for correct IMAP and POP server
36041 operation, and also for Alpine to be able to mark messages as Answered when
36042 the Reply has been postponed.<P>
36044 Sites that do not use IMAP/POP for remote mail access, and that need to
36045 support mail tools that are adversely affected by the presence of the
36046 pseudo-messages (e.g. some mail notification tools) may enable this
36047 feature to tell Alpine not to create them.  Note that Alpine's 
36048 &quot;Answered&quot; flag
36049 capability will be adversely affected if this is done.<P>
36051 Note too that, even if this feature is enabled, Alpine will not remove
36052 pseudo-messages when it encounters them (e.g. those created by UW's imapd
36053 or ipopd servers.) This feature has no effect on folders that are not in
36054 standard Unix or MMDF format, as pseudo-messages are not needed in the
36055 other formats to record mailbox state information.
36056 <P><UL>
36057 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36058 </UL>
36060 &lt;End of help on this topic&gt;
36061 </BODY>
36062 </HTML>
36063 ====== h_config_mulnews_as_typed ======
36064 <HTML>
36065 <HEAD>
36066 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
36067 </HEAD>
36068 <BODY>
36069 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
36071 This feature will be of little use to most users.
36072 It has no effect unless the feature
36073 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
36074 is set.
36076 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
36077 then the setting of this feature may have an effect on the names of the
36078 newsrc files used.
36079 Normally, the name of the news server will be canonicalized before it is
36080 used in the newsrc file name.
36081 For example, if you type the news server name
36084 <CENTER><SAMP>servername</SAMP></CENTER>
36087 it is likely that the canonical name will be something like
36090 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
36093 Or it may be the case that
36096 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
36099 is really an alias (a DNS CNAME) for
36102 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
36105 If this feature is not set, then the canonicalized names will be used.
36106 If this feature is set, then the name you typed in (or put in your
36107 configuration) will be used.
36109 <P><UL>
36110 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36111 </UL>
36113 &lt;End of help on this topic&gt;
36114 </BODY>
36115 </HTML>
36116 ====== h_config_quell_empty_dirs ======
36117 <HTML>
36118 <HEAD>
36119 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
36120 </HEAD>
36121 <BODY>
36122 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
36124 This feature causes Alpine to remove from the display any directories
36125 that do not contain at least one file or directory.  This can be useful
36126 to prevent overly cluttered folder lists when a collection is stored on
36127 a server that treats all names as both a folder and a directory.
36130 Note, enabling this feature can cause surprising behavior!  For example,
36131 you can still use Add to create a directory, but unless you immediately
36132 enter that directory and create a folder, that newly created directory
36133 may not be displayed next time you enter the folder list.
36136 The description above is not quite correct.
36137 Only directories which potentially may hold messages are hidden if empty.
36138 That is, a directory which is really just a directory and is not selectable
36139 as a folder will not be hidden.
36140 Such directories can occur on servers that treat most names as both a folder
36141 and a directory.
36142 These directories are typically created implicitly when a folder is created
36143 inside a directory that does not yet exist.
36146 <UL>   
36147 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36148 </UL><P>
36149 &lt;End of help on this topic&gt;
36150 </BODY>
36151 </HTML>
36152 ====== h_config_termcap_wins =====
36153 <HTML>
36154 <HEAD>
36155 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
36156 </HEAD>
36157 <BODY>
36158 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
36160 This feature may affect Alpine's low-level input routines.  Termcap (or
36161 terminfo, depending on how your copy of Alpine was compiled and linked)
36162 is the name of the database that describes terminal capabilities.  In
36163 particular, it describes the sequences of characters that various keys
36164 will emit.
36167 An example would be the Up Arrow key on the keyboard.  Up
36168 Arrow is not a distinct character on most Unix systems.  When you press
36169 the Up Arrow key a short sequence of characters are produced.  This
36170 sequence is supposed to be described in the termcap database by the
36171 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
36172 are using terminfo instead of termcap).
36175 By default, Alpine defines some terminal
36176 escape sequences that are commonly used.  For example, the sequence
36177 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
36178 &quot;ESC&nbsp;[&nbsp;A&quot;
36179 is also recognized as an Up Arrow key.  These are chosen because common
36180 terminals like VT100's or ANSI standard terminals produce these
36181 sequences when you press the Up Arrow key.
36184 If your system's termcap
36185 (terminfo) database assigns some other function to the sequence
36186 &quot;ESC&nbsp;O&nbsp;A&quot;
36187 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
36188 database assigns a sequence that doesn't begin with an escape
36189 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
36190 This usually works fine
36191 because most terminals emit the escape sequences that Alpine has defined
36192 by default.  We have also found that it is usually better to have these
36193 defaults take precedence over the definitions contained in the database
36194 because the defaults are more likely to be correct than the database.
36197 There are some terminals where this breaks down.  If you want Alpine to
36198 believe the definitions given in your termcap (terminfo) database in
36199 preference to the defaults the Alpine itself sets up, then you may turn
36200 this feature on.  Then, sequences of characters that are defined in
36201 both termcap (terminfo) and in Alpine's set of defaults will be
36202 interpreted the way that termcap (terminfo) says they should be
36203 interpreted.  Also, if your terminal capabilities database assigns a
36204 sequence that doesn't begin with escape, it will not be ignored.
36207 <UL>   
36208 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36209 </UL><P>
36210 &lt;End of help on this topic&gt;
36211 </BODY>
36212 </HTML>
36213 ====== h_config_cruise_mode =====
36214 <HTML>
36215 <HEAD>
36216 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
36217 </HEAD>
36218 <BODY>
36219 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
36221 This feature affects Alpine's behavior when you hit the
36222 &quot;Space&nbsp;Bar&quot; at
36223 the end of a displayed message.  Typically, Alpine complains that the end
36224 of the text has already been reached.  Setting this feature causes such
36225 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
36226 taking you to the next &quot;interesting&quot; message,
36227 or scanning ahead to the 
36228 next incoming folder with &quot;interesting&quot; messages.
36231 <UL>   
36232 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36233 </UL><P>
36234 &lt;End of help on this topic&gt;
36235 </BODY>
36236 </HTML>
36237 ====== h_config_cruise_mode_delete =====
36238 <HTML>
36239 <HEAD>
36240 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
36241 </HEAD>
36242 <BODY>
36243 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
36245 This feature modifies the behavior of Alpine's 
36246 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
36247 Setting this feature causes Alpine to implicitly delete read
36248 messages when it moves on to display the next &quot;interesting&quot; message.
36250 NOTE: Beware when enabling this feature AND the 
36251 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
36252 feature.
36254 <UL>   
36255 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36256 </UL><P>
36257 &lt;End of help on this topic&gt;
36258 </BODY>
36259 </HTML>
36260 ====== h_config_slash_coll_entire =====
36261 <HTML>
36262 <HEAD>
36263 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
36264 </HEAD>
36265 <BODY>
36266 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
36268 The slash (/) command is available from the MESSAGE INDEX screen when
36269 the folder is sorted by either Threads or OrderedSubject, and the
36270 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
36271 is set to something other than &quot;none&quot;.
36272 Normally, the slash command Collapses or Expands the subthread that
36273 starts at the currently highlighted message, if any.
36274 If this option is set, then the slash command Collapses or Expands the
36275 <EM>entire</EM> current thread instead of just the subthread.
36276 The current thread is simply the top-level thread that contains the
36277 current message.
36280 <UL>   
36281 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36282 </UL><P>
36283 &lt;End of help on this topic&gt;
36284 </BODY>
36285 </HTML>
36286 ====== h_config_color_thrd_import =====
36287 <HTML>
36288 <HEAD>
36289 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
36290 </HEAD>
36291 <BODY>
36292 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
36294 This option affects only the THREAD INDEX screen.
36295 Whether or not you ever see a THREAD INDEX screen depends on the setting
36296 of the configuration option
36297 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
36298 and on the sort order of the index.
36301 If a message within a thread is flagged as Important
36302 and this option is set, then
36303 the entire line in the THREAD INDEX will be colored the color of the
36304 Index-important Symbol, which can be set using the
36305 <A HREF="h_color_setup">Setup Kolor</A> screen.
36308 <UL>   
36309 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36310 </UL><P>
36311 &lt;End of help on this topic&gt;
36312 </BODY>
36313 </HTML>
36314 ====== h_config_allow_goto =====
36315 <HTML>
36316 <HEAD>        
36317 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
36318 </HEAD>
36319 <BODY>
36320 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
36322 This feature modifies the behavior of Alpine's file browser.  Setting this
36323 feature causes Alpine to offer the "G Goto" command in the file browser.
36324 That is the default.
36328 The Goto command allows you to explicitly type in the desired directory.
36330 &lt;End of help on this topic&gt;
36331 </BODY></HTML>
36332 ====== h_config_add_ldap =====
36333 <HTML>
36334 <HEAD>
36335 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
36336 </HEAD>
36337 <BODY>
36338 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
36340 If both the Directory option
36341 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
36342 and this feature are set,
36343 then when an implicit directory lookup is done from the
36344 composer you will automatically be prompted to add the result of the
36345 directory lookup to your address book.
36347 <UL>   
36348 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36349 </UL><P>
36350 &lt;End of help on this topic&gt;
36351 </BODY>
36352 </HTML>
36353 ===== h_patterns_compat_behavior =====
36354 <HTML>
36355 <HEAD>
36356 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
36357 </HEAD>
36358 <BODY>
36359 <H1>Rules Behavior Changes in Pine 4.50</H1>
36361 In Alpine, Rules that contain unrecognized elements
36362 are ignored.
36363 In most cases, the unrecognized elements will be something that was
36364 added as a new Rules feature in a later version of Alpine.
36365 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
36366 ignore rules that contained unrecognized elements.
36367 For example, a new element of Rules that was added in Pine 4.50 is
36368 Age interval.
36369 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
36370 all messages older than a week red.
36371 Now, if you run Pine 4.44 using that same configuration file, it will not
36372 recognize the Age interval and so will just ignore it.
36373 That means that all messages will match that rule so all messages will
36374 be colored red when using Pine version 4.44.
36377 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
36378 However, since the behavior still exists in versions prior to Pine 4.50 and
36379 since Filtering is a potentially destructive operation, another measure
36380 was taken to attempt to avoid unintentional Filtering of messages.
36381 The first time that you run Alpine or a Pine that is version 4.50 or greater,
36382 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
36383 will be copied to a new Filters configuration variable
36384 with a different name (&quot;Patterns-Filters2&quot;).
36385 From then on, Alpine will continue to use the new
36386 variable.
36387 Of course, Pine version 4.44 or lower will continue to use the old
36388 variable.
36389 That means that if you are using Alpine
36390 and also using a version of Pine that is older than 4.50, they will not
36391 share the configuration information about Filters.
36392 If you make a change in one version you won't see it in the other version.
36395 Since Scoring can be used to trigger Filtering, the same thing has been
36396 done for Score rules.
36397 The old configuration variable name is (&quot;Patterns-Scores&quot;)
36398 and the new name is (&quot;Patterns-Scores2&quot;).
36399 The same is not true of Role, Indexcolor, and Other rules that are
36400 thought to be less harmful when a mistake is made.
36403 &lt;End of help on this topic&gt;
36404 </BODY>
36405 </HTML>
36406 ======= h_config_filt_opts_sentdate =======
36407 <HTML>
36408 <HEAD>
36409 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
36410 </HEAD>
36411 <BODY>
36412 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
36414 By default, the Age interval of a Pattern uses a message's time of
36415 arrival to compute the age of the message.
36416 If this feature is set, the date in the message's Date header will
36417 be used instead.
36419 &lt;End of help on this topic&gt;
36420 </BODY>
36421 </HTML>
36422 ======= h_config_filt_opts_notdel =======
36423 <HTML>
36424 <HEAD>
36425 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
36426 </HEAD>
36427 <BODY>
36428 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
36430 If this option is set then a message will be moved into the
36431 specified folder only if it is not marked for deletion.
36432 This is useful if you have multiple Alpine sessions running
36433 simultaneously and you don't want messages to be filtered into a
36434 folder more than once.
36435 It is also useful if you want to filter
36436 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
36437 This method is not foolproof.
36438 There may be cases where a message
36439 gets marked deleted and so it is never filtered into the folder.
36440 For example, if you deleted it in another Alpine session or another mail
36441 program that didn't use the filtering rule.
36443 This option has no effect if the Filter Action is not set to Move.
36445 &lt;End of help on this topic&gt;
36446 </BODY>
36447 </HTML>
36448 ======= h_config_filt_opts_nonterm =======
36449 <HTML>
36450 <HEAD>
36451 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
36452 </HEAD>
36453 <BODY>
36454 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
36456 If this option is set then this is a non-terminating rule.
36457 Usually, for each message, Alpine searches through the Filter Rules until
36458 a match is found and then it performs the action associated with that rule.
36459 Rules following the match are not considered.
36460 If this option is set then the search for matches will continue at the next
36461 rule.
36463 If a non-terminating rule matches then the actions associated with
36464 that rule, except for any implied deletion of the message, are performed
36465 before the match for the next rule is checked.
36466 For example, if the non-terminating rule sets the Important status, then that
36467 status will be set when the next rule is considered.
36468 However, if the non-terminating rule Moves the message, the message will
36469 actually be copied instead of copied and deleted so that it is still there
36470 for the next rule.
36471 A moved message is deleted after all the relevant rules have been checked.
36472 The name of the &quot;Move&quot; action is confusing in this case because
36473 a single message can be moved to more than one folder.
36474 It turns the Move into a Copy instead, but it is still followed by a deletion
36475 at the end.
36477 This option may be useful if you want to have a single message filtered to
36478 two different folders because it matches two different Patterns.
36479 For example, suppose you normally filter messages to a particular mailing
36480 list into one folder, and messages addressed directly to you into a second
36481 folder.
36482 If a message is sent to both you and the list (and you can tell that by
36483 looking at the headers of the message) this option may give you a convenient
36484 way to capture a copy to each folder.
36485 (It may also cause you to capture two copies to each folder,
36486 depending on whether your mail system delivers one or two copies of the
36487 message to you and on how the list works.)
36489 &lt;End of help on this topic&gt;
36490 </BODY>
36491 </HTML>
36492 ====== h_command_external_browser =====
36493 <HTML>
36494 <HEAD>
36495 <TITLE>The External Browser Command</TITLE>
36496 </HEAD>
36497 <BODY>
36498 <H1>The External Browser Command</H1>
36501 A new command was added to Alpine that allows users to send HTML messages to be displayed
36502 by a web browser. This is helpful when a user wants to see images in the context of the
36503 message, or get a better display of the message than Alpine provides.
36506 The simplest way to use this command is to do as follows. While reading a message,
36507 press the &quot;V&quot; to go to the <A href="h_attachment_screen">ATTACHMENT SCREEN</A>.
36508 In that screen move the cursor until it is on top of a TEXT/HTML attachment and press the
36509 &quot;X&quot; key. This will make Alpine launch the browser you have configured for
36510 in the <a href="h_config_browser"><!--#echo var="VAR_url-viewers"--></a> variable, and
36511 you should be able to read the message in your browser, as well as in Alpine.
36513 <P> If the message you sent to your browser has inline images, then the images attached to
36514 the message that are necessary for the display of the message are also sent to the browser
36515 for its display.
36517 <P> The text that follows will explain more details about this command, and is only
36518 recommended for more advanced users.
36520 <h1><CENTER>Displaying Images</CENTER></h1>
36522 <P> First, we will talk about displaying images in an HTML file. Typically, HTML images
36523 are displayed as the result of some specific code of the form
36524 <center>
36525 <PRE>
36526 &lt;img src=&quot;...&quot;&gt;,
36527 </PRE>
36528 </center>
36529 where the text between the quotes tells Alpine how to find the image.
36530 If the source of the image is internal to the message, Alpine passes that image to the
36531 browser. Otherwise Alpine erases the link to the image. This is done so that
36532 you can be protected from a bad use of external images. Images can be used to track
36533 that you read the message, or your location, devices you own, etc.. Since Alpine does
36534 not open images in any messages, your
36535 privacy is always protected this way. Therefore, when you do not pass the links to
36536 external images to a browser, your privacy is being protected. However, doing this
36537 might make the message not be displayed correctly, since when the message was
36538 created the images were part of the formatted message, and not having images might make
36539 this formatting look awkward.
36541 <P> If you would like that Alpine display all images, regardless of their source, and
36542 regardless of the sender, then you need to disable the feature <a
36543 href="h_external_loads_inline_images_only"><!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>.
36544 The message will display as intended, but you will leak information to the sender of the
36545 message, as well as to your internet service provider, which could be your employer, or
36546 school, etc.
36548 <P> Alpine provides an alternative mechanism to either send all links to the images to the
36549 external browser or to send only those that are attached to the message you are trying to
36550 display. In order to use this mechanism you must first enable
36551 <a href="h_config_enable_view_attach"><!--#echo var="FEAT_enable-msg-view-attachments"--></a>.
36552 This allows Alpine to add direct links to each attachments. If you want to send an HTML
36553 attachment to an external browser, you would place the cursor over the attachment and press
36554 the &quot;Return&quot; or &quot;Enter&quot; key to open the attachment. When you do that
36555 you will see a prompt and menu which says
36557 <pre>
36558 View selected Attachment  ?
36559 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X External
36560 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No
36561 </pre>
36563 <P>In order to send this message to an external browser, you would press the &quot;X&quot;
36564 key. This will change the prompt and menu to
36566 <pre>
36567 View selected Attachment using external viewer including inline images only ?
36568 &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
36569 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I All images
36570 </pre>
36572 <P>This is telling you that if you answer &quot;Yes&quot; to this question, and external
36573 browser will be used to send this messages, and only inline images, that is, those attached
36574 in the message will be sent to the browser. If you would like to send all images in
36575 this case, the menu tells you that you must press the &quot;I&quot; key. Pressing
36576 that key changes the prompt and menu to
36578 <pre>
36579 View selected Attachment using external viewer including all images ?
36580 &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
36581 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I Inline imgs
36582 </pre>
36584 <P>and as you can see the prompt says that if you press &quot;Yes&quot; then the message
36585 will be sent to the browser including the source of all images, including those in
36586 external servers. Notice that the &quot;X&quot; command now is a toggle. If you
36587 were to press it now, you would return to the original prompt,
36589 <pre>
36590 View selected Attachment  ?
36591 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X External
36592 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No
36593 </pre>
36595 <P>which means that if you answer &quot;Yes&quot; at this time your message would not
36596 be sent to your external browser for display, unless you have configured a mailcap
36597 entry to display HTML files.
36599 <P> One of the lessons of this discussion is that if you never press the &quot;X&quot;
36600 command in the ATTACHMENT SCREEN, and you never press the &quot;X&quot; command when
36601 launching a viewer for an attachment in the MESSAGE TEXT screen, you will never use this
36602 mechanism, and Alpine will resort to your already configured mechanisms to open HTML
36603 text.This means you can live your life without worrying that Alpine will do anything
36604 different because of this new feature. You do not have to use it, but if you do, you should
36605 know the risks and advantages and decide when and how to use it.
36607 <h1><CENTER>Saving HTML Messages to Disk</CENTER></h1>
36610 No matter what your reason to send a message to an external web browser is, Alpine must
36611 write your message to a file (and also all related inline images), and point your browser
36612 to open that file. Alpine saves all your messages and auxiliary images in a subdirectory
36613 of the ~/.alpine-html directory in unix-like Alpine, or the alpine-html folder in your home
36614 directory in PC-Alpine. If Alpine cannot access these directories, or create folders
36615 in them, then the full mechanism described above will fail, and you will not be able
36616 to send messages to an external browser for display.
36619 Unfortunately browsers do not remove the file that Alpine created, nor the images
36620 that Alpine saved in order to display this message, so if you use this mechanism often
36621 you will create many directories and files which the browser will not remove. Alpine
36622 will remove these files when you exit Alpine. Any temporary directory that Alpine
36623 created that has existed for longer than 10 minutes will be automatically erased.
36624 Alpine also erases these directories upon exiting.
36627 When Alpine creates a directory to house the files associated to a message that will
36628 pass to an external browser, it tries to delete that directory later on, according to
36629 the discussion above. What this means is that you should consider the contents of the
36630 ~/.alpine-html directory in unix-like Alpine and the alpine-html folder in PC-Alpine
36631 as temporary, and not rely on their existence. If you attempt to save files in one of
36632 these directories, chances are your data will be deleted by Alpine. Since deleting is
36633 a destructive action,
36634 every session of Alpine that you have open will only attempt to remove the directories
36635 it created, with their content in them. If this operation fails, Alpine will not try
36636 to investigate, nor will report to you, why the operation failed. Therefore, users
36637 should periodically check their html directory to see if there is content there that
36638 they wish to delete.
36641 <UL>
36642 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36643 </UL><P>
36644 &lt;End of help on this topic&gt;
36645 </BODY>
36646 </HTML>
36647 ===== h_mainhelp_smime ======
36648 <HTML>
36649 <HEAD>
36650 <TITLE>S/MIME Overview</TITLE>
36651 </HEAD>
36652 <BODY>
36653 <H1>S/MIME Overview</H1>
36655 S/MIME is a standard for the public key encryption and signing of email.
36656 UNIX Alpine contains a basic implementation of S/MIME based on
36657 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries. The
36658 same support can be provided using the 
36659 <A HREF="http://www.libressl.org/">LibreSSL</A> libraries. The
36660 support for S/MIME in PC-Alpine is fully based on the LibreSSL libraries.
36661 To check if this version of Alpine supports S/MIME look at
36662 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
36663 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
36665 Some limitations:
36666 <UL>
36667    <LI> There is no provision for checking for CRLs
36668         (Certificate Revocation Lists) in Alpine.
36669    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
36670    <LI> There is no mechanism available for feeding either an entire incoming
36671         or an entire outgoing message to an external
36672         filter and using that external filter to do S/MIME or PGP processing.
36673    <LI> Because the implementation currently uses OpenSSL, there is only a very
36674         limited integration with the Mac OS Keychain (the storing and access of
36675         public certificates).
36676 </UL>
36678 The S/MIME configuration screen is reached by going to the Main Menu and typing
36679 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
36682 <H2>S/MIME BASICS</H2>
36684 In order to digitally sign messages you send you must have a public/private key-pair.
36685 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
36686 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
36687 users or a company which provides certificates for its workers.
36688 These certificates are bound to an email address, so the identity being verified is the
36689 email address not a person's name.
36691 Mail is signed by using the sender's private key, which only the owner of the private key
36692 has access to.
36693 The signature is verified using the signer's public key, which anyone can
36694 have access to.
36695 With Alpine, the first time you receive a signed message the public key of the
36696 sender will be stored for future use.
36699 Mail is encrypted using the recipient's public key and decrypted by
36700 the recipient with their private key.
36703 You need a key of your own in order to sign outgoing messages and to have others
36704 encrypt messages sent to you.
36705 You do not need a key of your own to verify signed messages sent by others or to
36706 encrypt messages sent to others.
36708 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
36710 By default UNIX Alpine stores the certificates it uses in a directory in your
36711 home directory.
36712 The directory name is
36714 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
36716 For PC-Alpine, the equivalent directory is called 
36717 <CENTER><SAMP>alpine-smime</SAMP></CENTER>
36718 and is also located under your home directory.
36720 Within that directory are three subdirectories.
36721 Each of the three subdirectories contains files with PEM-encoded contents,
36722 the default format for OpenSSL.
36723 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
36724 The files within that directory have names that are email addresses with the
36725 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
36726 An example filename is
36728 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
36730 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
36731 your private key.
36732 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
36733 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
36734 Authorities that you want to trust but that aren't contained in the set of system CAs.
36735 Those files may have arbitrary names as long as they end with the
36736 suffix &quot;<SAMP>.crt</SAMP>&quot;.
36738 <H2>HOW TO SIGN AND ENCRYPT</H2>
36740 If you have a certificate you may sign outgoing messages.
36741 After typing the Ctrl-X command to send a message you will see the prompt
36743 <CENTER><SAMP>Send message?</SAMP></CENTER>
36745 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
36746 Typing the &quot;G&quot; command will change the prompt to
36748 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
36750 Typing the &quot;E&quot; command will change the prompt to
36752 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
36754 You may even type both to get
36756 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
36759 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
36761 The reading of a signed message should not require any special action on
36762 your part.
36763 There should be an editorial addition at the start of the message which
36764 says either
36766 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
36770 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
36772 If an encrypted message is sent to you the encrypted text will not
36773 be shown.
36774 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
36775 you are viewing the message) and supply your passphrase when asked.
36777 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
36778 which gives you some information about the certificate used to sign or encrypt the message.
36780 <H2>MISCELLANEOUS</H2>
36782 If you have access to a private certificate in the PKCS12 format, which 
36783 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
36784 use the following commands to generate private keys, public and certificate
36785 authorities certificates. In the examples below, we assume that the 
36786 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
36787 that your email address is &quot;your@address.com&quot;.
36790 In order to create a private key use the command
36792 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
36794 In order to create a public certificate use the command
36796 <CENTER><SAMP>
36797 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
36798 </SAMP></CENTER>
36800 In order to create a certificate authority certificate use the command
36802 <CENTER><SAMP>
36803 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
36804 </SAMP></CENTER>
36806 <P> If the previous command produces an empty file, it means that the 
36807 certificate authority was not included in the .p12 file, so you will have 
36808 to get it from some other sources. You will need these certificates, so 
36809 that you can validate correctly signatures.
36812 After you have exported these certificates and keys, you can  use the import 
36813 command in Alpine, from the S/MIME configuration screen,
36814 to import these certificates into Alpine. They will be available for use
36815 as soon as you import them.
36817 &lt;End of help on this topic&gt;
36818 </BODY>
36819 </HTML>
36820 ====== h_config_smime_pubcertdir =====
36821 <HTML>
36822 <HEAD>
36823 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
36824 </HEAD>
36825 <BODY>
36826 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
36829 If the option
36830 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
36831 is set then this option will have no effect.
36833 Normally, Public Certificates for use with S/MIME will be stored in the directory
36834 which is the value of this option.
36835 Those certificates will be stored in PEM format, one certificate per file.
36836 The name of the file for the certificate corresponding to
36838 <CENTER><SAMP>emailaddress</SAMP></CENTER>
36840 should be
36842 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
36844 For example, a file for user@example.com would be in the file
36846 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
36848 in this directory.
36850 Use the Setup/SMIME screen to modify this variable.
36852 Typically, the public certificates that you have will come from S/MIME signed
36853 messages that are sent to you.
36854 Alpine will extract the public certificate from the signed message and store
36855 it in the certificates directory.
36856 These PEM format public certificates look something like:
36857 <PRE>
36858 -----BEGIN CERTIFICATE-----
36859 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
36860 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
36861 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
36863 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
36864 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
36865 -----END CERTIFICATE-----
36866 </PRE>
36868 <UL>   
36869 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36870 </UL><P>
36872 <UL>   
36873 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36874 </UL><P>
36875 &lt;End of help on this topic&gt;
36876 </BODY>
36877 </HTML>
36878 ====== h_config_smime_pubcertcon =====
36879 <HTML>
36880 <HEAD>
36881 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
36882 </HEAD>
36883 <BODY>
36884 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
36887 If this option is set it will be used instead of
36888 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
36890 This option gives you a way to store certificates remotely on an IMAP server
36891 instead of storing the certificates one per file locally.
36892 In order to do that you just give this option a remote folder name for a folder
36893 which does not yet exist.
36894 The name is similar to the name you might use for a remote configuration file.
36895 A remote folder name might look something like:
36897 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
36900 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36901 about the syntax of folder names.
36903 Use the Setup/SMIME screen to modify this variable.
36905 <UL>   
36906 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36907 </UL><P>
36909 <UL>   
36910 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36911 </UL><P>
36912 &lt;End of help on this topic&gt;
36913 </BODY>
36914 </HTML>
36915 ====== h_config_smime_privkeydir =====
36916 <HTML>
36917 <HEAD>
36918 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
36919 </HEAD>
36920 <BODY>
36921 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
36924 In order to sign outgoing S/MIME messages you will need a
36925 personal digital ID certificate.
36926 You will usually get such a certificate from a certificate authority such as
36927 Thawte or CAcert.
36928 (In order to encrypt outgoing messages you don't need a personal digital ID, you
36929 need the public certificate of the recipient instead.)
36930 If the option
36931 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
36932 is set then this option will have no effect.
36934 Normally, Private Keys for use with S/MIME will be stored in the directory
36935 which is the value of this option.
36936 Those certificates will be stored in PEM format, one certificate per file.
36937 The name of the file for the certificate corresponding to your
36939 <CENTER><SAMP>emailaddress</SAMP></CENTER>
36941 should be
36943 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
36945 For example, if your address is user@example.com the name of the file would be
36947 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
36949 in this directory.
36951 Use the Setup/SMIME screen to modify this variable.
36953 Typically, the private key that you have will come from a Certificate
36954 Authority.
36955 The private key should be stored in a PEM format file that
36956 looks something like:
36957 <PRE>
36958 -----BEGIN RSA PRIVATE KEY-----
36959 Proc-Type: 4,ENCRYPTED
36960 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
36962 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
36963 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
36964 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
36966 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
36967 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
36968 -----END RSA PRIVATE KEY-----
36969 </PRE>
36971 <UL>   
36972 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36973 </UL><P>
36975 <UL>   
36976 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36977 </UL><P>
36978 &lt;End of help on this topic&gt;
36979 </BODY>
36980 </HTML>
36981 ====== h_config_smime_privkeycon =====
36982 <HTML>
36983 <HEAD>
36984 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
36985 </HEAD>
36986 <BODY>
36987 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
36990 If this option is set it will be used instead of
36991 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
36993 This option gives you a way to store keys remotely on an IMAP server
36994 instead of storing the keys one per file locally.
36995 In order to do that you just give this option a remote folder name for a folder
36996 which does not yet exist.
36997 The name is similar to the name you might use for a remote configuration file.
36998 A remote folder name might look something like:
37000 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
37003 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
37004 about the syntax of folder names.
37006 Use the Setup/SMIME screen to modify this variable.
37008 <UL>   
37009 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37010 </UL><P>
37012 <UL>   
37013 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37014 </UL><P>
37015 &lt;End of help on this topic&gt;
37016 </BODY>
37017 </HTML>
37018 ====== h_config_smime_cacertdir =====
37019 <HTML>
37020 <HEAD>
37021 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
37022 </HEAD>
37023 <BODY>
37024 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
37027 If the option
37028 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
37029 is set then this option will have no effect.
37031 CACert is a shorthand name for certification authority certificate.
37032 Normally Alpine will use the CACerts that are located in the standard system
37033 location for CACerts.
37034 It may be the case that one of your correspondents has a Digital ID which has
37035 been signed by a certificate authority that is not in the regular set of system certificate
37036 authorities.
37037 You may supplement the system list by adding further certificates of your own.
37038 These should  be stored in the directory
37039 which is the value of this option.
37040 The certificates will be stored in PEM format, one certificate per file.
37041 The names of the files can be anything ending in &quot;.crt&quot;.
37043 Use the Setup/SMIME screen to modify this variable.
37045 These PEM format CA certificates look very similar to your public
37046 certificates for particular email addresses
37047 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
37049 <UL>   
37050 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37051 </UL><P>
37053 <UL>   
37054 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37055 </UL><P>
37056 &lt;End of help on this topic&gt;
37057 </BODY>
37058 </HTML>
37059 ====== h_config_smime_cacertcon =====
37060 <HTML>
37061 <HEAD>
37062 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
37063 </HEAD>
37064 <BODY>
37065 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
37068 If this option is set it will be used instead of
37069 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
37071 This option gives you a way to store certificates remotely on an IMAP server
37072 instead of storing the certificates one per file locally.
37073 In order to do that you just give this option a remote folder name for a folder
37074 which does not yet exist.
37075 The name is similar to the name you might use for a remote configuration file.
37076 A remote folder name might look something like:
37078 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
37081 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
37082 about the syntax of folder names.
37084 Use the Setup/SMIME screen to modify this variable.
37086 <UL>   
37087 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37088 </UL><P>
37090 <UL>   
37091 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37092 </UL><P>
37093 &lt;End of help on this topic&gt;
37094 </BODY>
37095 </HTML>
37096 ========== h_config_smime_sign_by_default ==========
37097 <HTML>
37098 <HEAD>
37099 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
37100 </HEAD>
37101 <BODY>
37102 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
37105 This feature only has an effect if your version of Alpine includes
37106 support for S/MIME.
37107 It affects Alpine's behavior when you send a message.
37108 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
37110 Only the default value is affected.
37111 In any case, you may still toggle the Signing option on or off before sending
37112 with the &quot;G Sign&quot; command (provided you have a personal digital ID
37113 certificate).
37115 <UL>   
37116 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37117 </UL><P>
37120 <UL>   
37121 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37122 </UL><P>
37123 &lt;End of help on this topic&gt;
37124 </BODY>
37125 </HTML>
37126 ========== h_config_smime_use_cert_store ==========
37127 <HTML>
37128 <HEAD>
37129 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
37130 </HEAD>
37131 <BODY>
37132 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
37135 This feature only has an effect if your version of Alpine includes
37136 support for S/MIME.
37137 It affects Alpine's behavior when you validate a message, and should
37138 not be disabled, unless you are performing a test.
37140 There are two important aspects of validation: validation of the message
37141 (that is, the message was not modified after it was sent) 
37142 as well as validation of the identity of the sender. This option has to 
37143 do with the latter. 
37145 In order to validate that the message came from the sender in the message
37146 and not an impersonator, Alpine can 
37147 either use the certificates that come in the message, or the ones that 
37148 you have personally stored. If this feature is enabled (the default) then 
37149 Alpine will use certificates that you have already saved in your store 
37150 and not those that come in the message to validate the sender of the 
37151 message. In particular, the first time that you receive a signed message
37152 from a sender, and their certificate does not validate against your
37153 store, then you will be asked if you wish to save such certificate. If
37154 you do not wish to save the certificate, then Alpine will fail to validate
37155 the signature of the message. Otherwise, Alpine will proceed to validate
37156 the signature of the message. This behavior helps you prevent against impersonation, because 
37157 it is assumed that you trust the certificates that you have saved, and 
37158 might not trust those that came with the message that you are validating.
37160 <UL>   
37161 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37162 </UL><P>
37165 <UL>   
37166 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37167 </UL><P>
37168 &lt;End of help on this topic&gt;
37169 </BODY>
37170 </HTML>
37171 ========== h_config_smime_pubcerts_in_keychain ==========
37172 <HTML>
37173 <HEAD>
37174 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
37175 </HEAD>
37176 <BODY>
37177 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
37180 If this feature is set the Mac OS X default keychain will be used as the place
37181 to store public certificates instead of a
37182 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
37183 or a
37184 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
37186 <UL>   
37187 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37188 </UL><P>
37190 <UL>   
37191 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37192 </UL><P>
37193 &lt;End of help on this topic&gt;
37194 </BODY>
37195 </HTML>
37196 ========== h_config_smime_dont_do_smime ==========
37197 <HTML>
37198 <HEAD>
37199 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
37200 </HEAD>
37201 <BODY>
37202 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
37205 Setting this feature turns off all of Alpine's S/MIME support.
37206 You might want to set this if you are having trouble due to the S/MIME support.
37208 <UL>   
37209 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37210 </UL><P>
37213 <UL>   
37214 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37215 </UL><P>
37216 &lt;End of help on this topic&gt;
37217 </BODY>
37218 </HTML>
37219 ========== h_config_smime_encrypt_by_default ==========
37220 <HTML>
37221 <HEAD>
37222 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
37223 </HEAD>
37224 <BODY>
37225 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
37228 This feature only has an effect if your version of Alpine includes
37229 support for S/MIME.
37230 It affects Alpine's behavior when you send a message.
37231 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
37233 Only the default value is affected.
37234 In any case, you may still toggle the Encrypt option on or off before sending
37235 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
37236 for the recipient).
37238 <UL>   
37239 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37240 </UL><P>
37243 <UL>   
37244 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37245 </UL><P>
37246 &lt;End of help on this topic&gt;
37247 </BODY>
37248 </HTML>
37249 ========== h_config_smime_remember_passphrase ==========
37250 <HTML>
37251 <HEAD>
37252 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
37253 </HEAD>
37254 <BODY>
37255 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
37258 This feature only has an effect if your version of Alpine includes
37259 support for S/MIME.
37260 If this option is set, you will only have to enter your passphrase for your private key
37261 once during an Alpine session.
37263 <UL>   
37264 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37265 </UL><P>
37268 <UL>   
37269 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37270 </UL><P>
37271 &lt;End of help on this topic&gt;
37272 </BODY>
37273 </HTML>
37274 ====== h_config_smime_transfer_pub_to_con =====
37275 <HTML>
37276 <HEAD>
37277 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
37278 </HEAD>
37279 <BODY>
37280 <H1>S/MIME: Transfer Public Certs to Container</H1>
37283 The Transfer command will copy the public certificates in your configured
37284 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
37285 to the container in your configured
37286 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
37287 This might be useful if you decide to switch from using a cert directory to a cert
37288 container.
37290 Warning: Any previous contents in the container will be lost.
37292 <UL>   
37293 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37294 </UL><P>
37296 <UL>   
37297 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37298 </UL><P>
37299 &lt;End of help on this topic&gt;
37300 </BODY>
37301 </HTML>
37302 ====== h_config_smime_transfer_pub_to_dir =====
37303 <HTML>
37304 <HEAD>
37305 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
37306 </HEAD>
37307 <BODY>
37308 <H1>S/MIME: Transfer Public Certs to Directory</H1>
37311 The Transfer command will copy the public certificates in your configured
37312 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37313 to the directory in your configured
37314 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
37315 This might be useful if you decide to switch from using a cert container to a cert
37316 directory.
37318 <UL>   
37319 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37320 </UL><P>
37322 <UL>   
37323 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37324 </UL><P>
37325 &lt;End of help on this topic&gt;
37326 </BODY>
37327 </HTML>
37328 ====== h_config_smime_transfer_priv_to_con =====
37329 <HTML>
37330 <HEAD>
37331 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
37332 </HEAD>
37333 <BODY>
37334 <H1>S/MIME: Transfer Private Keys to Container</H1>
37337 The Transfer command will copy the private keys in your configured
37338 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
37339 to the container in your configured
37340 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
37341 This might be useful if you decide to switch from using a key directory to a key
37342 container.
37344 Warning: Any previous contents in the container will be lost.
37346 <UL>   
37347 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37348 </UL><P>
37350 <UL>   
37351 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37352 </UL><P>
37353 &lt;End of help on this topic&gt;
37354 </BODY>
37355 </HTML>
37356 ====== h_config_smime_transfer_priv_to_dir =====
37357 <HTML>
37358 <HEAD>
37359 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
37360 </HEAD>
37361 <BODY>
37362 <H1>S/MIME: Transfer Private Keys to Directory</H1>
37365 The Transfer command will copy the private keys in your configured
37366 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
37367 to the directory in your configured
37368 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
37369 This might be useful if you decide to switch from using a key container to a key
37370 directory.
37372 <UL>   
37373 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37374 </UL><P>
37376 <UL>   
37377 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37378 </UL><P>
37379 &lt;End of help on this topic&gt;
37380 </BODY>
37381 </HTML>
37382 ====== h_config_smime_transfer_cacert_to_con =====
37383 <HTML>
37384 <HEAD>
37385 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
37386 </HEAD>
37387 <BODY>
37388 <H1>S/MIME: Transfer CA Certs to Container</H1>
37391 The Transfer command will copy the CA certificates in your configured
37392 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
37393 to the container in your configured
37394 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
37395 This might be useful if you decide to switch from using a CA cert directory to a CA cert
37396 container.
37398 Warning: Any previous contents in the container will be lost.
37400 <UL>   
37401 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37402 </UL><P>
37404 <UL>   
37405 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37406 </UL><P>
37407 &lt;End of help on this topic&gt;
37408 </BODY>
37409 </HTML>
37410 ====== h_config_smime_transfer_cacert_to_dir =====
37411 <HTML>
37412 <HEAD>
37413 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
37414 </HEAD>
37415 <BODY>
37416 <H1>S/MIME: Transfer CA Certs to Directory</H1>
37419 The Transfer command will copy the CA certificates in your configured
37420 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
37421 to the directory in your configured
37422 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
37423 This might be useful if you decide to switch from using a CA cert container to a CA cert
37424 directory.
37426 <UL>   
37427 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37428 </UL><P>
37430 <UL>   
37431 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37432 </UL><P>
37433 &lt;End of help on this topic&gt;
37434 </BODY>
37435 </HTML>
37436 ====== h_config_smime_transfer_pubcon_to_key =====
37437 <HTML>
37438 <HEAD>
37439 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
37440 </HEAD>
37441 <BODY>
37442 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
37444 Mac OS X Alpine only.
37446 The Transfer command will copy the public certificates in your configured
37447 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37448 to your default Mac OS X Keychain.
37449 This might be useful if you decide to switch from using a cert container to using
37450 the Keychain to store your public certs, which you may do by using the
37451 feature
37452 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
37454 <UL>   
37455 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37456 </UL><P>
37458 <UL>   
37459 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37460 </UL><P>
37461 &lt;End of help on this topic&gt;
37462 </BODY>
37463 </HTML>
37464 ====== h_config_smime_transfer_pubkey_to_con =====
37465 <HTML>
37466 <HEAD>
37467 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
37468 </HEAD>
37469 <BODY>
37470 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
37473 The Transfer command will copy the public certificates in your configured
37474 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37475 to your default Mac OS X Keychain.
37476 This might be useful if you decide to switch from using a cert container to using
37477 the Keychain to store your public certs.
37479 <UL>   
37480 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37481 </UL><P>
37483 <UL>   
37484 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37485 </UL><P>
37486 &lt;End of help on this topic&gt;
37487 </BODY>
37488 </HTML>
37489 ====== h_config_smime_public_certificates =====
37490 <HTML>
37491 <HEAD>
37492 <TITLE>S/MIME: Manage Public Certificates</TITLE>
37493 </HEAD>
37494 <BODY>
37495 <H1>S/MIME: Manage Public Certificates</H1>
37498 This menu item allows you to manage your public certificates, this
37499 may include your own public certificate, but it normally includes
37500 certificates of people you correspond with. These certificates are
37501 saved by Alpine automatically when they are found in signed messages
37502 that you receive. This interface allows you to manage them, by
37503 giving you the option to delete them, or trust them (in the case
37504 of self-signed certificates).
37507 Please note that Alpine will not validate a message that was sent to you
37508 using a self-signed certificate, unless you decide to trust that certificate.
37509 Internally, a certificate is trusted by copying it to the
37510 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
37511 collection. If you decide that you want to stop trusting a self-signed
37512 certificate, you must delete such certificate from such collection.
37514 The <B>I</B> Import command available in this screen allows you to 
37515 import a command to this collection.
37517 <UL>   
37518 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37519 </UL><P>
37521 <UL>   
37522 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37523 </UL><P>
37524 &lt;End of help on this topic&gt;
37525 </BODY>
37526 </HTML>
37527 ====== h_config_smime_private_keys =====
37528 <HTML>
37529 <HEAD>
37530 <TITLE>S/MIME: Manage Private Keys</TITLE>
37531 </HEAD>
37532 <BODY>
37533 <H1>S/MIME: Manage Private Keys</H1>
37536 This option allows you to manage your private key. Normally a person has only
37537 one key, in the same way that a person only has one valid passport, or ID card,
37538 at any given time. This option allows you to manage private keys. You can
37539 delete them or import them. Additionally, you can view information
37540 about your public certificate, such as the issuer and the dates of validity
37541 of such certificate, among others.
37544 If you have more than one e-mail address for which you want to use the 
37545 same private key, you must add all those addresses to the private key at 
37546 the moment that the key is generated. When you receive a signed message using 
37547 a key generated for several e-mail addresses, Alpine will save a 
37548 certificate for each e-mail address included in such certificate.
37550 The <B>I</B> Import command available in this screen allows you to 
37551 import a command to this collection.
37553 <UL>   
37554 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37555 </UL><P>
37557 <UL>   
37558 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37559 </UL><P>
37560 &lt;End of help on this topic&gt;
37561 </BODY>
37562 </HTML>
37563 ====== h_config_smime_certificate_authorities =====
37564 <HTML>
37565 <HEAD>
37566 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
37567 </HEAD>
37568 <BODY>
37569 <H1>S/MIME: Manage Certificate Authorities</H1>
37572 This collection contains certificates that are needed to validate the 
37573 certificate of another person, and therefore contains certificates that 
37574 you trust. Typically a certificate is signed by another entity, called a 
37575 certificate authority. This option allows you to manage which certificates 
37576 you trust, allowing you to import them and to delete them or view information
37577 about each certificate, such as the issuer and the dates of validity
37578 of such certificate.
37580 The <B>I</B> Import command available in this screen allows you to 
37581 import a command to this collection.
37583 <UL>   
37584 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37585 </UL><P>
37587 <UL>   
37588 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37589 </UL><P>
37590 &lt;End of help on this topic&gt;
37591 </BODY>
37592 </HTML>
37593 ====== h_config_smime_password_file_certificates =====
37594 <HTML>
37595 <HEAD>
37596 <TITLE>S/MIME: Manage Password File Certificates</TITLE>
37597 </HEAD>
37598 <BODY>
37599 <H1>S/MIME: Manage Password File Certificates</H1>
37602 This option allows you to manage the certificates that are used to
37603 encrypt and decrypt your password file. This is useful in case you
37604 want to change the certificates used to encrypt your password file.
37606 Depending on the version of Alpine that you used for the first time
37607 to set this up, you might have had to enter a password to enter this
37608 screen. In the case that you did not enter a password to enter this
37609 screen, you should know two things that are important:
37610 <UL>
37611 <LI> If anyone takes control of your computer (for example, if you 
37612 left it unattended) then that person can add a password to your
37613 password file and make it unreadable to you in the future.
37614 <LI> If anyone can access your computer (this includes remote access)
37615 then that person can steal your password file and decrypt it without
37616 your help. This gives access to that person to the same services you
37617 have access and such person can use your name to access that service.
37618 In particular, that person can try to hack into your service provider
37619 with your name on it, or that person could try to send spam with
37620 your name.
37621 </UL>
37622 <P> Needless to say, this is not advisable. You should keep your
37623 password file protected. In order to do so, all you need to do is use
37624 the &quot;Create Key&quot; command to create a key. Once you do this,
37625 Alpine will use that key, encrypted with the password used to create that
37626 key, to protect your password file.
37628 In this screen you can import a new key to encrypt your password file, 
37629 and read cryptographic information on your current key.
37631 To import a new key press &quot;RETURN&quot; and enter the location of
37632 the new key. You will be asked to enter the password of the new key. If
37633 this part of the process is successful, Alpine will search for the 
37634 certificate that matches that key. If your key is named 
37635 &quot;your_email@address.com.key&quot;, then Alpine will look for your
37636 certificate in the same directory in the file named
37637 &quot;your_email@address.com.crt&quot;, otherwise it will look for it
37638 as part of your key (that is, it will look to see if your certificate
37639 is in the file &quot;your_email@address.com.key&quot;), if all of this
37640 fails, Alpine will ask you to enter the location of the certificate
37641 that matches the key you unlocked. If a certificate is found, it will be 
37642 used, and in this case, the password file will be read, decrypted with the 
37643 old key and encrypted with the new key. Once this is done, the new key and 
37644 certificates are saved, and the old keys are permanently deleted.
37646 Alpine does not create a backup of your password file, or your old keys
37647 that will be replaced. If you need to keep old copies, you will have to do
37648 this operation outside Alpine.
37650 Observe that you can use this screen to remove the password for the key.
37651 As explained earlier, this is not advisable, but you can always restore the
37652 password to encrypt your password file by creating a new key.
37654 Be safe and keep your password file encrypted with a password.
37655 <UL>   
37656 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37657 </UL><P>
37659 <UL>   
37660 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37661 </UL><P>
37662 &lt;End of help on this topic&gt;
37663 </BODY>
37664 </HTML>
37665 ====== h_certificate_information =====
37666 <HTML>
37667 <HEAD>
37668 <TITLE>S/MIME: Certificate Information Screen</TITLE>
37669 </HEAD>
37670 <BODY>
37671 <H1>S/MIME: Certificate Information Screen</H1>
37674 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
37675 such as its owner, e-mail address, issuer, and interval of validity, 
37676 among others.
37678 In the case of public certificates, this screen shows you if there was a
37679 failure when attempting to validate such message. If the certificate is
37680 self-signed, then the <B>T</B> Trust command will be available, which
37681 you can use to trust such certificate and make Alpine not fail validating 
37682 signatures signed with such certificate.
37684 You can also mark a certificate deleted, with the <B>D</B> command, or 
37685 remove the deleted mark with the <B>U</B> undelete command.
37687 In the case of your private key, Alpine shows you the information
37688 from your public key. Additionally, Alpine allows you to see public
37689 and private information about your key, with the <B>B</B> and
37690 <B>R</B> commands respectively.
37691 <UL>   
37692 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37693 </UL><P>
37695 <UL>   
37696 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37697 </UL><P>
37698 &lt;End of help on this topic&gt;
37699 </BODY>
37700 </HTML>
37701 ====== h_config_smime_manage_public_menu =====
37702 <HTML>
37703 <HEAD>
37704 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
37705 </HEAD>
37706 <BODY>
37707 <H1>S/MIME: Commands that Manage Public Certificates</H1>
37710 This screen allows you to manage your public certificates. 
37712 The format of this screen is as follows. There are five fields: The 
37713 leftmost field is normally empty, but it could contain the letter 
37714 &quot;D&quot; to indicate that that certificate has been marked for 
37715 deletion. The next field is the e-mail address of the owner of the 
37716 certificate, shown in its entirety. The third and fourth field are the 
37717 first and last day validity for that certificate, respectively. The date
37718 is displayed in the user's locale unless the option 
37719 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
37720 is set. In this case, the month, day and year are represented by two
37721 digits, and the format used is mm/dd/yy. Finally, the fifth 
37722 field is what can be displayed of the MD5 hash of the certificate. You can 
37723 use any of the last three fields to distinguish between two certificates 
37724 for the same owner.
37726 Available commands in this screen and a short description of what they 
37727 do follows.
37728 <UL>
37729 <LI> <B>I</B> Imports a public certificate to this collection.
37730 <LI> <B>V</B> View information about a certificate such as the name of the person the
37731 certificate was issued to, its dates of validity, and validity status.
37732 <LI> <B>D</B> Marks a certificate deleted.
37733 <LI> <B>U</B> Removes the deletion mark on a certificate.
37734 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
37735 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
37736 trust a certificate by copying it to the collection of trusted certificates.
37737 </UL>
37739 All commands provide feedback to let you know about their success or failure.
37741 <UL>   
37742 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37743 </UL><P>
37745 <UL>   
37746 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37747 </UL><P>
37748 &lt;End of help on this topic&gt;
37749 </BODY>
37750 </HTML>
37751 ====== h_config_smime_manage_private_menu =====
37752 <HTML>
37753 <HEAD>
37754 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
37755 </HEAD>
37756 <BODY>
37757 <H1>S/MIME: Commands that Manage Private Keys</H1>
37760 This screen allows you to manage your private key.
37762 The format of this screen is as follows. There are five fields: The 
37763 leftmost field is normally empty, but it could contain the letter 
37764 &quot;D&quot; to indicate that that certificate has been marked for 
37765 deletion. The next field is the e-mail address of the owner of the 
37766 certificate, shown in its entirety. The third field is the first day of 
37767 validity for that certificate; the fourth field in the last day that that 
37768 certificate is valid, and the fifth field is what can be displayed of the 
37769 MD5 hash of the public certificate corresponding to this private key. You 
37770 can use any of the last three fields to distinguish between two 
37771 certificates for the same owner.
37773 Available commands and a short description of what they do follows.
37774 <UL>
37775 <LI> <B>I</B> Imports a new public key to this collection.
37776 <LI> <B>V</B> View information about the public certificate corresponding to this
37777 key.
37778 <LI> <B>D</B> Marks a key to be deleted.
37779 <LI> <B>U</B> Removes the deletion mark on a key.
37780 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
37781 Note that expunging a private key does not remove the public key, which must
37782 be removed separately.
37783 </UL>
37785 All commands provide feedback to let you know about their success or failure.
37787 <UL>   
37788 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37789 </UL><P>
37791 <UL>   
37792 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37793 </UL><P>
37794 &lt;End of help on this topic&gt;
37795 </BODY>
37796 </HTML>
37797 ====== h_config_smime_manage_cacerts_menu =====
37798 <HTML>
37799 <HEAD>
37800 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
37801 </HEAD>
37802 <BODY>
37803 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
37806 This screen allows you to manage your collection of certificates that you
37807 trust. 
37809 The format of this screen is as follows. There are five fields: The 
37810 leftmost field is normally empty, but it could contain the letter 
37811 &quot;D&quot; to indicate that that certificate has been marked for 
37812 deletion. The next field is the e-mail address of the owner of the 
37813 certificate, shown in its entirety. The third field is the first day of 
37814 validity for that certificate; the fourth field in the last day that that 
37815 certificate is valid, and the fifth field is what can be displayed of the 
37816 MD5 hash of the certificate. You can use any of the last three fields to 
37817 distinguish between two certificates for the same owner.
37819 Available commands and a short description of what they do follows.
37820 <UL>
37821 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
37822 done by reading the certificate and validating it. Once a certificate
37823 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
37824 to the certificate, if necessary.
37825 <LI> <B>V</B> View information about this certificate, such as its issuer 
37826 and validity dates.
37827 <LI> <B>D</B> Marks a certificate to be deleted.
37828 <LI> <B>U</B> Removes the deletion mark on a certificate.
37829 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
37830 </UL>
37832 All commands provide feedback to let you know about their success or failure.
37834 <UL>
37835 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37836 </UL><P>
37838 <UL>   
37839 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37840 </UL><P>
37841 &lt;End of help on this topic&gt;
37842 </BODY>
37843 </HTML>
37844 ====== h_config_lame_list_mode =====
37845 <HTML>
37846 <HEAD>
37847 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
37848 </HEAD>
37849 <BODY>
37850 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
37852 This feature modifies the method Alpine uses to ask your IMAP
37853 server for folder names to display in the FOLDER LIST screen.
37854 It is intended to compensate for a small set of IMAP servers that
37855 are programmed to ignore a part of the request, and thus respond
37856 to Alpine's query with nonsensical results.
37859 If you find that Alpine is erroneously displaying blank folder lists,
37860 try enabling this feature.
37863 NOTE: Enabling this feature has consequences for the Goto and Save
37864 commands.  Many servers allow access to folders outside the area
37865 reserved for your personal folders via some reserved character,
37866 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
37867 allows, at the Goto and Save prompts, quick access to folders
37868 outside your personal folder collection without requiring a specific
37869 collection definition.  This behavior will generally not be available
37870 when this feature is enabled.
37873 <UL>   
37874 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37875 </UL><P>
37876 &lt;End of help on this topic&gt;
37877 </BODY>
37878 </HTML>
37879 ====== h_config_enable_mulnewsrcs =====
37880 <HTML>
37881 <HEAD>
37882 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
37883 </HEAD>
37884 <BODY>
37885 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
37887 This feature makes it so Alpine can use multiple newsrcs based on
37888 the news server being connected to, which allows for separate lists
37889 of subscribed-to newsgroups. When this feature is not set, there is only
37890 one list of newsgroups.
37892 Under this feature, the name of a newsrc is based on the news server.
37893 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
37894 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
37895 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
37896 Setting this feature for the first time will allow for the option of using
37897 your old newsrc the next time you read news.
37899 If this feature is set, then the feature
37900 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
37901 also may affect the name of the newsrc file that is used.
37903 <UL>   
37904 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37905 </UL><P>
37906 &lt;End of help on this topic&gt;
37907 </BODY>
37908 </HTML>
37909 ======= h_ab_export_vcard =======
37910 <HTML>
37911 <HEAD>
37912 <TITLE>Address Book Export Format</TITLE>
37913 </HEAD>
37914 <BODY>
37915 <H1>Address Book Export Format</H1>
37917 You are exporting address book data from Alpine to a file outside of Alpine.
37918 You are being asked to choose the format of the export.
37919 Here are the choices:
37921 <DL>
37922 <DT><EM>A</EM>ddress List</DT>
37923 <DD>
37924 The addresses from the address book entries you are saving
37925 from will be saved one address per line.
37926 Address book lists (those with more than one address) will have
37927 all of their addresses saved separately.
37928 </DD>
37930 <DT><EM>V</EM>Card</DT>
37931 <DD>
37932 The entries will be saved in
37933 <A HREF="h_whatis_vcard">vCard</A> format.
37934 </DD>
37936 <DT><EM>T</EM>ab Separated</DT>
37937 <DD>
37938 The entries will be saved in tab-separated columns.
37939 There will be just 4 columns of data that correspond to Alpine's
37940 Nickname field, Full Name field, Address field, and Comment field.
37941 It might prove useful to Select only the Simple, non-List address book
37942 entries before Saving.
37943 </DD>
37945 <DT><EM>^C</EM> Cancel</DT>
37946 <DD>
37947 Cancel out of the Save.
37948 </DD>
37950 </DL>
37954 &lt;End of help on this topic&gt;
37955 </BODY>
37956 </HTML>
37957 ====== h_config_predict_nntp_server =====
37958 <HTML>
37959 <HEAD>
37960 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
37961 </HEAD>
37962 <BODY>
37963 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
37965 This feature allows Alpine to assume that the open NNTP server at the
37966 time of composition is the NNTP server to which the message should be
37967 posted.  This is especially recommended when there are multiple News
37968 collections.  If this feature is not set, Alpine will try to post to the first server in
37969 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
37970 this feature also negates the need to add News collection servers to
37971 the <!--#echo var="VAR_nntp-server"--> variable.
37973 This feature can be especially handy when used in conjunction with
37974 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
37976 <UL>   
37977 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37978 </UL><P>
37979 &lt;End of help on this topic&gt;
37980 </BODY>
37981 </HTML>
37982 ====== h_config_nntp_search_uses_overview =====
37983 <HTML>
37984 <HEAD>
37985 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
37986 </HEAD>
37987 <BODY>
37988 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
37990 This feature should probably be turned on unless it causes trouble.
37991 The results of the NNTP overview command (XOVER) may be used to help
37992 with some searches in news groups.
37993 It should result in quicker response time.
37994 Turning this feature on apparently causes search results which are
37995 different from what you would get with the feature turned off on some
37996 servers.
37998 <UL>   
37999 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38000 </UL><P>
38001 &lt;End of help on this topic&gt;
38002 </BODY>
38003 </HTML>
38004 ====== h_config_thread_sorts_by_arrival =====
38005 <HTML>
38006 <HEAD>
38007 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
38008 </HEAD>
38009 <BODY>
38010 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
38012 This feature affects how a threading sort arranges threads.  The default way
38013 to arrange threads is by the date of the earliest message in the thread.
38014 This feature arranges threads by the last message to arrive in a thread.
38016 This feature causes old threads that get recent messages to sort to the bottom,
38017 where previously a message arrival to a thread would not rearrange the order of
38018 that thread.
38020 <UL>   
38021 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38022 </UL><P>
38023 &lt;End of help on this topic&gt;
38024 </BODY>
38025 </HTML>
38026 ====== h_config_textplain_int =====
38027 <HTML>
38028 <HEAD>
38029 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
38030 </HEAD>
38031 <BODY>
38032 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
38034 This feature modifies the method Alpine uses to display Text/Plain
38035 MIME attachments from the Attachment Index screen.  Normally, the
38036 &quot;View&quot; command searches for any externally defined (usually
38037 via the
38038 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
38039 and displays the selected text within that viewer.
38042 Enabling this feature causes Alpine to ignore any external viewer
38043 settings and always display text with Alpine's internal viewer.
38046 <UL>   
38047 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38048 </UL><P>
38049 &lt;End of help on this topic&gt;
38050 </BODY>
38051 </HTML>
38052 ====== h_config_wp_columns =====
38053 <HTML>
38054 <HEAD>
38055 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
38056 </HEAD>
38057 <BODY>
38058 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
38060 Web Alpine only.
38062 This configuration setting specifies the number of horizontal characters
38063 used to format various WebAlpine pages.  Smaller values will tend to reduce
38064 the amount of horizontal scrolling required to view pages within narrow
38065 browsers, such as those found on PDAs, and larger values will tend to 
38066 spread more information across the page.
38069 The Message List page uses the width to determine how many characters
38070 to assign each field.  Note, a smaller value may result in a disproportionate
38071 amount of blank space between fields on each line.  Similarly, a large
38072 value may result in cramped fields or horizontal scrolling.
38075 The Message View page uses this value to determine when to wrap lines
38076 in displayed message text.  Note, a smaller value may result in jagged
38077 right margins or confusing quoting.  A larger value may cause lines of text to
38078 run beyond the browser's right edge, requiring horizontal scrolling.
38081 <UL>   
38082 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38083 </UL><P>
38084 &lt;End of help on this topic&gt;
38085 </BODY>
38086 </HTML>
38087 ====== h_config_wp_state =====
38088 <HTML>
38089 <HEAD>
38090 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
38091 </HEAD>
38092 <BODY>
38093 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
38095 Web Alpine only.
38097 Various aspects of cross-session state.
38100 <UL>   
38101 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38102 </UL><P>
38103 &lt;End of help on this topic&gt;
38104 </BODY>
38105 </HTML>
38106 ====== h_config_wp_aggstate =====
38107 <HTML>
38108 <HEAD>
38109 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
38110 </HEAD>
38111 <BODY>
38112 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
38114 Web Alpine only.
38116 Aggregate operations tab state.
38119 <UL>   
38120 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38121 </UL><P>
38122 &lt;End of help on this topic&gt;
38123 </BODY>
38124 </HTML>
38125 ====== h_config_wp_indexlines =====
38126 <HTML>
38127 <HEAD>
38128 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
38129 </HEAD>
38130 <BODY>
38131 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
38133 Web Alpine only.
38135 Number of index lines in table.
38138 <UL>   
38139 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38140 </UL><P>
38141 &lt;End of help on this topic&gt;
38142 </BODY>
38143 </HTML>
38144 ====== h_config_wp_indexheight =====
38145 <HTML>
38146 <HEAD>
38147 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
38148 </HEAD>
38149 <BODY>
38150 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
38152 Web Alpine only.
38154 Index table row height.
38157 <UL>   
38158 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38159 </UL><P>
38160 &lt;End of help on this topic&gt;
38161 </BODY>
38162 </HTML>
38163 ====== h_config_rss_news =====
38164 <HTML>
38165 <HEAD>
38166 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
38167 </HEAD>
38168 <BODY>
38169 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
38171 Web Alpine only.
38173 RSS News feed.
38176 <UL>   
38177 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38178 </UL><P>
38179 &lt;End of help on this topic&gt;
38180 </BODY>
38181 </HTML>
38182 ====== h_config_rss_weather =====
38183 <HTML>
38184 <HEAD>
38185 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
38186 </HEAD>
38187 <BODY>
38188 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
38190 Web Alpine only.
38192 RSS Weather feed.
38195 <UL>   
38196 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38197 </UL><P>
38198 &lt;End of help on this topic&gt;
38199 </BODY>
38200 </HTML>
38201 ====== h_config_send_confirms_only_expanded =====
38202 <HTML>
38203 <HEAD>
38204 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
38205 </HEAD>
38206 <BODY>
38207 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
38209 This Web Alpine option specifies whether or not a Send confirmations
38210 happens when a composed message is readied for sending or not.  The
38211 default behavior is to not confirm that the nicknames were expanded to
38212 the intended addresses.
38215 <UL>   
38216 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38217 </UL><P>
38218 &lt;End of help on this topic&gt;
38219 </BODY>
38220 </HTML>
38221 ====== h_config_enable_jump_command =====
38222 <HTML>
38223 <HEAD>
38224 <TITLE>FEATURE: enable-jump-command</TITLE>
38225 </HEAD>
38226 <BODY>
38227 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
38229 This Web Alpine option specifies whether or not a Jump command is
38230 offered in the Message List and Message View pages.  The command is
38231 implemented as an input field in the left column of the List and View
38232 screens. 
38235 When enabled and a number is entered in the input field while the
38236 Message List is displayed, the Message List is reframed with the
38237 specified message.  While viewing a message, the message associated
38238 with the specified message number is displayed.
38241 <UL>   
38242 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38243 </UL><P>
38244 &lt;End of help on this topic&gt;
38245 </BODY>
38246 </HTML>
38247 ====== h_config_enable_newmail_sound =====
38248 <HTML>
38249 <HEAD>
38250 <TITLE>FEATURE: enable-newmail-sound</TITLE>
38251 </HEAD>
38252 <BODY>
38253 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
38255 This Web Alpine option specifies whether or not a sound file is sent
38256 to the web browser along with the newmail notification message.
38260 <UL>   
38261 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38262 </UL><P>
38263 &lt;End of help on this topic&gt;
38264 </BODY>
38265 </HTML>
38266 ====== h_config_render_html_internally =====
38267 <HTML>
38268 <HEAD>
38269 <TITLE>FEATURE: render-html-internally</TITLE>
38270 </HEAD>
38271 <BODY>
38272 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
38274 By default, Web Alpine will pass cleansed HTML text you receive in messages 
38275 to the browser for display (rendering).  This feature causes Web Alpine to convert 
38276 the HTML text into plain text in the same way Unix and PC-Alpine do.
38280 <UL>   
38281 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38282 </UL><P>
38283 &lt;End of help on this topic&gt;
38284 </BODY>
38285 </HTML>
38286 ====== h_config_role_undo =====
38287 Yes, remember changes and exit back to list of roles; No, discard changes
38288 made in this screen; ^C, cancel exit and stay in this config screen.
38289 ====== h_exit_editor =====
38290 S, save changes and exit from the editor; D, do not save changes but
38291 do exit from the editor; or ^C, cancel exit and stay in the editor.
38292 ====== h_config_undo =====
38293 Yes, save changes and exit; No, exit without saving any changes made since
38294 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
38295 ====== h_os_index_whereis =====
38296 Enter ^V or ^Y to go immediately to the last or first message in the index.
38297 Or, enter the match string followed by RETURN.
38298 ====== h_os_index_whereis_agg =====
38299 Enter ^V or ^Y to go immediately to the last or first message in the index,
38300 Or, enter the match string followed by RETURN (or ^X to select all matches).
38301 =========== h_oe_add_full ==================
38302 Type the full name of the person being added and press the RETURN key.
38303 Press ^C to cancel addition.
38304 =========== h_oe_add_nick ==================
38305 Type a short nickname and press RETURN.  A nickname is a short easy-to-
38306 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
38307 ========== h_oe_add_addr ================
38308 Type the e-mail address and press RETURN.
38309 Press ^C to cancel addition.
38310 ========== h_oe_crlst_full ==============
38311 Type a long name or description for the list that you are creating and
38312 press RETURN.  Press ^C to cancel creation of list.
38313 =========== h_oe_crlst_nick =============
38314 Type a nickname (short, easy-to-remember name or single word) for the list
38315 you are creating and press RETURN.  Press ^C to cancel.
38316 ========== h_oe_crlst_addr ==============
38317 Type an e-mail address, or a nickname already in the address book that you
38318 want to be part of this list and press RETURN.
38319 ========== h_oe_adlst_addr =============
38320 Type an e-mail address or a nickname already in the address book that you
38321 want to add to this list and press RETURN.
38322 ========== h_oe_editab_nick ============
38323 Change the nickname using the arrow keys and delete key.  Press RETURN
38324 when done.  Press ^C to cancel editing and leave the nickname as it was.
38325 ========== h_oe_editab_full ============
38326 Change the full name using the arrow keys and delete key.  Press RETURN
38327 when done.  Press ^C to cancel editing and leave the full name as it was.
38328 ========== h_oe_editab_addr ============
38329 Change the address using the arrow keys and delete key.  Press RETURN
38330 when done.  Press ^C to cancel editing and leave the address as it was.
38331 ========== h_oe_editab_fcc ============
38332 Change the fcc using the arrow keys and delete key.  Press RETURN when
38333 done.  Press ^C to cancel editing and leave the fcc as it was.
38334 ========== h_oe_editab_comment ============
38335 Change the comment field using the arrow keys and delete key.  Press RETURN
38336 when done.  Press ^C to cancel editing and leave the comment as it was.
38337 ====== h_ab_forward =====
38338 Yes, expand nicknames and qualify local names with your current domain name;
38339 No, leave nicknames and local names as is;  ^C, cancel.
38340 ========== h_ab_export ==========
38341 Type the name of a file to write the addresses into and
38342 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
38343 ========== h_ab_edit_a_field ==========
38344 Edit any of the fields of the currently selected entry by typing one of the
38345 letters at the bottom of the screen.  Press ^C to cancel edit.
38346 ====== h_ab_del_data_revert =====
38347 Press B to completely delete addrbook and revert to default, C to delete config
38348 and revert while leaving data, or D to only delete data (make it empty).
38349 ====== h_ab_del_data_modify =====
38350 Press B to completely delete addrbook, C to delete configuration while leaving
38351 data, or D to delete data (make it empty) but leave config. ^C to cancel.
38352 ====== h_ab_del_config_modify =====
38353 Yes, remove this address book from my configuration.
38354 No, make no changes now.
38355 ====== h_ab_del_config_revert =====
38356 Yes, remove this address book from my config and revert to default.
38357 No, make no changes now.
38358 ====== h_ab_del_default =====
38359 Yes, remove this default address book from my configuration.
38360 No, make no changes now.
38361 ====== h_ab_really_delete =====
38362 Yes, delete the actual contents of the address book, not just the 
38363 configuration.  No, don't delete the data after all, cancel and start over.
38364 ====== h_ab_del_ignore =====
38365 Press I to ignore all the default address books for this category.  Press R to
38366 remove this one address book and add the others to your personal list.
38367 ====== h_ab_del_dir_ignore =====
38368 Press I to ignore all the default directory servers for this category.
38369 Press R to remove this one server and add the others to your personal list.
38370 ====== h_ab_copy_dups =====
38371 Yes, overwrite the existing entry.
38372 No, skip duplicates but save the rest. Press ^C to cancel.
38373 ====== h_confirm_cancel =====
38374 Type C to Confirm that you want to abandon the message you are composing.
38375 Type N or ^C to cancel out of the cancel and keep composing.
38376 ====== h_ab_text_or_vcard =====
38377 Text, start composer with displayed text already included.
38378 VCard, start composer with address book entry attached as a vCard. ^C cancels.
38379 ====== h_ab_backup_or_ldap =====
38380 Backup, copy email address from entry and allow editing of it.
38381 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
38382 ====== h_ldap_text_or_vcard =====
38383 Text: export displayed text for selected entry. Address: export only the
38384 email address. VCard: export entry in vCard format. ^C cancels.
38385 ====== h_ab_save_exp =====
38386 Save, save entry or entries to an address book.
38387 Export, save to file outside of pine. ^C cancels save.
38388 ====== h_ab_add =====
38389 A, add a brand new entry to this address book.
38390 E, edit the entry that is currently highlighted. ^C to cancel.
38391 ====== h_ab_shuf =====
38392 U, swap order of highlighted address book and the one above it.
38393 D, swap order of highlighted address book and the one below it. ^C to cancel.
38394 ====== h_ab_shuf_up =====
38395 U, swap order of highlighted address book and the one above it.
38396 Press ^C to cancel.
38397 ====== h_ab_shuf_down =====
38398 D, swap order of highlighted address book and the one below it.
38399 Press ^C to cancel.
38400 ====== h_folder_prop =====
38401 Count is # of messages in the folder, Unseen means messages that have not
38402 been read, New means messages that were Recently added to the folder.
38403 ====== h_role_shuf =====
38404 U, swap order of highlighted rule and the one above it.
38405 D, swap order of highlighted rule and the one below it. ^C to cancel.
38406 ====== h_role_shuf_up =====
38407 U, swap order of highlighted rule and the one above it.
38408 Press ^C to cancel.
38409 ====== h_role_shuf_down =====
38410 D, swap order of highlighted rule and the one below it.
38411 Press ^C to cancel.
38412 ====== h_incoming_shuf =====
38413 B, swap order of highlighted directory and the one before it.
38414 F, swap order of highlighted directory and the one after it. ^C to cancel.
38415 ====== h_incoming_shuf_up =====
38416 B, swap order of highlighted directory and the one before it.
38417 Press ^C to cancel.
38418 ====== h_incoming_shuf_down =====
38419 F, swap order of highlighted directory and the one after it.
38420 Press ^C to cancel.
38421 ====== h_dir_shuf =====
38422 U, swap order of highlighted directory and the one above it.
38423 D, swap order of highlighted directory and the one below it. ^C to cancel.
38424 ====== h_dir_shuf_up =====
38425 U, swap order of highlighted directory and the one above it.
38426 Press ^C to cancel.
38427 ====== h_dir_shuf_down =====
38428 D, swap order of highlighted directory and the one below it.
38429 Press ^C to cancel.
38430 ====== h_hdrcolor_shuf =====
38431 U, swap order of highlighted Header Color and the one above it.
38432 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
38433 ====== h_hdrcolor_shuf_up =====
38434 U, swap order of highlighted Header Color and the one above it.
38435 Press ^C to cancel.
38436 ====== h_hdrcolor_shuf_down =====
38437 D, swap order of highlighted Header Color and the one below it.
38438 Press ^C to cancel.
38439 ========== h_oe_editab_al ============
38440 Change the address using the arrow keys and delete key.  Press RETURN
38441 when done.  Press ^C to cancel editing and leave the address as it was.
38442 ========== h_dir_comp_search ===============
38443 Type a string to look for just like you would in the composer. Your configured
38444 rules for the servers with the implicit flag set will be used.
38445 ========== h_oe_searchab ===============
38446 Type the word or name you want to search for and press RETURN.  If you press
38447 RETURN without entering anything the word in [] will be searched for.
38448 ========== h_oe_chooseabook ==========
38449 Choose the address book you want to save the new entry in.
38450 Use ^N or ^P to change address books.  ^C to cancel.
38451 ========== h_oe_takeaddr ==========
38452 Edit the e-mail address using the arrow and delete keys.  Press RETURN
38453 when done.  Press ^C to cancel adding this entry to the address book.
38454 ========== h_oe_take_replace ==========
38455 Press R to replace the old entry with this new data.  You will still have
38456 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
38457 ========== h_oe_take_replace_or_add ==========
38458 Press R to replace the old entry.  Press A to add the selected addresses to
38459 the old existing list.  N to enter another nickname. ^C to cancel now.
38460 ========== h_oe_takename ==========
38461 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
38462 when done.  Press ^C to cancel adding this entry to the address book.
38463 ========== h_oe_takenick ==========
38464 Type a nickname (short easy-to-remember name, initials or single word) for this
38465 entry in the address book and press RETURN.  Press ^C to cancel addition.
38466 ========== h_oe_jump ==========
38467 Type the message number you want to jump to and press RETURN.  The word "end"
38468 represents the last message. Press ^C to cancel jumping to another message.
38469 ========== h_oe_jump_thd ==========
38470 Type the thread number you want to jump to and press RETURN.  The word "end"
38471 represents the last thread. Press ^C to cancel jumping to another thread.
38472 ========== h_oe_debuglevel ==========
38473 Higher number shows more debugging details.
38474 Press ^C if you want to cancel the change.
38475 ========== h_oe_broach ==========
38476 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
38477 to go to the previous/next collections in the list.  Press ^C to cancel goto.
38478 ========== h_oe_foldsearch ==========
38479 Type the text you want to search for in foldernames and press RETURN.  If you
38480 press RETURN without entering anything, any text in [] will be searched for.
38481 ========== h_oe_foldrename ==========
38482 Change the old name of the folder to the new name using the arrow and
38483 delete keys and press RETURN.  Press ^C to cancel rename.
38484 ========== h_oe_login ==========
38485 Enter your login name for the host you are opening the mailbox on.  Just press
38486 RETURN to use your login from this host as is, or edit it with delete key.
38487 ========== h_oe_passwd ==========
38488 Type your password for the host and login shown as part of the prompt.
38489 Press ^C to cancel opening folder.
38490 ========== h_oe_choosep ==========
38491 Enter the number associated with the printer you want to select.  Press ^C to
38492 cancel the printer selection.  The current selection is highlighted.
38493 ========== h_oe_customp ==========
38494 Type the name of the Unix print command and press RETURN.  Press ^C to
38495 cancel the printer selection.
38496 ========== h_oe_searchview ==========
38497 Type the word or name you want to search for and press RETURN.  If you press
38498 RETURN without entering anything the word in [] will be searched for.
38499 ========== h_oe_keylock ==========
38500 The keyboard is in use and locked by another user.  Only that user can
38501 unlock this keyboard by typing the password.
38502 ========== h_wt_expire ==========
38503 At the beginning of each month Alpine offers to rename your current sent-mail
38504 folder to one named for the month so you have a sent-mail folder for each month
38505 ========== h_wt_delete_old ==========
38506 It is the beginning of the month, and we need to conserve disk
38507 space.  Please delete any sent-mail that you do not need.
38508 ========== h_select_sort ==========
38509 Select the order for sorting the index by typing the capitalized letter.
38510 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
38511 ========== h_no_F_arg ============
38512 Enter name of file to be opened.
38514 ========== h_sticky_personal_name ==========
38515 Type in your name as you want it to appear on outgoing email.  This entry
38516 will be saved into your Alpine configuration file.
38517 ========== h_sticky_inbox ============
38518 INBOX syntax is usually {complete.machine.name}INBOX
38519 This entry will be saved in your Alpine configuration file.
38520 ========== h_sticky_smtp ============
38521 The name of the computer on your campus that relays your outgoing email
38522 to the Internet.  This entry will be saved in your Alpine configuration file.
38523 ========== h_sticky_user_id ==========
38524 The username or login-id part of your email address.  This entry will be
38525 saved in your Alpine configuration file.
38526 ========== h_sticky_domain ==========
38527 The domain part of your email address, NOT the name of your PC.  This
38528 entry will be saved in your Alpine configuration file.
38529 ========== h_bounce =========
38530 Enter the address or nickname of the intended recipient.  Alpine will resend
38531 the message, which will retain the original author's From: address.
38532 ========== h_incoming_add_folder_nickname =========
38533 Enter an (optional) nickname that will be used in lieu of the actual
38534 host and folder names in the FOLDER LIST display.
38535 ========== h_anon_forward ==========
38536 Enter the address of your intended recipient, or ^C to cancel.
38537 Example: jsmith@somewhere.edu
38538 ========== h_news_subscribe ==========
38539 Enter the name of the newsgroup to which you wish to subscribe,
38540 or ^C to cancel.  Example: comp.mail.pine
38541 ========== h_pipe_msg ==========
38542 Enter the name of the Unix command to which you wish to send this
38543 message, or ^C to cancel.
38544 ========== h_pipe_attach ==========
38545 Enter the name of the Unix command to which you wish to send this
38546 attachment, or ^C to cancel.
38547 ========== h_select_by_num ==========
38548 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
38549 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
38550 ========== h_select_by_gm_content ==========
38551 Enter your search key in the same way that you would enter a search
38552 key in the web interface for Gmail.
38553 ========== h_select_by_thrdnum ==========
38554 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
38555 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
38556 ========== h_select_txt_from ==========
38557 Messages with From: headers containing the entered string will be selected.
38558 ^C to cancel. ^G again to see original options.
38559 ========== h_select_txt_not_from ==========
38560 Messages without From: headers containing the entered string will be selected.
38561 ^C to cancel. ^G again to see original options.
38562 ========== h_select_txt_to ==========
38563 Messages with To: headers containing the entered string will be selected.
38564 ^C to cancel. ^G again to see original options.
38565 ========== h_select_txt_not_to ==========
38566 Messages without To: headers containing the entered string will be selected.
38567 ^C to cancel. ^G again to see original options.
38568 ========== h_select_txt_cc ==========
38569 Messages with Cc: headers containing the entered string will be selected.
38570 ^C to cancel. ^G again to see original options.
38571 ========== h_select_txt_not_cc ==========
38572 Messages without Cc: headers containing the entered string will be selected.
38573 ^C to cancel. ^G again to see original options.
38574 ========== h_select_txt_subj ==========
38575 Messages with Subject: headers containing the entered string will be selected.
38576 ^C to cancel.  ^X enters Subject: line of current message.
38577 ========== h_select_txt_not_subj ==========
38578 Messages without Subject headers containing the entered string will be selected.
38579 ^C to cancel.  ^X enters Subject: line of current message.
38580 ========== h_select_txt_all ==========
38581 All messages containing the entered string will be selected.  Headers and body,
38582 but not encoded attachments, will be compared.  Enter ^C to cancel.
38583 ========== h_select_txt_not_all ==========
38584 All messages that don't contain the entered string will be selected.  Headers
38585 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
38586 ========== h_select_txt_body ==========
38587 All messages containing the entered string will be selected. Body text, but
38588 not headers or encoded attachments, will be compared. ^C to cancel.
38589 ========== h_select_txt_not_body ==========
38590 All messages that don't contain the entered string will be selected. Body
38591 text, but not headers or encoded attachments, will be compared. ^C to cancel.
38592 ========== h_select_txt_recip ==========
38593 Messages with Cc: or To: headers containing the entered string will be selected.
38594 ^C to cancel. ^G again to see original options.
38595 ========== h_select_txt_not_recip ==========
38596 Messages without Cc: or To: headers containing the string will be selected.
38597 ^C to cancel. ^G again to see original options.
38598 ========== h_select_txt_partic ==========
38599 Messages with Cc, To, or From headers containing the string will be selected.
38600 ^C to cancel. ^G again to see original options.
38601 ========== h_select_txt_not_partic ==========
38602 Messages without Cc, To, or From headers containing the string will be selected.
38603 ^C to cancel. ^G again to see original options.
38604 ========== h_select_date ==========
38605 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
38606 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
38607 ========== h_attach_index_whereis ==========
38608 Enter some text that appears in the Attachment Index entry for the desired
38609 attachment.  The first attachment containing that text will be highlighted.
38610 ========== h_kb_lock ==========
38611 Keystrokes entered here (up to a RETURN) comprise a password that must
38612 be entered again later in order to unlock the keyboard.
38613 ========== h_compose_default ==========
38614 N, compose a new message. R, set a role.
38615 ^C to cancel.
38616 ========== h_untranslatable ==========
38617 Send using UTF-8 character set; Send but replace untranslatable characters
38618 with question marks; return to the composer; or cancel message altogether.
38619 ========== h_compose_intrptd ==========
38620 N, compose a new msg. I, continue interrupted msg. R, set a role.
38621 ^C to cancel.
38622 ========== h_compose_postponed ==========
38623 N, compose a new message. P, continue postponed msg. R, set a role.
38624 ^C to cancel.
38625 ========== h_compose_intrptd_postponed ==========
38626 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
38627 R, set a role. ^C to cancel.
38628 ========== h_compose_form ==========
38629 N, compose a new message. F, use form letter. R, set a role.
38630 ^C to cancel.
38631 ========== h_compose_intrptd_form ==========
38632 N, compose a new msg. I, continue interrupted msg. F, use form letter.
38633 R, set a role. ^C to cancel.
38634 ========== h_compose_postponed_form ==========
38635 N, compose a new message. P, continue postponed msg. F, use form letter.
38636 R, set a role. ^C to cancel.
38637 ========== h_compose_intrptd_postponed_form ==========
38638 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
38639 F, use form letter. R, set a role. ^C to cancel.
38640 ========== h_config_context_del_except ==========
38641 If you delete the last exceptional collection you can only add it back by
38642 manually editing the exceptions config file.
38643 ========== h_config_whereis ==========
38644 To move quickly to a particular line, enter a search string or
38645 ^C to cancel.
38646 ========== h_config_edit_scorei ==========
38647 Enter interval in the form (min,max). -INF and INF may be used to represent
38648 -infinity and infinity. ^C to cancel change. RETURN to accept change.
38649 ========== h_config_add ==========
38650 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
38651 pressing RETURN sets the Empty Value (this turns off any global default).
38652 ========== h_config_add_custom_color ==========
38653 Enter a header fieldname. For example, "subject" or "from".
38655 ========== h_config_add_pat_hdr ==========
38656 Enter a header fieldname. For example, "reply-to" or "organization" or
38657 any fieldname you want that isn't included already.
38658 ========== h_config_print_opt_choice ==========
38659 You may edit either the initialization string (characters printed before
38660 printing starts) or the trailer string.  Choose one or ^C to cancel.
38661 ========== h_config_print_init ==========
38662 Enter a C-style string for this.  You may use common backslash escapes like
38663 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
38664 ========== h_config_change ==========
38665 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
38666 delete current (highlighted) character, etc.  Enter ^C to cancel change.
38667 ========== h_config_replace_add ==========
38668 Replace ignores the current default, Add places the current default in your
38669 editing buffer as if you had typed it in.
38670 ========== h_config_insert_after ==========
38671 Enter a nickname for this print command.  (InsertBefore puts the new item
38672 before the current line, InsertAfter puts it after the current line.)
38673 ========== h_config_print_cmd ==========
38674 Enter command to be executed for the printer.  Use normal editing keys
38675 to modify, ^C to cancel, carriage return to accept current value.
38676 ========== h_config_role_del ==========
38677 Answering Yes will remove this rule completely from your rules list.
38678 ========== h_config_role_addfile ==========
38679 Type the name of a file to add to your configuration. You don't need to
38680 use a file, you may add rules directly (with Add) without using a file.
38681 ========== h_config_role_delfile ==========
38682 Answering Yes will remove this rule file completely from your rules list.
38683 The rules data file itself will not be removed.
38684 ========== h_config_print_del ==========
38685 Answering Yes will remove this printer completely from your printer list.
38686 ========== h_config_print_name_cmd ==========
38687 You may edit the Nickname of this printer, the Command to be executed when
38688 printing, or change the Options associated with this printer.
38689 ========== h_send_check_fcc ==========
38690 Yes, send message without an Fcc.
38691 No, return to composer.
38692 ========== h_send_check_subj ==========
38693 Yes, send message without a Subject.
38694 No, return to composer.
38695 ========== h_send_check_to_cc ==========
38696 Yes, send message without a To address, or a Cc address, or a Newsgroup.
38697 No, return to composer.
38698 ========== h_send_fcc_only ==========
38699 Yes, copy message to Fcc only and send to NO recipients.
38700 No, return to composer.
38701 ========== h_send_prompt ==========
38702 Yes, send the message.
38703 No or ^C, return to composer.
38704 ========== h_send_prompt_flowed ==========
38705 Yes, send the message.  No or ^C, return to composer.
38706 What's Flowed? See Do Not Send Flowed Text in config screen.
38707 ========== h_send_prompt_dsn ==========
38708 Yes, send the message.  No or ^C, return to composer.
38709 What's DSNOpts? See Enable Delivery Status Notification in config screen.
38710 ========== h_send_prompt_dsn_flowed ==========
38711 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
38712 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
38713 ========== h_role_confirm ==========
38714 Yes, use displayed role. No, compose without a role.
38715 ^C, cancel the message. ^T, select a role from your other eligible roles.
38716 ========== h_norole_confirm ==========
38717 Return, compose without a role.
38718 ^C, cancel the message. ^T, select a role from your eligible roles.
38719 ========== h_custom_print ==========
38720 Enter a Unix command that accepts its data on standard input.
38721 Alpine will display any information the command sends to standard output.
38722 ========== h_convert_abooks_and_sigs ==========
38723 You will be given the opportunity to convert address books and signature files
38724 to remote configurations.
38725 ========== h_convert_abooks ==========
38726 You will be given the opportunity to convert address books to remote
38727 configurations.
38728 ========== h_flag_keyword ==========
38729 Enter the name of the keyword you want to add for this folder.
38730 No spaces, parentheses, braces, percents or asterisks are allowed.
38731 ========== h_select_keyword ==========
38732 Enter the keyword you want to match, or use ^T to select a keyword from a list
38733 of possible keywords for this folder. Use ! to look for non-matches instead.
38734 ========== h_type_keyword ==========
38735 Enter the keyword you want to add. You may add a nickname in the next step.
38736 No spaces, parentheses, braces, percents or asterisks are allowed.
38737 ========== h_type_keyword_nickname ==========
38738 Enter an optional nickname for the keyword you want to add.
38739 Type Carriage return to use the keyword name instead of a nickname.
38740 ========== h_convert_sigs ==========
38741 You will be given the opportunity to convert signature files to remote
38742 configurations.
38743 ========== h_convert_abook ==========
38744 Yes is fairly safe. You will be ADDing a remote address book that is a copy
38745 of the current address book. The current abook won't be removed automatically.
38746 ========== h_convert_sig ==========
38747 Answering Yes copies the contents of the signature file into your Alpine
38748 configuration file. After that, the contents of the file will not be used.
38749 ========== h_save_addman ==========
38750 Enter the simple name of the folder you want to add. Carriage return to
38751 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
38752 ========== h_reopen_folder ==========
38753 Yes reopens the folder, as if you were starting over. This uncovers new mail.
38754 No leaves the folder index as it was without discovering new mail.
38755 ========== h_convert_pinerc_server ==========
38756 This is the name of the host (computer) where the remote Alpine configuration
38757 will be stored. This should be an IMAP server that you have permission to use.
38758 ========== h_convert_pinerc_folder ==========
38759 Enter the correct remote folder name. This folder is special and should
38760 contain only configuration data. It shouldn't contain other mail messages.
38761 ========== h_role_compose ==========
38762 Compose a New message, Reply to current message, Forward current message, or
38763 Bounce message. Then you will be asked to choose one of your Roles to be used.
38764 ========== h_role_aggregate ==========
38765 Compose a reply, or forward, or bounce the selected messages. Then you 
38766 will be asked to choose one of your Roles to be used for this operation.
38767 ========== h_save_size_changed ==========
38768 The reported size of a message is not the same as the actual size. Answer Yes
38769 to continue and hope for the best or No to Cancel the entire Save.
38770 ========== h_select_by_larger_size ==========
38771 Enter a number or ^C to cancel. All messages greater than this many characters
38772 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
38773 ========== h_select_by_smaller_size ==========
38774 Enter a number or ^C to cancel. All messages less than this many characters
38775 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
38776 ========== h_preserve_field ==========
38777 Use 'p' to toggle between preserving or not preserving the original To:
38778 and Cc: fields of the message. Enter ^C to cancel message.
38779 ========== h_privacy_policy ==========
38780 x-alpine-http:https://alpineapp.email/legal/privacy.html
38781 ========== h_apache_license ==========
38782 x-alpine-http:https://alpineapp.email/legal/apache_license.html